- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- toolkit.sh v 04.01 can't find any examples for e...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 02:13 PM
10-23-2009 02:13 PM
toolkit.sh v 04.01 can't find any examples for external_scripts setup
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 02:56 PM
10-23-2009 02:56 PM
Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 11:54 AM
10-25-2009 11:54 AM
Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 04:04 PM
10-25-2009 04:04 PM
Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2009 03:30 AM
10-26-2009 03:30 AM
Re: toolkit.sh v 04.01 can't find any examples for external_scripts setup
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.