- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to force package halt?
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-15-2002 02:12 AM
10-15-2002 02:12 AM
we're running MC / Service Guard A.11.14 on HP-UX 11.00.
Assume MC/SG triggers a package halt due to some HW or SW problems. One of the stop scripts (or more?) does not come to its end because in some circumstances it hangs in an endless loop.
Is there any way to force a package halt by breaking a running stop script and not executing further stop scripts?
I'm thinking of an alternate way than checking and modifying each stop script. Maybe, there is a time-out variable to configure that allows a package halt to take not longer than say 30 minutes.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 02:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 03:08 AM
10-15-2002 03:08 AM
Re: How to force package halt?
HALT_SCRIPT_TIMEOUT
in your package files.
By default there is NO timeout. The interval is set in seconds, and there is a maximium of approx 4294 seconds.
For more detail, you could look at htis in eht Managing MC/ServiceGuard manual at:
http://docs.hp.com/hpux/ha
and check hte section/:
How Package Control Scripts Work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 05:39 AM
10-15-2002 05:39 AM
Re: How to force package halt?
Use the HALT_SCRIPT_TIMEOUT feature in your cluster. Typically in the clusters that i have set up this value is set for 300 Seconds (5 minutes), if your stop script has not finished in that amt of time then this value will kick in.
Hope this helps
Gl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 05:46 AM
10-15-2002 05:46 AM
Re: How to force package halt?
One thing to be aware of is that the HALT_SCRIPT_TIMEOUT should be greater than all SERVICE_HALT_TIMEOUT values combined .