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
-l
-f
-u
-p
-o
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