Reference Guide

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
mypass -l //10.94.161.103/share
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
Display the status of the specified Job ID with Lifecycle
Controller.
racadm lclog viewconfigresult -j
JID_123456789012
license
Descripti
on
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]
83