当前位置:  数据库>oracle

AIX上安装Oracle 9i RAC出现Failed to start GSD on local node

    来源: 互联网  发布时间:2017-05-12

    本文导语: 最近做一个数据库迁移项目,安装Oracle 9i RAC在建库时,出现Failed to start GSD on local node,解决过程如下: testa:/oracle/app/product/9.2.0/bin>gsdctl start Failed to start GSD on local node 这个起不来通常是由于srvConfig没有在所有结点上创建或者是...

最近做一个数据库迁移项目,安装Oracle 9i RAC在建库时,出现Failed to start GSD on local node,解决过程如下:

testa:/oracle/app/product/9.2.0/bin>gsdctl start

Failed to start GSD on local node

这个起不来通常是由于srvConfig没有在所有结点上创建或者是访问这个文件有问题造成的。

ls -lsa /dev/ro*

 0 crw-rw----  1 oracle  dba        50, 13 Nov 28 15:02 /dev/ro9_srvconf

 

testb:/var/opt/oracle>ls -lsa

total 4

  0 drwxr-xr-x  2 oracle  dba            256 Nov 29 17:02 .

  0 drwxr-xr-x  6 bin    bin            256 Nov 29 16:58 ..

  4 -rw-rw-r--  1 oracle  system          31 Nov 30 13:33 srvConfig.loc

testb:/var/opt/oracle>more srvConfig.loc

srvconfig_loc=   

(发现这里是空的,没有内容),手工指定:

srvconfig_loc= /dev/ro9_srvconf

重新初始化,如下

testb:/var/opt/oracle>srvconfig -init

重启后正常:

testb:/var/opt/oracle>gsdctl start

Successfully started GSD on local node

 

此问题也算是一个bug,详细参考Oracle Metalink ID:Resolving PRKR-1064 ina RAC Environment [ID 212631.1],如下:

 

Fact(s)

~~~~~~~~

Attempting to set up a shared configuration file in a Real Application Clusters

environment.

 

Symptom(s)

~~~~~~~~~~

PRKR-1064 error in a RAC environment.

 

Change(s)

~~~~~~~~~~

Setting this up for the first time or changes on the srvConfig.loc file or

shared configuration file(s).

 

Cause

~~~~~~~

Shared configuration file is incorrectly configured.

 

Fix

~~~~

Verify that the shared configuration file has been correctly configured:

 

 

1. Get ls -l output of the /var/opt/oracle/srvConfig.loc file from each node to

verify permissions:

 

 [rac1]/var/opt/oracle> ls -l /var/opt/oracle/srvConfig.loc

 -rwxrwxrwx  1 oracle dba          75 Aug 27 18:35 /var/opt/oracle/srvConfig.loc*

 

Note: This file (srvConfig.loc) may also exist in /etc or $ORACLE_HOME/srvm/config

 

This file should be readable and writable by the Oracle user on all nodes.

 

 

2. Check the contents of srvConfig.loc file on each node to verify the shared

configuration file location:

 

 [rac1]/var/opt/oracle> more /var/opt/oracle/srvConfig.loc

 srvconfig_loc=/dev/vx/rdsk/srvm.dbf   

 

Note: This file (srvConfig.loc) may also exist in /etc or $ORACLE_HOME/srvm/config

 

This should be pointing to a valid shared file or raw device.

 

 

3. If you are pointing to a raw device, confirm that the raw device was created

to be at least100M. If you are using CFS or NFS, ensure that the shared

configuration file has been precreated:

 

 [rac1]/var/opt/oracle> touch /shared/srvm.dbf

 

 

4. Check the permissions on the shared configuration file being used to verify

permissions and ownership:

 

 [rac1]/var/opt/oracle> ls -l /dev/vx/rdsk/srvm.dbf

 crw-rw----  1 oracle  dba  201,37005 Sep 4 06:35 /dev/vx/rdsk/srvm.dbf

 

 

5. Make sure you can 'dd' the shared configuration file as the Oracle user:

 

 $ dd if= f=/dev/null bs=

 

 Example:

 

 [rac1]/> dd if=/dev/vx/rdsk/srvm.dbf f=/dev/null bs=8192

 20480+0 records in

 20480+0 records out

 

 

6. Stop the GSD if it is running.

 

 9.0:

 $ ps -ef | grep jre

 $ kill -9 Note: Make sure that this is the process in use by GSD

 

 9.2:

 $ gsdctl stop     

     

 

7. Attemt to re-initialize the SRVM file:

 

[rac1]/var/opt/oracle> srvconfig -init -f

 

 

8. If this is successful, start the GSDs and add the databases and instances to

srvctl. If this still fails, trace srvconfig using the instructions in the

following note and provide output of steps 1-8 to Oracle Support:

 

 

The following are known bugs involving PRKR-1064 errors:

 

Bug 2861550

Description: GSD fails at startup with PRKR-1064

Versions Affected:9.2.0.3

Platforms Affected: Linux: SLE8 and United Linux

Fixed Version:9.2.0.3 with Patch 2861550

 

Bug 2400133

Description: PRKR-1064 : General Exception in OCR with CFS

Versions Affected:9.2.0.X

Platforms Affected: All that support CFS

Workaround: Pre-create the shared configuration file.

 

Bug 2656165

Description: Failed to get status of srvconfig on PRKR-1064 when used '#'

character in srvConfig.loc.

Versions Affected:9.2.0.X

Workaround: Do not put '#' signs in the srvConfig.loc

 

Bug 2660531

Description: Srvconfig Fails Due To Multiple Open Of Shared File Without Closing It On Ocfs.

Versions Affected:9.2.0.1

Fixed in9.2.0.3


    
 
 

您可能感兴趣的文章:

  • AIX中出现的Segmentation fault(code dump)如何解决?
  • 在redhat7.0中控制台下telnet到aix上,vi出现乱字符,是怎么回事?
  • 求助:AIX下一段频繁处理文件的程序出现的问题
  • 在AIX6.1和GCC4.2下面使用libperfstat.h出现问题
  • AIX目前最新的编译器都支持C++0x标准里的那些内容?GCC 4.5.0是否能够在AIX上安装?
  • 请教IBM服务器安装AIX的安装资料(教程或者资料,最好有安装步骤)
  • 请问:哪种工具可以制作安装程序,安装程序是基于java的或是能在aix运行?
  • 急:aix5.3下安装gcc失败
  • wmware6.0可以安装aix吗?
  • 求能够安装AIX的虚拟机软件
  • AIX上缺省安装的ftpd是pro还是pure?
  • AIX UNIX有能安装在windows下vmware的版本吗 ?
  • 请问IBM x366能安装aix系统吗,还有请推荐一款新手学习的小型机
  • 我要在aix下debug跟踪程序C++,需要安装什么东西?
  • aix下安装websphere???
  • 请教个aix系统安装库的问题
  • AIX安装net-snmp-5.5以后没有mib2c这个工具
  • aix下从光盘安装软件的问题
  • 在AIX上安装了MAGIC++,客户端调试时报/bin/sh:gdb not found,请高手指教
  • 菜鸟问题(可以安装Unix(AIX)+IBM DB2的最便宜的IBM机器是多少RMB)
  • Oracle10g在AIX上的安装准备工作《Oracle大型数据库系统在AIX/unix上的实战详解》 集中答疑 40
  • aix下 valgrind安装问题
  • 想在aix4.3的usr下安装apache,可是空间不够,请问怎么扩大usr卷?
  • AIX安装vim插件Taglist问题
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 如何将Aix上的oracle 物理备份 然后再在linux 系统上还原oracle
  • aix下自动备份oracle 的输出日志问题,急!!
  • AIX 64位系统上如何使用32位OCI oracle driver
  • 千分放送!请有AIX下dbx调试Oracle proc程序经验的高手解决问题
  • Oracle 9i 在AIX上的安装
  • Aix 5.3下自动备份Oracle多个实例
  • Oracle 10g 在AIX 5.3上安装过程笔记
  • 求pro c++ 的makefile( c++/ oracle10.0/ EXEC SQL/ AIX)在线等
  • AIX 5.3下调用windows 2000上的exe程序,且AIX下需要得到windows下程序执行的返回结果
  • 公告:CSDN AIX论坛有奖话题讨论活动(七)——本期话题:在海量运算方面,和Linux系统相比,AIX系统有优势吗?
  • 哪里可以下载AIX操作系统?
  • 公告:CSDN AIX论坛有奖话题讨论活动(四)——本期话题:从开发周期上来看,和HP-UX、Solaris相比,AIX系统有优势吗?
  • 公告:CSDN AIX论坛有奖话题讨论活动(八)——本期话题:除了数据库应用,还有哪些应用也可以运行于AIX系统之上?(和Linux系统相比较,性能更优)
  • AIX共享内存分配问题
  • 求GCC for AIX5.3
  • aix上编译问题
  • linux -> aix 发展
  • 公告:CSDN AIX论坛有奖话题讨论活动(六)——本期话题:AIX的动态工作负载分区和Hypervisor的逻辑分区相比,有何优劣?
  • 有关 AIX 编程兼容性方面的疑问
  • aix问题求教--愿给200分!!!
  • 关于AIX的进程间通讯的方法
  • window 向aix 的移植问题----在线等待
  • 普通pc机,可否装aix操作系统?
  • 有谁在AIX下装过下载版的websphere
  • IBM AIX可以用其他的unix 或者 lunix代替吗?
  • 请问AIX下用什么命令能够获取CPU型号、频率信息,多CPU情况下
  • 在AIX(4.3)系统上如何查看内存情况
  • 请教一个AIX下内存分配的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,