Re: [CentOS] cman stop failed

2008-06-14 Thread lingu
HI,


For ur cluster issue do md5sum check of cluster.conf on all the nodes and
also use clean_start=1 in cluster.conf and check .

REgards
lingu

On Fri, Jun 13, 2008 at 12:39 PM, Balaji [EMAIL PROTECTED] wrote:

 Dear All,

 I am using CentOS4 Update 3 Cluster Suite for i386 Architecture and
 my linux kernel version is 2.6.9-34.EL
 I have configured two node cluster
 My nodes are primary and secondary and I am using cluster to monitoring
 scripts
 During reboot or poweroff i am getting the problem is cman stop failed
 and I have verified the /var/log/messages log file and i getting the
 following
 messages
 Jun 12 18:34:13 primary cman: Stopping cman:
 Jun 12 18:34:16 primary cman: failed to stop cman failed
 Jun 12 18:34:16 primary cman:
 Jun 12 18:34:16 primary cman:
 Jun 12 18:34:16 primary rc: Stopping cman:  failed

 We are not sure why this is happening. Can some one throw light on this.

 Regards
 -S.Balaji
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cman stop failed

2008-06-13 Thread GS R
The log info that you have provided is not enough to decide on the 
problem that you are facing.
Could you please post the entire log and the cluster.conf file along 
with it.


Thanks
GS R



Balaji wrote:

Dear All,

I am using CentOS4 Update 3 Cluster Suite for i386 Architecture and
my linux kernel version is 2.6.9-34.EL
I have configured two node cluster
My nodes are primary and secondary and I am using cluster to 
monitoring scripts

During reboot or poweroff i am getting the problem is cman stop failed
and I have verified the /var/log/messages log file and i getting the 
following

messages
Jun 12 18:34:13 primary cman: Stopping cman:
Jun 12 18:34:16 primary cman: failed to stop cman failed
Jun 12 18:34:16 primary cman:
Jun 12 18:34:16 primary cman:
Jun 12 18:34:16 primary rc: Stopping cman:  failed

We are not sure why this is happening. Can some one throw light on this.

Regards
-S.Balaji
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



begin:vcard
fn:GS R
n:R;Gowrishankar
email;internet:[EMAIL PROTECTED]
title:Senior Quality Analyst
tel;cell:9820499133
version:2.1
end:vcard

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cman stop failed

2008-06-13 Thread Balaji

Dear All,
 I have getting the following messages alone from the log file
Jun 10 18:53:13 corviewsecondary lock_gulmd: Stopping lock_gulmd:
Jun 10 18:53:13 corviewsecondary lock_gulmd: shutdown succeeded
Jun 10 18:53:13 corviewsecondary lock_gulmd: ESC[60G
Jun 10 18:53:13 corviewsecondary lock_gulmd:
Jun 10 18:53:13 corviewsecondary rc: Stopping lock_gulmd:  succeeded
Jun 10 18:53:13 corviewsecondary cman: Stopping cman:
Jun 10 18:53:17 corviewsecondary cman: failed to stop cman failed
Jun 10 18:53:17 corviewsecondary cman:
Jun 10 18:53:17 corviewsecondary rc: Stopping cman:  failed
Jun 10 18:53:17 corviewsecondary ccsd: Stopping ccsd:
Jun 10 18:53:17 corviewsecondary ccsd[2454]: Stopping ccsd, SIGTERM 
received.

Jun 10 18:53:18 corviewsecondary ccsd: shutdown succeeded
Jun 10 18:53:18 corviewsecondary ccsd: ESC[60G
Jun 10 18:53:18 corviewsecondary ccsd:
Jun 10 18:53:18 corviewsecondary rc: Stopping ccsd:  succeeded

I have attached my cluster.conf file herewith.

Regards
-S.Balji

GS R wrote:

The log info that you have provided is not enough to decide on the 
problem that you are facing.
Could you please post the entire log and the cluster.conf file along 
with it.


Thanks
GS R



Balaji wrote:


Dear All,

I am using CentOS4 Update 3 Cluster Suite for i386 Architecture and
my linux kernel version is 2.6.9-34.EL
I have configured two node cluster
My nodes are primary and secondary and I am using cluster to 
monitoring scripts

During reboot or poweroff i am getting the problem is cman stop failed
and I have verified the /var/log/messages log file and i getting 
the following

messages
Jun 12 18:34:13 primary cman: Stopping cman:
Jun 12 18:34:16 primary cman: failed to stop cman failed
Jun 12 18:34:16 primary cman:
Jun 12 18:34:16 primary cman:
Jun 12 18:34:16 primary rc: Stopping cman:  failed

We are not sure why this is happening. Can some one throw light on this.

Regards
-S.Balaji
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
 



?xml version=1.0?
cluster config_version=100 name=EMSCluster
	fence_daemon post_fail_delay=0 post_join_delay=3/
	clusternodes
		clusternode name=corviewprimary votes=1
			fence/
		/clusternode
		clusternode name=corviewsecondary votes=1
			fence/
		/clusternode
	/clusternodes
	cman expected_votes=1 two_node=1/
	fencedevices/
	rm
		failoverdomains
			failoverdomain name=corviewserver ordered=1 restricted=0
failoverdomainnode name=corviewprimary priority=1/
failoverdomainnode name=corviewsecondary priority=1/
			/failoverdomain
		/failoverdomains
		resources
			ip address=192.168.13.83 monitor_link=1/
			script file=/etc/init.d/manager name=manager/
			script file=/etc/init.d/jmd name=jmd/
			script file=/etc/init.d/fm name=fm/
			script file=/etc/init.d/postgresql name=postgresql/
			script file=/etc/init.d/active name=activestate/
			script file=/etc/init.d/drbddiskstarter name=drbddiskstarter/
			script file=/etc/init.d/drbddiskstopper name=drbddiskstopper/
		/resources
		service autostart=1 domain=corviewserver name=EMS recovery=relocate
			ip ref=192.168.13.83/
			script ref=drbddiskstarter/
			script ref=activestate/
			script ref=postgresql/
			script ref=manager/
			script ref=fm/
			script ref=jmd/
			script ref=drbddiskstopper/
		/service
	/rm
/cluster
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cman stop failed

2008-06-13 Thread GS R

Hi Balaji

Again the log info that you have provided is too little atleast for me 
to diagnose.
Would be better if you could attach the /var/log/messages from 
corviewprimary and corviewsecondary servers.


Also, just to remind you that GULM uses only /etc/hosts so make sure you 
have the entries of both the servers in both the /etc/hosts file.


Thanks
GS R


Balaji wrote:

Dear All,
 I have getting the following messages alone from the log file
Jun 10 18:53:13 corviewsecondary lock_gulmd: Stopping lock_gulmd:
Jun 10 18:53:13 corviewsecondary lock_gulmd: shutdown succeeded
Jun 10 18:53:13 corviewsecondary lock_gulmd: ESC[60G
Jun 10 18:53:13 corviewsecondary lock_gulmd:
Jun 10 18:53:13 corviewsecondary rc: Stopping lock_gulmd:  succeeded
Jun 10 18:53:13 corviewsecondary cman: Stopping cman:
Jun 10 18:53:17 corviewsecondary cman: failed to stop cman failed
Jun 10 18:53:17 corviewsecondary cman:
Jun 10 18:53:17 corviewsecondary rc: Stopping cman:  failed
Jun 10 18:53:17 corviewsecondary ccsd: Stopping ccsd:
Jun 10 18:53:17 corviewsecondary ccsd[2454]: Stopping ccsd, SIGTERM 
received.

Jun 10 18:53:18 corviewsecondary ccsd: shutdown succeeded
Jun 10 18:53:18 corviewsecondary ccsd: ESC[60G
Jun 10 18:53:18 corviewsecondary ccsd:
Jun 10 18:53:18 corviewsecondary rc: Stopping ccsd:  succeeded

I have attached my cluster.conf file herewith.

Regards
-S.Balji

GS R wrote:

The log info that you have provided is not enough to decide on the 
problem that you are facing.
Could you please post the entire log and the cluster.conf file along 
with it.


Thanks
GS R



Balaji wrote:


Dear All,

I am using CentOS4 Update 3 Cluster Suite for i386 Architecture and
my linux kernel version is 2.6.9-34.EL
I have configured two node cluster
My nodes are primary and secondary and I am using cluster to 
monitoring scripts

During reboot or poweroff i am getting the problem is cman stop failed
and I have verified the /var/log/messages log file and i getting 
the following

messages
Jun 12 18:34:13 primary cman: Stopping cman:
Jun 12 18:34:16 primary cman: failed to stop cman failed
Jun 12 18:34:16 primary cman:
Jun 12 18:34:16 primary cman:
Jun 12 18:34:16 primary rc: Stopping cman:  failed

We are not sure why this is happening. Can some one throw light on 
this.


Regards
-S.Balaji
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
 





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos