Jump to content

Calling Network Level Load Balancing Guys..


Recommended Posts

Posted

Internet Load man, web application flow .. :4_12_13:


I thought a different one . I am out
  • Replies 47
  • Created
  • Last Reply

Top Posters In This Topic

  • micxas

    23

  • maverick23

    4

  • Power Star

    4

  • k2s

    3

Top Posters In This Topic

Posted

doubt sepu mayya...evvro okkaru help sesthar 

Typed maayya..  :3D_Smiles:

Posted

avg  bye1   offline lo chusthunaa DB  bye1

:P, ok S%Hi  

Posted

Load balancing.. 

 

Browser- internet DNS lookup - networklevel load balancing- Datapowerlevel/TAM level/Middleware level load balalncing... gindulo all cleared, got few questions on Network load balancing...

 

Load balancing hostname tho untunda( VIP), context root tho na, or both aa, or varies by requirement aa...

 

I am getting confused these days some times assuming by hostnames(VIP name) some times by conetxt root, now i am thinking we use both .. bye1 depending on requirement

 

EG: apps.americaa.com/items/firstpage.jsp ani undi..

 

 

DNS vip name: apps.americaa.com

context root: items/*

 

Backend servers:  prdws12, prdsws13 

 

how this ll get configured at load balancer level ...  :3D_Smiles:

needhi general queston aa load balancer meda in terms of concept?? or edayena requirement aa??........Load balancing ke seprate team vuntadhi

Posted

needhi general queston aa load balancer meda in terms of concept?? or edayena requirement aa??........Load balancing ke seprate team vuntadhi

Generic question man, trying to understand how things work... 

 

yeah telsusu, networking team, i constantly work with them :)

 

we incude DNS/VIP name, conetxt root and backend servers in a sheet and forward it to them..

Posted

Nuvvu question inkosari sakkaga ardham ayyettatu chebthey poyyi DevOps team ollani adigi osthaa

 

 

Posted

Nuvvu question inkosari sakkaga ardham ayyettatu chebthey poyyi DevOps team ollani adigi osthaa

sure man, type chesi paste chesta... Thank you 

Posted

Load balancing.. 

 

Browser- internet DNS lookup - networklevel load balancing- Datapowerlevel/TAM level/Middleware level load balalncing... gindulo all cleared, got few questions on Network load balancing...

 

Load balancing hostname tho untunda( VIP), context root tho na, or both aa, or varies by requirement aa...

 

I am getting confused these days some times assuming by hostnames(VIP name) some times by conetxt root, now i am thinking we use both .. bye1 depending on requirement

 

EG: apps.americaa.com/items/firstpage.jsp ani undi..

 

 

DNS vip name: apps.americaa.com

context root: items/*

 

Backend servers:  prdws12, prdsws13 

 

how this ll get configured at load balancer level ...  :3D_Smiles:

1)create 2 nodes : prdws12, prdsws13

2) create a pool : for ex: apps_america_pl

add above nodes to pool & assign a monitor(to check the health of the nodes(also called pool members)

 

ex snapshot: 64SLB2.png

3) create a VIP : apps_america_vs,

assign the pool to the Virtual & assign a destination IP address. Check if you have any irule or packet header modifications etc 

 

ex: virtual_server_screen.png

Posted

Nuvvu question inkosari sakkaga ardham ayyettatu chebthey poyyi DevOps team ollani adigi osthaa

For suppose  I have a web application items which is running on a middleware product ( assume websphere)... web app(Item) context root is items.

 

App name : items

conetxt root:items

Middleware servers this app resides on : prdws12, prdws14

 

so if i want to access this app we can use ..... http:prdws12/items/* ... which will be the application URL for enduser( assuming port 80, 443 are opened for external use).

But instead in general we use a common name called VIP to access the application ( to hide the backendservers names for security, load balancing)

 

 now i create a DNS entry(IP address) with a VIP(host name)  for example apps.enterprise.com...

 

Now if end user wants to access the web application, what he does ? he enters apps.enterprise.com/items/ which will be routing the traffic to backend middleware servers, To acheive this we need to perform some load balancing at network level..

 

So my question is how this happens ( using a rule by redirecting  all apps.enterprise.com to backend servers or  by using both apps.enterprise.com and conetxt root(items) or it depends ??

 

Hoping this helps ..  bye1

Posted

1)create 2 nodes : prdws12, prdsws13

2) create a pool : for ex: apps_america_pl

add above nodes to pool & assign a monitor(to check the health of the nodes(also called pool members)

 

ex snapshot: 64SLB2.png

3) create a VIP : apps_america_vs,

assign the pool to the Virtual & assign a destination IP address. Check if you have any irule or packet header modifications etc 

 

ex: virtual_server_screen.png

vuu... 

 

Do we really add conetxt roots at NLB level ?

 

Eg: <VIP-name>/<CTXroot> ll go to these list of nodes/ back end servers ... 

 

or 

its purely done at VIP(hostname) level... like this VIP name requests all go to this list of servers...  

Posted

vuu... 

 

Do we really add conetxt roots at NLB level ?

 

Eg: <VIP-name>/<CTXroot> ll go to these list of nodes/ back end servers ... 

 

or 

its purely done at VIP(hostname) level... like this VIP name requests all go to this list of servers...  

traffic sent to VIP IP will be sent to pool & get load balanced across pool members based on load balancing algorithm choosen (like round robin, least connections etc)

×
×
  • Create New...