Administrator Guide

Table Of Contents
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 xxx -f License.xml -l //192.168.0/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.0:/share -c idrac.embedded.1
Import a license from an HTTP share to a device, in this case Embedded iDRAC.
racadm license import -f Licen.xml -u httpuser -p httppswd -l http://test.com -c
idrac.embedded.1
Import a license from an HTTPS share to a device, in this case Embedded iDRAC.
racadm license import -f Licen.xml -u httpsuser -p httpspswd -l https://test.com -c
idrac.embedded.1
Import a license from an FTP share to a device, in this case Embedded iDRAC.
racadm license import -f Licen.xml -u ftpuser -p ftppwd -l ftp://test.com/share -c
idrac.embedded.1
Import a license from an TFTP share to a device, in this case Embedded iDRAC.
racadm license import -f Licen.xml -l tftp://test.com/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.0/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
Import a license from the local file system using Local RACADM.
racadm license import -f License.xml -c idrac.embedded.1
Import a license from the local file system using Remote RACADM.
racadm -r 192.168.0.1 -u admin -p xxx license import -f C:\Mylicdir\License.xml -c
idrac.embedded.1
Export a license file.
racadm license export -f license.xml -l 192.168.0:/share -u uname -p xxx -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.0:/licshare
-t 27
102
RACADM Subcommand Details