Raja Kondar wrote:
how to findout vnc port no. used by the each guest vm using command line on the VM server
# virsh dumpxml <domainID>
That will list the XML configuration for the running domain, which includes the VNC details. You can get the domainID from the xm list command.



