If the storage virtual machine (SVM) name is renamed on the file server, then use this command to update the database with the new svm name.
Before You Begin
Verify that no jobs are running and suspend the running jobs, if any.
Procedure
-
Run a DR backup of the CommServe database.
-
On the command line of the CommServe computer, go to software_installation_directory/Base and type the following commands:
-
To allow the tool to modify the database, type the pre-run command:
SnapManagementTool.exe preRun -vminstance_name -
To rename the array name, type the following command:
SnapManagementTool svmRename -vminstance_name-arrayarray_name-oldsvmold_svm-newsvmnew_svmExample:
SnapManagementTool svmRename -vmInstance001-arraynetapparray101-oldsvmnetappsvm101.test.net-newsvmnetappsvm101 -
To remove the write permission from the tool, type the post-run command:
SnapManagementTool.exe postRun -vminstance_name
-
where:
-
instance_name is the name of the Commvault instance (for example, instance00).
-
array_name is the name of the NetApp storage array, as entered in the Arrays page.
-
old_svm is the current svm name of the NetApp storage array.
-
new_svm is the new svm name of the NetApp storage array.