- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmrunnode: Unable to communicate with a running cl...
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
03-04-2010 11:55 AM
03-04-2010 11:55 AM
cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
I am getting below error message while i am trying join the node "SP01" to cluster .Please advice
root@SP01:/>cmrunnode -v SP01
cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
cmrunnode: In order to use cmrunnode, the cluster must already be running on a subset of reachable nodes or else all cluster nodes must be reachable.
cmrunnode: Issuing cmrunnode again may succeed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2010 12:10 PM
03-04-2010 12:10 PM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
cmviewcl -v
Lets see if the cluster is running at all.
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
03-04-2010 12:16 PM
03-04-2010 12:16 PM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
Please see the below configuration and advice ,what can be the possible reasons because of which i cannot ping the heart beat IP.
NODE_NAME SP01
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.11.7.146
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 10.11.4.139
NETWORK_INTERFACE lan3
FIRST_CLUSTER_LOCK_PV /dev/dsk/c10t3d4
# List of serial device file names
# For example:
# SERIAL_DEVICE_FILE /dev/tty0p0
# Possible standby Network Interfaces for lan0: lan1.
# Possible standby Network Interfaces for lan2: lan3.
NODE_NAME SP02
NETWORK_INTERFACE lan0
HEARTBEAT_IP 10.11.7.147
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 10.11.4.140
NETWORK_INTERFACE lan3
FIRST_CLUSTER_LOCK_PV /dev/dsk/c10t3d4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2010 12:18 PM
03-04-2010 12:18 PM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
CLUSTER STATUS
CMSCLUSTER unknown
NODE STATUS STATE
SP01 down unknown
SP02 unknown unknown
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
pkg1 unknown unknown enabled unowned
root@SP02:/tmp>cmviewcl
CLUSTER STATUS
CMSCLUSTER up
NODE STATUS STATE
SP01 down halted
SP02 up running
PACKAGE STATUS STATE AUTO_RUN NODE
pkg1 up running disabled SP02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2010 12:44 PM
03-04-2010 12:44 PM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2010 12:46 PM
03-04-2010 12:46 PM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
Now you appear to be on SP01, so the box is not truly down. But, again, as far as the cluster is concerned - it is.
Possibly, your heartbeat connection went out, so the cluster complained. You may need to address SP01 heartbeat. Might be a bad cable or a lose cable.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2010 05:27 AM
03-05-2010 05:27 AM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
cmruncl -n SP01 -v
How about syslog.conf?
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2010 03:36 PM
03-05-2010 03:36 PM
Re: cmrunnode: Unable to communicate with a running cluster or with all nodes in the cluster.
Issue resolved,Actually our network guy by mistake disabled the port on switch to which our HP box was connected.After enabling the same I was able to add the node to cluster.
Thanks for your time and suggestions.