Oracle RAC啟動CRS報錯:登陸許可權問題
In this Document
Symptoms |
Cause |
Solution |
References |
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterInformation in this document applies to any platform.
SYMPTOMS
One of the node CRS was not coming up properly.
ASM did not come up automatically - it failed to start with "ORA-01017: invalid username/password; logon denied" error in the <grid home>/log/<host name>/agent/ohasd/oraagent_grid/oraagent_grid.log
~~~~~~~~~~~~~~~~~~~~
[client(3990)]CRS-10001:10-Jun-14 14:35 ACFS-9156: Detecting control device '/dev/ofsctl'.
[client(4002)]CRS-10001:10-Jun-14 14:35 ACFS-9322: completed
2014-06-10 14:36:18.128:
[ohasd(48895)]CRS-2807:Resource 'ora.asm' failed to start automatically.
2014-06-10 14:36:18.128:
[ohasd(48895)]CRS-2807:Resource 'ora.crsd' failed to start automatically.
oraagent_grid.log
~~~~~~~~~~~~~~~~~~
2014-06-10 14:35:15.585: [ora.asm][3219122496]{0:0:2} [start] makeConnectStr = (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/u01/app/11.2.0.4/grid/bin/oracle)(ARGV0=oracle+ASM1)(ENVS='ORACLE_HOME=/u01/app/11.2.0.4/grid,ORACLE_SID=+ASM1')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=+ASM1)))
2014-06-10 14:35:15.587: [ora.asm][3219122496]{0:0:2} [start] Container:start oracle home /u01/app/11.2.0.4/grid
2014-06-10 14:35:15.587: [ora.asm][3219122496]{0:0:2} [start] InstConnection::connectInt: server not attached
2014-06-10 14:35:15.621: [ora.asm][3219122496]{0:0:2} [start] ORA-01017: invalid username/password; logon denied <<<<<<<<<
2014-06-10 14:36:12.960: [ A**][2622531904]{0:0:2} A** Proxy Server sending the reply to PE for message:RESOURCE_CLEAN[ora.asm 1 1] ID 4100:456
2014-06-10 14:36:12.960: [ CRSPE][2543831360]{0:0:2} Received reply to action [Clean] message ID: 456
2014-06-10 14:36:12.960: [ CRSPE][2543831360]{0:0:2} Got agent-specific msg: ORA-01017: invalid username/password; logon denied
ASM instance can be started manually using sqlplus "/as sysasm" but the CRSD fails to start with same error.
crsd.log
~~~~~~~~~
2014-06-05 11:05:28.617: [ CRSMAIN][4003182320] Initializing OCR
[ CLWAL][4003182320]clsw_Initialize: OLR initlevel [70000]
2014-06-05 11:05:29.938: [ OCRASM][4003182320]proprasmo: Error in open/create file in dg [DATA]
[ OCRASM][4003182320]SLOS : SLOS: cat=7, opn=kgfoAl06, dep=1017, loc=kgfokge
2014-06-05 11:05:29.938: [ OCRASM][4003182320]ASM Error Stack : ORA-01017: invalid username/password; logon denied <<<<<<<<
2014-06-05 11:05:30.985: [ OCRASM][4003182320]proprasmo: kgfoCheckMount returned [7]
2014-06-05 11:05:30.985: [ OCRASM][4003182320]proprasmo: The ASM instance is down
2014-06-05 11:05:30.985: [ OCRRAW][4003182320]proprioo: Failed to open [+DATA]. Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
2014-06-05 11:05:30.985: [ OCRRAW][4003182320]proprioo: No OCR/OLR devices are usable
CAUSE
SQLNET.ORA has below entry
# sqlnet.ora.Network Configuration File:
/u01/app/11.2.0.4/grid/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
SQLNET.AUTHENTICATION_SERVICES=none <<<<<<<<<<<<<<<<<<<<
ADR_BASE = /u01/app/grid
CRS uses OS authentication method to connect ASM instance.
If SQLNET.AUTHENTICATION_SERVICES=none then a valid username and password is need to connect to ASM instance.
SOLUTION
1) Remove "SQLNET.AUTHENTICATION_SERVICES=none" from the Grid Home SQLNET.ORA file (location $ORACLE_HOME/network/admin)
2) Restart the CRS with force.
crsctl stop crs -f
crsctl start crs
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28612416/viewspace-1820666/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 登陸vCenter Server提示沒有許可權問題Server
- hadoop命令報錯:許可權問題Hadoop
- 儲存裝置許可權不對導致crs啟動出錯
- RAC oracle 許可權更改導致 實力啟動失敗Oracle
- Oracle Rac crs無法啟動Oracle
- 11g啟動sqlplus報錯沒有許可權SQL
- MySQL許可權問題MySql
- Oracle檢視當前登陸使用者的許可權或者角色Oracle
- Nginx訪問控制_登陸許可權的控制(http_auth_basic_module)NginxHTTP
- mysql密碼遺忘和登陸報錯問題MySql密碼
- ssh無法登入——許可權問題如何解決
- Linux賬號安全——使用者登陸許可權Linux
- 關於oracle檔案許可權的問題Oracle
- oracle 11g 操作ASM許可權問題OracleASM
- android 許可權問題Android
- SQL Server許可權問題SQLServer
- win10 儲存excel報錯 許可權問題怎麼解決Win10Excel
- 某省ORACLE10G RAC資料庫CRS啟動失敗問題處理Oracle資料庫
- Oracle 11.2.0.4 RAC $ORACLE_HOME/bin/oracle許可權不對導致無法啟動例項Oracle
- Oracle的物件許可權、角色許可權、系統許可權Oracle物件
- [BUG反饋]許可權管理 -> 訪問授權 點選後報錯
- 禁止和允許Oracle RAC的CRS隨作業系統啟動的方法Oracle作業系統
- ORACLE中儲存過程的許可權問題Oracle儲存過程
- MYSQL 開啟root遠端登入許可權MySql
- ORACLE許可權Oracle
- moderator permission的許可權問題
- 動態SQL 無許可權錯誤SQL
- Nginx報錯:Permission denied,沒有許可權!Nginx
- SYS執行SQL報錯缺少許可權SQL
- 單點登入與許可權管理本質:cookie安全問題Cookie
- mysql8下建立使用者遠端登陸許可權MySql
- Oracle 11gR1 RAC安裝過程中遇到的問題:OCR裝置的許可權問題Oracle
- 認證/授權與許可權的問題
- 利用jnbSA啟動netbackup圖形介面報錯無法登陸
- oracle 10g crs 不能啟動問題解決案例Oracle 10g
- sqlplus / as sysdba 登入報許可權不足 for windowsSQLWindows
- Ubuntu 下 Composer 許可權問題Ubuntu
- vue許可權問題解決方案Vue