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 xenmanager
Create a launcher if you wish:
sudo apt-get install --no-install-recommends gnome-panel sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
Icon path is
/opt/openxenmanager/images/xen.png
.
To add the launcher to Unity Launcher:
Go to the Dash and type the Application name (openxenmanager). From the dash result, drag your application and drop it into Unity launcher bar.
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