Gurus,
We are probing on putting a load balancer. We are wrapping our test instance wherein we have 2 front end (with 3 instances on each front ends) servers, admin server running on seperate machine, EFS is on a seperate machine as a directory (eventually will be moved to SAN) and a database that is mirrored.
We are planning to put a Cisco router as load balancer. Since we are a cisco shop, this will be the likely load balancer.
What should I do for keepalive scripting? Meaning will just having the homepage url or homepageurl?func=ll.index kind of thing be okay for keepalive script.
Wont having this simple thing be misleading because http 200 OK will be returned even though livelink has an issue, say database connection for a particular instance is a problem, it will return invalid username/password but still it is an http 200 OK.
Can i do this. If I have a parser that can parse this html(We are a .NET shop and as such it is a .net mandate here) via http.request and http.response .NET objects and then assume it returns a correct string for which we search then i give an okay to the load balancer?
If I were to parse via .NET object, then will the url I hit (say should also contain the username and password. If so what is the url? We run in single sign on via directory services.
Any input is hugely appreciated.
Madhu.
We are probing on putting a load balancer. We are wrapping our test instance wherein we have 2 front end (with 3 instances on each front ends) servers, admin server running on seperate machine, EFS is on a seperate machine as a directory (eventually will be moved to SAN) and a database that is mirrored.
We are planning to put a Cisco router as load balancer. Since we are a cisco shop, this will be the likely load balancer.
What should I do for keepalive scripting? Meaning will just having the homepage url or homepageurl?func=ll.index kind of thing be okay for keepalive script.
Wont having this simple thing be misleading because http 200 OK will be returned even though livelink has an issue, say database connection for a particular instance is a problem, it will return invalid username/password but still it is an http 200 OK.
Can i do this. If I have a parser that can parse this html(We are a .NET shop and as such it is a .net mandate here) via http.request and http.response .NET objects and then assume it returns a correct string for which we search then i give an okay to the load balancer?
If I were to parse via .NET object, then will the url I hit (say should also contain the username and password. If so what is the url? We run in single sign on via directory services.
Any input is hugely appreciated.
Madhu.