ORA-29783: GPnP attribute SET failed with error [CLSGPNP_NOT_FOUND]

栏目: Perl · 发布时间: 8年前

内容简介:ORA-29783: GPnP attribute SET failed with error [CLSGPNP_NOT_FOUND]

前言:这几天部署Oracle RAC算是费劲周折,本来一天搞定的事情,用了足足三天多的时间,前天搞到晚上发现业务IP和心跳IP机房那边都未做bond,而且多路径映射还存在问题,执行start_udev总是会断开机器连接,需要机房那边协助重启网络处理,回来也未分析出具体原因,由于系统上线在即,也许推系统重做比问题排查更来得快些,反正是个空机器,就这么搞了。今天中午的时候两台物理机交付使用,下午开始部署,又遇到了新的问题。

环境版本:OS版本:RHEL6.6  DB版本:11.2.0.4

问题描述:部署GRID软件的过程中,在最后第一个节点执行root.sh的时候报错,如下:

Adding Clusterware entries to upstart

CRS-2672: Attempting to start 'ora.mdnsd' on 'oss-tt-05'

CRS-2676: Start of 'ora.mdnsd' on 'oss-tt-05' succeeded

CRS-2672: Attempting to start 'ora.gpnpd' on 'oss-tt-05'

CRS-2676: Start of 'ora.gpnpd' on 'oss-tt-05' succeeded

CRS-2672: Attempting to start 'ora.cssdmonitor' on 'oss-tt-05'

CRS-2672: Attempting to start 'ora.gipcd' on 'oss-tt-05'

CRS-2676: Start of 'ora.cssdmonitor' on 'oss-tt-05' succeeded

CRS-2676: Start of 'ora.gipcd' on 'oss-tt-05' succeeded

CRS-2672: Attempting to start 'ora.cssd' on 'oss-tt-05'

CRS-2672: Attempting to start 'ora.diskmon' on 'oss-tt-05'

CRS-2676: Start of 'ora.diskmon' on 'oss-tt-05' succeeded

CRS-2676: Start of 'ora.cssd' on 'oss-tt-05' succeeded

Creation of ASM spfile in disk group failed. Following error occured: ORA-29783: GPnP attribute SET failed with error [CLSGPNP_NOT_FOUND]

Configuration of ASM ... failed

see asmca logs at /app/grid/cfgtoollogs/asmca for details

Did not succssfully configure and start ASM at /app/crs/crs/install/crsconfig_lib.pm line 6912.

/app/crs/perl/bin/perl -I/app/crs/perl/lib -I/app/crs/crs/install /app/crs/crs/install/rootcrs.pl execution failed

问题分析:查看生成的日志文件/app/grid/cfgtoollogs/asmca/asmca-170222PM070007.log

根据日志文件去分析,最终继续排查磁盘组映射设备权限问题,还是没有找到破绽,找了为朋友去metalink上下载下ORA-29783对应报错和版本的DOC文件,从12C的DOC中发现了些许端倪。

ORA-29783: GPnP attribute SET failed with error [CLSGPNP_NOT_FOUND]

猜想难倒是iptables和selinux没关闭,去系统上查看了下,果不其然,好打脸啊。然后关闭了两台机器上的防火墙,关闭gpnpd进程,重新执行root.sh通过。

问题总结:基本的部署环境,准备工作一定要做到位,否则后期乱七八糟的报错绝对是一脸懵逼。

更多Oracle相关信息见 Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12

本文永久更新链接地址 http://www.linuxidc.com/Linux/2017-02/140969.htm


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Python编程无师自通

Python编程无师自通

[美] 科里·奥尔索夫(Cory Althoff) / 宋秉金 / 人民邮电出版社 / 2019-1-1 / 59

畅销Python编程类入门书,美国亚马逊Kindle编程类排行榜榜一。 作者从文科毕业,通过自学编程转行为专业程序员,在硅谷工作多年后成功技术创业。本书不仅教读者如何使用Python语言编程,还会介绍其他书中所忽略的、编程初学者应该了解并掌握的其他所有知识点。 本书作者是一名自学成才的程序员,经过一年的自学,掌握了编程技能并在eBay找到了一份软件工程师的工作。本书是作者结合个人经验写......一起来看看 《Python编程无师自通》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具