- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard failover problems
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
11-16-2004 08:58 PM
11-16-2004 08:58 PM
Serviceguard failover problems
When we shutdown the system the failover of resource from system A to system B and from System B to System A are working fine. But failover doesn't happen if we stop the public interface card (i.e. LAN 0) or remote the patch cord from that interface.
Please Help me here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 09:29 PM
11-16-2004 09:29 PM
Re: Serviceguard failover problems
if you are on MC/SG 11.16 please read the following in your cmclconf.ascii:
# Network Monitor Configuration Parameters.
# The NETWORK_FAILURE_DETECTION parameter determines how LAN card failures are detected.
# If set to INONLY_OR_INOUT, a LAN card will be considered down when its inbound
# message count stops increasing or when both inbound and outbound
# message counts stop increasing.
# If set to INOUT, both the inbound and outbound message counts must
# stop increasing before the card is considered down.
NETWORK_FAILURE_DETECTION INONLY_OR_INOUT
So setting to INONLY_OR_INOUT should initiate failover if you pull the patch cable into your production lan, if you have a standby card, you need to pull both. Plus your subnet needs to be monitored (set in the pkg.conf).
Regards,
Bernhad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 09:30 PM
11-16-2004 09:30 PM
Re: Serviceguard failover problems
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 09:36 PM
11-16-2004 09:36 PM
Re: Serviceguard failover problems
> if we stop the public interface card
What do you mean with "stop"? If you simply perform "ifconfig lan0 down", then indeed this is no failure SG is supposed to detect. The network sensor is designed to detect interface HW failures only... setting the IP state to down is not a HW failure.
> remote the patch cord from that interface
This indeed would cause the driver state of the interface to go DOWN which should be detected by SG. Don't you see messages like "lan0 down" from cmcld in syslog.log?
Have you configured the corresponding SUBNET to be monitored by the package? (Using the SUBNET statement in the package conf file?).
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 11:50 PM
11-16-2004 11:50 PM
Re: Serviceguard failover problems
post a: cmgetconf
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 12:41 AM
11-17-2004 12:41 AM
Re: Serviceguard failover problems
While you are at it draw up some test commands to run to make sure packages fail over properly.
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
11-17-2004 02:01 AM
11-17-2004 02:01 AM
Re: Serviceguard failover problems
Can you post your configuration?. (your cluster ascii and package configuration files). Failover will not happen based on quite a few reasons.
1. If the IP is not part of serviceguard.
2. AUTORUN is disabled in package configuration.
3. If the subnet is not monitored in the package configuration. Search for "SUBNET" in the package configuration file.
-Sri