Virt-manager: Difference between revisions
From DWIKI
(New page: ==Links== ==On a headless system== As root, create a the file ~/.vnc/xstartup containing: #/bin/sh exec virt-manager then start vncserver on a higher port, to avoid conflicts with p...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Links== | ==Links== | ||
*[http://virt-manager.et.redhat.com/ Homepage] | |||
==On a headless system== | ==On a headless system== |
Revision as of 10:43, 14 April 2011
Links
On a headless system
As root, create a the file ~/.vnc/xstartup containing:
#/bin/sh exec virt-manager
then start vncserver on a higher port, to avoid conflicts with possible VMs serving vnc:
vncserver :60 &
Make sure /etc/xen/xend-config.sxp has line:
(xend-unix-server yes)
or add this and restart xend
Then from your desktop connect to it:
vncviewer yourhost 5960 &