|
楼主 |
发表于 2014-9-2 13:07:38
|
显示全部楼层
多谢回复,以下是运行的结果。
-------------------------------------------------
[root@station21 ~]# fdisk -l
Disk /dev/sda: 75.1 GB, 75161927680 bytes
255 heads, 63 sectors/track, 9137 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 2430 2442 104422+ 83 Linux
/dev/sda2 2443 7095 37375222+ 8e Linux LVM
/dev/sda3 1 765 6144831 8e Linux LVM
/dev/sda4 7096 9137 16402365 5 Extended
/dev/sda5 7096 7487 3148708+ 82 Linux swap / Solaris
/dev/sda6 7488 7838 2819376 8e Linux LVM
/dev/sda7 7839 8189 2819376 8e Linux LVM
/dev/sda8 8190 8540 2819376 8e Linux LVM
/dev/sda9 8541 8891 2819376 8e Linux LVM
---------------------------------------------------------------------------------------
[root@station21 ~]# oracleasm listdisks
DISK2
DISK3
DISK4
DISK5
----------------------------------------------------------------------
[oracle@station21 ~]$ crs_stat -t
Name Type Target State Host
------------------------------------------------------------
ora.DATA.dg ora....up.type OFFLINE OFFLINE
ora....ER.lsnr ora....er.type ONLINE ONLINE station21
ora.asm ora.asm.type ONLINE ONLINE station21
ora.cssd ora.cssd.type ONLINE ONLINE station21
ora.diskmon ora....on.type ONLINE ONLINE station21
ora.orcl.db ora....se.type OFFLINE OFFLINE
[oracle@station21 ~]$ crs_start ora.DATA.dg
Attempting to start `ora.DATA.dg` on member `station21`
Start of `ora.DATA.dg` on member `station21` succeeded.
[oracle@station21 ~]$ crs_start ora.orcl.db
Attempting to start `ora.orcl.db` on member `station21`
ORA-00205: error in identifying control file, check alert log for more info
Start of `ora.orcl.db` on member `station21` failed.
Attempting to stop `ora.orcl.db` on member `station21`
Stop of `ora.orcl.db` on member `station21` succeeded.
CRS-0215: Could not start resource 'ora.orcl.db'.
[oracle@station21 ~]$ crs_stat -t
Name Type Target State Host
------------------------------------------------------------
ora.DATA.dg ora....up.type ONLINE ONLINE station21
ora....ER.lsnr ora....er.type ONLINE ONLINE station21
ora.asm ora.asm.type ONLINE ONLINE station21
ora.cssd ora.cssd.type ONLINE ONLINE station21
ora.diskmon ora....on.type ONLINE ONLINE station21
ora.orcl.db ora....se.type ONLINE ONLINE station21
[oracle@station21 ~]$ asmcmd
ASMCMD> ls
DATA/
ASMCMD> cd /
ASMCMD> ls
DATA/
ASMCMD>
|
|