Search:     Advanced search
Browse by category:
Glossary | Ask question



How do I configure slb (server load balancing)?
Add comment
Views: 2526
Votes: 0
Comments: 0

Configure SLB in CLI:

1. Define the real servers
slb real <real service type> <real_name > <BackEnd Server IP> <PORT> <Optional, Maximum connections> <Health Check type> <hc_up > <hc_down >

slb real http "v1" 10.7.8.105 80 1000 http 3 3


2. Define a group load balancing method.
slb group method <group_name > <slb algorithm >
slb group method "grp" rr


3. Add real servers to the group.
slb group member < group_name > < real_name > <optional, Weight >

slb group member "grp" "v1" 1


4. Define a Virtual IP to listen for requests.
slb virtual < virtual service type > < virtual service name > < virtual service IP > < virtual service Port >

slb virtual http "www.test.com" 64.233.169.104 80


5. Bind the group balancing method to the Virtual IP.
slb policy default < Virtual Service name > < group_name >

slb policy default "www.test.com" "grp"

 


Configure webui in Array OS version 6.4 or later.
1. Define the real servers.

 

2. Define a group load balancing method.

 

3. Add real servers to the group:
   double click on group name "grp" to configure member in a group


 

4. Define a Virtual IP to listen for requests.


 

5. Bind the group balancing method to the Virtual IP.



Other questions in this category
What are the types of real service?
How do I configure health check type?
How do I check for the status of server(s)?
What are slb group method algorithms?
What are slb policies and what are their types?
How do I configure static policy type?
How do I configure default policy type?
How do I configure backup policy type?
SLB Methods in Term OSI Concept
Round Robin (rr) SLB Definition
Shortest Response (sr) SLB Definition
Least Connection (lc) SLB Definition
Persistent IP (pi) SLB Definition
Hash IP (hi) SLB Definition
Consistent Hash IP (chi) SLB Definition
Port Range (port) SLB Definition
L2 MAC-Based SLB Definition
L3 IP-Based SLB Definition
SIP SLB Definition
RTSP SLB Definition
SNMP (snmp) SLB Definition
Persistent Cookie (pc) SLB Definition
Persistent Hostname (ph) SLB Definition
Persistent URL (pu) SLB Definition
Insert Cookie (ic) SLB Definition
Rewrite Cookie (rc) SLB Definition
Embed Cookie (ec) SLB Definition
Hash Cookie (hc) SLB Definition
Hash Header (hh) SLB Definition
Consistent Hash Header (chh) SLB Definition
Hash URL (hashurl) SLB Defnitions
Regular Expresssion (regex) SLB Definition
File Type (filetype) SLB Definition
QoS Cookie (cookie) SLB Definition
QoS Hostname (hostname) SLB Definition
Qos URL (url) SLB Definition
What is the range of ports to be used when connecting to backend servers?
How do I calculate least connection (lc) method threshold granularity and real server weight?
How do I configure Firewall Load Balancing (FWLB)?
How is the "Average Response time" calculated?
APV Deployment guide for SharePoint 2010
How to Decrypt Packet capture with Session keys?
Changes required while using Exchange 2019 as HTTPS Real Server
Windows Authentication Issue