- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslogd timer delays
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
06-18-2003 10:31 PM
06-18-2003 10:31 PM
/usr/sbin/syslogd(1M) Syslog OS cmcld: : timers delayed 2.60 seconds
Is this a problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:41 PM
06-18-2003 10:41 PM
Re: syslogd timer delays
yes, as far as i know, it might be a problem.
You use Service Guard, message comes from cmcld.
The daemon has a timer, used for polling and keeping track of the other server, and seeing that it is alive.
If server is overloaded, it can miss some update in this timer, and cause unexpeted TOC in the worst case.
When it finds that it has missed some polls, it prints the above message.
It's better if:
- you change your node_timeout, when you have the chance to stop your cluster
- check why the server is so loaded
- check the lastest patch, is has been issued has a defect, depending on your version of MC/SG. At least patch 23511 or whichever has superseded
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:44 PM
06-18-2003 10:44 PM
Re: syslogd timer delays
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaab153921f1ad5118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:45 PM
06-18-2003 10:45 PM
Re: syslogd timer delays
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:49 PM
06-18-2003 10:49 PM
Re: syslogd timer delays
If you knew that system was under high usage, and that it may re-occur, consider my suggestions.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:54 PM
06-18-2003 10:54 PM
Re: syslogd timer delays
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 10:59 PM
06-18-2003 10:59 PM
SolutionHEARTBEAT_INTERVAL: every how many seconds we poll for the state of the other server
NODE_TIMEOUT: after how many seconds of not-respondig should we think we are the only server alive, and so keep the appropriate action?
So, if you miss enough heartbets, you will reach the node timeout, and fail procedure will begin.
As for true, there are some "security timer", but i don't know exactly how they are calculated. So, if your second node, will not answer for NODE_TIMEOUT, there is an additional grace period, but i can't say for how long.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 11:02 PM
06-18-2003 11:02 PM
Re: syslogd timer delays
The node will be considered as unreachable if it hasn't got a heartbeat during 'node_timeout' seconds. That's why heartbeat interval should 3 ou 4 times less than node timeout, so that it will allow you to miss some heartbeats.
Regards.