Next Previous Contents

4. Collect Hardware

4.1 minimum setup

You will need a minimum of 3 machines (you can do it with 2, but this doesn't demonstrate how to scale up an LVS farm, read localnode to see how this is done).

You need

4.2 Gotchas

You need an outside client.

The LVS functions as one machine. You must access the LVS from a client that is NOT a member of the LVS. You cannot access an LVS controlled service (eg http, telnet) from any of the machines in the LVS; access from the director will hang, access from a real-server will connect to the service locally, bypassing the LVS.

Minimum 3 machines: client, director, real-server(s)

4.3 Test with telnet (or netcat)

All testing of your LVS should be done with telnet. Telnet has

For security reasons, you'll be turning off telnet later, but whenever you're testing your LVS or your new service, always look to see if telnet works if you're having trouble. If telnet is not being LVS'ed then you should go back and fix that first.

Another useful client is netcat. See examples using netcat as a client with ftp.


Next Previous Contents