- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster is not comming up with one node.
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
05-27-2006 05:31 PM
05-27-2006 05:31 PM
My cluster is not comming up.This is a two nodes cluster and the first one (db-app) is off now. I rebooted the second one (test-dev) but cluster did not run. I tried to start it manually.Here is the results of cmrunlcl and cmviewcl. Please advice.
# cmruncl
cmruncl : Validating network configuration...
Not probing node db-app as it is currently unreachable.
cmruncl : Network validation complete
Cannot reach node "db-app".
# cmviewcl -v
cmviewcl : Cannot talk to all the nodes.
Cluster does not appear to be up
CLUSTER STATUS
Golgohar unknown
NODE STATUS STATE
db-app unknown unknown
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY unknown 0/1/2/0 lan0
NODE STATUS STATE
test-dev down unknown
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY unknown 0/1/2/0 lan0
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
oracle unknown unknown
Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover unknown
Failback unknown
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary unknown db-app
Alternate down test-dev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 06:00 PM
05-27-2006 06:00 PM
Re: Cluster is not comming up with one node.
My preliminary analysis is the second node is not configured to be part of the cluster.
If you believe this incorrect, please look at /var/adm/syslog/syslog.log and the logs in /etc/cmcluster
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
05-27-2006 07:34 PM
05-27-2006 07:34 PM
Re: Cluster is not comming up with one node.
I believe both of them are included in cluster. However both the servers should be up before starting the cluster. I tested it several time. Cluster does not come up if one of the servers be off.
I tried to start the cluster manually and got the following report:
# cmruncl -v
cmruncl : Validating network configuration...
Gathering configuration information ......... Done
Not probing node test-dev as it is currently unreachable.
cmruncl : Network validation complete
The configuration file on node test-dev will not be checked.
Cannot reach node "test-dev".
Syslog:
May 28 01:27:53 db-app CM-CMD[3167]: cmruncl -v
May 28 01:28:02 db-app CM-CMD[3172]: /usr/sbin/cmrunnode -v
May 28 01:28:06 db-app CM-CMD[3167]: Not probing node test-dev as it is currentl
y unreachable.
May 28 01:28:06 db-app CM-CMD[3167]:
May 28 01:28:20 db-app CM-CMD[3180]: /usr/sbin/cmrunnode -v
May 28 01:28:38 db-app CM-CMD[3187]: /usr/sbin/cmrunnode -v
May 28 01:28:56 db-app CM-CMD[3192]: /usr/sbin/cmrunnode -v
And finally cluster status:
# cmviewcl
cmviewcl : Cannot talk to all the nodes.
Cluster does not appear to be up
CLUSTER STATUS
Golgohar unknown
NODE STATUS STATE
db-app down unknown
test-dev unknown unknown
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
oracle unknown unknown
#
I did not find any logfile in /etc/cmcluster. Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 08:56 PM
05-27-2006 08:56 PM
Solutiontry to start the cluster with only one node
# cmruncl -v -n db-app
from node db-app.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 09:17 PM
05-27-2006 09:17 PM
Re: Cluster is not comming up with one node.
Did you solve your other problem regarding db-app?
Can you check if all your Cluster servives are running, started from inetd.conf on both nodes.
if not, do the following:
inetd -c
On test-dev
cmruncl -v -n test-dev
On db-app do the following:
- cmrunnode -v -n db-app
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2006 09:23 PM
05-27-2006 09:23 PM
Re: Cluster is not comming up with one node.
cluster came up with cmruncl -v -n