LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: Solaris Setup

To: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Solaris Setup
From: Robert Carroll <RCarroll@xxxxxxxxxxxxxxxxx>
Date: Thu, 21 Dec 2000 15:43:25 -0500
Hey I got it working.. thanx for the help!!

Robert Carroll

-----Original Message-----
From: John Cronin [mailto:jsc3@xxxxxxxxxxxxx]
Sent: Thursday, December 21, 2000 2:04 PM
To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Solaris Setup


> Anyone out there played with LVS with Solaris as the real servers??
> I want to get LVS-DR.. I dont know what I have to do to set the Solaris
box.
> The commands are not the same compared to linux.. 
> 
> maybe a quick step-by-step approach would be helpful
> 
> Robert Carroll

The commands are quite similar.  I am not sure exactly what you are looking
for here.

Put the VIP on the loopback interface, lo0 - it won't arp from there,
thus solving the arp problem:

ifconfig lo0:1 inet 192.168.1.1 broadcast 192.168.1.255 netmask
255.255.255.0 

If you try to use the "-arp" option to ifconfig with lo0, you will get an
error as that is not a valid operation on a loopback interface.

Then make sure your web servers (apache, netscape, whatever) are listening
on the VIP (in this case 192.168.1.1).

Is there something I am missing here?  Try setting up your director for
telnet first, as Joseph Mack recommends.

I have not actually used Solaris systems as real servers (at least not
with LVS), but I have a lot of Solaris experience and this should work,
I believe (I did test to make sure I was right about the arp).

What have you done and what problems are you having, exactly?

-- 
John Cronin

_______________________________________________
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://www.in-addr.de/mailman/listinfo/lvs-users


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