- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bad version message in syslog.log from cmcld
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
08-04-2003 11:04 PM
08-04-2003 11:04 PM
Bad version message in syslog.log from cmcld
I have this strange message in the syslog.log file, appearing every ten seconds or so:
cmcld: Bad version 595582 cast 4
Yet the cluster seems to work fine.
We have the March 2003 HW bundle as well as the March 2003 Quality pack.
This message appears only on one node of the cluster (this is a 2-nodes cluster). Switching packages from one node to another doesn't change a thing.
Doesn anybody have an idea as to how to get rid of this message?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 11:22 PM
08-04-2003 11:22 PM
Re: Bad version message in syslog.log from cmcld
I just had a quick look. The message comes from the dlpi_recv() function. It's issued when a polling packet with a wrong version id (CL_COMM_DLPI_VERSION) is received by cmcld... this should usually never happen.
Hmm, maybe there is some corruption happening due to networking problems.
What's the ServiceGuard version and patch level? I would suggest to use at least SG 11.09 and apply the latest appropriate patch... logging in this area may be more verbose/informative with recent versions.
Another good idea would be a cmapplyconf while the cluster is halted to get the configuration re-built.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 11:26 PM
08-04-2003 11:26 PM
Re: Bad version message in syslog.log from cmcld
What version of SG are you using, and what patch is installed.
Simplest way of finding this is to run:
what /usr/lbin/cmcld
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 11:37 PM
08-04-2003 11:37 PM
Re: Bad version message in syslog.log from cmcld
Are you using 10.20 ?
PHSS_17482:
1. Problem using LockManager with Restricted SAM.
2. cmcld aborts causing the node to TOC shortly after the message "Bad version # cast #" is reported in syslog.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 12:23 AM
08-05-2003 12:23 AM
Re: Bad version message in syslog.log from cmcld
It appears I have some port aggregation problem on one node, so I am going to investigate this issue.
I'll post a new message about the outcome of the investigation to say whether it worked or not, so that people with this kind of problem can have a reference here in the ITRC.
For information, I am using HPUX B.11.00
Thank you everybody for your quick answers and have a great day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 07:04 AM
08-05-2003 07:04 AM
Re: Bad version message in syslog.log from cmcld
It appears we had a switch misconfiguration for our nodes (ports on the switch were on auto-negociation instead of forced full-duplex). The network guy is responsable for this, he'll be punished accordingly... ;O)
Anyway, after forcing the full-duplex on the switch and rebooting the nodes, everything runs smoothly and cmapplyconf works just fine.
Thank you guys!