Operating System - HP-UX
1752805 Members
5329 Online
108789 Solutions
New Discussion юеВ

MC/ServiceGuard monitor/run script for Oracle 9i

 
Ron Levy
Advisor

MC/ServiceGuard monitor/run script for Oracle 9i

We have a pretty simple ServiceGuard set-up running Oracle 8.1.7. We are upgrading to Oracle 9i and I notice that the monitor/run/shutdown script that I have isnt set up for 9i. Is there one freely available out there? I haven't managed to find it in the documentation yet, though that was where I got my original one.

It's the one that starts:
#!/usr/bin/sh
#VERSION="@(#) B.01.02 $Revision: 1.13 $ $Date: 98/07/23 10:18:02 $"
# *****************************************************************************
# ******** Startup, Shutdown and Monitor Script for ORACLE (Template) *********
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: MC/ServiceGuard monitor/run script for Oracle 9i

Hi Ron,

The one you have is not freely available. It's part of oracle toolkit that you might have bought before.

You will need to make modifications to it. For ex., replace svrmgrl with sqlplus etc., etc.,

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Steve Steel
Honored Contributor

Re: MC/ServiceGuard monitor/run script for Oracle 9i

Hi


http://otn.oracle.com/products/oracle9i/htdocs/9iRAChp.html


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)