|
|
谢谢楼上的dx,今天晚上刚刚看到,但是还是不行:
[root@pejoy ~]# /etc/init.d/oracleasm listdisks
VOL1
VOL2
VOL3
VOL4
[root@pejoy ~]# /etc/init.d/oracleasm status
Checking if ASM is loaded: [ OK ]
Checking if /dev/oracleasm is mounted: [ OK ]
[root@pejoy ~]# ps -ef|grep ocssd
root 4011 1 0 22:56 ? 00:00:00 /bin/su -l oracle -c sh -c 'cd /opt/oracle/product/10.2.0.1/log/pejoy/cssd; ulimit -c unlimited; exec /opt/oracle/product/10.2.0.1/bin/ocssd '
oracle 4860 4011 0 22:57 ? 00:00:00 /opt/oracle/product/10.2.0.1/bin/ocssd.bin
root 5083 5032 0 23:11 pts/1 00:00:00 grep ocssd
[root@pejoy ~]# su - oracle
[oracle@pejoy ~]$ export ORACLE_SID=+ASM
[oracle@pejoy ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Jan 13 23:12:59 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> set linesize 1000
SQL> show parameter string
NAME TYPE VALUE
------------------------------------ ---------------------- ------------------------------
asm_diskstring string ORCL:VOL*
帮助里面说的: Check that the disks in the diskgroup are present and functioning, that the owner of the ORACLE binary has read/write permission to the disks
要如何检查呢?我的ASM是用块设备的啊…… |
|