openQRM is the next generation, open-source Data-center management platform. Its fully pluggable architecture focuses on automatic, rapid- and appliance-based deployment, monitoring, high-availability, cloud computing and especially on supporting and conforming multiple virtualization technologies. openQRM is a single-management console for the complete IT-infra structure and provides a well defined API which can be used to integrate third-party tools as additional plugins.
Now, I will guide you how to install OpenQRM on CentOS 5.6 in a simple way. First, you will need an extra disk for "Server-Image Store".
Then, we need some preparations.
1- Edit your hosts file
2- Install Enterprise iSCSI Target
yum -y install kernel-devel openssl-devel gcc rpm-build
mkdir ietd
cd ietd/
wget http://sourceforge.net/projects/iscsitarget/files/
iscsitarget/1.4.20.1/iscsitarget-1.4.20.1.tar.gz
tar -xzf iscsitarget-1.4.20.1.tar.gz
cd iscsitarget-1.4.20.1
make && make install
/etc/init.d/iscsi-target start |
3- Install MySQL Server
yum -y install mysql-server
/etc/init.d/mysql start
chkconfig mysqld on |
4- Install openQRM
yum -y install subversion
svn co https://openqrm.svn.sourceforge.net/svnroot/openqrm openqrm
cd openqrm/trunk/src/
make && make install && make start |
5- First Configuration
After finishing the installation part, you now can access the webpage for the first configuration (next, next and next) through
http://ipaddress/openqrm. Username and password default is
openqrm.
Now, You can visit my new next posts to find out how to deploy Windows XP, Windows 7 and Windows 2008:
http://www.itbox4vn.com/2011/06/deploying-windows-xp-through-network.html
http://www.itbox4vn.com/2011/06/deploying-windows-7-windows-server-2008.html
Have fun!