1753602 Members
6439 Online
108796 Solutions
New Discussion

Re: Cluster log

 
Sameer Kelkar
Advisor

Cluster log

We are having HP DL380G3 servers & MSA500 storage configured in cluster with redhat AS3. Oracle 10G is configured on it.It is OS cluster.I have found some errors in /var/log/cluster :-

Apr 17 15:15:38 hserver1 clumembd[1269]: Member server2 UP
Apr 23 12:42:52 hserver1 clusvcmgrd: [6713]: service error: Check status failed on filesystems for Oracle_ORCL
Apr 23 12:42:52 hserver1 clusvcmgrd[6712]: Restarting locally failed service Oracle_ORCL
Apr 23 12:42:52 hserver1 clusvcmgrd: [6915]: service notice: Stopping service Oracle_ORCL ...
Apr 23 12:42:52 hserver1 clusvcmgrd: [6915]: service notice: Running user script '/etc/init.d/orcl stop'
Apr 23 12:47:04 hserver1 clusvcmgrd: [6915]: service notice: Stopped service Oracle_ORCL ...
Apr 23 12:47:04 hserver1 clusvcmgrd[6712]: Starting stopped service Oracle_ORCL
Apr 23 12:47:04 hserver1 clusvcmgrd: [22876]: service notice: Starting service Oracle_ORCL ...
Apr 23 12:47:05 hserver1 clusvcmgrd: [22876]: service notice: Running user script '/etc/init.d/orcl start'
Apr 23 12:47:37 hserver1 clusvcmgrd: [24785]: service notice: Stopping service SalmApp ...
Apr 23 12:47:37 hserver1 clusvcmgrd: [24785]: service notice: Running user script '/opt/app/salplant/cluster/init/sal
mScript/appMan stop'
Apr 23 12:48:24 hserver1 clusvcmgrd: [24785]: service notice: Stopped service SalmApp ...
Apr 23 12:48:24 hserver1 clusvcmgrd[24784]: Starting stopped service SalmApp
Apr 23 12:48:24 hserver1 clusvcmgrd: [25573]: service notice: Starting service SalmApp ...
Apr 23 12:48:25 hserver1 clusvcmgrd: [25573]: service notice: Running user script '/opt/app/salplant/cluster/init/sal
mScript/appMan start'
Apr 23 12:48:57 hserver1 clusvcmgrd: [25573]: service notice: Started service SalmApp ...
Apr 23 12:48:57 hserver1 clusvcmgrd: [22876]: service notice: Started service Oracle_ORCL ...
Apr 24 23:11:32 hserver1 cluquorumd[1241]: Denied 192.168.102.1: Connection timed out

This shows that oracle services are restarted.
Can anybody help to find the reason for restart of services. Is this problem related to file system?
1 REPLY 1
Basheer_2
Trusted Contributor

Re: Cluster log

this log is saying a check status on the filesystem for Oracle_ORCL is failed.

the scritps that are monitoring/checking the status of the filesystems at that instant of time could not get the success on the filesystems check. it stopped the oracle services

when it checked again, it returned with success, so started the servioces again.

please can you check the other system logs, look for file systems errors.

service error: Check status failed on filesystems for Oracle_ORCL