- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard shutting down packages during upgrade...
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
02-17-2010 01:07 PM
02-17-2010 01:07 PM
Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 05:46 PM
02-17-2010 05:46 PM
Re: Serviceguard shutting down packages during upgrades
http://docs.hp.com/en/T2767-90067/ch11s05.html
Need more info.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 09:57 PM
02-17-2010 09:57 PM
Re: Serviceguard shutting down packages during upgrades
# Cluster Timing Parameters (microseconds).
# The MEMBER_TIMEOUT parameter defaults to 14000000 (14 seconds).
# If a heartbeat is not received from a node within this time, it is
# declared dead and the cluster reforms without that node.
# A value of 10 to 25 seconds is appropriate for most installations.
# For installations in which the highest priority is to reform the cluster
# as fast as possible, a setting of as low as 3 seconds is possible.
# When a single heartbeat network with standby interfaces is configured,
# MEMBER_TIMEOUT cannot be set below 14 seconds if the network interface
# type is Ethernet, or 22 seconds if the network interface type is
# InfiniBand (HP-UX only).
# Note that a system hang or network load spike whose duration exceeds
# MEMBER_TIMEOUT will result in one or more node failures.
# The maximum value recommended for MEMBER_TIMEOUT is 60000000
# (60 seconds).
The other is in package config file: SUBNET or MONITORED_SUBNET:
# "MONITORED_SUBNET" specifies the addresses of subnets that are to be
# monitored for this package.
#
# Enter the network subnet name that is to be monitored for this package.
# Repeat this line as necessary for additional subnet names. If any of
# the subnets defined goes down, the package will be switched to another
# node that is configured for this package and has all the defined subnets
# available.
#
# "MONITORED_SUBNET" replaces "SUBNET".
I think the real solution to the switch related issues, to use redundant switch config on the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 11:10 PM
02-17-2010 11:10 PM
Re: Serviceguard shutting down packages during upgrades
MEMBER_TIMEOUT is used only when node(s) become totally unreachable. Even a single functioning heartbeat network is enough to avoid MEMBER_TIMEOUT.
But if you have SUBNET/MONITORED_SUBNET declarations in your package configuration, they might cause the packages to move to a node that has good connectivity to the monitored subnet.
I seem to recall that Serviceguard is smart enough to check whether the subnet is reachable or not on the potential failover nodes *before* starting to move packages around: if all nodes have lost connectivity to the monitored subnet, moving the packages won't help, so ServiceGuard should do nothing. Unfortunately I cannot find the documentation to confirm my dim memory just now...
If you wish to make sure the packages won't move around during a planned maintenance, temporarily disable the AUTO_RUN flag with
cmmodpkg -d
for the duration of the maintenance. After the maintenance is complete, re-enable the automatic failover with:
cmmodpkg -e
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 06:22 AM
02-18-2010 06:22 AM
Re: Serviceguard shutting down packages during upgrades
If you expect a total network outage longer than the NODE_TIMEOUT value, shutdown the cluster until repairs are completed.
If only one HB network switch is repaired at a time and the package networks are configured with redundancy in mind, Serviceguard can move the package networks to a standby LAN (on a different switch) without interruption of service. If the network is not configured with redundancy in mind, SG will halt the packages during the subnet outage and will restart them automatcally upon detection of functioning networks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:10 AM
02-18-2010 10:10 AM
Re: Serviceguard shutting down packages during upgrades
I have the following parameters set.
HEARTBEAT_INTERVAL 3000000
NODE_TIMEOUT 8000000
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 3000000
NETWORK_FAILURE_DETECTION INOUT
MAX_CONFIGURED_PACKAGES 20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:14 AM
02-18-2010 10:14 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:28 AM
02-18-2010 10:28 AM
Re: Serviceguard shutting down packages during upgrades
You can try to set NODE_TIMEOUT to higher values but it also means that your cluster formation and package failover times will increase.
If you a chance to use a hub (you know they are very cheap) for heartbeat network, then it will give solve your problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:35 AM
02-18-2010 10:35 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:37 AM
02-18-2010 10:37 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:45 AM
02-18-2010 10:45 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:55 AM
02-18-2010 10:55 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 10:56 AM
02-18-2010 10:56 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 11:03 AM
02-18-2010 11:03 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 11:08 AM
02-18-2010 11:08 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 11:25 AM
02-18-2010 11:25 AM
Re: Serviceguard shutting down packages during upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 01:02 PM
02-18-2010 01:02 PM
Re: Serviceguard shutting down packages during upgrades
If a package is configured such that it does -not- have a SUBNET dependency (commented out, and cmapplyconf'd), then Serviceguard will not halt that package on a subnet failure. There is no requirement to make a package dependent on a subnet.
There are no package-specific subnet failure timing parameters available.
So, to avoid a package halt on a NIC/network failure, don't use the SUBNET parameter in the package configuration file and cmapplyconf it.