One common issue is RDP suddenly not working. Luckily it's rather trivial to repair.
First step is to RDP to your Virtuozzo master node.
Second step is to open a cmd window and then enter each of these commands one line at a time (substitute the actual container ID in place of CT_ID):
vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\drivers\rdpwd.sys --dst \windows\system32\drivers\rdpwd.sys --system vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\drivers\RdpDD.sys --dst \windows\system32\drivers\RdpDD.sys --system vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\drivers\termdd.sys --dst \windows\system32\drivers\termdd.sys --system vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\termsrv.dll --dst \windows\system32\termsrv.dll --systemIf the file linking was your problem you should immediately be able to RDP to the container once again.
No comments:
Post a Comment