Testing lvs using Piranha 0.7.0-3 in Linux 8.0

ong cheechye <[email protected]>
Newsgroups gmane.linux.redhat.piranha
Message-ID <[email protected]>
Thanks Peter. Can I use Linux 7.3 to generate the
lvs.cf and run piranha on Linux 8.0 ?

I just tried to edit lvs.cf from the shell in Linux
8.0 to try out if piranha can perform the minimal lvs
function only (i.e without backup director and only 1
realserver). I got the following message when starting
pulse:

[root@main ha]# /etc/rc.d/init.d/pulse start
Starting pulse:                                       
    [FAILED]

I have tested lvs direct routing and telenet service
with the same vip and rip using the rc.lvs_dr script
and it seemed ok (i.e I get 1 active conn from ipvsadm
when telnet to vip from a client). My network setup is
1 director, 1 realserver and client are all on the
same network

Is there anything wrong with my 'very minimal' piranha
configuration as the error message does not indicate
specific reason of failure. Would appreciate any help
and suggestion in testing lvs through piranha in Linux
8.0.

Below is my lvs.cf file (most of the options have been
commented).

[root@main ha]# cat lvs.cf
service = lvs
primary = 192.168.123.109
# primary_private = 192.168.123.109
# primary_shared = /dev/sdb
# backup = 207.175.44.196
backup_active = 1
# backup_private = 10.11.12.2
# backup_shared = /dev/sdb
# backup_active = 1
# heartbeat = 1
# heartbeat_port = 1050
# keepalive = 6
# deadtime = 18
# reservation_conflict_action = preempt
# debug_level = NONE
# rsh_command = rsh
network = direct
# nat_router = 192.168.10.100 eth1:1
# nat_nmask = 255.255.255.255

virtual server1 {
        address = 192.168.123.110 eth0:1
        vip_nmask = 255.255.255.255
#       fwmark = 100
        active = 1
#       load_monitor = uptime
#       timeout = 5
#       reentry = 10
        port = 23
#       send = "GET / HTTP/1.0\r\n\r\n"
#       expect = "HTTP"
        scheduler = rr
        persistent = 60
        pmask = 255.255.255.255
        protocol = tcp

        server Real1 {
                address = 192.168.123.198
                active = 1
                weight = 1
        }
}


__________________________________________________
Do You Yahoo!?
Promote your business from just $5 a month!
http://sg.biztools.yahoo.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.