Reference Guide

get
Description
Displays the value of one or more objects. The get subcommand has two forms.
Displays the value of a single object.
Exports the value of multiple objects to a file.
It supports multiple object value exports in two file formats
INI format—The INI format files can be exported to a local file only.
Server Configuration Profile XML format—XML format files can be exported to a local file, to an NFS network
share or to a CIFS network share.
NOTE: To run the Get sub-command for Server Configuration Profile XML files, use the Lifecycle
Controller version 1.1 or later.
NOTE: Some objects may have a pending value if a Set operation is performed on the object through
a reboot job. To complete the pending operation, schedule the job using a jobqueue command, and
then check for completion of the job using the returned Job ID. For more information, see jobqueue
Synopsis
Single-object Get
racadm get <FQDD Alias>.<group>
racadm get <FQDD Alias>.<group>.<object>
racadm get <FQDD Alias>.<group>.[<index>].<object>
racadm get <FQDD Alias>.<index>.<group>.<index>.<object>
Multi-object Get
racadm get -f <filename>
racadm get -f <filename> -t xml -l <NFS share> [--clone | --replace ] [--
includeph]
racadm get -f <filename> -t xml -l <NFS share> -c <FQDD>[,<FQDD>*]
racadm get -f <filename> -t xml -u <username> -p <password> -l <CIFS share>
[--clone | --replace ] [--includeph]
racadm get -f <filename> -t xml -u <username> -p <password> -l <CIFS share> -
c <FQDD>[,<FQDD>*]
racadm get -f <filename> -t xml -u <username> -p <password> -l <HTTP share> -
c <FQDD>
racadm get -f <filename> -t xml -u <username> -p <password> -l <HTTPS share> -
c <FQDD>
58
RACADM Subcommand Details