You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh stage doesn't setup passwordless for hacluster successfully
alp-1:~ # crm cluster init ssh -y
INFO: Loading "default" profile from /etc/crm/profiles.yml
INFO: Loading "knet-default" profile from /etc/crm/profiles.yml
INFO: A new ssh keypair is generated for user hacluster.
INFO: Done (log saved to /var/log/crmsh/crmsh.log)
alp-1:~ # crm cluster init csync2 -y
INFO: Loading "default" profile from /etc/crm/profiles.yml
INFO: Loading "knet-default" profile from /etc/crm/profiles.yml
ERROR: cluster.init: Please run 'ssh' stage first
alp-1:~ # su - hacluster -c "ssh -o StrictHostKeyChecking=no hacluster@alp-1 true"
Permission denied, please try again.
Permission denied, please try again.
hacluster@alp-1: Permission denied (publickey,password,keyboard-interactive).
while it works for the whole init process
alp-1:~ # crm cluster init -y
INFO: Loading "default" profile from /etc/crm/profiles.yml
INFO: Loading "knet-default" profile from /etc/crm/profiles.yml
INFO: Configuring csync2
INFO: Starting csync2.socket service on alp-1
INFO: BEGIN csync2 checking files
INFO: END csync2 checking files
INFO: Configuring corosync(knet)
WARNING: Not configuring SBD - STONITH will be disabled.
WARNING: Hawk not installed - not configuring web management interface.
WARNING: You should change the hacluster password to something more secure!
INFO: BEGIN Waiting for cluster
........... INFO: END Waiting for cluster
INFO: Loading initial cluster configuration
INFO: Done (log saved to /var/log/crmsh/crmsh.log)
alp-1:~ # su - hacluster -c "ssh -o StrictHostKeyChecking=no hacluster@alp-1 true"
alp-1:~ # echo $?
0
ssh stage doesn't setup passwordless for hacluster successfully
while it works for the whole init process
The text was updated successfully, but these errors were encountered: