This is an old revision of the document!
See also Citrix XenServer and Xen Cloud Platform (XCP)
OpenXenManager is a graphical interface to manage XenServer / Xen Cloud Platform (XCP) hosts through the network. OpenXenManager is an open-source multiplatform clone of XenCenter (Citrix).
http://sourceforge.net/projects/openxenmanager/
sudo apt-get install subversion python-glade2 python-gtk-vnc cd /opt sudo svn checkout svn://svn.code.sf.net/p/openxenmanager/code/trunk openxenmanager sudo vim /usr/bin/xenmanager
#!/bin/sh python /opt/openxenmanager/window.py &
sudo chmod 755 /usr/bin/xenmanager
sudo yum -y install gtk-vnc-python subversion cd ~/bin/ svn co https://openxenmanager.svn.sourceforge.net/svnroot/openxenmanager openxenmanager
Launcher:
python ~/bin/openxenmanager/trunk/window.py