- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No failover when subnet is dropped
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
09-18-2002 02:14 AM
09-18-2002 02:14 AM
Disabling port 1 syslog reported:
cmcld: lan3 failed
cmcld: Subnet "A" switched from lan3 to lan1
cmcld: lan3 switched to lan1
Disabling port 2 syslog reported:
cmcld: lan1 failed
cmcld: Subnet "A" down
This did not cause the package to switch.
Later, the package was active on the secondary node and I disabled subnet "B". This caused the package to switch.
The difference between subnet "A" and subnet "B" is, subnet "B" carries a heartbeat. This is not the only heartbeat as we have a subnet "C" which is a dedicated heartbeat.
I would like to configure MC/ServiceGuard to switch in the event of a subnet "A" failure. Will I need to configure it as a heartbeat interface or can it be done another way?
Bret.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 02:29 AM
09-18-2002 02:29 AM
Re: No failover when subnet is dropped
You need to add the Subnet A to the package configuration (*.conf file) using the SUBNET statement.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 02:42 AM
09-18-2002 02:42 AM
Re: No failover when subnet is dropped
Edit the package confgiuration file:
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.
SUBNET subnetA
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:52 AM
09-18-2002 04:52 AM
Re: No failover when subnet is dropped
The package will switch if the subnet is lost only if the subnet is being monitored for that package.
subnet monitoring for that package is set in the package configuration file and the varaiable is
SUBNET a.b.c.d
here a.b.c.d is the subnet being monitored.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 04:57 AM
09-18-2002 04:57 AM
Re: No failover when subnet is dropped
PACKAGE_NAME pkg_name
FAILOVER_POLICY CONFIGURED_NODE
FAILBACK_POLICY MANUAL
NODE_NAME node1
NODE_NAME node2
RUN_SCRIPT pkg.cntl
RUN_SCRIPT_TIMEOUT NO_TIMEOUT
HALT_SCRIPT pkg.cntl
HALT_SCRIPT_TIMEOUT NO_TIMEOUT
SERVICE_NAME mcsg_service
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 300
SUBNET bbb.bbb.bbb.bbb
SUBNET aaa.aaa.aaa.aaa
PKG_SWITCHING_ENABLED YES
NET_SWITCHING_ENABLED YES
NODE_FAIL_FAST_ENABLED NO
Is this configuration correct?
Bret.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 05:31 AM
09-18-2002 05:31 AM
Re: No failover when subnet is dropped
Could you post a comlete cmviewconf output a long with an extract of your syslog.log, where the package was running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 05:53 AM
09-18-2002 05:53 AM
Re: No failover when subnet is dropped
Bret.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 05:55 AM
09-18-2002 05:55 AM
Re: No failover when subnet is dropped
Bret.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 06:42 AM
09-18-2002 06:42 AM
SolutionI see in your config:
Package information:
package ID 26625:
package name: pkg
...
package subnet: aag.aag.aag.aag
Only one "package subnet:" line... so maybe youd did not apply the configuration continaing both SUBNET lines?
Also strange is that Net A is listed... so you should have problems with Net B? Or did you accidently swap the naming?
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 08:29 AM
09-18-2002 08:29 AM
Re: No failover when subnet is dropped
I think it should run on a non heartbeat network bbb.bbb.bbb.bbb.
Try this , in your package conf file remove the entry for SUBNET bbb.bbb.bbb.bbb . Leave the entry for subnet a .
halt your cluster . reapply the package conf file , bring the cluster up and then try failing over .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:33 AM
09-19-2002 12:33 AM
Re: No failover when subnet is dropped
# cmcheckconf -P pkg.conf
Begin package verification...
Error: Adding subnets to package pkg is not allowed while the package is running
Error: Failed to modify package prod_pkg
cmcheckconf : Configuration check failed.
So I guess my problem will be fixed if I halt the package, cmcheckconf and cmapplyconf the package configuration file and run the package. Is that correct?
Bret.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:38 AM
09-19-2002 12:38 AM
Re: No failover when subnet is dropped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:43 AM
09-19-2002 12:43 AM
Re: No failover when subnet is dropped
Bret.