Updating cloud credentials for a cloud LSU
To update cloud credentials for a cloud LSU, you can create a configuration file and then run nbdevconfig command.
Configuration file contents for updating cloud credential are as follows:
Configuration setting | Description |
|---|---|
V7.5 "operation" "update-lsu-cloud" string | Use the value "update-lsu-cloud" to update some cloud LSU parameters. |
V7.5 "lsuName" " " string | Specifies the LSU name. |
V7.5 "lsuCloudUser" " " string | Specifies the cloud user name. |
V7.5 "lsuCloudPassword" " " string | Specifies the cloud password. |
For example:
V7.5 "operation" "update-lsu-cloud" string V7.5 "lsuName" "s3amazon1" string V7.5 "lsuCloudAlias" "amazon_1" string V7.5 "lsuCloudUser" "ChangedCloudUser" string V7.5 "lsuCloudPassword" "changedpassword" string
After creating the configuration file, run the following command:
# /usr/openv/netbackup/bin/admincmd/nbdevconfig -setconfig -storage_server <storage server> -stype PureDisk -configlist <configuration file path>