Oracle Bug#34485708
SSH構成の問題のためにグリッドからのノードの削除が失敗し、次のエラーが返されます:
[PILOT-00452] Unable to establish SSH connection to node1 to execute command
"Grid_home/deinstall/deinstall"
CAUSE: An attempt to connect to specified node to execute specified command using SSH failed.
ACTION: Make sure that the specified node is reachable and the SSH daemon on the specified
node is alive.
回避策:
すべてのノードで次のコマンドを実行して、OpenSSH形式をRSA形式に更新します:
ssh-keygen -p -f private_key_location -m pem
Example: ssh-keygen -p -f ~/.ssh/id_rsa -m pem