Hello I am thinking about XEN server (HVM capable) without X. The installation of dom0 is without X - just the plain hypervisor/administration domain. Server is administrated only over ssh. Installation of paravirtualized linux guests is without any problems. Question is:Is there any possibility to install HVM guest on such server? The proposal is to install w2k3 server into one domain. Installation ISO is already on the server. How to install it? Peter Braun _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 03 November 2006 4:40 pm, Peter Braun wrote:> The proposal is to install w2k3 server into one domain. > Installation ISO is already on the server. > How to install it?Set ''vnc = 1'' in your domain''s config file and use vncviewer to connect to it. -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
SOLVED :) I am using Gentoo64 and xen 3.0.2 The problem was the xen-tools was emerged without vnc flag and I had to emerge libvncserver. xen-tools without vnc use flags resulted in following error in /var/log/qemu-dm.log /usr/lib/xen/bin/qemu-dm: invalid option -- ''-vnc'' Now after remerge + libvncserver it is working like a charm. Peter Braun 2006/11/3, James Oakley <joakley@solutioninc.com>:> > On Friday 03 November 2006 4:40 pm, Peter Braun wrote: > > The proposal is to install w2k3 server into one domain. > > Installation ISO is already on the server. > > How to install it? > > Set ''vnc = 1'' in your domain''s config file and use vncviewer to connect to > it. > > -- > James Oakley > Engineering - SolutionInc Ltd. > joakley@solutioninc.com > http://www.solutioninc.com > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, 2006-11-03 at 17:09 -0400, James Oakley wrote:> On Friday 03 November 2006 4:40 pm, Peter Braun wrote: > > The proposal is to install w2k3 server into one domain. > > Installation ISO is already on the server. > > How to install it? > > Set ''vnc = 1'' in your domain''s config file and use vncviewer to connect to it. >I''ve been hunting for a nice java based VNC client that could use some kind of proxy to connect to the local VNC port and pass the console to the web via https, while closing off the VNC ports to all but connections from localhost. Its ideally small, so a few sessions could be supported from a sparse dom-0. I''ve spent great lengths of time trying to find something GPL that would do this, or be a good building block to start from but haven''t found much that fits all of the needs, or I''ve overlooked something because I''m not very good with Java. The final outcome would be VNC is closed to the outside, and available only via java applet accessed via https. This could also be used to more securely extend a dom-u console too. Anyone else doing this, or know of a good start for something like it? I''d be willing to hire some java pros to make it work then release it as public domain finances permitting :) Adderlink, the IP-KVM people use small memory model systems to accomplish (almost) the same thing which support multiple sessions nicely. I''m just not quite sure how they manage it :) Thanks in advance! Best, -Tim _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter Braun wrote:> SOLVED :) > > I am using Gentoo64 and xen 3.0.2 > > The problem was the xen-tools was emerged without vnc flag and I had to > emerge libvncserver.libvncserver should have been automatically pulled in as a dep when you emerged xen-tools with the vnc USE flag set. Cheers Andrew _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users