Quick Reference Guide

Export license to a CIFS share specifying the entitlement ID, in this case abcdxyz :
racadm license export -u admin -p passwd -f License.xml
-l //192.168.2.140/licshare -e abcdxyz
Export license to a CIFS share specifying the FQDD. While using the -c option and exporting license(s) from a
device, more than one license file may be exported. Therefore if a file name is given, an index is appended to the
end of the file name such as LicenseFile0.xml, LicenseFile1.xml and so on. In this case, the device is Embedded
iDrac :
racadm license export -u root -p calvin -f LicenseFile.xml
-l //192.168.2.140/licshare -c idrac.embedded.1
Delete a license:
$racadm license delete -e B9865F23455DC458
Delete all licenses installed on a particular device:
$racadm license delete -c idrac.embedded.1
Delete licenses on a particular device, in this case Embedded iDRAC:
racadm license delete -c idrac.embedded.1
Delete license using entitlement ID, in this case xYZabcdefg:
racadm license delete -e xYZabcdefg
Delete license using transcation ID, in this case 2:
racadm license delete -t 2
Replace license on a device with a license file on an NFS share using transaction ID. In this case, transaction
27:
racadm license replace -f License.xml -l 192.168.2.140:/licshare
-t 27
Replace license on a device with a license file on an CIFS share using transaction ID. In this case, transaction
27:
racadm license replace -u admin -p passwd -f License.xml
-l //192.168.2.140/licshare -t 27
netstat
Description Displays the routing table and the current connections.
To use this subcommand, you must have Execute
Diagnostic Commands permission.
Synopsis
racadm netstat
nicstatistics
Description Displays the statistics for the NIC FQDD in question. FQDD maps to the NIC object keys
which racadm uses while calling the Data Manager APIs NIC objects.
This subcommand is applicable for iDRAC only.
Synopsis
racadm nicstatistics
racadm nicstatistics <NIC FQDD>
racadm hwinventory NIC.Integrated.1-1
Examples
Displays the statistics for the NIC FQDD.
$racadm nicstatistics <NIC FQDD>
78