忘记VMware vcenter的[email protected]密码

忘记VMware vcenter的[email protected]密码的解决办法
一、 重置密码:
ssh [email protected]
Connecting to 192.168.230.100:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.

VMware vCenter Server Appliance 6.7.0.44000

Type: vCenter Server with an embedded Platform Services Controller

WARNING! The remote SSH server rejected X11 forwarding request.
Connected to service

Command> shell #进入shell
Shell access is granted to root
root@photon-machine [ ~ ]# passwd #修改root密码
New password:
Retype new password:
passwd: password updated successfully

root@photon-machine [ /usr/lib/vmware-vmdir/bin ]# ./vdcadmintool

==================
Please select:

  1. exit
  2. Test LDAP connectivity
  3. Force start replication cycle
  4. Reset account password
  5. Set log level and mask
  6. Set vmdir state
  7. Get vmdir state
  8. Get vmdir log level and mask

3 #选择3重置密码
Please enter account UPN : [email protected] #administrator域名
New password is -
i'dH/yDt+ZU\6RNT~; #系统生成的密码

==================
Please select:

  1. exit
  2. Test LDAP connectivity
  3. Force start replication cycle
  4. Reset account password
  5. Set log level and mask
  6. Set vmdir state
  7. Get vmdir state
  8. Get vmdir log level and mask

0 #退出

你可能感兴趣的:(服务器,linux,运维)