Migrating Web Console Metrics Alerts and Schedules to the Command Center

You can migrate the existing report alerts and schedules from the Web Console to Command Center.

Procedure

  1. Run the command prompt as the administrator user.

  2. Navigate to commvault_installation_directory/Base folder.

  3. Perform the following operations for Windows and Linux operating systems:

    • For Windows, run the following command:

      "<installation_directory>\cvpython\python.exe" "<Basedirectory>\Cloud\URLUpdate.py"

    • For Linux, perform the following operations:

      1. Create a file using cat or vim editors, named Alert_Schedule_Migration_bash_script.sh with the below content at any directory of your choice:

            #!/bin/bash
            export LD_PRELOAD="install_directory/Base/libstdc++.so.6
            install_directory/Base/libCvDllFilter.so" 
        
            cd install_directory
        
            "install_directory/python/bin/python3" "install_directory/Base/Cloud/URLUpdate.py"
      2. To provide file execute permission and execute the file, run the following commands:

        1. For permission, run chmod 777 Alert_Schedule_Migration_bash_script.sh

        2. For executing the file, run ./Alert_Schedule_Migration_bash_script.sh

×

Loading...