- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ??? What's "HEARTBEAT CONNECTION TIMEOUT" ???
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-09-2002 10:56 PM
09-09-2002 10:56 PM
When I do a "cmscancl" I see the contents of the binary configuration file.
There, I can see a setting which is called "heartbeat connection timeout: 16 sec."
So what does this say, and where does this setting come from ?
Does the cluster do some math and put this setting automatically ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:31 PM
09-09-2002 11:31 PM
Re: ??? What's "HEARTBEAT CONNECTION TIMEOUT" ???
CONNECTION_TIMEOUT = NODE_TIMEOUT * ((NODE_COUNT / 4) + 2)
(integer operation, / is DIV!)
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:48 PM
09-09-2002 11:48 PM
Re: ??? What's "HEARTBEAT CONNECTION TIMEOUT" ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 12:04 AM
09-10-2002 12:04 AM
SolutionRegards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 01:21 AM
09-11-2002 01:21 AM
Re: ??? What's "HEARTBEAT CONNECTION TIMEOUT" ???
we have ServiceGuard A.11.09
we have node timeout 8 sec.,2 nodes and the heartbeat_connection_timeout is 16 sec....
after your formula heartbeat_connection_timeout should be 20 sec.
can you explain it further ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 01:34 AM
09-11-2002 01:34 AM
Re: ??? What's "HEARTBEAT CONNECTION TIMEOUT" ???
2 / 4 == 0
So we get: 8 * ( 0 + 2 ) == 16
Regards...
Dietmar.