You can migrate the existing report alerts and schedules from the Web Console to Command Center.
Procedure
-
Run the command prompt as the administrator user.
-
Navigate to commvault_installation_directory/Base folder.
-
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:
-
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"
-
To provide file execute permission and execute the file, run the following commands:
-
For permission, run
chmod 777 Alert_Schedule_Migration_bash_script.sh
-
For executing the file, run
./Alert_Schedule_Migration_bash_script.sh
-
-
-