XenServer connect to Windows console
Connecting to a Linux console in XenServer is is easy as xl console, but slightly more difficult with a Windows VM since the terminal can’t display the Windows GUI. SSH tunneling and VNC to the rescue. First, grab the VNC port the Windows VM uses with the following command. You’ll need the dom-id of the Windows VM. xl list or xe vm-list name-label=YourWindowsNameLabel params=dom-id to find it. ...