- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding alternate heartbeat to cluster
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
10-23-2002 12:28 PM
10-23-2002 12:28 PM
I have a 2 node cluster that I have recently added a private network to.
I have connected the two machines via a 4 port hub and given them addresses in the 192.168.0.n range (address 1 & 2).
I'm unsure of what I need to do now to set this up as an alternate heartbeat. I've attached the cluster.cfg file and have modified it with what I think is needed for the additional heartbeat. Please have a look and tell me what else if anything is needed to get this going.
TIA
Sean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:46 PM
10-23-2002 12:46 PM
Re: Adding alternate heartbeat to cluster
Add additional Heartbeat entries in /etc/cmcluster/cmclconfig.ascii file and do recompile with cmcheckconf cmapplyconf.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:58 PM
10-23-2002 12:58 PM
SolutionThe file should look like:
NODE_NAME nodename
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.2.1.2
NETWORK_INTERFACE lan4
HEARTBEAT_IP 199.199.199.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:07 PM
10-23-2002 01:07 PM
Re: Adding alternate heartbeat to cluster
Your entries look correct, only thing I was wondering was why such a large value for node_timeout? is it needed that large? You're sending an hb packet every second so the 300,000,000 timeout seems excessive to me, imo.
keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:12 PM
10-23-2002 01:12 PM
Re: Adding alternate heartbeat to cluster
The time out is that high due to application issues. With this application if there is a failover the application needs to run a file check which takes about 1 hour. So they wanted an extra long time out to make sure they didn't fail over on a transient network error, because it results on the app being down for 1 hour.
We may be able to lower the time out now that we have two heartbeats instead of just the one they had before.
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:36 PM
10-23-2002 01:36 PM