|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: xen 3.3.1, HVM, vncunused=0 problem?
...or if you do not have virsh...
# ps ax | grep qemu | grep <domain_name>
Look at PID os the process and:
# netstat -atp | grep <PID>
;-)
2009/2/3 Fajar A. Nugraha <fajar@xxxxxxxxx>
On Sat, Jan 31, 2009 at 11:08 PM, Fajar A. Nugraha < fajar@xxxxxxxxx> wrote:
> However, this means domU's vnc console will use the next available
> port starting from 5900. Is there a way to make the correlation which
> domain uses which port?
Just in case anybody is having the same problem, domUs vnc display
number can be obtained with :
- xm -l <domain_name> | grep 59
- virsh dumpxml <domain_name> | grep vnc
- virt-viewer <domain_name>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|