Reference Guide

Transaction ID = 5
License Description = iDRAC7 Enterprise License
License Type = PERPETUAL
Entitlement ID = Q3XJmvoxZdJVSuZemDehlcrd
License Bound = H1VGF2S
Expiration = Not Applicable
Import a new license to a specific device in a known location.
$racadm license import -f license.xml -l //shareip/sharename
-u <
share user> -p <share user password> -c idrac.embedded.1
Import a license from a CIFS share to a device, in this case Embedded iDRAC.
racadm license import -u admin -p passwd -f License.xml
-l //192.168.2.140/licshare -c idrac.embedded.1
Import a license from an NFS share to a device, in this case Embedded iDRAC.
racadm license import -f Licen.xml -l 192.168.2.14:/share
-c idrac.embedded.1
Import a license by overriding the EULA warning.
racadm license import -u admin -p passwd -f License.xml
-l //192.168.2.140/licshare -c idrac.embedded.1 -o
Import a license from the local filesystem using Local RACADM.
racadm license import -f License.xml -c idrac.embedded.1
Import a license from the local filesystem using Remote RACADM.
racadm license import -f C:\Mylicdir\License.xml -c
idrac.embedded.1
Export a license file.
racadm license export -f <filename> -l <share location>
-u <share username> -p <share password> -c iDRAC.Embedded.1
Instead of -c, you can use -e <ID> or -t <ID>
For Remote RACADM, if filename is not specified, the files are exported to the directory where RACADM is running.
Export license to an NFS share using transaction ID, in this case transaction 27.
racadm license export -f License.xml -l 192.168.2.140:/licshare
-t 27
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 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 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
99