Reference Guide
• Export the Lifecycle log to a remote CIFS share.
racadm lclog export -f Mylog.xml -u admin -p xxx -l //192.168.0/share
• Export the complete Lifecycle log in gzip format to a remote CIFS share.
racadm lclog export -f log.xml.gz -u admin -p xxx -l //192.168.0/share --
complete
• Export the Lifecycle log to a remote NFS share.
racadm lclog export -f Mylog.xml -l 192.168.0:/home/lclog_user
• Export the Lifecycle log to a local share using Local RACADM.
racadm lclog export -f Mylog.xml
• Export the complete Lifecycle log in gzip format to a local share using Local RACADM.
racadm lclog export -f log.xml.gz --complete
• Export the Lifecycle log lclog to a local share using Remote RACADM.
racadm -r 192.168.0 -u admin -p xxx lclog export -f Mylog.xml
• Display the status of the specied Job ID with Lifecycle Controller.
racadm lclog viewconfigresult -j JID_123456789012
license
Description Manages the hardware licenses.
Synopsis
• racadm license view [-c <component>]
• 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> — Species the entitlement ID of the license le that must be exported
• -t <ID> — Species the transaction ID.
• -c <component> — Species 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 Congure iDRAC privilege can run the import, delete,
and replace commands.
NOTE: For export license, you need Login and Congure iDRAC privilege.
55