viernes, 25 de febrero de 2011

VNC Connection to VMWare VMs / Conectarse a la consola de las VMs en VMWare mediante VNC

Modify VM vmx file

Add this lines to enable VNC connectivity, password is not necessary but recommended; vnc port needed when having more than one VM that we want to access using VNC (default port is 5900, you can start from this port and add one to every other VM, I start from 5901 because I am used to from  XenServer)

RemoteDisplay.vnc.enabled = "TRUE"
RemoteDisplay.vnc.password = "changeme"
RemoteDisplay.vnc.port = "5901"






Modificar el archivo vmx de la máquina virtual a la que deseamos conectarnos utilizando VNC


Agregar las siguientes líneas (recomiendo que sea al final) para habilitar la conexión por VNC, el password no es necesario pero muy recomendable, determinar el puerto es necesario cuando queremos utilizar VNC en más de una VM (el puerto por defecto es 5900, sumarle uno por cada VM, yo comienzo en 5901 por la fuerza de la costumbre en XenServer)


RemoteDisplay.vnc.enabled = "TRUE"
RemoteDisplay.vnc.password = "changeme"
RemoteDisplay.vnc.port = "5901"

miércoles, 23 de febrero de 2011

VMWare Player: CAD Key Combination through RDP / Combinación de teclas CAS usando RDP

Send Ctrl + Alt + Del (CAD) key combination through RDP

In order of succeeded tries:

Ctrl + RAlt + End (This works like CAD key combination on remote host and VMWare takes it -and nag you about it!)

Ctrl + RAlt + Space then Ctrl + Ralt + INS (this stops VMWare Player from processing the next key and this allow you to succesfully send CAI key combination)

Ctrl + Ralt + INS ( This is the one that should be working in must cases but, in my experience, it rarely does when using Remote Desktop Protocol.

Enviar Combinación de teclas Ctrl + Alt + Supr (CAS)

Ordenanados según las veces que me ha funcionado

Ctrl + Alt Der + Fin (Esto permite enviar el equivalente a CAS al host que corre la VM, funciona, aunque VMPlayer te regaña por usar esta combinación y no CAS)

Ctrl + Alt Der + Espacio (Con esto le decimos a VMPlayer que no procese las teclas presionadas a continuación con lo que es posible presionar Ctrl + Alt sin que desenganche y poder enviar la combinación CAS)

Ctrl + Alt Der + Ins (Esta es la combinación de teclas por defecto, algunas veces trabaja cuando usamos RDP)