Skip to content

Commit

Permalink
Add reminder about passwordless SSH
Browse files Browse the repository at this point in the history
bsc#1219051
jsc#DOCTEAM-1246
  • Loading branch information
tahliar committed Jul 16, 2024
1 parent 5b33480 commit d7d4dea
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions xml/ha_yast_cluster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,23 @@ Finished with 1 errors.</screen>

<sect1 xml:id="sec-ha-installation-start">
<title>Bringing the cluster online</title>
<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:
</para>
<orderedlist>
<listitem>
<para>
On the first node, run <command>crm cluster init ssh</command>.
</para>
</listitem>
<listitem>
<para>
On the rest of the nodes, run <command>crm cluster join ssh -c <replaceable>NODE1</replaceable></command>.
</para>
</listitem>
</orderedlist>
<para>
After the initial cluster configuration is done, start the cluster
services on all cluster nodes to bring the stack online:
Expand All @@ -1012,11 +1029,6 @@ Finished with 1 errors.</screen>
Start the cluster services on all cluster nodes:
</para>
<screen>&prompt.root;<command>crm cluster start --all</command></screen>
<para>
This command requires passwordless SSH between the nodes. If passwordless SSH
is not configured, you must log in to each node individually and run
<command>crm cluster start</command>.
</para>
</step>
<step>
<para>
Expand Down

0 comments on commit d7d4dea

Please sign in to comment.