Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Chassis Management Controller Version 2.0 for PowerEdge FX2 and FX2s RACADM CLI Guide

PDF

license

Description

Manages the CMC and storage sled licenses.

Synopsis
racadm license < license command type> . The command type can be:
  • View the license using the following options:
    • racadm license view
    • racadm license view [-c < component>]
    • racadm license view -c <storage sled FQDD>
  • Import the license:
    racadm license import [-u <
                                                             username>] [-p <
                                                             password>] [-f <
                                                             license file name>] [-l <
                                                             NFS or CIFS share>] [-c <
                                                             FQDD>]
                                                          
  • Export the license using the following options:
    • racadm license export [-u < username>] [-p < password>] [-f <license file name>] [-1 < NFS/CIFS share>] [—t < transaction ID>]
    • racadm license export [-u < username>] [-p < password>] [-f <license file name>] [-1 < NFS/CIFS share>] [—e < entitlement ID>]
    • racadm license export [-u < username>] [-p < password>] [-f <license file name>] [-1 < NFS/CIFS share>] [—c < FQDD>]
    • racadm license export [-u < username>] [-p < password>] [-f <license file name>] [-1 < NFS/CIFS share>] [—c < FQDD>] [—e < entitlement ID >] [—t < transaction ID>]
  • Delete the license using the following options:
    • racadm license delete [-t < transaction ID >]
    • racadm license delete [-e < entitlement ID >]
    • racadm license delete [-c < component]
  • Replace the license:
    racadm license replace [-u <
                                                             username>] [-p <
                                                             password>] [-f 
                                                             <license file name>] [-1 <
                                                             NFS/CIFS share>] [—t  <
                                                             transaction ID>]
                                                          
Input
  • NOTE: License operations the <licensefile> name should be fewer than 56 Characters.
  • NOTE: Only a user with administrator-level privileges can use the import, export, delete, and replace commands. An Administrator privilege is not necessary to use the view command.
  • view — View license information.
  • import — Installs a new license.
  • export — Exports a license file.
  • delete — Deletes a license from the system.
  • replace — Replaces an older license with a given license file.

Use the following options along with the commands:

  • -c — Specifies the FQDD of the component or device, on which the license is present.
  • -l — Network share location to import or export the license file.
  • -f — File name of the license file.
    • NOTE: During export, the license file is named <servicetag>_<entitlement ID>.xml.
  • -u— User name of the remote share.
  • -p — Password for the remote share.
  • -e — Specifies the entitlement ID of the license file.
  • -t — Specifies the transaction ID of the license file.
Examples
  • View licenses:
    • View all the license information in the chassis.
      racadm license view
      CMC.Integrated.1
                                                                  Status               = OK
                                                                  Device               = CMC.Integrated.1
                                                                  Device Description   = Chassis Management Controller for PowerEdge FX2/FX2s
                                                                  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
                                                               
    • View the storage sled license information in the chassis.
      racadm license view -c <FQDD>
      System.Modular.03
                                                                  Status              = OK
                                                                  Device              = System.Modular.03
                                                                  Device Description  = Dual PERC Controller for PowerEdge FD332
                                                                  Unique Identifier   = PQR123
                                                                  License #1
                                                                  Status              = OK
                                                                  Transaction ID      = 522
                                                                  License Description = PowerEdge FD332 Dual RAID License
                                                                  License Type        = PERPETUAL
                                                                  Entitlement ID      = Q3nJiS1xnX4rdRlat24qjdfb
                                                                  License Bound       = PQR243
                                                                  Expiration          = Never Expires
                                                               
  • 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 //x.x.x.x/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 x.x.x.x:/share -c cmc.integrated.1
    • Import a license from the local file system using Remote RACADM:
      racadm license import -u admin -p passwd -r x.x.x.x -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 x.x.x.x:/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 //x.x.x.x/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 may be exported. Therefore, if a file name is provided, an index is appended to the end of the file name such as LicenseFile 0.xml, LicenseFile 1.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 //x.x.x.x/licshare -c cmc.embedded.1
  • 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 file that is on an NFS share, and using a transaction ID. For example, transaction 27.
      racadm license replace -f License.xml -l x.x.x.x:/licshare -t 27
    • Replace license on a device with a license file 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 //x.x.x.x/licshare -t 27
    • Replace license on a device with a license file on the local file system.
      racadm license replace -f License.xml -t 27
    • Replace a storage sled license
      racadm license replace -f nfs/"CfDuqtnJTobaSYGNzmdA4Buz_xyz_dual.xml" -| x.x.x.x:/nfs -t 8

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\