@@ -7,7 +7,7 @@ Install |CFS_DISTRO| |CFS_DISTRO_VER|
77Boot the Install Image
88______________________
99
10- Download the latest |CFS_DISTRO | |CFS_DISTRO_VER | DVD ISO by navigating to
10+ Download the latest |CFS_DISTRO | |CFS_DISTRO_VER | DVD ISO by navigating to
1111the |CFS_DISTRO | `mirrors list <https://mirrors.almalinux.org/isos.html >`_,
1212selecting the latest 9.x version for your machine's architecture, selecting a
1313download mirror that's close to you, and finally selecting the latest .iso file
@@ -192,13 +192,13 @@ Ensure that the machine has the static IP address you configured earlier.
192192 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
193193 inet 127.0.0.1/8 scope host lo
194194 valid_lft forever preferred_lft forever
195- inet6 ::1/128 scope host
195+ inet6 ::1/128 scope host
196196 valid_lft forever preferred_lft forever
197197 2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
198198 link/ether 52:54:00:32:cf:a9 brd ff:ff:ff:ff:ff:ff
199199 inet 192.168.122.101/24 brd 192.168.122.255 scope global noprefixroute enp1s0
200200 valid_lft forever preferred_lft forever
201- inet6 fe80::c3e1:3ba:959:fa96/64 scope link noprefixroute
201+ inet6 fe80::c3e1:3ba:959:fa96/64 scope link noprefixroute
202202 valid_lft forever preferred_lft forever
203203
204204 .. NOTE ::
@@ -219,7 +219,7 @@ Next, ensure that the routes are as expected:
219219.. code-block :: console
220220
221221 [root@pcmk-1 ~]# ip route
222- default via 192.168.122.1 dev enp1s0 proto static metric 100
222+ default via 192.168.122.1 dev enp1s0 proto static metric 100
223223 192.168.122.0/24 dev enp1s0 proto kernel scope link src 192.168.122.101 metric 100
224224
225225 If there is no line beginning with ``default via ``, then use ``nmcli `` to add a
@@ -238,7 +238,7 @@ testing whether we can reach the gateway we configured.
238238 [root@pcmk-1 ~]# ping -c 1 192.168.122.1
239239 PING 192.168.122.1 (192.168.122.1) 56(84) bytes of data.
240240 64 bytes from 192.168.122.1: icmp_seq=1 ttl=64 time=0.492 ms
241-
241+
242242 --- 192.168.122.1 ping statistics ---
243243 1 packets transmitted, 1 received, 0% packet loss, time 0ms
244244 rtt min/avg/max/mdev = 0.492/0.492/0.492/0.000 ms
@@ -250,7 +250,7 @@ Now try something external; choose a location you know should be available.
250250 [root@pcmk-1 ~]# ping -c 1 www.clusterlabs.org
251251 PING mx1.clusterlabs.org (95.217.104.78) 56(84) bytes of data.
252252 64 bytes from mx1.clusterlabs.org (95.217.104.78): icmp_seq=1 ttl=54 time=134 ms
253-
253+
254254 --- mx1.clusterlabs.org ping statistics ---
255255 1 packets transmitted, 1 received, 0% packet loss, time 0ms
256256 rtt min/avg/max/mdev = 133.987/133.987/133.987/0.000 ms
@@ -269,11 +269,11 @@ From another host, check whether we can see the new host at all:
269269 [gchin@gchin ~]$ ping -c 1 192.168.122.101
270270 PING 192.168.122.101 (192.168.122.101) 56(84) bytes of data.
271271 64 bytes from 192.168.122.101: icmp_seq=1 ttl=64 time=0.344 ms
272-
272+
273273 --- 192.168.122.101 ping statistics ---
274274 1 packets transmitted, 1 received, 0% packet loss, time 0ms
275275 rtt min/avg/max/mdev = 0.344/0.344/0.344/0.000 ms
276-
276+
277277 Next, login as ``root `` via SSH.
278278
279279.. code-block :: console
@@ -283,9 +283,9 @@ Next, login as ``root`` via SSH.
283283 ECDSA key fingerprint is SHA256:NBvcRrPDLIt39Rf0Tz4/f2Rd/FA5wUiDOd9bZ9QWWjo.
284284 Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
285285 Warning: Permanently added '192.168.122.101' (ECDSA) to the list of known hosts.
286- 286+ 287287 Last login: Tue Jan 10 20:46:30 2021
288- [root@pcmk-1 ~]#
288+ [root@pcmk-1 ~]#
289289
290290 Apply Updates
291291_____________
@@ -351,7 +351,7 @@ Confirm that you can communicate between the two new nodes:
351351 64 bytes from 192.168.122.102: icmp_seq=1 ttl=64 time=1.22 ms
352352 64 bytes from 192.168.122.102: icmp_seq=2 ttl=64 time=0.795 ms
353353 64 bytes from 192.168.122.102: icmp_seq=3 ttl=64 time=0.751 ms
354-
354+
355355 --- 192.168.122.102 ping statistics ---
356356 3 packets transmitted, 3 received, 0% packet loss, time 2054ms
357357 rtt min/avg/max/mdev = 0.751/0.923/1.224/0.214 ms
@@ -378,7 +378,7 @@ We can now verify the setup by again using ``ping``:
378378 64 bytes from pcmk-2.localdomain (192.168.122.102): icmp_seq=1 ttl=64 time=0.295 ms
379379 64 bytes from pcmk-2.localdomain (192.168.122.102): icmp_seq=2 ttl=64 time=0.616 ms
380380 64 bytes from pcmk-2.localdomain (192.168.122.102): icmp_seq=3 ttl=64 time=0.809 ms
381-
381+
382382 --- pcmk-2.localdomain ping statistics ---
383383 3 packets transmitted, 3 received, 0% packet loss, time 2043ms
384384 rtt min/avg/max/mdev = 0.295/0.573/0.809/0.212 ms
@@ -444,10 +444,10 @@ Install the key on the other node:
444444 Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
445445 /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
446446 /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
447- root@pcmk-2's password:
448-
447+ root@pcmk-2's password:
448+
449449 Number of key(s) added: 1
450-
450+
451451 Now try logging into the machine, with: "ssh 'pcmk-2'"
452452 and check to make sure that only the key(s) you wanted were added.
453453
0 commit comments