Author |
Message |
Matt
Joined: 30 Mar 2006 Posts: 6
|
|
Redundent 24x7 Servers |
|
Basically we have 2 instances of 24x7 running on different servers. We do this to share the load of there process. Occassionally one of the servers goes down so I wondered;
IS there any code to be able to setup 24x7 as a redundent server arrangement?
Can 24x7 detect if any instance of 24x7 is running on a remote server?
Any help appreciated.
|
|
Thu Mar 30, 2006 6:15 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
Re: Redundent 24x7 Servers |
|
Check if the fail-over mode will serve your needs. See on-line help for more details. : Basically we have 2 instances of 24x7 running on different servers. We do : this to share the load of there process. Occassionally one of the servers : goes down so I wondered; : IS there any code to be able to setup 24x7 as a redundent server arrangement? : Can 24x7 detect if any instance of 24x7 is running on a remote server? : Any help appreciated.
|
|
Thu Mar 30, 2006 7:02 pm |
|
 |
Matt
Joined: 30 Mar 2006 Posts: 6
|
|
Re: Redundent 24x7 Servers |
|
Because the servers perform different tasks, I need each server to test whether the other server is running. If one is not running I need to run some code to update a database to redirect jobs. If both setup in Master-Master situtation can they still monitor if the other is running? : Check if the fail-over mode will serve your needs. See on-line help for more : details.
|
|
Thu Mar 30, 2006 7:54 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
Re: Redundent 24x7 Servers |
|
Yes. You can create a JAL script job using PingPort command to test the other server is running and if not, trigger some actions or perhaps enable some prepared in advance and purposely disabled "standby" jobs. : Because the servers perform different tasks, I need each server to test : whether the other server is running. If one is not running I need to run : some code to update a database to redirect jobs. If both setup in : Master-Master situtation can they still monitor if the other is running?
|
|
Thu Mar 30, 2006 9:19 pm |
|
 |
Matt
Joined: 30 Mar 2006 Posts: 6
|
|
Re: Redundent 24x7 Servers |
|
Ok will look into ping port. If server is on, but 24x7 may not be running as a process on a remote server. Is it possible to check is it is running? As a service or a process? : Yes. You can create a JAL script job using PingPort command to test the other : server is running and if not, trigger some actions or perhaps enable some : prepared in advance and purposely disabled "standby" jobs.
|
|
Sun Apr 02, 2006 7:45 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
Re: Redundent 24x7 Servers |
|
PingPort will tell you if 24x7 on the other server is not accessible. Whether 24x7 process is not running, server is down or the entire network is down is irrelevant for PingPort. : Ok will look into ping port. : If server is on, but 24x7 may not be running as a process on a remote server. : Is it possible to check is it is running? As a service or a process?
|
|
Mon Apr 03, 2006 12:18 am |
|
 |
Matt
Joined: 30 Mar 2006 Posts: 6
|
|
Re: Redundent 24x7 Servers |
|
Hopefully one last questions. There was a list of ports for key windows services. Which port does 24x7 use? : PingPort will tell you if 24x7 on the other server is not accessible. Whether : 24x7 process is not running, server is down or the entire network is down : is irrelevant for PingPort.
|
|
Mon Apr 03, 2006 6:34 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7966
|
|
Re: Redundent 24x7 Servers |
|
The default is 1096. Verify this in the Tools/Options menu; Network page : Hopefully one last questions. There was a list of ports for key windows : services. Which port does 24x7 use?
|
|
Mon Apr 03, 2006 7:05 pm |
|
 |
Matt
Joined: 30 Mar 2006 Posts: 6
|
|
Re: Redundent 24x7 Servers |
|
thanks, worked a charm. : PingPort will tell you if 24x7 on the other server is not accessible. Whether : 24x7 process is not running, server is down or the entire network is down : is irrelevant for PingPort.
|
|
Tue Apr 04, 2006 1:55 am |
|
 |
|