Skip to content

Commit bf3cbbf

Browse files
committed
alice -> node1
1 parent a32b771 commit bf3cbbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xml/ha_bootstrap_install.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,15 @@
323323
If you set up the first node as a <command>sudo</command> user, you must
324324
specify the user and node with the <option>-c</option> option:
325325
</para>
326-
<screen>&prompt.user;<command>sudo crm cluster join -c <replaceable>USER</replaceable>@&node1;</command></screen>
326+
<screen>&prompt.user;<command>sudo crm cluster join -c <replaceable>USER</replaceable>@<replaceable>NODE1</replaceable></command></screen>
327327
</listitem>
328328
<listitem>
329329
<para>
330330
If you set up the first node as a <command>sudo</command> user with SSH agent forwarding,
331331
use the following command:
332332
</para>
333-
<screen>&prompt.user;<command>sudo --preserve-env=SSH_AUTH_SOCK crm cluster join --use-ssh-agent -c <replaceable>USER</replaceable>@&node1;</command></screen>
333+
<screen>&prompt.user;<command>sudo --preserve-env=SSH_AUTH_SOCK \
334+
crm cluster join --use-ssh-agent -c <replaceable>USER</replaceable>@<replaceable>NODE1</replaceable></command></screen>
334335
</listitem>
335336
</itemizedlist>
336337
<para>

0 commit comments

Comments
 (0)