Reference Guide

Import a storage sled license
racadm license import -f
nfs/"8YYGCVtSMcHDZ79crzqfZmvb_xyz_single raid.xml" -|
192.168.2.140:/nfs -c System.Modular.04
Export a license le:
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 le must be exported. Therefore,
if a le name is provided, an index is appended to the end of the le 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 <default root user
password> -f LicenseFile.xml -l //192.168.2.140/licshare -c
cmc.embedded.1
Export a storage sled license
racadm license export -f nfs/"singleraid.xml" -|
192.168.2.140:/nfs -c System.Modular.04
Delete a license:
Delete licenses on a particular device. For example. Embedded CMC:
racadm license delete -c cmc.embedded.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
Delete a storage sled license. For example, System.Modular.03
racadm license delete -c System.Modular.03
Replace a license.
Replace the license on a device with a license le that is on an NFS share, and using a
transaction ID. For example, transaction 27.
racadm license replace -f License.xml -l 192.168.2.140:/
licshare -t 27
Replace license on a device with a license le that is on a CIFS share and using a
transaction ID. For example, transaction 27.
racadm license replace -u admin -p passwd -f License.xml -
l //192.168.2.140/licshare -t 27
Replace license on a device with a license le on the local le system.
racadm license replace -f License.xml -t 27
Replace a storage sled license
racadm license replace -f
nfs/"CfDuqtnJTobaSYGNzmdA4Buz_xyz_dual.xml" -|
192.168.2.209:/nfs -t 8
netstat
Description
Displays the routing table and the current connections.
63