wiki:jazz/Enomalism

Version 6 (modified by jazz, 16 years ago) (diff)

--

Install Enomalism

Test environment

  • Use the VMWare Image created flowing the instruction described in Massive Deployment of Xen enabled Virtual Cluster using Diskless Remote Boot Linux
  • Check Pre-installation
    root@drbl-xen-srv:~# apt-get install coreutils ssh build-essential python-dev mysql-server libmysqlclient15-dev python-mysqldb qemu bridge-utils python 
    
  • Setup MySQL root password. Note: Replace $NEW_MYSQL_ROOT_PASSWORD with the password you want!!
    root@drbl-xen-srv:~# mysql_install_db
    root@drbl-xen-srv:~# mysqladmin -h localhost -u root password '$NEW_MYSQL_ROOT_PASSWORD'
    

Download Enomalism

  • Flow the Download Link of offical website, and you can download the deb and source tar ball files directly from sourceforge.
  • [Note] The deb package is for Ubuntu. If you had installed Ubuntu, you can use this deb package to install Enomalism. Here is an Installation Guide for Ubuntu 7.10.
    root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/enomalism2-2.0.1A-1282.deb
    root@drbl-xen-srv:~# dpkg-deb --info enomalism2-2.0.1A-1282.deb
     new debian package, version 2.0.
     size 1502168 bytes: control archive= 1018 bytes.
         532 bytes,    11 lines   *  control
         761 bytes,    11 lines      md5sums
         239 bytes,     8 lines   *  postinst             #!/bin/bash
     Package: enomalism2
     Version: 2.0.1A
     Section: multiverse
     Priority: optional
     Architecture: all
     Depends: python (>= 2.5), libmysqlclient15-dev (>= 5.0), coreutils (>= 5.0), build-essential, python-dev, libxen3.1-dev, kvm, mysql-server, python-libvirt, python-mysqldb, libvirt-bin, python-setuptools, qemu, bridge-utils
     Maintainer: Derek Anderson <derek@enomaly.com>
     Description: Virtual machine and cluster management tool.
      Enomalism2 provides provisioning, management, and communications for
      cloud computing, and virtual machines.
    
  • Since I install Debian Etch, so I download the source code tar ball.
  • Unpack Enomalism2-2.0.1A.tar.gz and run setup.py
    root@drbl-xen-srv:~# wget http://nchc.dl.sourceforge.net/sourceforge/enomalism/Enomalism2-2.0.1A.tar.gz
    root@drbl-xen-srv:~# tar zxvf Enomalism2-2.0.1A.tar.gz
    root@drbl-xen-srv:~# cd Enomalism2-2.0.1A/
    root@drbl-xen-srv:~/Enomalism2-2.0.1A# python setup.py install
    

Attachments (1)

Download all attachments as: .zip