This command restores the CMM configuration, including users and permission groups, that was previously saved to a file. It can also be used to unmanage the CMM after a failed or incomplete unmanage operation.
Configurations are saved to a file using the write command.
If command syntax is not correctly entered, or if a command fails to run, an error message is returned. See Common errors for a list of error messages that apply to all commands or read command errors for a list of error messages that are specific to the read command.
Function | What it does | Command | Target (see paths in Command targets) |
---|---|---|---|
Restore CMM configuration from file | Restores the CMM configuration
from an image that was previously saved to a file. Note:
|
read -u URL -p passphrase where:
This command can only be run by users who have one or more
of the following command authorities:
|
Primary CMM:
|
Restore CMM configuration from file (verbose) | Restores the CMM configuration
from an image that was previously saved to a file, showing the log
file generated while doing the restore. The log file is not shown
until the restore is complete, which might take several minutes. Note:
|
read -u URL -p passphrase -v where:
This command can only be run by users who have one or more
of the following command authorities:
|
Primary CMM:
|
Restore CMM configuration from file and reset CMM | Restores the CMM configuration
from an image that was previously saved to a file and then reset the CMM. Note:
|
read -u URL -p passphrase -r where:
This command can only be run by users who have one or more
of the following command authorities:
|
Primary CMM:
|
Restore CMM configuration from file (verbose) and reset CMM | Restores the CMM configuration
from an image that was previously saved to a file, showing the log
file generated while doing the restore. The log file is not shown
until the restore is complete, which might take several minutes, and
displays for several seconds until the CMM resets. Note:
|
read -u URL -p passphrase -v
-r where:
This command can only be run by users who have one or more
of the following command authorities:
|
Primary CMM:
|
Unmanage CMM (forced) | Unmanages the CMM after a failed or incomplete unmanage operation. | read
-f unmanage This command can only be run by users who
have one or more of the following command authorities:
|
Primary CMM:
|
Example:
read -u tftp://9.37.177.215/temp/cmm1.cfg -p "backuplock" -T mm[p]
The following example shows the information that is returned from this command:
system> read -u tftp://9.37.177.215/temp/cmm1.cfg -p "backuplock" -T mm[p] OK Configuration restore was successful Restart the MM for the new settings to take effect system>
read -u sftp://userid:password@300.370.640.310/tftpboot/backup/cfg.bkp -p "Passphaase" -T mm[p]
The following example shows the information that is returned from this command:
system> read -u sftp://userid:password@300.370.640.310/tftpboot/backup/cfg.bkp -p "Passphaase" -T mm[p] OK Configuration restore was successful Restart the MM for the new settings to take effect system>