08-25-2005 08:58 AM
Is is possible to direct traffic to webserver A all the time and then have it sent to webserver B if A fails?
Solved! Go to Solution.
08-28-2005 10:38 PM
On a CSS you need to use the command 'primarysorryserver' under the content rule.
So you create 'service serverA' and 'service serverB'
You go to your content rule and you do
owner XXXXX
content WWW
add service serverA
primarysorryserver serverB
All traffic will go to serverA unless this one is down in which case traffic will be forwarded to serverB.
Regards,
Gilles.
Thanks for rating.
08-25-2005 10:34 AM
yes, this is possible.
But if you want more detail you need to tell us which device you are talking about. CSS or CSM ?
Both can do this but they use different config.
Regards,
Gilles.
08-26-2005 06:29 AM
Thanks for your reply. I am trying to do this on a CSS 11050 running "ap0500605" code. Thank You.
08-28-2005 10:38 PM
On a CSS you need to use the command 'primarysorryserver' under the content rule.
So you create 'service serverA' and 'service serverB'
You go to your content rule and you do
owner XXXXX
content WWW
add service serverA
primarysorryserver serverB
All traffic will go to serverA unless this one is down in which case traffic will be forwarded to serverB.
Regards,
Gilles.
Thanks for rating.
09-07-2005 02:45 AM
How would you do the same with the CSM?
09-07-2005 03:40 AM
For CSM
serverfarm MyPrimary
real x.x.x.x
inservice
!
serverfarm MyBackup
real x.x.x.x
inservice
!
vserver MyApp
vip x.x.x.x
serverfarm MyPrimary backup MyBackup
inservice.
Regards,
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide