Configure libvirt Fencing (KVM Fencing)
Start doing it! I will show how to configure fencing on the Luci web tool. Login to the Luci tool, then follow the links as below: Click on Fence Devices ---> Add ---> Select Fence virt (Multicast Mode) ---> Type kvmfence as name, or any other name. Now you have to assign this fence name to all your cluster nodes. Click Nodes ---> click one by one on each node and repeat below process: Click Add Fence Method ---> Type kvmfence as Method Name ---> Click on Add Fence Instance ---> Select kvmfence as Fence Device, submit, then type the name of your virtual machine (VM) as Domain. This name should match the exact name of your VM that you have created earlier in libvirt / KVM. Repeat abovr process for all the nodes in your cluster. Host Configuration Host is your KVM machine on which the virtual cluster nodes are running. Install fence-virtd rpm on your host machine. # yum install fence-virtd Verify: # rpm -q fence-...