replicate command

Use the replicate command to replicate all settings in the update configuration file.

On IMM-based servers, the replicate command skips the settings that are defined as noreplicate. To see the settings that are defined as noreplicate, use the show command and specify the noreplicate class.

Syntax

The syntax of the replicate command is
asu replicate file_name [connect_options]
where

file_name is the name of the file that was created by a previous asu save command or by redirecting the output of a previous asu show command to a file.

Note: The connect options are defined for IMM-based servers only. The --host ip_address, --user user_id, and --password password connect options are all required if you connect remotely to the IMM. The default user and password will not support an out-of-band connection now. The --mtsn, --net, --user, and --password options can be used to connect to IMM-based servers if the server running ASU and the target IMM-based servers are in one LAN. The --user user_id and --password password connect options are not required if you are using the local KCS interface.

Output

The output of the replicate command is a list of output from set commands.
<setting 1>=<value 1>
<setting 2>=<value 2>




<setting n>=<value n>

The replicate command and corresponding output are shown in the following examples.

Command line (IMM-based servers):
 asu replicate rep.data
rep.data file (Show or save output file):
uEFI.Com1BaudRate=115200
uEFI.Com1DataBits=8
uEFI.Com1Parity=None
uEFI.Com1StopBits=1
uEFI.Com1TextEmul=VT100
uEFI.Com1ActiveAfterBoot=Enable
uEFI.Com1FlowControl=Disable
Output:
uEFI.Com1BaudRate=115200
uEFI.Com1DataBits=8
uEFI.Com1Parity=None
uEFI.Com1StopBits=1
uEFI.Com1TextEmul=VT100
uEFI.Com1ActiveAfterBoot=Enable
uEFI.Com1FlowControl=Disable
Command line (BIOS-based servers):
 asu replicate rep.data
rep.data file (Show output file):
CMOS_CRTRequired=Enabled
CMOS_KbdRequired=Enabled




CMOS_OSUSBControl=Other OS
Output:
CMOS_CRTRequired=Enabled
CMOS_KbdRequired=Enabled




CMOS_OSUSBControl=Other OS
Note: The output is identical to the show output file that is used as input to the replicate command.