
• Export the complete Lifecycle log in gzip format to a remote CIFS share.
racadm lclog export -f log.xml.gz -u admin -p mypass -l //
10.94.161.103/share --complete
• Export the Lifecycle log to a remote NFS share.
racadm lclog export -f Mylog.xml -l 10.94.161.103:/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 10.94.161.119 -u root -p calvin lclog export -f
Mylog.xml
license
Description Manages the hardware licenses.
This subcommand is applicable only for iDRAC.
Synopsis
• racadm license view
• racadm license view [-c <component>]
• racadm license import [-f <licensefile>] -l <location> -c
<component>
• racadm license export [-f <license file>] -e <ID> -c
<component>
• racadm license delete -e <ID> -l <location> [-f] -c <component>
-t <transaction ID>
• racadm license delete -t <transaction ID>
• racadm license delete -e <entitlement ID>
• racadm license delete -c <component>
• racadm license replace -t 1
• racadm license replace -u <username> -p <password> -f <license
file name> -l <NFS/CIFS share> -t <transaction ID>
Input
• 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.
• -l <remote share location> — Network share location from where the license file
must be imported.
If the file is on a shared location, then -u <share user> and -p <share password>
must be used.
• -f — Filename or path to the license file
• -e <ID> — Specifies the entitlement ID of the license file that must be exported
• -t<ID> — Specifies the transaction ID.
• -c<component> — Specifies the component name on which the license is installed.
97
Comentarios a estos manuales