CLI Guide

Table 5. Details of set (continued)
racadm jobqueue view i <Job ID>
Configure a systems using a local Server Configuration Profile XML file containing a mix of real-time
and staged objects; postpone reboot until other operations have been completed.
racadm set -f myfile.xml -t xml -b NoReboot
Make note of the Job ID output by the Set command; because of the NoReboot option, the job will
be pending until the server is rebooted
Complete other operations, then perform a reboot
After reboot, wait for the job to complete by checking the job status
racadm jobqueue view i <Job ID>
Verify the Server Configuration Profile XML file content located in a remote CIFS share.
racadm set -f temp_Configuration_file -t xml -u Administrator -p
Password -l //192.168.0/xyz preview
Configure a RAC from an XML configuration file located on a remote FTP share.
racadm set -f myfile.xml -t xml -u username -p password -l ftp://
192.168.10.24/
Configure a RAC from a JSON configuration file located on a remote FTP share.
racadm set -f myfile.xml -t json -u httpsuser -p httpspwd -l ftp://
192.168.10.24/
Configure a RAC from an XML configuration file located on a remote TFTP share.
racadm set -f myfile.xml -t xml -l tftp://192.168.10.24/
Configure a RAC from a JSON configuration file located on a remote TFTP share.
racadm set -f myfile.xml -t json -l tftp://192.168.10.24/
Configure a RAC from an XML configuration file located on a remote HTTP share.
racadm set -f myfile.xml -t xml -u httpuser -p httppwd -l http://
test.com/myshare
Configure a RAC from an XML configuration file located on a remote HTTPS share.
racadm set -f myfile.xml -t xml -u httpsuser -p httpspwd -l https://
test.com/myshare
Configure a RAC from a JSON configuration file located on a remote HTTPS share.
racadm set -f myfile.xml -t json -u httpsuser -p httpspwd -l https://
test.com/myshare
Configure the proxy parameter.
racadm set lifecyclecontroller.lcattributes.UserProxyUsername admin1
Remove the proxy parameter.
racadm set lifecyclecontroller.lcattributes.UserProxyUsername
Upload the custom default XML configuration file located on NFS share to RAC.
racadm set -f myfile.xml -t xml -l share_ip:/PATH --customdefaults
Save current configuration as custom default configuration.
racadm set --savecustomdefaults
Running Get and Set
29