Error
Error Code:
ACFS-05980
Oracle Database Error ACFS-05980: Passwordless SSH Configuration Failure
Description
This error indicates that Oracle ACFS encountered an issue while attempting to configure passwordless SSH between cluster nodes. Passwordless SSH is essential for seamless communication and command execution across the cluster without manual intervention. It commonly appears during ACFS setup, configuration, or validation of cluster prerequisites.
Error Message
failed to configure passwordless ssh to string @ string
Known Causes
4 known causesSSH Key Misconfiguration
Public and private SSH keys may not be correctly generated, distributed, or properly referenced by the ACFS configuration on all cluster nodes.
File Permissions Error
The `.ssh` directory or the SSH key files (`id_rsa`, `authorized_keys`) might have incorrect file permissions or ownership, preventing SSH from accessing them securely.
Hostname Resolution Failure
The cluster nodes might not be able to resolve each other's hostnames or IP addresses correctly, hindering the establishment of SSH connections.
SSH Daemon Issues
The SSH daemon (`sshd`) might not be running on one or more target nodes, or its configuration (`sshd_config`) might be preventing passwordless access.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service