Saving the Configuration

Configuration settings can be saved to avoid re-entering the network configuration during re-imaging /disaster recovery. This makes installs less prone to network errors by avoiding manual re-entry of network related settings.

Procedure

  1. Navigate to the following folder:

    /opt/commvault/MediaAgent
  2. Execute the following command:

    ./cvavahi.py backup_network <path>

    For example:

    ./cvavahi.py backup_network /ws/disk1

    The following messages will be displayed:

    Initiating backup of network files...
    Completed backing up network files
    Initiating backup of metadata files...
    Completed backing up metadata files

Result

The following zip files with the configuration settings will be saved in the specified location:

  • backup_metadata.zip

  • backup_network.zip

Loading...