ok - i now realise windows update was a bad idea - i didn't realise that before..
anyway, looking at the log this seams to be the problem which i found of the swsoft cn website (with googles dodgy translation....)
Knowledge Base
VPS无法启动报告VzkrnlStartVps错误 VPS will not boot error report VzkrnlStartVps
Top : Virtuozzo : Windows Top: Virtuozzo: Windows
文章编号: Article ID: 000788
评分: Score: 3.7 / 5.0 (总投票3) 3.7 / 5.0 (total voting 3)
阅览次数: Access number: 288
问题 Problems
在命令行下启动VPS,报告如下错误: At the command line will be activated VPS, and report the following error:
vzctl start 101 Vzctl start 101
Starting VPS ... Starting VPS ...
Virtuozzo API function call 'VzkrnlStartVps' failed dwErr=0x000004FB Virtuozzo API function call 'VzkrnlStartVps' failed dwErr = 0x000004FB
解决方案 Solutions
这是由于用户在VPS内安装了微软的最新补丁造成的 This is because users in the VPS has been installed the latest Microsoft patch the
Virtuozzo服务器上是由硬件节点统一为所有VPS安装补丁的在单独的VPS内不需要进行任何有关操 作系统补丁的操作如果客户在VPS内强行运行了微软补丁并安装,则可能损坏VPS有关系统文件 Virtuozzo server node is unified by the hardware for all VPS installation of the patch in a separate VPS, which does not require any operating system patches, if the operation of the force in the VPS running Microsoft patches and install, it may damage the VPS system files
出现这个报错,修复方法是复制物理节点的windows\system32\drivers\tcpip. sys到VPS内即可让VPS正常启动例如如下修复流程: In such an error, the method is replication repair physical node windows \ system32 \ drivers \ tcpip.sys to VPS to be within the normal start VPS repair processes such as the following:
1) vzctl mount 101 1) vzctl mount 101
2) copy c:\WINDOWS\system32\drivers\tcpip.sys d:\vz\root\101\c\WINDOWS\system32\drivers\ 2) copy c: \ WINDOWS \ system32 \ drivers \ tcpip.sys d: \ vz \ root \ 101 \ c \ WINDOWS \ system32 \ drivers \
3) vzctl start 101 3) vzctl start 101
VPS即可恢复正常 VPS can resume normal
|