LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: 2.2.12 manuals?

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: 2.2.12 manuals?
From: "Axel Dunkel" <ad@xxxxxxxxx>
Date: Fri, 10 Sep 1999 02:10:52 +0200
Hello,

> Sorry for the abruptness, but I am a bit new to the list and have been
> working with the newly-released 2.2.12 version. Are there updated docs
> for this version? Every time I use the command

> /sbin/ipvsadm -A -t 192.168.1.110:80 -R 127.0.0.1 -w 1

> I get spit back at me /sbin/ipvsadm: invalid option -- R invalid
> option

You are mixing things up. Use "ipvsadm -A" to add a new virtual service like:

/sbin/ipvsadm -A -t 192.168.1.110:80 -s wlc

and then add actual servers with -a like

/sbin/ipvsadm -a -t 192.168.1.110:80 -r 127.0.0.1 -w 1 -g

Btw: "ipvsadm -h" really helps...

Best regards,
Axel Dunkel

---
Systemberatung A. Dunkel GmbH, Gutenbergstr. 5, D-65830 Kriftel
Tel.: +49-6192-9988-0, Fax: +49-6192-9988-99,   E-Mail: ad@xxxxxxxxx

----------------------------------------------------------------------
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
To unsubscribe, e-mail: lvs-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx
For additional commands, e-mail: lvs-users-help@xxxxxxxxxxxxxxxxxxxxxx





<Prev in Thread] Current Thread [Next in Thread>