- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error message: cmcld: Lookup-node-by-name fail...
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-28-2002 07:27 AM
08-28-2002 07:27 AM
Error message: cmcld: Lookup-node-by-name failed.
When I try to bring up a newly created two node cluster, I get this error from cmcld: Lookup-node-by-name failed. We have verified remsh, rlogin from both nodes. We have verified services inetd.conf resolv.conf nssitch.conf /etc/host
cmnodelist .rhosts etc.
The cmapplyconf output is fine with no error indications. The binary file is properly distributed.
Have no idea how to solve this error . . . HELP!!!:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:31 AM
08-28-2002 07:31 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
Don't know if your question contained a typo but the node list file should be named
cmclnodelist
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:34 AM
08-28-2002 07:34 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:35 AM
08-28-2002 07:35 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
maybe its a DNS problem.
check on both systems lookup and reverse lookup with an without context.
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:38 AM
08-28-2002 07:38 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:40 AM
08-28-2002 07:40 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
It's a good idea to make sure that your /etc/hosts file contains entries for the node names used - even if as alias' to the actual or FQDN names. Then set nsswitch.conf to search files first. This will insure proper cluster ops even if DNS is down.
I even take it a step further & define names for the heartbeat IPs and get them in hosts as well as DNS.
Sure sounds like name resolution trouble.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:43 AM
08-28-2002 07:43 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
I did not have PHSS_27087 and I'll load that as soon as it comes down. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 07:52 AM
08-28-2002 07:52 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
I have the FQDN and the "short" name in the hosts list and I had modified the nsswitch.conf file to "file" first then dns.
I had also modified the entry to include
files[NOTFOUND=continue] dns in the nsswitch.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 08:09 AM
08-28-2002 08:09 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
I have rechecked dns and can resolve FQDN, alias and ips. All seem ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 08:14 AM
08-28-2002 08:14 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
Just another try - check each system for the /.rhosts file. If you don't have entries for the server and root there, add it.
gl,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 08:24 AM
08-28-2002 08:24 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
I didn't quite understand what you meant by /.rhosts. My root home account is under /home/root.
I have verified my .rhosts file to have the proper enteries. I have also verified the cmclnodelist. Does anyone know where the cmcld daemon is looking for the node name? I thought it is defined in the cmclnodelist file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 09:28 AM
08-28-2002 09:28 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
Make sure you ONLY use the shortname for the NODE_NAME in the cluster configuration file.
Using the FQDN name in that file can cause the problem you're seeing.
See the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc436cbaac6dcd5118ff40090279cd0f9,00.html
Also you may want to verify that there are no unprintable chars in the config file, cmclnodelist or .rhosts files - including spaces. vi those files & double-check for leading white-space in the .rhosts & cmclnodelist files & for trailing white-space in the config file.
Jeff
Rgds,
Jeff
- Tags:
- unprintable chars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2002 10:08 AM
08-28-2002 10:08 AM
Re: Error message: cmcld: Lookup-node-by-name failed.
It was the hostname!!! Thank you for your suggestion and the very helpful link. The cluster is up an running:)!!!
Thanks to all for your help and all of the great suggestions!
Regards,
Bob and Deb