|
VMCL is the first free high availability
software for VMware environment.
It manages virtual machines failover when a physical host crashes
VMCL has a feature actually not available in any other commercial
product: it decides which available physical host has to start faulty
virtual machines depending on specific parameters (free memory, CPU
usage) to be respected and considering a defined priority (note: not yet
implemented).
The whole thing is based on some file present inside one of shared vmfs
volumes
When a physical host is faulty VMCL will decide which remained
physical host has to mount faulted host quorum and to start which
virtual machine.
Note for beta1 please click
here Documentation
coming soon INSTALLATION NOTE
Find the installer file
vmcl2.0.0.tar.gz in the directory where you downloaded it now copy to the /tmp directory or another directory of your choice.
Become root.
su -
Unpack the tar archive.
tar zxf vmcl2.0.0.tar.gz
Change to the directory where the archive was unpacked.
cd vmcl2
Run the installer.
./install.sh
follow the instuction
UNINSTALL NOTE
Run the installer with the parameter --remove.
/opt/remove.sh This is a
RC1 please be carefully to use it in a production environment |