TSM for VE - How to change password

irfan

Newcomer
Joined
Sep 7, 2021
Messages
2
Reaction score
0
Points
0
Hi.
why im use this command corectly dsmc SET PASSWORD -type=VM hostname administrator password but always missing failed on hostanme

thanks
 
dsmc SET PASSWORD -type=VM hostname administrator password

hostname
Specifies the VMware VirtualCenter or ESX server that you want to back up, restore, or query. This host name must match the host name syntax that is used in the vmchost option. That is, if vmchost uses an IP address instead of a host name, this command must provide the IP address, and not a short host name or a fully qualified host name.

so it should be something like
dsmc SET PASSWORD -type=VM vcenter01.fqdn.com [email protected] S3cuR3P@ssw0rd
and your opt file should contain
VMCHOST vcenter01.fqdn.com
 
Back
Top