CLI 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.0/licshare -e abcdxyz
racadm license export -u httpuser -p httppwd -f License.xml -l http://test.com -e abcdxyz
racadm license export -u httpsuser -p httpspwd -f License.xml -l https://test.com -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
as
LicenseFile0.xml, LicenseFile1.xml. In this case, the device is Embedded iDRAC.
racadm license export -u admin -p xxx -f LicenseFile.xml -l //192.168.0/licshare -c
idrac.embedded.1
racadm license export -u httpuser -p httppswd -f LicenseFile.xml -l http://test.com -c
idrac.embedded.1
racadm license export -u httpsuser -p httpspswd -f LicenseFile.xml -l https://test.com -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
netstat
Table 68. Details of netstat
Description Display the routing table and network statistics.
Synopsis
racadm netstat
Privilege
Required
Debug
Examples
To display the routing table and network statistics, type the following command:
$ racadm netstat
nicstatistics
Table 69. Details of nicstatistics
Description Displays the statistics for the NIC FQDD.
Synopsis
racadm nicstatistics
RACADM Subcommand Details 95