Saved configuration settings can be restored.
Procedure
-
Navigate to the following folder:
/opt/commvault/MediaAgent
-
Execute the following command:
./cvavahi.py restore_network <option> <path>
<Option>
can be one of the following:True
- To restore both the gluster metadata files as well as the network configuration files.False
- To restore only the network configuration filesExamples
To restore the network configuration files:
./cvavahi.py restore_network False /ws/disk1
The following messages will be displayed:
Initiating restore of network files... Completed restoring network files
To restore both the gluster metadata and network configuration files:
./cvavahi.py restore_network True /ws/disk1
The following messages will be displayed:
Initiating restore of network files... Completed restoring network files Initiating restore of metadata files... Completed restoring metadata files