Reference Guide
• Display the records having severities set to warning or critical, starting from
sequence number 4.
racadm lclog view -s warning,critical -q 4
• Display 5 records starting from sequence number 20.
racadm lclog view -q 20 -n 5
• Display all records of events that have occurred between 2011-01-02 23:33:40 and
2011-01-03 00:32:15.
racadm lclog view -r "2011-01-02 23:33:40" -e "2011-01-03
00:32:15"
• Display all the available records from the active Lifecycle log.
racadm lclog view
NOTE: If output is not returned when this command is used remotely, then retry
increasing the remote RACADM timeout value. To increase the timeout value,
run the command racadm set iDRAC.Racadm.Timeout <value>.
Alternatively, you can retrieve few records.
• Add a comment to record number 5 in the Lifecycle log.
racadm lclog comment edit –q 5 –m “This is a test comment.”
• Add a worknote to the Lifecycle log.
racadm lclog worknote add -m "This is a test worknote."
• 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 specified 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]
69