VMware vCenter重置web console SSO登录密码

On a Windows Platform Services Controller or vCenter Server with Embedded Platform Services Controller


1. Log in to vCenter Server with a domain administrator account. If the Platform Services Controller is installed separate from vCenter Server, log in to the Platform Services Controller server.
2. Open an elevated command prompt ( Run command prompt as administrator )
3. Run c:> "%VMWARE_CIS_HOME%vmdirdvdcadmintool.exe".

This console loads:


===============================
Please select:
0. exit
1. Test LDAP connectivity
2. Force start replication cycle
3. Reset account password
4. Set log level and mask
5. Set vmdir state
===============================



4. Press 3 to enter the Reset account password option.
5. When prompted for the Account UPN, enter:

User@vSphere_Domain_Name.local (Example - Administrator@vsphere.local)

A new password is generated.

Notes:
If you customized your vSphere Domain name, provide the customized domain name.
If the preceding steps fail with a error "VmDirForceResetPassword failed (5)", use the Built In Local Administrator Account to login to the vCenter Server (through RDP or Console) and retry the operation by executing vdcadmintool.
If vdcadmintool fails to execute, please verify the size of the file. It should not be '0 kb' in size. If size is 0 KB, copy the file from another vCenter with similar build. Contact VMware Support if you don't have any other environments to copy the file.
vdcadmintool.exe is located at C:Program FilesVMwarevCenter Servervmdird
6. Use the generated password to log in to the User@vSphere_Domain_Name.local account.
7. After the password is regenerated, log in to vSphere Web Client and change the user password.


On the Platform Services Controller or vCenter Server with Embedded Platform Services Controller Appliance


1. Log in to vCenter Server Appliance using SSH as the root user.
2. Run this command to enable access the Bash shell:

shell.set --enabled true

  

3. Type shell and press Enter.

4. Run /usr/lib/vmware-vmdir/bin/vdcadmintool.

This console loads:

================================
Please select:
0. exit
1. Test LDAP connectivity
2. Force start replication cycle
3. Reset account password
4. Set log level and mask
5. Set vmdir state
================================


5. Press 3 to enter the Reset account password option.
6. When prompted for the Account UPN, enter:

User@vSphere_Domain_Name.local (Example - Administrator@vsphere.local)

A new password is generated.

Note: If your vSphere Domain name is customized, provide the customized domain name.

7. Use the generated password to log in to the User@vSphere_Domain_Name.local account.
8. After the password is regenerated, log in to the vSphere Web Client and change the password.

原文地址:https://www.cnblogs.com/xingfuxiaokong/p/12955281.html