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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- 關於 Ident authentication failed for user "postgres" 的問題IDEAI
- PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’錯誤SQLAI
- oracle user$Oracle
- CentOS | samba | 設定共享資料夾 | Failed to add entry for userCentOSSambaAI
- Failed to execute user defined function(anonfun$concatStr$1: (map<string,string>, string) => string)AIFunction
- 紅米note5安裝提示:INSTALL_FAILED_USER_RESTRICTEDAIREST
- 快速瞭解:user-valid和:user-invalid
- audit by user by table
- User Account Control
- Vue @user 元件Vue元件
- MyBatis-maven-User例子-根據id查詢UserMyBatisMaven
- Auth::user() 踩坑
- LightBeter Software User Agreement
- user表的改
- Django的User ModelDjango
- Oracle OCP(28):USEROracle
- Make sure you configure your "user.name" and "user.email" in git.AIGit
- App\User 替換為 App\Models\User 的問題解決!APP
- @1-MYSQL當前使用者user()與current_user()MySql
- Shooter Game User Interface StarterGAM
- Camunda User Task:Task Listeners
- User Exits for WM (Warehouse Management)
- Django的User Model(2)Django
- 2.4、User’s guide (Coroutines)GUIIDE
- [20190423]簡單測試user和SYS_CONTEXT ('USERENV','CURRENT_USER').txtContext
- Git批量修改歷史commit中的user.name 和user.emailGitMITAI
- Git 修改已初始化配置過的 user.name user.emailGitAI
- [LeetCode] 3142. Check if Grid Satisfies ConditionsLeetCode
- MySQL建立使用者報錯 ERROR 1396 (HY000): Operation CREATE USER failed for 'afei'@'%'MySqlErrorAI
- AccessToken、for_user、get_token
- top命令增加USER列寬
- User Notification Framework 框架的使用Framework框架
- Rewrite %{HTTP_USER_AGENT}用法HTTP
- Jenkins restriction as of credentials and user group --- Folder solutionJenkinsREST
- 同城旅行酒店user-dun
- EVASH Ultra EEPROM Development Board User GuidedevGUIIDE
- HttpContext.User.Identity.IsAuthenticated 為falseHTTPContextIDEFalse