PRVF-4007 : User equivalence check failed for user "grid"

chenoracle發表於2018-05-26


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",共同學習,共同成長!!!

PRVF-4007 : User equivalence check failed for user "grid"

PRVF-4007 : User equivalence check failed for user "grid"



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29785807/viewspace-2155144/,如需轉載,請註明出處,否則將追究法律責任。

相關文章