CLI Guide

racadm license import [-f <licensefile>] -l <location> -u <username> -p
<password> -c <component> [-o]
racadm license export -f <license file> [-l <location>] [-u <username>] [-p
<password>] -e <ID> -c <component>
racadm license delete -t <transaction ID> [-o]
racadm license delete -e <entitlement ID> [-o]
racadm license delete -c <component> [-o]
racadm license replace -u <username> -p <password> -f <license file name> -l
<NFS/CIFS share> -t <transaction ID> [-o]
Input
view — View license information.
import — Installs a new license.
export — Exports a license le.
delete — Deletes a license from the system.
replace — Replaces an older license with a given license le.
-l <remote share location> — Network share location from where the license le must be imported.
If the le is on a shared location, then -u <share user> and -p <share password> must be used.
-f — Filename or path to the license le
-e <ID>Species the entitlement ID of the license le that must be exported
-t <ID> Species the transaction ID.
-c <component>Species the component name on which the license is installed.
-o — Overrides the End User License Agreement (EULA) warning and imports, replaces or deletes the license.
NOTE: Only a user with Server Control and Congure iDRAC privilege can run the import, delete, and
replace commands.
NOTE: For export license, you need Login and Congure iDRAC privilege.
Examples
View all License Information on System.
$racadm license view
iDRAC.Embedded.1
Status = OK
Device = iDRAC.Embedded.1
Device Description = iDRAC
Unique Identifier = H1VGF2S
License #1
Status = OK
Transaction ID = 5
License Description = iDRAC Enterprise License
License Type = PERPETUAL
Entitlement ID = Q3XJmvoxZdJVSuZemDehlcrd
License Bound = H1VGF2S
Expiration = Not Applicable
Import a new license to a specic 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
RACADM Subcommand Details
85