- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Cluster Service is not ruuning
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-09-2006 06:54 AM
06-09-2006 06:54 AM
HP-UX Cluster Service is not ruuning
cmquerycl -v -C /etc/cmcluster/clusR3P.conf -n dbciR3P
Unable to determine an IP addresses for dbciR3P.
Warning: Unable to determine local domain name for dmgr3prd
Looking for other clusters ... Done
Node dbciR3P is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
dbciR3P through either file-based access (pre-A.11.16 version) or role-based
access (version A.11.16 or higher) and/or that the host name lookup
on node dbciR3P resolves the IP address correctly.
Failed to gather configuration information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 07:00 AM
06-09-2006 07:00 AM
Re: HP-UX Cluster Service is not ruuning
Sounds like a resolution problem. What does this command return?
nslookup dbciR3P
Does it return the correct IP address for that host? If so, try nslookup on that IP address to see that it resolves correctly back to that host.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 07:39 AM
06-09-2006 07:39 AM
Re: HP-UX Cluster Service is not ruuning
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 11:58 AM
06-09-2006 11:58 AM
Re: HP-UX Cluster Service is not ruuning
Did you configure the node access correctly in /etc/cmcluster/cmclnodelist ?
Rgrds,
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2006 01:19 PM
06-09-2006 01:19 PM
Re: HP-UX Cluster Service is not ruuning
a) Are you trying to create a single node cluster ?
b) If yes, then please check the /etc/hosts to check how the entries in the file are ?
c) in the name resolution, please check the resolution policy as well
# nslookup
> policy
ensure that you use files first for name resolution.
d) also check for duplicate ip's as well.
netfmt -f /var/adm/nettl.LOGX > /tmp/netlog
X = 00 for 11.00
X = 000 for 11i
post the outputs for us to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2006 03:34 AM
06-10-2006 03:34 AM
Re: HP-UX Cluster Service is not ruuning
1) Check the node name
# uname -n
2) Verify the correct node name and IP address is in the /etc/hosts file.
3) Enter the correct node name and IP into the cluster ascii file as shown below. (example)
NODE_NAME node1 NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.10.10.1
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.193.15
NETWORK_INTERFACE lan2
FIRST_CLUSTER_LOCK_PV /dev/dsk/cxtydz
NODE_NAME node2
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.10.10.2
NETWORK_INTERFACE lan1
HEARTBEAT_IP 192.168.193.14
NETWORK_INTERFACE lan2
FIRST_CLUSTER_LOCK_PV /dev/dsk/cxtydz
4) Verify the cluster ascii file with cmcheckconf
# cmcheckconf -v -C cluster.ascii
5) Apply the cluster ascii file with cmapplyconf
# cmapplyconf -v -C cluster.ascii
6) Start the cluster with cmruncl
# cmruncl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2006 03:41 AM
06-10-2006 03:41 AM
Re: HP-UX Cluster Service is not ruuning
I really appriate yours input, but my hosts file, nodelist, cluster asci ii file everything is OK. I already verfied this, in fact my two node cluster was working fine till thursaday night and it start giving problem from Friday morning even no changes made in the configuration.
regards.
Muhammad Tariq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2006 04:07 AM
06-10-2006 04:07 AM
Re: HP-UX Cluster Service is not ruuning
#cmviewcl -v
#cmruncl -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 01:14 AM
06-11-2006 01:14 AM
Re: HP-UX Cluster Service is not ruuning
Were you running any packages on this node that is giving you problem? Is the problem constant?
Matthew from Boston
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 05:40 AM
06-11-2006 05:40 AM
Re: HP-UX Cluster Service is not ruuning
You must make sure that the hostname dbciR3P resolves correctly and can be pinged from all nodes.
There is a file called cmnodelist that lets you define security, similar to .rhosts
Once all network connectivity issues are resolved, then you can use cmcheckconf and cmapplyconf to rebuild the cluster configuration.
There are no shortcuts with 11.16. You must get no errors from the processes above to make it work.
There are also modifications required to inetd.conf. Please post your configuration and I'll start a system and provide you a working configuration for the two daemons that apply to Serviceguard. Or someone else will.
As an old ITRC user, let me take a few bytes to tell you how it works. If you like the answer you receive and it helps answer your question or solve the problem you posted, it is highly encouraged to assign points to the answers, more points for answers that help more. You may have seen the reminder when you posted to the thread.
Its a really great system and I further encourage you to use your skills to try and help others and earn points.
Regards,
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 06:55 AM
06-11-2006 06:55 AM
Re: HP-UX Cluster Service is not ruuning
b) Read the service guard logs:
cmreadlog /var/opt/cmom/cmomd.log
cmreadlog /var/opt/sgmgr/929917sgmgr.log
c) ServiceGuard cluster is a binary file. Its possible / probable that this got corrupted. Run :
cmcheckconf -v -C /etc/cmcluster/....ascii -P /etc/cmcluster/.../....conf
-P /etc/cmcluster/...cntl
In lieu of 'cmquerycl' run this command:
cmscancl -n node -o output_file
this may also fail since its an ip issue. but cmscancl provides alot more info for trouble shooting. It will check MAC addresses and connections which is a level lower than IP's.
NoTe: Are you using FQDN? If so don't. serviceguard chokes on FQDN.