Login via SSH at the ESXi host and find out the process ID.
Run a...
ps -c | grep -i "machine name"
...wish should give you the ID.
Afterwards use the kill command to get this VM powered off.
Regards,
Mario
Login via SSH at the ESXi host and find out the process ID.
Run a...
ps -c | grep -i "machine name"
...wish should give you the ID.
Afterwards use the kill command to get this VM powered off.
Regards,
Mario