21
VPS XXX raised hard error with status XXXXXX and will be shutdown
Filed Under (Virtuozzo) by WebScHoLaR on 21-06-2009
Tagged Under : Virtuozzo, Windows, Windows Upgrades
In Windows Virtuozzo, all Windows upgrades need to be installed on Hardware Node instead of VPS. If Windows upgrades will be installed inside VPS and those upgrades are not installed on Hardware Node, the VPS will be corrupted and it won’t start up on reboot. In thie case, all system files in system32 and system32\drivers folder need to be replaced with the system files from Hardware Node to start the VPS. These commands can be used to replace the system files inside VPS.
copy /y C:\WINDOWS\system32 C:\vz\root\VE_ID\C\WINDOWS\system32
copy /y C:\WINDOWS\system32\drivers C:\vz\root\VE_ID\C\WINDOWS\system32\drivers
(NOTE: Replace System Drives and path as per the installation)
