Reset forgot vCenter server root password when management password known

 

Problem:

Forgot the root password of your vCenter root password.


Solution:

If you know the administrator password,

  • Login to vCenter server through ssh and provide
           user:administrator@vsphere.local 
           password:

  • Enable shell prompt : shell.set --enabled true


  • Now reset password with sudo : "sudo passwd root"





No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...