I issue the following ipvsadm commands:
=========================================
#service 23 uses wlc scheduler
/sbin/ipvsadm -A -t 172.16.1.247:23 -s wlc
echo "adding service 23 to realserver 192.168.128.142"
/sbin/ipvsadm -a -t 172.16.1.247:23 -r 192.168.128.142:23 -m -w
1
echo -n "checking if server reachable from director
172.16.1.247: "
======================================
Then I do ipvsadm and it reports
=============================
ipvsadm settings
IP Virtual Server version 0.9.8 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP AC1001F7:0017 wlc
-> 00000000:0100 Masq 0 0 0
=======================================
I believe that this indicates that the command associating the real
server with the virtual server
did not work. Any words of wisdom out there?
I'm running Redhat 6.2, kernel 2.2.14.
Tom Morris
CrosStor Software
|