White Papers
3.2 RACADM
To install a license by using RACADM:
The basic command for RACADM is racadm license import. This has many possibilities based on
whether you are using local, remote, or firmware RACADM and where the license file is located.
[SH7757 ~]$ racadm license help import
License import -- Import licenses to various devices on the server.
Usage
racadm license import -u <username> -p <password> -f <license file name> l <NFS
or CIFS share> -c <FQDD>
Valid Options
-c
FQDD name of the device to where the license file has to be imported.
-l
Network share location (see the Usage Examples section for NFS or CIFS)
from where the license file must be imported.
-f
License file name
-u
Username of the remote share from where the file will be imported
-p
Password for the remote share from where the file will be imported
-o
Option to override the EULA warning and import the license
Usage Examples
Import a license from a CIFS 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 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 by 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