Skip to content

Commit

Permalink
Make crmsh SSH procedure more findable
Browse files Browse the repository at this point in the history
  • Loading branch information
tahliar committed Oct 11, 2024
1 parent 79f6ac1 commit 904883e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions xml/ha_yast_cluster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1126,25 +1126,28 @@ Finished with 1 errors.</screen>
<para>
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 <literal>ssh</literal> stage of the bootstrap scripts:
do so now by using the <literal>ssh</literal> stage of the bootstrap script:
</para>
<orderedlist>
<listitem>
<procedure xml:id="pro-ha-installation-start-ssh">
<title>Configuring passwordless SSH with &crmsh;</title>
<step>
<para>
On the first node, run <command>crm cluster init ssh</command>.
On the first node, run the following command:
</para>
</listitem>
<listitem>
<screen>&prompt.root;<command>crm cluster init ssh</command></screen>
</step>
<step>
<para>
On the rest of the nodes, run <command>crm cluster join ssh -c <replaceable>NODE1</replaceable></command>.
On the rest of the nodes, run the following command:
</para>
</listitem>
</orderedlist>
<screen>&prompt.root;<command>crm cluster join ssh -c <replaceable>NODE1</replaceable></command></screen>
</step>
</procedure>
<para>
After the initial cluster configuration is done, start the cluster
services on all cluster nodes to bring the stack online:
</para>
<procedure>
<procedure xml:id="pro-ha-installation-start-cluster">
<title>Starting cluster services and checking the status</title>
<step>
<para>
Expand Down

0 comments on commit 904883e

Please sign in to comment.