Administrator Guide

Table Of Contents
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
racadm license export -f License.xml -l tftp://test.com/share -e abcdxyz
racadm license export -u ftpuser -p ftppwd -f License.xml -l ftp://test.com/share -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 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
racadm license export -f LicenseFile.xml -l tftp://test.com/share -c idrac.embedded.1
racadm license export -u ftpuser -p ftppwd -f LicenseFile.xml -l ftp://test.com/share
-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 75. Details of netstat
Description Display the routing table and network statistics.
Synopsis
racadm netstat
Privilege
Required
Debug
Examples
RACADM Subcommand Details
103