by Aromal Rajagopal | Nov 25, 2010 | Articles and tutorials, Technical |
OpenQRM(open Qlusters Resource Manager) is an Open Source Data Center Management and Cloud Computing Platform. It is a fully community driven, Open-Source project backed up by main Sponsor openQRM Enterprise. It offers full automation of data centers and their...
by Aromal Rajagopal | Nov 17, 2010 | Articles and tutorials, Technical |
There are various solutions available for achieving high availability and scalability of MySQL data/service. ‘MySQL Replication’ and ‘MySQL Cluster’ the solutions offered and supported by MySQL. Third-party solutions such as DRBD (Distributed...
by Aromal Rajagopal | Nov 15, 2010 | Articles and tutorials, Technical |
Preparing Network: Install “bridge-utils” # sudo apt-get install bridge-utils Now edit /etc/network/interfaces and setup a bridge using a static, private ip-address. #cat /etc/network/interfaces auto lo iface lo inet loopback auto br0 iface br0 inet static address...