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 a license from a device, more than one license file
may be exported. Therefore if a filename is given, an index is appended to
the end of the filename such asLicenseFile0.xml, LicenseFile1.xml. 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 licenses on a particular device, in this case Embedded iDRAC.
racadm license delete -c idrac.embedded.1
• Delete a license using entitlement ID, in this case xYZabcdefg.
racadm license delete -e xYZabcdefg
• Delete a license using transaction ID, in this case 2.
racadm license delete -t 2
• Replace a 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 a license on a device with a license file on a 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
nicstatistics
Descripti
on
Displays the statistics for the NIC FQDD.
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>
86