CLI Guide

Delete license using a transaction ID. For example, 2.
racadm license delete -t 2
Delete a storage sled license. For example, System.Modular.03
racadm license delete -c System.Modular.03
Replace a license.
Replace the license on a device with a license le that is on an NFS share, and using a
transaction ID. For example, transaction 27.
racadm license replace -f License.xml -l x.x.x.x:/licshare -t 27
Replace license on a device with a license le that is on a CIFS share and using a transaction
ID. For example, transaction 27.
racadm license replace -u admin -p passwd -f License.xml -l //
x.x.x.x/licshare -t 27
Replace license on a device with a license le on the local le system.
racadm license replace -f License.xml -t 27
Replace a storage sled license
racadm license replace -f
nfs/"CfDuqtnJTobaSYGNzmdA4Buz_xyz_dual.xml" -| x.x.x.x:/nfs -t 8
netstat
Table 79. Details of netstat
Description Displays the routing table and the current connections.
To use this subcommand, you must have the Execute Diagnostic Commands permission.
Synopsis
racadm netstat
Input
racadm netstat
Output
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 100.101.22.1 0.0.0.0 UG
0 0 0 eth0
100.101.22.0 0.0.0.0 255.255.255.0 U 0 0
0 eth0
ping
Table 80. Details of ping
Description Veries that the destination IP address is reachable from CMC with the current routing-table
contents. A destination IP address is required. An ICMP echo packet is sent to the destination IP
address based on the current routing-table contents.
To use this subcommand for CMC, you must have the Administrator privilege for CMC.
Synopsis
racadm ping <ipaddress>
RACADM Subcommand Details 67