next up previous contents
Next: 0.3.3.3 Listing Load Balancers Up: 0.3.3 Load Balancers Previous: 0.3.3.1 Glossary   Contents

0.3.3.2 Load Balancer Creation

To create a new load balancer lb-add tool should be used. Here's an example:

		$ lb-add -n hellobalancer -P 80 192.168.0.1:80 192.168.0.2:8080
		$

We just created a balancer with name hellobalancer listening on port 80 and balancing load across two nodes: 192.168.0.1:80 and 192.168.0.2:8080.



Roman Bogorodskiy 2011-05-30