RedHat - 7.1
Kernel - 2.4.9
ipvs - 0.9.3
ipvsadm - 1.19
I am having a problem where ldirectord is not adding the real server. When
I run ldirectord -d I get the following debug messages which I pasted below.
I see an issue with a command /sbin/ipvsadm -a -t 192.168.100.10:443 -R
192.168.5.166:443 -m. When I issue this at the command line I get invalid
option, and so does ldirectord as shown in the debug messages. When I
change -R to -r the real server is added correctly. Any ideas on what is
going?
Thanks,
Billy Gunn
--- Begin Debug Messages ---
[root@ld01 log]# ldirectord -d /etc/ha.d/ldirectord.cf start
DEBUG2: Starting Linux Director Daemon
DEBUG2: Adding virtual server: 192.168.100.10:443
DEBUG2: Checking connect: server=192.168.5.166
DEBUG3: Connected to (port 443)
invalid option
DEBUG2: system(/sbin/ipvsadm -a -t 192.168.100.10:443 -R
192.168.5.166:443 -m ) failed
DEBUG2: Adding real server: 192.168.5.166:443 (1 x 192.168.100.10:443)
DEBUG2: Enabling server=192.168.5.166
DEBUG3: Activating service 192.168.5.166:443
DEBUG2: Checking connect: server=192.168.5.166
DEBUG3: Connected to (port 443)
DEBUG3: Activating service 192.168.5.166:443
DEBUG2: Checking connect: server=192.168.5.166
DEBUG3: Connected to (port 443)
|