DevTech101

DevTech101

How to configure iLB(load balancer) on Solaris 11.2

Configuring Load Balancing

Load Balancing SSH Sessions

ilbadm create-sg -s server=10.10.12.11:22,10.10.12.12:22 ssh
ilbadm create-rule -e -i vip=10.10.10.50,port=2222 -m lbalg=rr,type=NAT,proxy-src=10.10.10.50 -o servergroup=ssh ssh

Load Balancing LDAP Sessions

LDAP Servers

ilbadm create-sg -s server=10.10.12.51:1389,10.10.12.52:1389 ldapgroup1

Configuring Health Checks

ilbadm create-healthcheck -h hc-timeout=3,hc-count=2,hc-interval=5,hc-test=tcp hc-ldap1

Custom Health Checks

ilbadm create-healthcheck -h hc-test=/var/tmp/hc-ldap-test,hc-timeout=2,hc-count=1,hc-interval=10 hc-ldap1

ilbadm create-rule -ep -i vip=10.10.10.50,port=1389,protocol=tcp -m lbalg=rr,type=NAT,proxy-src=10.10.10.50 -h hc-name=hc-ldap1 -o servergroup=ldapgroup1 ldaprule1

Other options

ilbadm create-rule -ep -i vip=10.10.10.50,port=1389,protocol=tcp -m lbalg=rr,type=HALF-NAT -o servergroup=ldapgroup1 ldaprule1
ilbadm create-rule -ep -i vip=10.10.10.50,port=1389,protocol=tcp -m lbalg=rr,type=DSR -o servergroup=ldapgroup1 ldaprule1

Note: If using VRRP in combination with Solaris iLB, you should note that SSL Secure termination is not supported as of this writing. an option would be to use Oracle Traffic Director (OTD).

You might also like. Solaris 11.2 VRRP and vlan tags a full example how to configure VRRP in Solaris.

Refrence

http://competa.com/blog/2014/03/technical-report-solaris-integrated-loadbalancer-ilb/

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: