vCenter HA reconfiguration fails with a general system error occurred: Failed to ssh connect per node.
book
Article ID: 327484
calendar_today
Updated On:
Products
VMware vCenter Server
VMware vCenter Server 8.0
Issue/Introduction
- vCenter HA reconfiguration will fail with the error "Error: A general system error occurred: Failed to ssh connect per node <vCenter> "

Note: The IP Address mentioned is only the example IP of the VC.
Environment
VMware vCenter Server 7.x
VMware vCenter Server 8.x
Cause
This issue occurs when the VCHA is destroyed and it's traces are still there in the vCenter.
Resolution
- Login to vCenter via SSH using
root credentials.
- Then cd to .ssh directory.
- List the files and look for
known_hosts file using ls -ltrh command.
- Make a backup of
known_hosts file.
cp known_hosts known_hosts.bak
- Clear the contents of the file known_hosts using below command.
vi known_hosts
- Press i (to go to insert mode).
- Delete all the contents of that file.
- Then type
:wq! and hit Enter (to save the file)
- Restart VCHA deployment process.
Feedback
thumb_up
Yes
thumb_down
No