Operating System - HP-UX
1837878 Members
3812 Online
110122 Solutions
New Discussion

toolkit.sh v 04.01 can't find any examples for external_scripts setup

 

toolkit.sh v 04.01 can't find any examples for external_scripts setup

Hi Guys,

I trying to setup oracle 10g r2 on hp-ux 11.31
I have the pkg configured. my problem is that
the toolkit.sh v B04.01 is different then the previous versions, i'm trying to add the line
to the conf file
external_script /etc/cmcluster/pkg/cognosprod/toolkit.sh stop

when I run the cmcheckconf I get an error that the toolkit.sh stop can not be found.
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup

I know nothing, and am further handicapped by
your hiding the actual error message, but it
looks to me as if someone thinks that you
have a script named:

/etc/cmcluster/pkg/cognosprod/toolkit.sh stop

not a script named

/etc/cmcluster/pkg/cognosprod/toolkit.sh

with a parameter, "stop".

I'd start by looking at the Oracle
documentation to see exactly what is supposed
to appear in an "external_script" directive.
VK2COT
Honored Contributor

Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup

Hello,

a) The "external_script" entry should not
have command-line argument.

Did you try this:

external_script /etc/cmcluster/pkg/cognosprod/toolkit.sh

b) Does the script itself look OK as well?

# ls -als external_script /etc/cmcluster/pkg/cognosprod/toolkit.sh

# sh -n external_script /etc/cmcluster/pkg/cognosprod/toolkit.sh

Cheers,

VK2COT
VK2COT - Dusan Baljevic
Steven E. Protter
Exalted Contributor

Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup

Shalom,

All oracle install scripts and the Universal installer come with a log of the errors.

Please post the error message to get actual help.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Stephen Doud
Honored Contributor

Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup

I looked at page 10 of the Release Notes at http://docs.hp.com/en/T1909-90065/T1909-90065.pdf for B.04.01

It states:
NOTE: Version B.04.01 of the ECM Toolkit only supports Legacy packages and does not yet support Modular packages, which are available in Serviceguard version A.11.18.

The /opt/cmcluster/toolkit/oracle/README does not mention modular package generation either.