Reference Guide

Table Of Contents
Unique Identifier =
License #1
Status = OK
Transaction ID = 8
License Description = CMC Enterprise
Evaluation License
License Type = EVALUATION
Entitlement ID =
A2Wir6lJ1MoP8iBAtqsEKDv8
Expiration =
1982-04-07T21:00:00
Display licenses available on a specific device. For example, for RAID slot 4:
racadm license view -c RAID.slot.4
Import a license:
Import a license from a CIFS share to a device (for example, Integrated CMC):
racadm license import -u admin -p passwd -f License.xml -l //
192.168.2.140/licshare -c cmc.integrated.1
Import a license from an NFS share to a device (for example, Integrated CMC):
racadm license import -f License.xml -l 192.168.2.14:/share -c
cmc.integrated.1
Import a license from the local file system using Remote RACADM:
racadm -u admin -p passwd -r 192.168.0.120 license import -f
C:\Mylicdir\License.xml -c cmc.integrated.1
Export a license file:
Export license to an NFS share using transaction ID (for example, transaction 27).
racadm license export -f License.xml -l 192.168.2.140:/
licshare -t 27
Export the license to a CIFS share specifying the entitlement ID (for example, abcdxyz):
racadm license export -u admin -p passwd -f License.xml -l //
192.168.2.140/licshare -e abcdxyz
Export license to a CIFS share specifying the FQDD. While using the -c option and
exporting licenses from a device, more than one license file must be exported. Therefore,
if a file name is provided, an index is appended to the end of the file name such as
LicenseFile0.xml, LicenseFile1.xml, and so on. In this case, the device is an embedded CMC:
racadm license export -u root -p calvin -f LicenseFile.xml -l
//192.168.2.140/licshare -c cmc.integrated.1
Delete a license:
Delete licenses on a particular device. For example. Integrated CMC:
racadm license delete -c cmc.integrated.1
Delete license using an entitlement ID. For example, xYZabcdefg
racadm license delete -e xYZabcdefg
Delete license using a transaction ID. For example, 2.
racadm license delete -t 2
Replace a license.
RACADM Subcommand Details
69