trying to configure I/O fencing
I need help with this trying to configure I/O fencing but I get this error
Would you like to configure I/O fencing on the cluster? [y,n,q] y
Checking communication on system1 .............................................................................................................. Done
Checking release compatibility on system1 ...................................................................................................... Done
Checking VCS installation on system1 ............................................................................................ Version 6.0.100.000
Checking communication on system2 ............................................................................................................ Failed
CPI ERROR V-9-20-1262 Cannot resolve hostname system2
Hi, Mg
1. manual add following entry in system1's /etc/hosts:
192.168.223.1 system2
Or 2. run on system1:
#cp /etc/hosts /etc/hosts.bak
#echo "192.168.223.1 system2" >>/etc/hosts
3. test:
ping system2