From 904883e9d11ceba7acfe0f91069824f5fc70e740 Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:11:49 +1000 Subject: [PATCH] Make crmsh SSH procedure more findable --- xml/ha_yast_cluster.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/xml/ha_yast_cluster.xml b/xml/ha_yast_cluster.xml index dc47c4f1..780bbb3e 100644 --- a/xml/ha_yast_cluster.xml +++ b/xml/ha_yast_cluster.xml @@ -1126,25 +1126,28 @@ Finished with 1 errors. Before starting the cluster, make sure passwordless SSH is configured between the nodes. If you did not already configure passwordless SSH before setting up the cluster, you can - do so now by using the ssh stage of the bootstrap scripts: + do so now by using the ssh stage of the bootstrap script: - - + + Configuring passwordless SSH with &crmsh; + - On the first node, run crm cluster init ssh. + On the first node, run the following command: - - +&prompt.root;crm cluster init ssh + + - On the rest of the nodes, run crm cluster join ssh -c NODE1. + On the rest of the nodes, run the following command: - - +&prompt.root;crm cluster join ssh -c NODE1 + + After the initial cluster configuration is done, start the cluster services on all cluster nodes to bring the stack online: - + Starting cluster services and checking the status