- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- create a simple package
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
04-25-2006 05:14 AM
04-25-2006 05:14 AM
Trying to create a very simple package that basically activates a volume group with relocatable ip. I think I am bit confused by failover parameters. We have oracle running under control of serviceguard with scripts that mimic those of our DBA, but we would prefer to have a simple script that simply activates volume group on primary node with no monitoring or automatic failovers as we have 24/7 dba's monitoring system (I would probably throw in simple shutdown halt cmd) Ive read thru admin guide and studied previous implementors script.
My plan is to:
1) use template with no services.
2) comment out SUBNET in to avoid failover on network outtage
We do not want ANY auto failovers to other node. Sounds crazy, but this is Oracle APPS we are talking about here. We would basically start cluster and once vg is activated, manually call the DBA scripts. Vice versa for halting cluster (though like I said, I should prob throw oracle shutdown script in the halt command)
Anything else I need to configure?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 08:06 PM
04-25-2006 08:06 PM
SolutionWe also have oracle db's in package,
and although failover is possible,
it is not automated
In the package script we have
FAILBACK_POLICY MANUAL
NODE_FAIL_FAST_ENABLED NO
AUTO_RUN NO
LOCAL_LAN_FAILOVER_ALLOWED YES
RUN_SCRIPT /etc/cmcluster/picnew/control.sh
RUN_SCRIPT_TIMEOUT NO_TIMEOUT
HALT_SCRIPT /etc/cmcluster/picnew/control.sh
HALT_SCRIPT_TIMEOUT NO_TIMEOUT
I think the subnet does not necessarily
has to be commented out. As it just
specify what net to monitor, in case of
failire you can parameter it to take no
action.
We have no service defined.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 12:12 AM
04-26-2006 12:12 AM
Re: create a simple package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 01:09 AM
04-26-2006 01:09 AM
Re: create a simple package
thanks
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 01:43 AM
04-26-2006 01:43 AM
Re: create a simple package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 01:45 AM
04-26-2006 01:45 AM
Re: create a simple package
Thanks for replying. Not sure I follow your answer...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 12:48 AM
05-01-2006 12:48 AM