12
返回列表 发新帖
楼主: wrjcs8086

ASM:挂载分区组的时候出错

[复制链接]
论坛徽章:
5
生肖徽章2007版:猴
日期:2008-01-02 17:35:53生肖徽章2007版:鼠
日期:2008-01-02 17:35:532009新春纪念徽章
日期:2009-01-04 14:52:282009日食纪念
日期:2009-07-22 09:30:00ITPUB9周年纪念徽章
日期:2010-10-08 09:28:51
11#
发表于 2008-1-7 08:39 | 只看该作者
我顶!!!!

使用道具 举报

回复
论坛徽章:
10
每日论坛发贴之星
日期:2007-09-10 01:02:15金色在线徽章
日期:2007-10-03 04:03:16ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44数据库板块每日发贴之星
日期:2007-12-20 01:04:15生肖徽章2007版:猴
日期:2008-01-02 17:35:53生肖徽章2007版:鼠
日期:2008-01-02 17:35:53奥运会纪念徽章:摔跤
日期:2008-09-04 09:51:27生肖徽章2007版:狗
日期:2009-03-10 21:24:29ITPUB社区12周年站庆徽章
日期:2013-10-08 17:44:42
12#
发表于 2008-1-7 09:45 | 只看该作者
原帖由 Arraywrjcs8086 于 2006-3-8 09:22 发表
我在安装RAC,使用2个节点(LINUX1,LINUX2),但是当我在LIUNX2上运行DBCA创建数据库的时候去出现了ORA-15063错误,详细的错误如下:
could not mount the diskgroup on remote node linux1 using connection service linux1:21521+ASM1.Ensure that the listener is running on this node and the asm istance is registered to the listener.receive follow errors:
ORA-15032:NOT ALL ALTERATION PERFORMED
ORA-15063:ASM DISCOVERED ON INSUFFICIENT NUMBER OF DISK FOR DISKGROUP "ORCL_DATA1"
在运行DBCA的LINUX2上DISKGROUP有MOUNT上去,但是LINUX1上去挂载不上去,这是怎么回事呢?


检查下你的服务启动情况还有。。就是你的磁盘权限?是否是ORACLE用户

使用道具 举报

回复
论坛徽章:
10
每日论坛发贴之星
日期:2007-09-10 01:02:15金色在线徽章
日期:2007-10-03 04:03:16ITPUB新首页上线纪念徽章
日期:2007-10-20 08:38:44数据库板块每日发贴之星
日期:2007-12-20 01:04:15生肖徽章2007版:猴
日期:2008-01-02 17:35:53生肖徽章2007版:鼠
日期:2008-01-02 17:35:53奥运会纪念徽章:摔跤
日期:2008-09-04 09:51:27生肖徽章2007版:狗
日期:2009-03-10 21:24:29ITPUB社区12周年站庆徽章
日期:2013-10-08 17:44:42
13#
发表于 2008-1-7 09:47 | 只看该作者
还有如果你检查权限没问题的话,看下ASM_DISKSTRING这个参数。设置的对不?ORA-15063: ASM discovered an insufficient number of disks for diskgroup "string"
Cause: ASM was unable to find a sufficient number of disks belonging to the diskgroup to continue the operation.
Action: 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, and that the ASM_DISKSTRING initialization parameter has been set correctly. Verify that ASM discovers the appropriate disks by querying V$ASM_DISK from the ASM instance

使用道具 举报

回复
论坛徽章:
5
生肖徽章2007版:猴
日期:2008-01-02 17:35:53生肖徽章2007版:鼠
日期:2008-01-02 17:35:532009新春纪念徽章
日期:2009-01-04 14:52:282009日食纪念
日期:2009-07-22 09:30:00ITPUB9周年纪念徽章
日期:2010-10-08 09:28:51
14#
发表于 2008-1-13 23:17 | 只看该作者
谢谢楼上的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是用块设备的啊……

使用道具 举报

回复
论坛徽章:
0
15#
发表于 2009-3-26 12:00 | 只看该作者
顶下楼主,我在虚拟机上做实验也遇到这个问题了,请教有什么好的解决方法

使用道具 举报

回复
论坛徽章:
0
16#
发表于 2009-3-27 15:26 | 只看该作者
可以试试:
1:重启所有应用
crs_stop -all
crs_start -all
2:重装ASM

使用道具 举报

回复
论坛徽章:
63
19周年集字徽章-19
日期:2020-09-23 02:43:002012新春纪念徽章
日期:2012-02-13 15:12:092012新春纪念徽章
日期:2012-01-04 11:49:54ITPUB十周年纪念徽章
日期:2011-11-01 16:20:28现任管理团队成员
日期:2011-05-07 01:45:082011新春纪念徽章
日期:2011-02-18 11:42:472011新春纪念徽章
日期:2011-01-25 15:42:562011新春纪念徽章
日期:2011-01-25 15:42:332011新春纪念徽章
日期:2011-01-25 15:42:152011新春纪念徽章
日期:2011-01-25 15:41:50
17#
发表于 2009-3-28 00:52 | 只看该作者
1.确定能访问到os级别的disk

2. 确定参数设置正确

3.asm 数据没有被损坏,这个可以通过kfed来观察.

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表