|
Hope to useful for you.
P: [INS-06006] Passwordless SSH connectivity not set up between the following node(s): [node1, node2]. CVU may reports "PRVF-4007 : User equivalence check failed for user "user"" for same error
S: Possible causes:
* Grid user does not have password on OS level, the fix is to set password with "passwd" command.
* If OUI is able to setup passwordless SSH connectivity but still shows the error, likely "ping" command is inaccessible - grid user should be able to execute ping command.
* OS command ssh or scp are not in expected location, the workaround is to create symbolic link on all nodes:
ln -s /usr/local/bin/ssh /usr/bin/ssh
ln -s /usr/local/bin/scp /usr/bin/scp |
|