linux7 安裝11g rac的時候突然卡著不動了
linux7 安裝11grac的時候突然卡著不動了
[root@hx-ractest-1 ~]# /u01/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/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/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
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 inittab
ohasd failed to start
Failed to start the Clusterware. Last 20 lines of the alert log follow:
2019-06-19 17:06:19.469:
[client(30942)]CRS-2101:The OLR was formatted using version 3.
是個bug,跑下面的命令可以繼續
另外開一個視窗,
[root@hx-ractest-1 ~]# find / -name npohasd
/var/tmp/.oracle/npohasd
^C
[root@hx-ractest-1 ~]# dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1
順利完成
CRS-2672: Attempting to start 'ora.mdnsd' on 'hx-ractest-1'
CRS-2676: Start of 'ora.mdnsd' on 'hx-ractest-1' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'hx-ractest-1'
CRS-2676: Start of 'ora.gpnpd' on 'hx-ractest-1' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'hx-ractest-1'
CRS-2672: Attempting to start 'ora.gipcd' on 'hx-ractest-1'
CRS-2676: Start of 'ora.cssdmonitor' on 'hx-ractest-1' succeeded
CRS-2676: Start of 'ora.gipcd' on 'hx-ractest-1' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'hx-ractest-1'
CRS-2672: Attempting to start 'ora.diskmon' on 'hx-ractest-1'
CRS-2676: Start of 'ora.diskmon' on 'hx-ractest-1' succeeded
CRS-2676: Start of 'ora.cssd' on 'hx-ractest-1' 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 87229766126c4fc0bfca306e9587de16.
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 87229766126c4fc0bfca306e9587de16 (/dev/asm_ocr01) [OCR]
Located 1 voting disk(s).
CRS-2672: Attempting to start 'ora.asm' on 'hx-ractest-1'
CRS-2676: Start of 'ora.asm' on 'hx-ractest-1' succeeded
CRS-2672: Attempting to start 'ora.OCR.dg' on 'hx-ractest-1'
CRS-2676: Start of 'ora.OCR.dg' on 'hx-ractest-1' succeeded
Configure Oracle Grid Infrastructure for a Cluster ... succeeded
[root@hx-ractest-1 ~]#
第二個節點同樣的道理
[root@hx-ractest-2 ~]# /u01/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/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.
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/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
Installing Trace File Analyzer
OLR initialization - successful
Adding Clusterware entries to inittab
ohasd failed to start
Failed to start the Clusterware. Last 20 lines of the alert log follow:
2019-06-19 17:20:04.644:
[client(17721)]CRS-2101:The OLR was formatted using version 3.
[root@hx-ractest-2 ~]# /bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1
^C0+0 records in
0+0 records out
0 bytes (0 B) copied, 208.033 s, 0.0 kB/s
CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node hx-ractest-1, number 1, and is terminating
An active cluster was found during exclusive startup, restarting to join the cluster
Configure Oracle Grid Infrastructure for a Cluster ... succeeded
[root@hx-ractest-2 ~]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29108064/viewspace-2648124/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux7 靜默安裝 11GR2 RACLinux
- rhel7 安裝11g rac
- Oracle 11G RAC叢集安裝(2)——安裝gridOracle
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs'LinuxError
- Oracle 11G RAC叢集安裝(1)——安裝前的準備Oracle
- oracle 11g RAC 安裝前準備指令碼Oracle指令碼
- Linux7安裝JDKLinuxJDK
- 【Oracle】Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- Oracle:Redhat 7 + Oracle RAC 11g 安裝 bug 總結OracleRedhat
- CentOS Linux7 安裝JDKCentOSLinuxJDK
- 安裝rac時需要注意的問題
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- Vmware linux redhat6.4 安裝11g(11.2.0.1) 雙節點RACLinuxRedhat
- Oracle 11g RAC手動新增serviceOracle
- Oracle 11g RAC安裝--基於openfiler儲存+多路徑+udev方式Oracledev
- win10顯示卡驅動裝不上怎麼辦_win10顯示卡驅動安裝不上的解決方法Win10
- mac安裝swoole的時候沒有許可權Mac
- 你是什麼時候”突然”學會程式設計的程式設計
- rac靜默安裝
- oracle RAC dbca的時候報錯提示cluster nodes are not accessibleOracle
- 面試的時候別再說你不會設計模式了面試設計模式
- Oracle 11G 安裝文件Oracle
- 反射記憶體卡驅動的安裝反射記憶體
- 安裝PHPscws分詞擴充套件時候遇到的坑PHP分詞套件
- mac10.15 突然 vscode打不開了?MacVSCode
- oracle 12c RAC安裝,例項不能多節點同時啟動Oracle
- Oracle 11g RAC自動打GI PSU補丁Oracle
- jenkins安裝的時候 提示字型問題的解決方法Jenkins
- AMD CPU 安裝 Android Studio 時候提示“安裝安卓模擬器失敗”Android安卓
- centos安裝寶塔打不開 安裝lnmp 寶塔打不開了CentOSLNMP
- oracle rac資料庫的安裝Oracle資料庫
- JS 逆向之 Hook,吃著火鍋唱著歌,突然就被麻匪劫了!JSHook
- 11g rac新增節點步驟(11g)
- 11G RAC+DG搭建
- 2節點RAC安裝
- 安裝RAC 19C
- CentOS 7.6 安裝11.2.0.4 RACCentOS