Skip to content

Commit

Permalink
alice -> node1
Browse files Browse the repository at this point in the history
  • Loading branch information
tahliar committed Aug 28, 2024
1 parent a32b771 commit bf3cbbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xml/ha_bootstrap_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,15 @@
If you set up the first node as a <command>sudo</command> user, you must
specify the user and node with the <option>-c</option> option:
</para>
<screen>&prompt.user;<command>sudo crm cluster join -c <replaceable>USER</replaceable>@&node1;</command></screen>
<screen>&prompt.user;<command>sudo crm cluster join -c <replaceable>USER</replaceable>@<replaceable>NODE1</replaceable></command></screen>
</listitem>
<listitem>
<para>
If you set up the first node as a <command>sudo</command> user with SSH agent forwarding,
use the following command:
</para>
<screen>&prompt.user;<command>sudo --preserve-env=SSH_AUTH_SOCK crm cluster join --use-ssh-agent -c <replaceable>USER</replaceable>@&node1;</command></screen>
<screen>&prompt.user;<command>sudo --preserve-env=SSH_AUTH_SOCK \
crm cluster join --use-ssh-agent -c <replaceable>USER</replaceable>@<replaceable>NODE1</replaceable></command></screen>
</listitem>
</itemizedlist>
<para>
Expand Down

0 comments on commit bf3cbbf

Please sign in to comment.