Search In The Blog

Wednesday 25 January 2017

PRVF-4007 User equivalence check failed for user grid

PRVF-4007  User equivalence check failed for user grid

This error occurs during RAC pre checks for crsinst. This is optional step for RAC installation which shows any pending pre checks to make your job simpler during installation.

This pre check is very helpful in prior to 11gR2 release as in 11gR2 release and next release you can make ssh configuration during clusterware installation. So simply you can ignore this error.


[grid@MYRACNODE1 grid]$ ./runcluvfy.sh stage -pre crsinst -n MYRACNODE1. local,MYRACNODE2.local -verbose

Performing pre-checks for cluster services setup

Checking node reachability...

Check: Node reachability from node "MYRACNODE1"
  Destination Node                      Reachable?
  ------------------------------------  ------------------------
  MYRACNODE1                          yes
  MYRACNODE2                             yes
Result: Node reachability check passed from node "MYRACNODE1"


Checking user equivalence...

Check: User equivalence for user "grid"
  Node Name                             Status
  ------------------------------------  ------------------------
  MYRACNODE2                          failed
  MYRACNODE1                          failed
Result: PRVF-4007 : User equivalence check failed for user "grid"

ERROR:
User equivalence unavailable on all the specified nodes
Verification cannot proceed

Pre-check for cluster services setup was unsuccessful on all the nodes.
[grid@MYRACNODE1 grid]$


This error occurred because you have not setup passwordless ssh configuration for grid user.

Solution:-
1)      Ignore this error and proceed with your installation and make ssh configuration during the installation.Below are the screen shot for your reference.








2)     

2) You can make manual ssh configuration by using below method.
cd /...grid/sshsetup

 ./sshUserSetup.sh  -user oracle -hosts "myracnode1 myracnode2" –noPromptPassphrase






No comments:

Post a Comment