Solved

Unable to create cluster

  • 17 July 2015
  • 2 replies
  • 2511 views

Badge +5
Unable to create cluster, getting failed with the following message

2015-07-17 00:49:07 WARNING genesis_utils.py:508 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort)2015-07-17 00:49:09 WARNING genesis_utils.py:508 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort)2015-07-17 00:49:10 WARNING genesis_utils.py:508 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort)

Checked in genesis log, found the below message

Failed to set up key based SSH access to hypervisor, most likely because we do not have the correct password cached. Please run fix_host_ssh command manually to fix this problem.


Unable to ssh host. Please check and let me know
icon

Best answer by Santhoshkumar 21 July 2015, 06:51

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +18
Are you able to SSH to esx host on private and public IP manually from the CVM where you are getting this error.

Maybe you can try restarting genesis and run cluster create command once again.

To restart the genesis, run following command

genesis restart
Badge +5
Issue got resolved by below steps:

Restart the genesis, still same.

Tried to SSH the host from CVM, getting the below error message

#FIPS mode initialized
#Read from socket failed: Connection reset by peer.

Re-generated the SSH Keys in the host and restarted the SSH service in the host.

And issue got resolved.