Brent Boswell
2011-Aug-19 02:05 UTC
[Xen-users] Why is XenCenter telling me to register my XCP box?
I think the title says it all :) I got far enough along in the Xen documentation that the documentation recommended me to start using XenCenter to manage the server. Why am I being asked by XenCenter to register my XCP 1.0 server? I know it''s similar, but it''s not a Citrix XenServer... ;)>From what I can gather, XCP is open source freeware...correct me if I''m wrong.Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pasi Kärkkäinen
2011-Aug-26 13:38 UTC
Re: [Xen-users] Why is XenCenter telling me to register my XCP box?
On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote:> I think the title says it all J > > > > I got far enough along in the Xen documentation that the documentation > recommended me to start using XenCenter to manage the server. > > > > Why am I being asked by XenCenter to register my XCP 1.0 server? I know > it''s similar, but it''s not a Citrix XenServer... ;) > > > > From what I can gather, XCP is open source freeware...correct me if I''m > wrong. >Yes, xcp is opensource and free, but citrix xencenter gui tool is not. Try openxenmanager. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Brent Boswell
2011-Aug-26 18:45 UTC
RE: [Xen-users] Why is XenCenter telling me to register my XCP box?
Thanks for the response! Okay, so I downloaded it, plus gtk+ for windows plus python 2.7 (32-bit version) for windows, now when I try to run it, (using the windows command line), I get this: C:\OpenXenManager\openxenmanager>c:\Python27\Python.exe window.py Traceback (most recent call last): File "window.py", line 54, in <module> import win32gui ImportError: No module named win32gui C:\OpenXenManager\openxenmanager> The rather simplistic readme says: "You need pygtk You need ubuntu jaunty or debian unstable (glade 3.6 and libgtk 2.16) You need python-gtk-vnc Install rrdtool for graphs To launch openxenmanager: python window.py" The one missing dependency I can spot is python-gtk-vnc (which doesn''t seem to exist in the windows world). However, python seems to blow up when asked to import win32gui... :) (Smiling because it''s running in Windows already!). Any ideas? Thanks! -----Original Message----- From: Pasi Kärkkäinen [mailto:pasik@iki.fi] Sent: Friday, August 26, 2011 6:39 AM To: Brent Boswell Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote:> I think the title says it all J > > > > I got far enough along in the Xen documentation that the documentation > recommended me to start using XenCenter to manage the server. > > > > Why am I being asked by XenCenter to register my XCP 1.0 server? I know > it''s similar, but it''s not a Citrix XenServer... ;) > > > > From what I can gather, XCP is open source freeware...correct me if I''m > wrong. >Yes, xcp is opensource and free, but citrix xencenter gui tool is not. Try openxenmanager. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Outback Dingo
2011-Aug-27 01:39 UTC
Re: [Xen-users] Why is XenCenter telling me to register my XCP box?
On Fri, Aug 26, 2011 at 2:45 PM, Brent Boswell <BBoswell@phcnw.com> wrote:> Thanks for the response! > > Okay, so I downloaded it, plus gtk+ for windows plus python 2.7 (32-bit version) for windows, now when I try to run it, (using the windows command line), I get this: > > C:\OpenXenManager\openxenmanager>c:\Python27\Python.exe window.py > Traceback (most recent call last): > File "window.py", line 54, in <module> > import win32gui > ImportError: No module named win32gui > > C:\OpenXenManager\openxenmanager> > > > The rather simplistic readme says: > > "You need pygtk > You need ubuntu jaunty or debian unstable (glade 3.6 and libgtk 2.16) > You need python-gtk-vnc > > Install rrdtool for graphs > > To launch openxenmanager: > > python window.py" > > The one missing dependency I can spot is python-gtk-vnc (which doesn''t seem to exist in the windows world). > > However, python seems to blow up when asked to import win32gui... :) (Smiling because it''s running in Windows already!). > > Any ideas? > > Thanks! > > -----Original Message----- > From: Pasi Kärkkäinen [mailto:pasik@iki.fi] > Sent: Friday, August 26, 2011 6:39 AM > To: Brent Boswell > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? > > On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote: >> I think the title says it all J >> >> >> >> I got far enough along in the Xen documentation that the documentation >> recommended me to start using XenCenter to manage the server. >> >> >> >> Why am I being asked by XenCenter to register my XCP 1.0 server? I know >> it''s similar, but it''s not a Citrix XenServer... ;) >> >> >> >> From what I can gather, XCP is open source freeware...correct me if I''m >> wrong. >> > > Yes, xcp is opensource and free, but citrix xencenter gui tool is not. > > Try openxenmanager. > > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >you best best is to download and install the xenwebmanager xva appliance and import it, it does work quite well _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Brent Boswell
2011-Aug-30 17:46 UTC
RE: [Xen-users] Why is XenCenter telling me to register my XCP box?
Thanks, got that (the xenmanager xva) working...but it does seem a little wasteful (resource wise) to dedicate one VM to managing the other VM''s. I wish it ran compeletely in DOM0... :( Oh well, I''m the end user, not the programmer... -----Original Message----- From: Outback Dingo [mailto:outbackdingo@gmail.com] Sent: Friday, August 26, 2011 6:39 PM To: Brent Boswell Cc: Pasi Kärkkäinen; xen-users@lists.xensource.com Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? On Fri, Aug 26, 2011 at 2:45 PM, Brent Boswell <BBoswell@phcnw.com> wrote:> Thanks for the response! > > Okay, so I downloaded it, plus gtk+ for windows plus python 2.7 (32-bit version) for windows, now when I try to run it, (using the windows command line), I get this: > > C:\OpenXenManager\openxenmanager>c:\Python27\Python.exe window.py > Traceback (most recent call last): > File "window.py", line 54, in <module> > import win32gui > ImportError: No module named win32gui > > C:\OpenXenManager\openxenmanager> > > > The rather simplistic readme says: > > "You need pygtk > You need ubuntu jaunty or debian unstable (glade 3.6 and libgtk 2.16) > You need python-gtk-vnc > > Install rrdtool for graphs > > To launch openxenmanager: > > python window.py" > > The one missing dependency I can spot is python-gtk-vnc (which doesn''t seem to exist in the windows world). > > However, python seems to blow up when asked to import win32gui... :) (Smiling because it''s running in Windows already!). > > Any ideas? > > Thanks! > > -----Original Message----- > From: Pasi Kärkkäinen [mailto:pasik@iki.fi] > Sent: Friday, August 26, 2011 6:39 AM > To: Brent Boswell > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? > > On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote: >> I think the title says it all J >> >> >> >> I got far enough along in the Xen documentation that the documentation >> recommended me to start using XenCenter to manage the server. >> >> >> >> Why am I being asked by XenCenter to register my XCP 1.0 server? I know >> it''s similar, but it''s not a Citrix XenServer... ;) >> >> >> >> From what I can gather, XCP is open source freeware...correct me if I''m >> wrong. >> > > Yes, xcp is opensource and free, but citrix xencenter gui tool is not. > > Try openxenmanager. > > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >you best best is to download and install the xenwebmanager xva appliance and import it, it does work quite well _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2011-Aug-31 03:53 UTC
Re: [Xen-users] Why is XenCenter telling me to register my XCP box?
On Fri, Aug 26, 2011 at 2:45 PM, Brent Boswell <BBoswell@phcnw.com> wrote:> Thanks for the response! > > Okay, so I downloaded it, plus gtk+ for windows plus python 2.7 (32-bit version) for windows, now when I try to run it, (using the windows command line), I get this: >The windows port is still in progress as I understand. Adding the openxenmanager development mailing list to the CC> C:\OpenXenManager\openxenmanager>c:\Python27\Python.exe window.py > Traceback (most recent call last): > File "window.py", line 54, in <module> > import win32gui > ImportError: No module named win32gui > > C:\OpenXenManager\openxenmanager> > > > The rather simplistic readme says: > > "You need pygtk > You need ubuntu jaunty or debian unstable (glade 3.6 and libgtk 2.16) > You need python-gtk-vnc > > Install rrdtool for graphs > > To launch openxenmanager: > > python window.py" > > The one missing dependency I can spot is python-gtk-vnc (which doesn''t seem to exist in the windows world). > > However, python seems to blow up when asked to import win32gui... :) (Smiling because it''s running in Windows already!). > > Any ideas? > > Thanks! > > -----Original Message----- > From: Pasi Kärkkäinen [mailto:pasik@iki.fi] > Sent: Friday, August 26, 2011 6:39 AM > To: Brent Boswell > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? > > On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote: >> I think the title says it all J >> >> >> >> I got far enough along in the Xen documentation that the documentation >> recommended me to start using XenCenter to manage the server. >> >> >> >> Why am I being asked by XenCenter to register my XCP 1.0 server? I know >> it''s similar, but it''s not a Citrix XenServer... ;) >> >> >> >> From what I can gather, XCP is open source freeware...correct me if I''m >> wrong. >> > > Yes, xcp is opensource and free, but citrix xencenter gui tool is not. > > Try openxenmanager. > > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2011-Aug-31 03:57 UTC
Re: [Xen-users] Why is XenCenter telling me to register my XCP box?
On Tue, Aug 30, 2011 at 1:46 PM, Brent Boswell <BBoswell@phcnw.com> wrote:> Thanks, got that (the xenmanager xva) working...but it does seem a little wasteful (resource wise) to dedicate one VM to managing the other VM''s. I wish it ran compeletely in DOM0... :( Oh well, I''m the end user, not the programmer... >We are actually porting the XCP toolstack to Debian as part of project Kronos [1], so that would be possible with it (it is work in progress, but that use case is being tested already). [2] [1] http://blog.xen.org/index.php/2011/07/22/project-kronos/ [2] http://xen.markmail.org/search/?q=openxenmanager%20xapi%20debian#query:openxenmanager%20xapi%20debian+page:1+mid:ultzfsy7avgfbqnn+state:results -- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Brent Boswell
2011-Aug-31 18:04 UTC
RE: [Xen-users] Why is XenCenter telling me to register my XCP box?
I actually resolved the Win32gui issue (it was related to another library required for python-Win32gui). Once I resolved that, openxenmanager works (for a few minutes). It seems to hang once a VNC session has been opened (sometimes before). I noticed that the openxenmanager distro includes a windows VNC exe file. The thing I really need something for, rather than being able to open a remote terminal session into my VM''s, is managing the VM''s themselves on DOM0 (which is, unfortunately, absent from xenmanager xva). Xenwebmanager xva is a cool idea, though. What would be really, really cool is if it was #1) self-contained in DOM0 and #2) available as a setup option on XCP and #3) the VM management tools from openxenmanager were added to it. My world would be perfect in that case :D -----Original Message----- From: todd.deshane.xen@gmail.com [mailto:todd.deshane.xen@gmail.com] On Behalf Of Todd Deshane Sent: Tuesday, August 30, 2011 8:54 PM To: Brent Boswell Cc: Pasi Kärkkäinen; xen-users@lists.xensource.com; openxenmanager-devel@lists.sourceforge.net Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? On Fri, Aug 26, 2011 at 2:45 PM, Brent Boswell <BBoswell@phcnw.com> wrote:> Thanks for the response! > > Okay, so I downloaded it, plus gtk+ for windows plus python 2.7 (32-bit version) for windows, now when I try to run it, (using the windows command line), I get this: >The windows port is still in progress as I understand. Adding the openxenmanager development mailing list to the CC> C:\OpenXenManager\openxenmanager>c:\Python27\Python.exe window.py > Traceback (most recent call last): > File "window.py", line 54, in <module> > import win32gui > ImportError: No module named win32gui > > C:\OpenXenManager\openxenmanager> > > > The rather simplistic readme says: > > "You need pygtk > You need ubuntu jaunty or debian unstable (glade 3.6 and libgtk 2.16) > You need python-gtk-vnc > > Install rrdtool for graphs > > To launch openxenmanager: > > python window.py" > > The one missing dependency I can spot is python-gtk-vnc (which doesn''t seem to exist in the windows world). > > However, python seems to blow up when asked to import win32gui... :) (Smiling because it''s running in Windows already!). > > Any ideas? > > Thanks! > > -----Original Message----- > From: Pasi Kärkkäinen [mailto:pasik@iki.fi] > Sent: Friday, August 26, 2011 6:39 AM > To: Brent Boswell > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? > > On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote: >> I think the title says it all J >> >> >> >> I got far enough along in the Xen documentation that the documentation >> recommended me to start using XenCenter to manage the server. >> >> >> >> Why am I being asked by XenCenter to register my XCP 1.0 server? I know >> it''s similar, but it''s not a Citrix XenServer... ;) >> >> >> >> From what I can gather, XCP is open source freeware...correct me if I''m >> wrong. >> > > Yes, xcp is opensource and free, but citrix xencenter gui tool is not. > > Try openxenmanager. > > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
<admin@xenhive.com>
2011-Sep-01 03:42 UTC
RE: [Xen-users] Why is XenCenter telling me to register my XCP box?
Placing a web management interface in the Dom0 is a bad idea. If there is ever a security issue with the web interface, the Dom0 would be vulnerable. Also, if the web tool started using a lot of CPU time (because of sloppy code or a DoS attack), then the Dom0 would get slowed down enough to reduce the performance of all of the DomU. For best results, let the Dom0 simply do Dom0 related tasks. Don''t put web interfaces or other services into the Dom0. It is not worth the risk. -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Brent Boswell Sent: Wednesday, August 31, 2011 1:05 PM To: Todd Deshane Cc: xen-users@lists.xensource.com; Pasi Kärkkäinen; openxenmanager-devel@lists.sourceforge.net Subject: RE: [Xen-users] Why is XenCenter telling me to register my XCP box? I actually resolved the Win32gui issue (it was related to another library required for python-Win32gui). Once I resolved that, openxenmanager works (for a few minutes). It seems to hang once a VNC session has been opened (sometimes before). I noticed that the openxenmanager distro includes a windows VNC exe file. The thing I really need something for, rather than being able to open a remote terminal session into my VM''s, is managing the VM''s themselves on DOM0 (which is, unfortunately, absent from xenmanager xva). Xenwebmanager xva is a cool idea, though. What would be really, really cool is if it was #1) self-contained in DOM0 and #2) available as a setup option on XCP and #3) the VM management tools from openxenmanager were added to it. My world would be perfect in that case :D -----Original Message----- From: todd.deshane.xen@gmail.com [mailto:todd.deshane.xen@gmail.com] On Behalf Of Todd Deshane Sent: Tuesday, August 30, 2011 8:54 PM To: Brent Boswell Cc: Pasi Kärkkäinen; xen-users@lists.xensource.com; openxenmanager-devel@lists.sourceforge.net Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCP box? On Fri, Aug 26, 2011 at 2:45 PM, Brent Boswell <BBoswell@phcnw.com> wrote:> Thanks for the response! > > Okay, so I downloaded it, plus gtk+ for windows plus python 2.7 (32-bitversion) for windows, now when I try to run it, (using the windows command line), I get this:>The windows port is still in progress as I understand. Adding the openxenmanager development mailing list to the CC> C:\OpenXenManager\openxenmanager>c:\Python27\Python.exe window.py > Traceback (most recent call last): > File "window.py", line 54, in <module> > import win32gui > ImportError: No module named win32gui > > C:\OpenXenManager\openxenmanager> > > > The rather simplistic readme says: > > "You need pygtk > You need ubuntu jaunty or debian unstable (glade 3.6 and libgtk 2.16) > You need python-gtk-vnc > > Install rrdtool for graphs > > To launch openxenmanager: > > python window.py" > > The one missing dependency I can spot is python-gtk-vnc (which doesn''tseem to exist in the windows world).> > However, python seems to blow up when asked to import win32gui... :)(Smiling because it''s running in Windows already!).> > Any ideas? > > Thanks! > > -----Original Message----- > From: Pasi Kärkkäinen [mailto:pasik@iki.fi] > Sent: Friday, August 26, 2011 6:39 AM > To: Brent Boswell > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Why is XenCenter telling me to register my XCPbox?> > On Thu, Aug 18, 2011 at 07:05:07PM -0700, Brent Boswell wrote: >> I think the title says it all J >> >> >> >> I got far enough along in the Xen documentation that the documentation >> recommended me to start using XenCenter to manage the server. >> >> >> >> Why am I being asked by XenCenter to register my XCP 1.0 server? Iknow>> it''s similar, but it''s not a Citrix XenServer... ;) >> >> >> >> From what I can gather, XCP is open source freeware...correct me ifI''m>> wrong. >> > > Yes, xcp is opensource and free, but citrix xencenter gui tool is not. > > Try openxenmanager. > > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.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