CLI Guide

Synopsis
racadm krbkeytabupload [-f <filename>]
<filename> is the name of the file including the path.
Input -f — Specifies the filename of the keytab uploaded. If the file is not specified, the keytab file in the current
directory is selected.
Example Upload a kerberos keytab file from the local filesystem:
racadm krbkeytabupload -f c:\keytab\krbkeytab.tab
netstat
Table 95. Details of netstat attribute
Description Displays the routing table and the current connections.
To run this subcommand, you must have the Execute Diagnostic Commands permission.
Synopsis
racadm netstat
Input N/A
Table 96. Output - Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 100.101.17.1 0.0.0.0 UG 0 0 0 eth0
100.101.17.0 0.0.0.0 255.255.255
.0
U 0 0 0 eth0
Table 97. Output - Kernel IPv6 routing table
Destination Next Hop Flags Metric Ref Use If
2607:f2b:f08
8:17::/64
:: U 256 0 0 eth0
fe80::/64 :: U 256 0 0 eth0
ff00::/8 :: U 256 11196 053 eth0
::/0 :: U 1024 1 19 eth0
ping
Table 98. Details of ping attribute
Description Verifies if the destination IP address is reachable from CMC with the current routing-table contents. A destination
IP address is required. Based on the current routing-table contents, an ICMP echo packet is sent to the destination
IP address.
To run this subcommand, you must have the Administrator privilege.
Synopsis
racadm ping <ipaddress>
Input <ipaddress> — The IP address of the remote endpoint to ping.
Output
PING 192.168.0 (192.168.0): 56 data bytes64 bytes from 192.168.0: seq=0
ttl=64 time=4.121 ms
192.168.0 ping statistics
RACADM Subcommand Details 69