Is anyone providing self service interfaces for customers with Xen, what products are you using? Where have you seen success? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yea, this is interst for me too. I wanna find some web-interface for configuring xen, I hope some users help us for choosing control interfes for xen-system. 2009/8/3 Jonathan Bayles <jbayles@readytechs.com>> Is anyone providing self service interfaces for customers with Xen, what > products are you using? Where have you seen success? > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- С уважением, Alex. alex.faq8@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Are anyone using any web-interfaces for controling xen? Please ask. May be http://enomalism.com/(but I cant installed it - too old libraries) or HyperVM(I know that it have some critical bugs) 3 августа 2009 г. 22:23 пользователь Butterfly_killer <alex.faq8@gmail.com>написал:> Yea, this is interst for me too. I wanna find some web-interface for > configuring xen, I hope some users help us for choosing control interfes for > xen-system. > > 2009/8/3 Jonathan Bayles <jbayles@readytechs.com> > > Is anyone providing self service interfaces for customers with Xen, what >> products are you using? Where have you seen success? >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> > > > > -- > С уважением, Alex. > alex.faq8@gmail.com > > >-- С уважением, Alex. alex.faq8@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
With free version of HyperVM you can create only 5 virtual machines. Also you have to use LVM (it is requirements). IMHO it''s not good solution for management xen domains (IMHO). Once, I''ve found one interesting project - Karesansui http://karesansui-project.info/ but haven''t enough time for testing... Does anyone use it? 2009/8/4 Butterfly_killer <alex.faq8@gmail.com>:> Are anyone using any web-interfaces for controling xen? Please ask. May be > http://enomalism.com/(but I cant installed it - too old libraries) or > HyperVM(I know that it have some critical bugs) > > > 3 августа 2009 г. 22:23 пользователь Butterfly_killer <alex.faq8@gmail.com> > написал: >> >> Yea, this is interst for me too. I wanna find some web-interface for >> configuring xen, I hope some users help us for choosing control interfes for >> xen-system. >> >> 2009/8/3 Jonathan Bayles <jbayles@readytechs.com> >>> >>> Is anyone providing self service interfaces for customers with Xen, what >>> products are you using? Where have you seen success? >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >> >> >> >> -- >> С уважением, Alex. >> alex.faq8@gmail.com >> >> > > > > -- > С уважением, Alex. > alex.faq8@gmail.com > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Sergey Smirnov email/xmpp: Sergey.A.Smirnov@Gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jonathan Bayles <jbayles@readytechs.com> writes:> Is anyone providing self service interfaces for customers with Xen, what products are you using? Where have you seen success?I have a short shell script that allows a user to run ''xm create -c '' ''xm shutdown'' ''xm destroy'' and ''xm console'' - access is controlled via OpenSSH keys and sudo. It works well, and scares off anyone who needs too much handholding. I also use pvgrub so the user can choose his or her own kernel. I give each user a read-only partition and a read-write partition. on the read-only partition, there is a install of centos and some utilities. the idea is pvgrub first hits the menu.lst on my read-only disk, which allows the user to boot into what I call ''rescue mode'' - and after 2 seconds it falls through to the menu.lst on the first partition of the user''s writable disk. I think it works really well for existing customers; I''ve had people go so far as to install NetBSD without any help from me. The problem is that I don''t have an automated way to provision new domains, or to resize existing domains. I''m working on that now, though. I figure if they are all ssh commands, it''s easily scriptable, and the security issues are all pretty easy to spot. -- Luke S. Crawford http://prgmr.com/xen/ - Hosting for the technically adept http://nostarch.com/xen.htm - We don''t assume you are stupid. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users