Skip to content

Commit

Permalink
Move hacluster password warning earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
tahliar committed Sep 19, 2024
1 parent 87fcb5f commit a67bd82
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions xml/ha_bootstrap_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,16 @@
starts the cluster services to bring the cluster online and enables &hawk2;.
The URL to use for &hawk2; is displayed on the screen.
</para>
<important>
<title>Secure password for <systemitem class="username">hacluster</systemitem></title>
<para>
The <command>crm cluster init</command> script creates a default user
(<systemitem class="username">hacluster</systemitem>) and password
(<literal>linux</literal>). Replace the default password with a secure one
as soon as possible:
</para>
<screen>&prompt.root;<command>passwd hacluster</command></screen>
</important>
</sect1>

<sect1 xml:id="sec-ha-bootstrap-install-hawk2-login">
Expand Down Expand Up @@ -403,16 +413,15 @@
</step>
<step>
<para>
On the &hawk2; login screen, enter the <guimenu>Username</guimenu> and
<guimenu>Password</guimenu> of the user that was created by the bootstrap script
(user <systemitem class="username">hacluster</systemitem>, password <literal>linux</literal>).
On the &hawk2; login screen, enter the <guimenu>Username</guimenu> of the user that was
created by the bootstrap script (<systemitem class="username">hacluster</systemitem>)
and the secure <guimenu>Password</guimenu> that you changed from the bootstrap script's
default password.
</para>
<important>
<title>Secure password</title>
<important role="compact">
<para>
Replace the default password with a secure one as soon as possible:
If you have not already changed the default password to a secure one, do so now.
</para>
<screen>&prompt.root;<command>passwd hacluster</command></screen>
</important>
</step>
<step>
Expand Down

0 comments on commit a67bd82

Please sign in to comment.