PRVF-4007 : User equivalence check failed for user "grid"
問題:Oracle安裝Grid Infrastructure之前做runcluvfy驗證時報錯如下
PRVF-4007 : User equivalence check failed for user "grid"
問題原因:
配置完ssh互信後,只和遠端節點做校驗,沒和本地節點做校驗(首次校驗需要輸入yes)
解決方案:
對本地節點做一遍ssh校驗;
問題:Oracle安裝Grid Infrastructure之前做runcluvfy驗證時報錯如下
[grid@rac1 grid]$
./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose >check0526.log
[grid@rac1 grid]$ vi check0526.log
Checking user equivalence...
Check: User equivalence for user "grid"
Node Name Status
------------------------------------ ------------------------
rac2 passed
rac1 failed
Result:
PRVF-4007 : User equivalence check failed for user "grid"
WARNING:
User equivalence is not set for nodes:
rac1
Verification will proceed with nodes:
rac2
問題原因:配置完ssh互信後,只和遠端節點做校驗,沒和本地節點做校驗
解決方案:
對本地節點做一遍ssh校驗;
[root@rac1 grid]# su - oracle
[oracle@rac1 ~]$ ssh rac1
The authenticity of host 'rac1 (192.168.100.61)' can't be established.
RSA key fingerprint is 13:88:4c:1b:84:6b:29:1c:79:51:94:59:72:a2:42:e8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'rac1,192.168.100.61' (RSA) to the list of known hosts.
Last login: Sat May 26 02:36:41 2018 from rac2
[grid@rac1 ~]$ ssh rac1
The authenticity of host 'rac1 (192.168.100.61)' can't be established.
RSA key fingerprint is 13:88:4c:1b:84:6b:29:1c:79:51:94:59:72:a2:42:e8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'rac1,192.168.100.61' (RSA) to the list of known hosts.
Last login: Sat May 26 02:39:44 2018 from rac2
和本地做完ssh驗證後測試正常;
[grid@rac1 grid]$
./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose >check0526a.log
[grid@rac1 grid]$ vi check0526a.log
Checking user equivalence...
Check: User equivalence for user "grid"
Node Name Status
------------------------------------ ------------------------
rac2 passed
rac1 passed
Result: User equivalence check passed for user "grid"
歡迎關注我的微信公眾號"IT小Chen",共同學習,共同成長!!!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29785807/viewspace-2155144/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC User Equivalence Check FailedUIAI
- 【轉載】RAC User Equivalence Check Failed (後加個人實際情況總結)UIAI
- [Oracle Script] check userOracle
- Connection to x as user y failed: ERROR: Wrong password for userAIError
- [Oracle Script] check object count by userOracleObject
- maridb Error 'Operation DROP USER failed forErrorAI
- About login/failed_user_auto_unlock work or notAI
- 11.2.0.3 RAC 全過程--5.Configure user equivalence .bash_pfileUI
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- 關於 Ident authentication failed for user "postgres" 的問題IDEAI
- DBLOGIN ERROR: Failed to open data source for user OGG.ErrorAI
- PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’錯誤SQLAI
- oracle user$Oracle
- 紅米note5安裝提示:INSTALL_FAILED_USER_RESTRICTEDAIREST
- Prerequisite check "CheckActiveFilesAndExecutables" failedUIAI
- [絕對原創] SAP Get User data by User ID
- user 和 user profile是聚合的關係嗎
- audit by user by table
- Vue @user 元件Vue元件
- net user命令
- HOW TO USER UNZIP
- CentOS | samba | 設定共享資料夾 | Failed to add entry for userCentOSSambaAI
- INSTALL_FAILED_UPDATE_INCOMPATIBLE和INSTALL_FAILED_SHARED_USER_INCOMPATIBLEAI
- MyBatis-maven-User例子-根據id查詢UserMyBatisMaven
- Oracle中drop user和drop user cascade的區別Oracle
- call_user_func()與call_user_func_array函式函式
- user_tab_columns和user_tab_cols的區別!
- Django的User ModelDjango
- Oracle OCP(28):USEROracle
- Auth::user() 踩坑
- oracle user privsOracle
- 【oracle】user_tablesOracle
- User Exits in FI/CO
- v_user_viewView
- mysql user qutoa toolMySql
- Hide the User MenuIDE
- @1-MYSQL當前使用者user()與current_user()MySql
- mysql5.5的一些函式_user()_current_user()MySql函式