CLI Guide

Table 5. Details of set (continued)
BIOS: enabling processor trusted execution (TXT) when server has Trusted Platform Module
(TPM) 2.0 installed
BIOS: if SCP contains only a BIOS section that includes switching boot mode to UEFI and
configuration of UEFI PXE network settings
BIOS: if SCP contains only a BIOS section that includes switching boot mode to legacy BIOS or
UEFI along with changes to the boot order sequence using changes to BootSeq, HddSeq, or
UefiBootSeq attributes.
BIOS: changing TPM 2.0 cryptographic support from the default of SHA-1
NOTE: Boot mode and boot order sequence can be changed with a single SCP import if the
SetBootOrderFqddN and SetLegacyHddOrderFqddN attributes are used.
--savecustomdefaultsSaves current configuration as custom default configuration.
--customdefaultsPerforms the upload of custom default configuration file. This option
should not be combined with --preview. Supports XML file type only.
This command does not support setting the proxy parameters if the share location (-l) is HTTP/HTTPS.
For more information, see Proxy parameter section.
Example
Single-object Set of real-time objects
Configure LCD String.
racadm set system.lcd.LCDUserString test
Configure iDRAC name.
racadm set iDRAC.Info.Name idrac-server100
Single-object Set of staged objects
Configure several BIOS settings, create a job to initiate application of new values, reboot the system,
then wait for the job to complete.
racadm set BIOS.SysProfileSettings.ProcTurboMode Disabled
racadm set BIOS.ProcSettings.ProcVirtualization Enabled
racadm set BIOS.ProcSettings.ControlledTurbo Enabled
racadm jobqueue create BIOS.Setup.1-1 r Graceful
Note of the Job ID output by the jobqueue command
After reboot, wait for the job to complete by checking the job status
racadm jobqueue view i <Job ID>
Multi-object Set of real-time objects
Configure the iDRAC using a local Server Configuration Profile XML file containing only iDRAC settings.
racadm set -f myidrac.xml -t xml
Configure the iDRAC using a Server Configuration Profile XML file stored on an NFS share containing
only iDRAC settings.
racadm set -f myidrac.xml -t xml -l 10.1.2.3:/myshare
Import a Server Configuration Profile from a CIFS share, using only the iDRAC component.
racadm set -f file t xml -u myuser -p mypassword -l //192.168.0/share -c
iDRAC.Embedded.1
Multi-object Set of staged objects
Configure a systems using a local Server Configuration Profile XML file containing a mix of real-time
and staged objects; reboot the server gracefully with a wait time of ten minutes, leaving the server
powered on after the reboot.
racadm set -f myfile.xml -t xml -b "graceful" -w 600 -s "on"
Make note of the Job ID output by the Set command.
After reboot, wait for the job to complete by checking the job status.
28
Running Get and Set