Jason Dixon escreveu:
On Thu, Aug 07, 2008 at 06:19:55AM -0700, Thomaz Portella wrote:
Please,
Now I am using 2 servers with CARP load balance.
But I need to increase this system to more than 2 servers.
How can I do it ?
Thanks in advance,
RTFM, KTHXBYE!
http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=0
Maybe this from ifconfig(8) -
http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8
*carpnodes* /vhid:advskew,vhid:advskew,.../
If the driver is a carp(4)
<http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&arch=&apropos=0&manpath=OpenBSD+Current>
pseudo-device, create a load balancing
group consisting of up to 32 nodes. Each node is specified as a
/vhid:advskew/ tuple in a comma separated list.
HTH,
DS