This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:openxenmanager [2014/02/26 14:26] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== OpenXenManager ====== | ||
- | |||
- | See also **[[virtualization: | ||
- | |||
- | 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:// | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | ==== Ubuntu ==== | ||
- | |||
- | < | ||
- | sudo apt-get install subversion python-glade2 python-gtk-vnc | ||
- | cd /opt | ||
- | sudo svn checkout svn:// | ||
- | |||
- | sudo vim / | ||
- | </ | ||
- | |||
- | < | ||
- | #!/bin/sh | ||
- | python / | ||
- | </ | ||
- | |||
- | < | ||
- | sudo chmod 755 / | ||
- | |||
- | xenmanager | ||
- | </ | ||
- | |||
- | Create a launcher if you wish: {{ : | ||
- | |||
- | < | ||
- | sudo apt-get install --no-install-recommends gnome-panel | ||
- | |||
- | sudo gnome-desktop-item-edit / | ||
- | </ | ||
- | |||
- | :!: Icon path is ''/ | ||
- | |||
- | 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. | ||
- | |||
- | ==== Fedora ==== | ||
- | |||
- | < | ||
- | sudo yum -y install gtk-vnc-python subversion | ||
- | cd ~/bin/ | ||
- | svn co https:// | ||
- | </ | ||
- | |||
- | Launcher: | ||
- | |||
- | < | ||
- | python ~/ | ||
- | </ | ||