Skip to main content
Question

Delete Storage Policy from Command Center

  • August 28, 2024
  • 1 reply
  • 44 views

Forum|alt.badge.img+2

Hello,

 

new install here, needed to make a change on a Cloud Storage (HPE StoreOnce), and needed to recreate the catalyst store.

 

I’ve deleted everything, but now from command center (11.34) I says when recreating the CLOUD Storage is already created.

 

the commvault documentation only refers to commcell operation, but this is strange because commcell is not available on 11.34

 

https://documentation.commvault.com/2024/expert/deleting_backup_or_archive_storage_policy.html

 

ERRO:

 

Failed to create the Storage Policy [NAME_OF_STORAGE_POLICY]. A Storage Policy with the same name already exists

 

any help will be much appreciated

 

regards

1 reply

Forum|alt.badge.img+2
  • Author
  • Novice
  • August 28, 2024

hi, figured out my self

 

anyways heres the resolution

using command line:

 

qlogin (used to login to commvault command line interface)

qlist sp (lists the storage policy)

then download the xml template from:

https://documentation.commvault.com/11.16/deleting_storage_policy_copy_02.html

 

and execute the following:

 

qoperation execute -af c:\temp\Delete_SP_copy.xml -storagePolicyName NAME_OF_THE LISTED_STORAGE_POLICY

 

done!