- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Local failover not working
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
07-19-2000 10:39 AM
07-19-2000 10:39 AM
Thanks,
Jim Langill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:46 AM
07-19-2000 10:46 AM
Re: Local failover not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:58 AM
07-19-2000 10:58 AM
Re: Local failover not working
If so, what do the logfiles show for the period of the failover?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 08:36 PM
07-19-2000 08:36 PM
Re: Local failover not working
And, if you really need help, answer to the questions above. All of them are valid questions....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 11:33 PM
07-19-2000 11:33 PM
Re: Local failover not working
what OS version?
what MC/SG version?
what type of lans?
are the lans bridged together? what does a cmquerycl -v -n nodea -n nodeb -C /tmp/testasciifile show ? does it show the lans as bridged?
have you set up a package yet with a monitored subnet?
If this is MC/SG 10.10 or above, run cmscancl and post the output file as an attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 04:30 AM
07-20-2000 04:30 AM
Re: Local failover not working
I work with Jim Langill and I have some information that you have requested:
MC/SG version A.11.09 HP-UX 11.0 L2000 server
As for what lans are bridged together, a cmquerycl command shows the primary
LAN card as bridged(lan0), but it does not show the failover LAN card(lan2).
Note: LAN card 2(lan2) is not configured.
I also attached output from the cmscancl command.
Any help on this issue is appreciated. Thanks Gino.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:39 AM
07-20-2000 05:39 AM
Re: Local failover not working
package subnet: 198.80.190.0
Therefore you will see the switching of the package.
I recoomend you:
a: check your ascii file
b: re-apply your configuration to correct the binary file
c: test the configuration
I would also recommend you have the MC/SG patch installed, if not already done: PHSS_21425
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:45 AM
07-20-2000 05:45 AM
Re: Local failover not working
Melvyn, thanks for the information. After I ran a cmviewcl -v command:
CLUSTER STATUS
vpcluster up
NODE STATUS STATE
vpos1 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/0/0/0 lan0
PRIMARY up 0/3/0/0 lan1
It shows that there is no Standby lan card configured as you said.
My question is this, how do you configure the package for a Standby lan card?
Thanks Gino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 06:13 AM
07-20-2000 06:13 AM
Re: Local failover not working
Once you have done that, you need to restart the cluster and test the lan failover scenario
Please note you do NOT configure the package for the standby lan, but the cluster as a whole.
May I recommend reading the Managing MC/ServiceGuard manual at :
http://www.docs.hp.com/hpux/ha/#doc
Also you may want to take a look at the following course:
http://www.hp.com/education/courses/h6487s.html
or the newer one:
http://www.hp.com/education/courses/h4310s.html
This 3-day course provides system administrators who
manage existing MC/ServiceGuard clusters with the
knowledge and skills needed to extend their clusters and
increase the functionality of their packages. Topics include
growing the cluster to 4 nodes, using PRM to manage
package performance in failover situations and using EMS
to manage package dependencies. Successful completion
of HP MC/ServiceGuard (H6487S) is strongly
recommended before taking this course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 06:39 AM
07-20-2000 06:39 AM
Re: Local failover not working
You should have entries like following in your cluster config file in /etc/cmcluster
----------
NODE_NAME
NETWORK_INTERFACE
HEARTBEAT_IP aa.bb.cc.dd
NETWORK_INTERFACE
NETWORK_INTERFACE
----------------
So here if lanx fails the same ip
Thanks.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 07:17 AM
07-20-2000 07:17 AM
Re: Local failover not working
Thank you for the answers.
We coded in the parameters and we created a new file and we also tested
failover between the primary and standby lan cards and it worked fine!
Thank you again Gino and Jim.
I