The name resolution is working fine.
192.168.x.x DGRAM
192.168.x.x RAW
The IP address being the engine IP Address.
The hosts are on the same subnet as the HostedEngine. I can ping the hosts from each other. There is a NATting device, that NATs the private IP addresses to public IP addresses. From the hosts I can reach the internet, but I cant ping from outside (security measure). We also using this device to VPN to the cluster
[root@gohan ~]# virsh -r list
Id Name State
----------------------------------------------------
13 HostedEngine running
[root@gohan ~]# virsh -r dumpxml HostedEngine | grep -i tlsPort
<graphics type='spice' port='5901' tlsPort='5902' autoport='yes' listen='192.168.x.x' passwdValidTo='1970-01-01T00:00:01'>
[root@gohan ~]# virsh -r vncdisplay HostedEngine
192.168.x.x:0
[root@gohan ~]# hosted-engine --add-console-password
Enter password:
You can now connect the hosted-engine VM with VNC at 192.168.x.x:5900
VNCing with the above gives me the blank black screen and a cursor (See attached). I cant do anything on that screen.