Quick Reference Guide

NOTE: Only a user with Administrator privileges can use the import, export, delete,
and replace commands. You do not need Administrator privileges to use the view
command.
Examples
View All License Information on System
$racadm license view
iDRAC.Embedded.1
Status = OK
Device = iDRAC.Embedded.1
Device Description = iDRAC
Unique Identifier =
License #1
Status = OK
Transaction ID = 2
License Description = iDRAC
Enterprise Evaluation License
License Type = EVALUATION
Entitlement ID = mDmiPm4dVTPFMB34r2axrNwL
Expiration = 2011-11-04T22:00:00
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 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 file(s) are exported to the directory where RACADM is
running.
76