Configure/Reconfigure MSDP local storage
Step | Task | Procedure |
|---|---|---|
1 | Delete the deduplication configuration. | /usr/openv/pdde/pdconfigure/scripts/installers/PDDE_deleteConfig.sh |
2 | Delete the NetBackup deduplication Engine credentials on load-balancing servers. | /usr/openv/volmgr/bin/tpconfig -delete -storage_server <sts_hostname> -stype PureDisk -sts_user_id <user_id> -all_hosts /usr/openv/volmgr/bin/tpconfig -add -storage_server <sts_hostname> -stype PureDisk -sts_user_id <user_id> -password <your_passwd> |
3 | Redirect the command output to a file to prepare the config template. | /usr/openv/netbackup/bin/admincmd/nbdevconfig -getconfig -storage_server <sts_hostname> -stype PureDisk >/root/local-lsu.txt The content of the file local-lsu.txt V7.5 "storagepath" " " string V7.5 "spalogin" " " string V7.5 "spapasswd" " " string .... V7.5 "kmsservername" " " string V7.5 "keygroupname" " " string V7.5 "extendedcapabilities" " " string V7.5 "imagesharingincloud" "false" string |
4 | Generate the config template. | Make changes to the template file Parameters: /root/local-lsu.txt V7.5 "storagepath" "/Storage" string V7.5 "spalogin" "my-user-name" string V7.5 "spapasswd" "my-password" string V7.5 "spalogretention" "90" int V7.5 "verboselevel" "3" int For more information about the parameters, See Editing an MSDP storage server configuration file. |
5 | Reuse or create storage path. | /usr/openv/netbackup/bin/admincmd/nbdevconfig -setconfig -storage_server sts_hostname -stype PureDisk -configlist /root/local-lsu.txt |