- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to edit external.sh for to run customer sp...
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
08-24-2009 01:32 AM
08-24-2009 01:32 AM
How to edit external.sh for to run customer specific scripts
We have MCGS 11.18 running on two node Hp_UX 11.23 server cluster.
We have oracle 10g database running on top of oracle clusterware.
We are in need to have custom scripts for package A, before halting, and specific scripts to run after starting
Please advice,
Aji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2009 02:22 AM
08-24-2009 02:22 AM
Re: How to edit external.sh for to run customer specific scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2009 03:25 AM
08-24-2009 03:25 AM
Re: How to edit external.sh for to run customer specific scripts
at this site:
http://docs.hp.com/en/ha.html
under the section titled "Enterprise Cluster Master Toolkit" is a document titled
"Enterprise Cluster Master Toolkit Version B.05.00 Release Notes"
It indicates support for modular packages (pg 5) as well as
â ¢ Support for Oracle 11g R1
â ¢ Support for Oracle 10g R2 ASM
â ¢ Support for Oracle 11g R1 ASM on Itanium servers.
Also under the section titled: "Serviceguard Extension for Real Application Cluster (ServiceGuard OPS Edition)", there is a doc that discusses the implementation of the toolkit with Clusterware:
"Use of Serviceguard Extension for RAC Toolkit with Oracle RAC 10g Release 2 or later (March 2009)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2009 04:01 AM
08-24-2009 04:01 AM
Re: How to edit external.sh for to run customer specific scripts
Thanks for the updates.
We are having modular package scripts.
Basically we have some custom applications to be started after the cluster packages are up and needs to be shutdown before package halt.
Post of cluster start and pre of cluster stop
we need to run apps_start.sh and apps_stop.sh respectively
Please advice,
Aji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2009 05:49 AM
08-24-2009 05:49 AM
Re: How to edit external.sh for to run customer specific scripts
We kick off our Oracle and any other extraneous software with those sections with no issues. They come up after the mountpoints are up (using Start section & the scripts we have run in order of need) and we halt the software and Oracle (using the Shutdown section & our scripts to stop things) prior to the package dismounting the file systems and halting.
Guess I'm missing something in what your trying to do.....cause the cntl file will do what you seem to need.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2009 08:56 PM
08-24-2009 08:56 PM
Re: How to edit external.sh for to run customer specific scripts
After moving to modalar approach, we dont have the customer defined custom approach, instead we have external scripts called within package modalar control scripts.
Yes, we need to run generic scripts, cud someone give a sample external.sh script file as to how to achieve this.
Please advice,
AJi