- 最后登录
- 2017-5-31
- 在线时间
- 156 小时
- 威望
- 60
- 金钱
- 1885
- 注册时间
- 2011-12-16
- 阅读权限
- 50
- 帖子
- 75
- 精华
- 0
- 积分
- 60
- UID
- 113
|
1#
发表于 2013-3-21 22:37:26
|
查看: 4431 |
回复: 6
本帖最后由 北柏 于 2013-3-21 22:39 编辑
问题描述如下:
os:rhel5.8 64bit
oracle version :oracle10g
报错:
[oracle10g@test ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Mar 17 20:00:33 2013
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file '+ASMDG/prod/spfileprod.ora'
ORA-17503: ksfdopn:2 Failed to open file +ASMDG/prod/spfileprod.ora
ORA-15077: could not locate ASM instance serving a required diskgroup
SQL>
javascript:;javascript:;
javascript:;
os检查:
[root@test raw]# ll
total 0
crw-rw---- 1 oracle oinstall 162, 1 Mar 17 20:06 raw1
crw-rw---- 1 oracle oinstall 162, 2 Mar 17 20:06 raw2
crw-rw---- 1 oracle oinstall 162, 3 Mar 17 20:06 raw3
crw-rw---- 1 oracle oinstall 162, 4 Mar 17 20:06 raw4
以下为asm alertlog:
###################################################################################
-rw-r----- 1 oracle10g oinstall 32692 Mar 14 00:00 alert_prod.log oracle的alter 为14号的
SQL> startup nomount
ASM instance started
Total System Global Area 130023424 bytes
Fixed Size 2019032 bytes
Variable Size 102838568 bytes
ASM Cache 25165824 bytes
SQL> alter diskgroup all mount;
alter diskgroup all mount
*
ERROR at line 1:
ORA-15110: no diskgroups mounted
SQL> alter diskgroup asmdg mount;
alter diskgroup asmdg mount
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15063: ASM discovered an insufficient number of disks for diskgroup "ASMDG"
刚学习asm,问题可能有点二,大家不要见笑,自己研究了好久,也没有解决,放到论坛上,ML和大家给看看,指点下!
alertASM.txt
(17.96 KB, 下载次数: 881)
alertprod.txt
(34.43 KB, 下载次数: 590)
|
|