This command saves the management-module configuration to the chassis of the BladeCenter unit or to a file.
Function | What it does | Command | Valid targets |
---|---|---|---|
Save management-module configuration to chassis | Saves an image of the management-module configuration to the BladeCenter unit chassis. |
write
-config chassis
This command can only be
run by users who have one or more of the following command authorities:
|
where x is the primary management-module bay number. |
Save management-module configuration to file (no encryption) | Saves an image of the management-module configuration to a file while data encryption is not enabled for the BladeCenter unit. |
write -config file
-l
filename
-i
ip_address
where:
Note: If the -l
filename option
is not specified, the default filename of asm.cfg is used.
This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Save management-module configuration to file (encryption) | Saves an image of the management-module configuration
to a file while data encryption is enabled for the BladeCenter unit.
Note: When
a configuration file is created with a pass-phrase (encryption enabled),
if this configuration file is restored on the same management module,
the pass-phrase entered during restoration is ignored.
|
write -config file
-l
filename
-i
ip_address
-p
passphrase
where:
Note: If the -l
filename option
is not specified, the default filename of asm.cfg is used.
This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Example:
write -config chassis
The following example shows the information that is returned from this command:
system:mm[1]> write -config chassis
OK
Configuration settings were successfully saved to the chassis
system:mm[1]>