02-22-2006 12:50 PM
Hi, Messrs!
I'd like that we can do HA of services in CSS? How we can do 2 or more services works in HA?
All connections goes to the server1, if server1 fails server 2 begins to receive the connections, if server 2 fails the server 3 receives de connections.
If it is possible with CSS11500 V7R4, could you explain or send me a paper about it?
thanks,
Renato
Solved! Go to Solution.
02-22-2006 01:28 PM
Renato,
this is done with the primarysorryserver command.
ie:
service WEB1
ip x.x.x.x
act
service BACKUP1
ip x.x.x.x
act
owner MyCompany
content WEB
vip x.x.x.x
add service WEB1
primarysorryserver BACKUP1
active
If you need a 2nd backup, you can use the secondarysorryserver command.
No more than 2 backups so.
Gilles.
02-22-2006 01:28 PM
Renato,
this is done with the primarysorryserver command.
ie:
service WEB1
ip x.x.x.x
act
service BACKUP1
ip x.x.x.x
act
owner MyCompany
content WEB
vip x.x.x.x
add service WEB1
primarysorryserver BACKUP1
active
If you need a 2nd backup, you can use the secondarysorryserver command.
No more than 2 backups so.
Gilles.
02-22-2006 01:56 PM
Gilles,
more one time, thanks a lot!
Renato
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