Hi all. I have many domU''s, but I can''t find port for vnc_connect. 5901,5902,5903...5909 every time I guess in what port my domU. I know than in Cent 5900+id=port. And what about Lenny? -- Best Regards, alex.faq8@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Alex, I personally prefer to not use the built in VNC server, and instead install VNC on the DomU and access it like a regular server. In my experience, the performance is better when done this way. Best Regards, Nathan Eisenberg Sr. Systems Administrator - Atlas Networks, LLC From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of alex Sent: Friday, September 25, 2009 8:27 AM To: xen-users@lists.xensource.com Subject: [Xen-users] VNC Debian Port Hi all. I have many domU''s, but I can''t find port for vnc_connect. 5901,5902,5903...5909 every time I guess in what port my domU. I know than in Cent 5900+id=port. And what about Lenny? -- Best Regards, alex.faq8@gmail.com<mailto:alex.faq8@gmail.com> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
25.09.09 23:06, Nathan Eisenberg пишет:> Hi Alex, > > I personally prefer to not use the built in VNC server, and instead > install VNC on the DomU and access it like a regular server. In my > experience, the performance is better when done this way. >In that way hard to look what wrong if our domU didn''t start or when you need start hvm Windows in domU in safe mode.> > Hi all. I have many domU''s, but I can''t find port for vnc_connect. > 5901,5902,5903...5909 every time I guess in what port my domU. I know > than in Cent 5900+id=port. And what about Lenny? >I use hard set in config port number: vnclisten = ''192.168.132.254'' vncdisplay = 4 and use port 5904 for that domU WBR, Dmitriy Sirant _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Sep 25, 2009 at 10:27 PM, alex <alex.faq8@gmail.com> wrote:> Hi all. I have many domU''s, but I can''t find port for vnc_connect. > 5901,5902,5903...5909 every time I guess in what port my domU. I know than > in Cent 5900+id=port. And what about Lenny?Try one of these : - xm -l <domain_name> | grep 59 - virsh dumpxml <domain_name> | grep vnc - virt-viewer <domain_name> - netstat -an | egrep "(59)(.*)(LISTEN)" replace <domain_name> with the name of your domU. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users