RAC 설치 - DBMS 설치 - ./runInstaller - D) Grid 설치 옵션에서
ssh 접속 후 setup에서 발생한 에러.
에러내용
You
Cause - Indicated nodes were not reachable or failed to access the temporary location on the indicated nodes. Action - Ensure that all the indicated nodes are reachable and current user has required permissions to access the temporary location on all the indicated nodes. Additional Information: PRVF-4008 : User equivalence unavailable on all the specified nodes Summary of the failed nodes rac2 - PRVF-4098 : User equivalence not found for node "rac2" rac1 - PRVF-4098 : User equivalence not found for node "rac1"
사용자 동등성 설정으로 해결
사용자 동등성 설정: 모든 노드에서 사용자 동등성을 설정해야 합니다. 일반적으로 이는 SSH 키 교환을 통해 수행됩니다. 각 노드에서 다음 명령을 실행하여 SSH 키를 교환할 수 있습니다.
sqlCopy code
ssh-keygen -t rsa
ssh-copy-id username@rac1
ssh-copy-id username@rac2
결과화