- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Preventing a package from halting during a network...
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
06-15-2006 01:50 AM
06-15-2006 01:50 AM
Preventing a package from halting during a network outage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 01:54 AM
06-15-2006 01:54 AM
Re: Preventing a package from halting during a network outage
# cmmodpkg -d packagename
I'm not sure how you can prevent the package from shutting down in the event of network loss though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:06 AM
06-15-2006 02:06 AM
Re: Preventing a package from halting during a network outage
Use cmviewcl -v -p
If the package does not have a SUBNET dependency, then SG will not halt the package when the network ceases to function unless heartbeat traffic is interrupted - which is another matter entirely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:12 AM
06-15-2006 02:12 AM
Re: Preventing a package from halting during a network outage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 10:02 AM
06-15-2006 10:02 AM
Re: Preventing a package from halting during a network outage
"/etc/cmcluster/your_package_name/monitor"
If you create that file (just put it there), it really shouldn't switch, no matter what. And, I see no reason why it wouldn't survive a network loss, as I've thrown every thing in the world at it for this purpose; bring down the database, drop mount points, etc. , possibly even bringing down the network cards (I believe I actually did this, but I'm not positive any longer as it was quite a while back).
I'm just refreshing this as I'm pretty certain I've given you THE ANSWER, yet from the points (not that I'm complaining about the point assignments, you can just put zero for this one to show you that's not why I'm posting this), I don't think you realize that you've probably got the solution already.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 12:17 AM
06-16-2006 12:17 AM
Re: Preventing a package from halting during a network outage
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 12:25 AM
06-16-2006 12:25 AM
Re: Preventing a package from halting during a network outage
If the package includes a floating IP address and the network goes down I see no way for the package not to crash.
Best shutting it down yourself before the outage. These outages are useful for reboot and system maintenance anyway, perhaps take advantage.
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
06-18-2006 02:51 AM
06-18-2006 02:51 AM
Re: Preventing a package from halting during a network outage
>/etc/cmcluster/
>undocumented feature?
I sounds like John is describing "maintenance
mode". Most of the Enterprise Cluster Master
Toolkit (ECMT) example failover scripts support a
maintenance mode. The scripts that monitor the
application (e.g. Oracle, Tomcat, Apache, etc)
have a feature where if maintenance mode is
enabled (by setting MAINTENANCE_FLAG=yes) then
touching a specific file in the package directory
will disable application monitoring by the monitor
script. You can stop the application and the
package will not fail over at this point.
However, this is a feature of the specific control
script/monitoring script. It's not influencing
in any way the detection of network failures
(since SG does that itself - not the control
script).