您好,登錄后才能下訂單哦!
這篇文章主要介紹“怎么解決Oracle中報錯PRVF-4007問題”,在日常操作中,相信很多人在怎么解決Oracle中報錯PRVF-4007問題問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”怎么解決Oracle中報錯PRVF-4007問題”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
問題: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"
到此,關于“怎么解決Oracle中報錯PRVF-4007問題”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。