Jun 21
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)
Leave a Reply
You must be logged in to post a comment.