Windows virtuozzo crashing very often. After checking the event viewer found this.
One of the last errors it gave in the event viewer was: "Faulting application svchost.exe, version 5.2.3790.3959, faulting module unknown, version 0.0.0.0, fault address 0x01aef4b6." I am not seeing a direct reason from Microsoft as to the reason for this. This error message was found under "System" in event viewer: "The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\VZLPBKVolumes\VZLPBKVolume{553ba7dd-451e...." Please let us know if we can assist you further with this.
refer this http://kb.parallels.com/en/1008
To find the GUID
c:>vzcfgt get 114 GUID
This gives you the GUID or you can run this bat file
make a bat file
===============================
@echo off
for /F "skip=3 usebackq tokens=*" %%i in (`cmd /c "vzlist -ao veid"`) do (cmd /c "vzcfgt get %%i GUID" && echo is GUID of VE %%i)
pause
===============================
Now run these commands at the command prompt to do the chkdsk for the windows container
vzctl stop 157
vzdskctl mount c:\vz\private\157\root.efd {553ba7dd-451e-4969-b231-397442baaa32}
chkdsk /f \\?\Volume{553ba7dd-451e-4969-b231-397442baaa32}
vzdskctl umount {553ba7dd-451e-4969-b231-397442baaa32}
vzctl start 157
vzdskctl mount c:\vz\private\596\root.efd {222c9735-95b2-4e41-98ef-b9f4181eb8dc}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment