在线精品99_中国九九盗摄偷拍偷看_91免费版在线观看_91.app_91高清视频在线_99热最新网站

如何解决安装oracle11g grid时报错Failed to create keys in the OLR, rc = 127的问题

105次阅读
没有评论

共计 4505 个字符,预计需要花费 12 分钟才能阅读完成。

行业资讯    
数据库    
关系型数据库    
如何解决安装 oracle11g grid 时报错 Failed to create keys in the OLR, rc = 127 的问题

丸趣 TV 小编给大家分享一下如何解决安装 oracle11g grid 时报错 Failed to create keys in the OLR, rc = 127 的问题,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!

安装 11.2.0.4 rac 的 grid 集群时,到执行 /u01/app/11.2.0/grid/root.sh 脚本时,报错如下:

Performing root user operation for Oracle 11g 

The following environment variables are set as:
    ORACLE_OWNER= grid
    ORACLE_HOME=  /u01/app/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]: 
   Copying dbhome to /usr/local/bin …
   Copying oraenv to /usr/local/bin …
   Copying coraenv to /usr/local/bin …

Creating /etc/oratab file…
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
Installing Trace File Analyzer
Failed to create keys in the OLR, rc = 127, Message:
  /u01/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory 

Failed to create keys in the OLR at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 7660.
/u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed

解决方法:

[root@rac1 /]# cd lib64/
[root@rac1 lib64]# ls -lrt libcap*
-rwxr-xr-x. 1 root root 18672 Nov  5  2010 libcap-ng.so.0.0.0
-rwxr-xr-x. 1 root root 19016 Aug 23  2011 libcap.so.2.16
lrwxrwxrwx. 1 root root    14 Jun 19 19:25 libcap.so.2 – libcap.so.2.16
lrwxrwxrwx. 1 root root    18 Jun 19 19:26 libcap-ng.so.0 – libcap-ng.so.0.0.0
[root@rac1 lib64]# ls -lrt libcap.so.2
lrwxrwxrwx. 1 root root 14 Jun 19 19:25 libcap.so.2 – libcap.so.2.16
[root@rac1 lib64]# ln -s libcap.so.2.16  libcap.so.1
[root@rac1 grid]# ./root.sh
Performing root user operation for Oracle 11g 

The following environment variables are set as:
    ORACLE_OWNER= grid
    ORACLE_HOME=  /u01/app/11.2.0/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]: 
The contents of dbhome have not changed. No need to overwrite.
The contents of oraenv have not changed. No need to overwrite.
The contents of coraenv have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
User ignored Prerequisites during installation
Installing Trace File Analyzer
OLR initialization – successful
  root wallet
  root wallet cert
  root cert export
  peer wallet
  profile reader wallet
  pa wallet
  peer wallet keys
  pa wallet keys
  peer cert request
  pa cert request
  peer cert
  pa cert
  peer root cert TP
  profile reader root cert TP
  pa root cert TP
  peer pa cert TP
  pa peer cert TP
  profile reader pa cert TP
  profile reader peer cert TP
  peer user cert
  pa user cert
Adding Clusterware entries to upstart
CRS-2672: Attempting to start ora.mdnsd on rac1
CRS-2676: Start of ora.mdnsd on rac1 succeeded
CRS-2672: Attempting to start ora.gpnpd on rac1
CRS-2676: Start of ora.gpnpd on rac1 succeeded
CRS-2672: Attempting to start ora.cssdmonitor on rac1
CRS-2672: Attempting to start ora.gipcd on rac1
CRS-2676: Start of ora.cssdmonitor on rac1 succeeded
CRS-2676: Start of ora.gipcd on rac1 succeeded
CRS-2672: Attempting to start ora.cssd on rac1
CRS-2672: Attempting to start ora.diskmon on rac1
CRS-2676: Start of ora.diskmon on rac1 succeeded
CRS-2676: Start of ora.cssd on rac1 succeeded

ASM created and started successfully.

Disk Group OCR created successfully.

clscfg: -install mode specified
Successfully accumulated necessary OCR keys.
Creating OCR keys for user root , privgrp root ..
Operation successful.
CRS-4256: Updating the profile
Successful addition of voting disk b1c0569300c04f32bf16835a42fa90cc.
Successful addition of voting disk a851aee2f5d84f5abf627838aa51249b.
Successful addition of voting disk 36c7d8d9df714f2cbfd469472d816011.
Successfully replaced voting disk group with +OCR.
CRS-4256: Updating the profile
CRS-4266: Voting file(s) successfully replaced
##  STATE    File Universal Id                File Name Disk group
—  —–    —————–                ——— ———
 1. ONLINE   b1c0569300c04f32bf16835a42fa90cc (/dev/raw/raw1) [OCR]
 2. ONLINE   a851aee2f5d84f5abf627838aa51249b (/dev/raw/raw2) [OCR]
 3. ONLINE   36c7d8d9df714f2cbfd469472d816011 (/dev/raw/raw3) [OCR]
Located 3 voting disk(s).
CRS-2672: Attempting to start ora.asm on rac1
CRS-2676: Start of ora.asm on rac1 succeeded
CRS-2672: Attempting to start ora.OCR.dg on rac1
CRS-2676: Start of ora.OCR.dg on rac1 succeeded
Configure Oracle Grid Infrastructure for a Cluster … succeeded

看完了这篇文章,相信你对“如何解决安装 oracle11g grid 时报错 Failed to create keys in the OLR, rc = 127 的问题”有了一定的了解,如果想了解更多相关知识,欢迎关注丸趣 TV 行业资讯频道,感谢各位的阅读!

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-07-24发表,共计4505字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)
主站蜘蛛池模板: 一本久道综合久久精品 | 久久大香伊蕉在人线国产昨爱 | 亚洲在线视频播放 | 国产精品视频在这里有精品 | 日韩视频一区二区三区 | 国产亚洲日韩a欧美在线人成 | 美女一级毛片免费看看 | 欧美性巨大╳╳╳╳╳高跟鞋 | 日本三区四区免费高清不卡 | 成人在线网站 | 久久精品久久精品国产大片 | 伊人久久大香线蕉av最新午夜 | 久久综合狠狠色综合伊人 | 国产自愉怕一区二区三区 | 国产精品99久久久久久夜夜嗨 | 香蕉av777xxx色综合一区 | 亚洲精品嫩草研究院久久 | 四只虎免费永久观看地址 | 欧美性猛交内射兽交老熟妇 | 美女洗澡一级毛片 | 中文字幕久久亚洲一区 | 中文字幕av日韩精品一区二区 | 亚洲情综合五月天 | 日本少妇被黑人xxxxx | 无遮挡又黄又爽又色的视频免费 | 久久乐国产精品亚洲综合 | 国产精品免费看久久久香蕉 | 女局长白白嫩嫩大屁股 | 亚洲男人第一无码av网站 | 在线免费观看黄色 | 精品久久久久久中文字幕大豆网 | 国产91激情对白露脸全程 | 黄色动漫在线观看网站 | 国产在线精品99一卡2卡 | 久久精品免视着国产成人 | 亚洲精品在线播放 | 在线看小视频 | 国产精品嫩草研究院成人 | 黄片毛片免费在线观看 | 欧美日韩国产一区二区三区不卡 | 日本三级日产三级国产三级 |