You can restore a saved CMM configuration
through the CMM web
interface.
Attention:
- When you restore a saved CMM configuration,
all current configuration settings are erased. Be sure to save your
current configuration before you restore, if you intend to use the
current settings.
- Some restore operations might cause you to lose web connectivity.
When this occurs the final confirmation popup and log events might
not be available. If web connectivity is lost, clear the browser cache
and restart the web session.
Use the following instructions to restore a saved configuration
file to the CMM,
through the CMM web
interface.
Note: When the CMM is
set to Secure security mode, only the secure file transfer
methods HTTPS and SFTP can be used for firmware updates and other
tasks involving file transfers, such as transferring a backup configuration
file to restore a configuration. The unsecure file transfer protocols
HTTP, FTP, and TFTP are disabled when security is set to the Secure mode.
- From the CMM homepage
click Mgt Module Management > Configuration > Restore Configuration
from File.
- Enter the Passphrase.
- Enter the file path or browse for the saved configuration file,
then press Enter.
- Click Restore Configuration.
Note: You can also restore a saved
CMM configuration
through the
CMM command-line
interface. See
read command for information.
When deploying CMMs
to multiple chassis, you can apply the saved backup configuration
file to the CMMs
without having to configure each one individually. If static IP addresses
are used, each CMM must
have a unique address and only one CMM at
a time can be added onto the network for discovery. Adding more than
one CMM to
the network without a unique IP address assignment for each results
in IP address conflicts.
In order to successfully apply the
backup configuration file, you must open the saved CMM backup
configuration file in a text editor like Notepad, and change the IP
address to a unique IP address for the CMM that
is to be configured. Use the following to change the IP address in
a saved CMM backup
configuration file and apply it to a CMM.
- Navigate to the location where the CMM backup
configuration file is saved and open the file with a text editor like
Notepad.
- Locate the IPv4 address of the primary CMM in
the Primary Management Module IPv4 Configuration section of the Network
Interfaces information. The IPv4 address used in the example is 192.168.1.1
(highlighted in bold in the code block below).
Note: The entry beginning
with ifconfig -T mm[P] -eth0... is shown with a line
break after -s 255 -s 255.255.255.0. When this command
is entered, the entire entry must all be on one line.
#############################
### Network Interfaces
#############################
ifconfig -T mm[P] -eth0 -dn
### Primary Management Module IPv4 Configuration
ifconfig -T mm[P] -eth0 -i 192.168.1.1 -g 0.0.0.0 -s 255.255.255.0
-n MM5CF3FC25D969
ifconfig -T mm[P] -eth0 -c dthens
- Change the Primary Management Module IPv4 Configuration IP address
to a unique address and save the file.
- Open the web interface for the CMM that
is being added, and from the Mgt Module Management menu, click Configuration > Restore
Configuration from File
- Enter and confirm the Passphrase.
- Browse for and select the CMM backup
configuration file to use, and click Open.