VMware : VM stuck at 95% after reset / Shutdown / reboot.
Once in a while the VMware Administrator may see this problem. A VM stuck at 95% while doing any operation like reset/ reboot / shutdown/ poweroff / snapshot creation etc..
Once in a while the VMware Administrator may see this problem. A VM stuck at 95% while doing any operation like reset/ reboot / shutdown/ poweroff / snapshot creation etc..
OK, here is an update… I found some strange issue after i updated windows XP. I was unable to do remote desktop to this machine.
When using a shared server,one may not have access to php configuration file php.ini.Many times you will need to enable php errors, so that one can see what is the issue instead of empty page.
One can enable error reporting for php script using following code the main code -
error_reporting(E_ALL);
ini_set(”display_errors”, 1);
This will display the errors in [...]
Today i cleared the Administrator’s password of Windows 2003 Server… This server is installed as a VM and nobody knew the Administrator’s password for it.
I booted this server with an iso file which has utilities to clear the password. It has very small footprint (3.6MB approx.). I am not sure whether it will work on [...]