OAS 10g Mid-tier instance start/stop remotely [message #125360] |
Fri, 24 June 2005 12:37 |
gnanduri
Messages: 6 Registered: May 2005
|
Junior Member |
|
|
Hi,
How can I start/stop OAS 10g (9.0.4) Mid-tier instance remotely?
For example,
I have Mid-tier instance installed on RHEL 3.0 server and Infrastructure installed on AIX server. I want start/stop both the instances from AIX machine. I want to create rc script, so that it should stop/start both the instances on two different machines, after host reboot.
Can any one know where I can find the scripts?
Thanks in advance!
GN
|
|
|
Re: OAS 10g Mid-tier instance start/stop remotely [message #125395 is a reply to message #125360] |
Fri, 24 June 2005 16:36 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
You could probably have GUI control from a centeral location using Oracle Management Server with agents on each machine you are controlling. Alternately, couldn't you just use rexec/rlogin from the one machine to get to the remote one? You need to handle errors carefully though. If the rexec succeeds, you will probably get success even if the remote script hits and error.
|
|
|
|