diff --git a/xml/ha_bootstrap_install.xml b/xml/ha_bootstrap_install.xml index 4af11651..10e6db8c 100644 --- a/xml/ha_bootstrap_install.xml +++ b/xml/ha_bootstrap_install.xml @@ -144,11 +144,17 @@ Setting up the first node with <command>crm cluster init</command> + + + Log in to the first cluster node as &rootuser;, or as a user with sudo + privileges. + + Start the bootstrap script: - &prompt.root;crm cluster init --name CLUSTERNAME + &prompt.root;crm cluster init Replace the CLUSTERNAME placeholder with a meaningful name, like the geographical location of your cluster (for example, &cluster1;). @@ -306,6 +312,11 @@ Adding nodes with <command>crm cluster join</command> + + + Log in to this node as the same user you set up the first node with. + + Start the bootstrap script: diff --git a/xml/ha_log_in.xml b/xml/ha_log_in.xml index 29e89fc9..fdc04895 100644 --- a/xml/ha_log_in.xml +++ b/xml/ha_log_in.xml @@ -46,9 +46,9 @@ (or be generated) locally on the node, not on a remote system. - To log in to the first cluster node as the &rootuser; user, run the following command: + To log in to a node as the &rootuser; user, run the following command: -user@local> ssh root@NODE1 +user@local> ssh root@NODE @@ -60,10 +60,9 @@ locally on the node, not on a remote system. - To log in to the first cluster node as a sudo user, run the - following command: + To log in to a node as a sudo user, run the following command: -user@local> ssh USER@NODE1 +user@local> ssh USER@NODE @@ -75,8 +74,7 @@ additional configuration on your local machine and on the cluster nodes. - To log in to the first cluster node with SSH agent forwarding enabled, - perform the following steps: + To log in to a node with SSH agent forwarding enabled, perform the following steps: @@ -89,21 +87,22 @@ - Log in to the first node with the option to enable - SSH agent forwarding: + Log in to the node with the option to enable SSH agent forwarding: -user@local> ssh -A USER@NODE1 +user@local> ssh -A USER@NODE - When you add nodes to the cluster, you must log in to each node as the same user you set up the first node with. + When you add nodes to the cluster, you must log in to each node as the same user you set + up the first node with. - For simplicity, the commands in this guide assume you are logged in as the &rootuser; user. If you logged in as a sudo user, adjust the commands accordingly. + For simplicity, the commands in this guide assume you are logged in as the &rootuser; user. + If you logged in as a sudo user, adjust the commands accordingly.