Hi all,
i have searched on this forum already but has anyone experience how to setup load balancing for the middletier?
Is there any document on how to do this.
Create multiple instances but how can i make sure that some users connect to the first servicetier and the other users to the second?
regards
0
Answers
Your question is more related to routing and switching than it is related to NAV.
If you have a load balancer that will handle two (or more servers) then you need to tell to this load balancer to connect on which server depending on the user request.
Concretely:
1- all users should use the same url which points to the load balancer,
2- when the load balancer receives a request, it should redirect it to the available server (NAV server url),
3- the available server will process the request and will give the answer to the load balancer,
4- then the load balancer should transfer the answer to the user.
I hope this will help you understand and resolve your issues.
Im searching what i have to adjust now to make sure that nav understands that 1 have 1 address to connect on. I think i have to put some settings in the load balancer.
We have moved to a different hosted environment now so I don't know about the latest NAV versions, though.
update: it is not. I have got i working! THanks for the help!
Just like to check if you were able to make it work for the nav application load balancing and what was the fix you did.
As of now, load balancing via L4 for our two Web Server is working but i could not make it work for the nav application.
Hoping for your reply.
Thank you in advance.
i have got it working. Just with the default settings with the windows NLB settings.
Basically, we have a load balancer (FQDN) for the two Web Server which is already working.
But if we change the WebConfig settings to use the load balancer (FQDN) for the nav application server it is not working.
I know it is an old thread, but maybe this is an adequate solution for you.
https://community.dynamics.com/nav/f/34/t/254712
Honestly I do not test it, but I am looking for a solution for ourselves and this one looks not too complicated.
I am looking forward for a reply.
Best regards,
Jaja