On Wed, Jan 12, 2005 at 05:10:40PM +0300, Sergey wrote: > I have 2 nodes - hp1 and hp2. Any of nodes have Integrated Lights-Out > with ROM Version: 1.55 - 04/16/2004. > > Jan 12 14:45:04 hp1 fence_node[6614]: The agent (fence_rib) reports: > Jan 12 14:45:04 hp1 fence_node[6614]: WARNING! fence_rib is deprecated. use fence_ilo instead parse error: unknown > option "ipaddr=10.10.0.112" Two things: 1. This is telling you to use an updated version of the agent, fence_ilo. replace fence_rib w/ fence_ilo in your ccs files 2. "ipaddr" is not a parameter for either fence_ilo or fence_rib. The correct parameter is "hostname" (as described in the man page). Hint: You will also need perl-Crypt-SSLeay package from RHN or Net::SSLeay from CPAN. > Cluster Configuration: > > cluster.ccs: > cluster { > name = "cluster" > lock_gulm { > servers = ["hp1"] (or servers = ["hp1,"hp2","hp3"]) > } > } > > fence.ccs: > fence_devices { > ILO-HP1 { > agent = "fence_rib" > ipaddr = "10.10.0.111" > login = "xx" > passwd = "xx" > } > ILO-HP2 { > agent = "fence_rib" > ipaddr = "10.10.0.112" > login = "xx" > passwd = "xx" > } > } > > nodes.ccs: > nodes { > hp1 { > ip_interfaces { eth0 = "10.10.0.200" } > fence { riloe { ILO-HP1 { localport = 17988 } } } > } > hp2 { > ip_interfaces { eth0 = "10.10.0.201" } > fence { riloe { ILO-HP2 { localport = 17988 } } } > } -- Adam Manthei <amanthei@xxxxxxxxxx>