1

Is there any way to affect user accounts an a virtual machine, directly from vSphere Client?

Let's say I have a virtual Ubuntu machine and I'm not able to log in onto this machine. Can I somehow use vSphere Client to i.e. create a new User on that machine or reset the root password? Or is vSphere completely agnostic about the user management inside a virtual machine?

basilikum
  • 217
  • 3
  • 11

3 Answers3

5

vSphere isn't really equipped to handle your situation. It does give you the ability to reboot the system cleanly (via VMware tools) and to get to the console to attempt other password recovery/management tasks. If you can accept a reboot, you can reset the root password through well-known methods...

ewwhite
  • 197,159
  • 92
  • 443
  • 809
1

You could connect to the console of the guest and boot it in recovery mode and follow the various instructions out on the internet to reset the password..

Rex
  • 7,895
  • 3
  • 29
  • 45
0

If you install vmware tools on the guest VM you can run custom scripts. You would have to write a script to manage the user account in question. Use Custom VMware Tools Scripts

Eric
  • 36
  • 3