3.3 解决节点1上GI对应存储空间使用率过高
继续观察节点1的日志:
grid@bjdb1:/opt/u01/app/
11.2.0/grid/log/bjdb1>tail -f alert*.log
2016-10-10 16:
03:
25.373:
[crflogd(
39780590)]CRS
-9520:The storage
of Grid Infrastructure Management Repository
is 93% full. The storage location
is '/opt/u01/app/11.2.0/grid/crf/db/bjdb1'.
2016-10-10 16:
08:
30.373:
[crflogd(
39780590)]CRS
-9520:The storage
of Grid Infrastructure Management Repository
is 93% full. The storage location
is '/opt/u01/app/11.2.0/grid/crf/db/bjdb1'.
2016-10-10 16:
09:
50.796:
[ctssd(
5046446)]CRS
-2407:The
new Cluster Time Synchronization Service reference node
is host bjdb1.
2016-10-10 16:
10:
20.373:
[crflogd(
39780590)]CRS
-9520:The storage
of Grid Infrastructure Management Repository
is 93% full. The storage location
is '/opt/u01/app/11.2.0/grid/crf/db/bjdb1'.
2016-10-10 16:
15:
25.373:
[crflogd(
39780590)]CRS
-9520:The storage
of Grid Infrastructure Management Repository
is 93% full. The storage location
is '/opt/u01/app/11.2.0/grid/crf/db/bjdb1'.
其实这个之前也看到过,就是需要清理/opt/u01目录空间了!查找可以删除的一些历史日志,解决完这个提示就不会再出现!
3.4 节点2手工挂载OCR,重启CRS
节点1问题已解决,在节点2同样挂载OCR后重启CRS
方法都一样,只是在节点2操作,不再赘述。
#强制停止节点
2的crs
root@bjdb2:/>crsctl stop crs -f
CRS-
2791: Starting shutdown
of Oracle High Availability Services-managed resources
on 'bjdb2'
CRS-
2673: Attempting
to stop
'ora.mdnsd' on 'bjdb2'
CRS-
2673: Attempting
to stop
'ora.crf' on 'bjdb2'
CRS-
2673: Attempting
to stop
'ora.ctssd' on 'bjdb2'
CRS-
2673: Attempting
to stop
'ora.evmd' on 'bjdb2'
CRS-
2673: Attempting
to stop
'ora.asm' on 'bjdb2'
CRS-
2673: Attempting
to stop
'ora.drivers.acfs' on 'bjdb2'
CRS-
2677: Stop
of 'ora.crf' on 'bjdb2' succeeded
CRS-
2677: Stop
of 'ora.mdnsd' on 'bjdb2' succeeded
CRS-
2677: Stop
of 'ora.evmd' on 'bjdb2' succeeded
CRS-
2677: Stop
of 'ora.ctssd' on 'bjdb2' succeeded
CRS-
2675: Stop
of 'ora.asm' on 'bjdb2' failed
CRS-
2679: Attempting
to clean
'ora.asm' on 'bjdb2'
CRS-
2681: Clean
of 'ora.asm' on 'bjdb2' succeeded
CRS-
2673: Attempting
to stop
'ora.cluster_interconnect.haip' on 'bjdb2'
CRS-
2677: Stop
of 'ora.cluster_interconnect.haip' on 'bjdb2' succeeded
CRS-
2673: Attempting
to stop
'ora.cssd' on 'bjdb2'
CRS-
2677: Stop
of 'ora.cssd' on 'bjdb2' succeeded
CRS-
2673: Attempting
to stop
'ora.gipcd' on 'bjdb2'
CRS-
2677: Stop
of 'ora.gipcd' on 'bjdb2' succeeded
CRS-
2673: Attempting
to stop
'ora.gpnpd' on 'bjdb2'
CRS-
2677: Stop
of 'ora.gpnpd' on 'bjdb2' succeeded
CRS-
2677: Stop
of 'ora.drivers.acfs' on 'bjdb2' succeeded
CRS-
2793: Shutdown
of Oracle High Availability Services-managed resources
on 'bjdb2' has completed
CRS-
4133: Oracle High Availability Services has been stopped.
再启动:
crsctl start crs