|
P3
|
发表于 2013-8-30 14:15:15
jackey.qiu 发表于 2013-8-27 22:32
把问题贴出来
node2出现问题,请问如何解决,具体问题请看如下命令查看的结果。
node2使用fdisk -l 找不到共享存储,请问是怎么回事,本实验环境使用的共享存储是怎么做的?
[grid@node2 ~]$ crs_stat -t
CRS-0184: Cannot communicate with the CRS daemon.
[grid@node2 ~]$ crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
CRS-4533: Event Manager is online
[grid@node2 ~]$ ps -ef | grep d.bin
root 4018 1 0 15:31 ? 00:00:09 /u01/grid/bin/ohasd.bin reboot
grid 4193 1 0 15:32 ? 00:00:02 /u01/grid/bin/oraagent.bin
root 4195 1 0 15:32 ? 00:00:01 /u01/grid/bin/orarootagent.bin
grid 4222 1 0 15:32 ? 00:00:00 /u01/grid/bin/gipcd.bin
grid 4235 1 0 15:32 ? 00:00:00 /u01/grid/bin/mdnsd.bin
grid 4252 1 0 15:32 ? 00:00:01 /u01/grid/bin/gpnpd.bin
root 4475 1 0 15:33 ? 00:00:19 /u01/grid/bin/cssdmonitor
grid 7923 1 0 15:44 ? 00:00:05 /u01/grid/bin/evmd.bin
root 19823 1 0 17:35 ? 00:00:01 /u01/grid/bin/crsd.bin reboot
grid 21227 19883 0 17:49 pts/2 00:00:00 grep d.bin
[grid@node2 ~]$ crsctl stat res -t -init
--------------------------------------------------------------------------------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 ONLINE OFFLINE
ora.crsd
1 ONLINE INTERMEDIATE node2
ora.cssd
1 ONLINE OFFLINE
ora.cssdmonitor
1 ONLINE ONLINE node2
ora.ctssd
1 ONLINE OFFLINE
ora.diskmon
1 OFFLINE OFFLINE
ora.drivers.acfs
1 ONLINE ONLINE node2
ora.evmd
1 ONLINE ONLINE node2
ora.gipcd
1 ONLINE ONLINE node2
ora.gpnpd
1 ONLINE ONLINE node2
ora.mdnsd
1 ONLINE ONLINE node2
[root@node2 ~]# fdisk -l
Disk /dev/sda: 85.8 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 408 3172837+ 82 Linux swap / Solaris
/dev/sda3 409 10443 80606137+ 83 Linux
|
|