clstat problem


 
Thread Tools Search this Thread
Operating Systems AIX clstat problem
# 1  
Old 09-14-2010
clstat problem

It is a long time since I have used HACMP so I suppose I could be classed as a newbie! The cluster pair is running and I am trying to get the passive node to give me sensible information from the commmand above. However all I can get back is:

Can not get cluster information.
Check if clinfo is running.

I have stopped and started everything and cldump works fine after clstrmgrES was restarted. The clstart and clstop have been run numerous times but clinfo will not run correctly. It runs correctly on the active node!

I would appreciate any suggestions on where to look for the problem.
# 2  
Old 09-14-2010
Quote:
Originally Posted by johnf
[...] The cluster pair is running and I am trying to get the passive node[...]

Can not get cluster information.
Check if clinfo is running.

I have stopped and started everything and cldump works fine after clstrmgrES was restarted. The clstart and clstop have been run numerous times but clinfo will not run correctly. It runs correctly on the active node!
[...].
The problem is with the communication between the cluster nodes. You did not say which HACMP release you use. Depending on it check SNMP and/or clcomd.
# 3  
Old 09-14-2010
Check script clstart:
to start the cluster with clinfo running on all the cluster nodes use -i
Code:
cl_rc.cluster -boot -i

# 4  
Old 09-15-2010
Quote:
Originally Posted by shockneck
The problem is with the communication between the cluster nodes. You did not say which HACMP release you use. Depending on it check SNMP and/or clcomd.
HACMP is version 5.4
# 5  
Old 09-16-2010
Quote:
Originally Posted by johnf
HACMP is version 5.4
Start with checking clcomdES. The log files are clcomd.log and clcomddiag.log. The default location for both logs is /var/hacmp/clcomd/.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Router problem or ISP problem ?

Hi everyone, I am experiencing discontinuity of Internet service, this started 1 month ago. Everything worked very well for 1 year of intensive use, but now, I have problems reaching my gateway. The gateway is not my router but a node belonging to my ISP and I share the same public IP with... (3 Replies)
Discussion started by: remic
3 Replies

2. UNIX for Dummies Questions & Answers

sed Or Grep Problem OR Terminal Problem?

I don't know if you guys get this problem sometimes at Terminal but I had been having this problem since yesterday :( Maybe I overdid the Terminal. Even the codes that used to work doesn't work anymore. Here is what 's happening: * I wanted to remove lines containing digits so I used this... (25 Replies)
Discussion started by: Nexeu
25 Replies

3. AIX

Clstat not working in a HACMP 7.1.3 cluster

I have troubles making clstat work. All the "usual suspects" have been covered but still no luck. The topology is a two-node active/passive with only one network-interface (it is a test-setup). The application running is SAP with DB/2 as database. We do not use SmartAssists or other gadgets. ... (8 Replies)
Discussion started by: bakunin
8 Replies

4. IP Networking

Problem with forwarding emails (SPF problem)

Hi, This is rather a question from a "user" than from a sys admin, but I think this forum is apropriate for the question. I have an adress with automatic email forwarding and for some senders (two hietherto), emails are bouncing. This has really created a lot of problems those two time so I... (0 Replies)
Discussion started by: carwe
0 Replies

5. Infrastructure Monitoring

clstat X connection ... broken ?

Hi. Could you help me with this problem ? When I run clstat then I got this error message: 1:root@test1:/root # clstat X connection to localhost:10.0 broken (explicit kill or server shutdown). I got the same error for both nodes. If I would run xclstat I would understand that there... (5 Replies)
Discussion started by: phobus
5 Replies

6. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

7. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

8. Solaris

problem in finding a hardware problem

Hi I am right now facing a strange hardware problem. System get booted with the following error: Fatal Error Reset CPU 0000.0000.0000.0003 AFSR 0100.0000.0000.0000 SCE AFAR 0000.07c6.0000.1000 SC Alert: Host System has Reset It happen 4 or 5 times and get the same error every time.I... (8 Replies)
Discussion started by: girish.batra
8 Replies

9. Shell Programming and Scripting

ssh script problem problem

Hi Please help me with the following problem with my script. The following block of code is not repeating in the while loop and exiting after searching for first message. input_file ========== host001-01 host001-02 2008-07-23 13:02:04,651 ConnectionFactory - Setting session state... (2 Replies)
Discussion started by: pcjandyala
2 Replies

10. UNIX for Advanced & Expert Users

SSH Problem auth problem

Hi, Just recently we seem to be getting the following error message relating to SSH when we run the UNIX script in background mode: warning: You have no controlling tty. Cannot read confirmation.^M warning: Authentication failed.^M Disconnected; key exchange or algorithm negotiation... (1 Reply)
Discussion started by: budrito
1 Replies
Login or Register to Ask a Question