本帖最后由 oraxiao 于 2011-2-24 15:45 编辑
这一周都在忙着搭建rac,环境如下:linux系统,镜像是as5.iso;clusterware;oracle 10.2.0
clusterware已经安装好,oracle软件也安装好了,也成功升级到10.2.5了
问题:以oracle用户执行dbca和netca命令的时候没有报错,但系统检测不到集群环境的存在,不知道有没有朋友知道呢.
--------------------------------------------------------------------------------------------------------------------
[root@dbs bin]# uname -r
2.6.18-8.el5
[root@dbs bin]# pwd
/u01/app/oracle/product/crs/bin
[root@dbs bin]# ./crs_stat -t -v
Name Type R/RA F/FT Target State Host
----------------------------------------------------------------------
ora.dbp.gsd application 0/5 0/0 ONLINE ONLINE dbp
ora.dbp.ons application 0/3 0/0 ONLINE ONLINE dbp
ora.dbp.vip application 0/0 0/0 ONLINE ONLINE dbp
ora.dbs.gsd application 0/5 0/0 ONLINE ONLINE dbs
ora.dbs.ons application 0/3 0/0 ONLINE ONLINE dbs
ora.dbs.vip application 0/0 0/0 ONLINE ONLINE dbs
[root@dbs bin]# raw -qa
/dev/raw/raw1: bound to major 8, minor 17
/dev/raw/raw2: bound to major 8, minor 18
/dev/raw/raw3: bound to major 8, minor 19
[root@dbs bin]# /etc/init.d/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[root@dbs bin]# ll /dev/raw
total 0
crw-r----- 1 root oinstall 162, 1 Feb 24 12:38 raw1
crw-r--r-- 1 oracle oinstall 162, 2 Feb 24 21:43 raw2
crw-r----- 1 oracle oinstall 162, 3 Feb 24 12:38 raw3
[root@dbp bin]# ./crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
[root@dbs bin]# ./crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
|
|