|
18 | 18 | * Once a RHEL server is installed natively on the LPAR, pre-existing or configured by this automation, (i.e. the KVM host), you can use that as the file server. |
19 | 19 | * If you are not using a pre-existing KVM host(s) and need to create them using this automation, you must use an FTP server because the HMC does not support HTTP. |
20 | 20 | * A user with sudo and SSH access on that server. |
21 | | -* A DVD ISO file of Red Hat Enterprise Linux (RHEL) 9 for s390x architecture mounted in an accessible folder (e.g. /home/<user>/rhel/ for FTP or /var/www/html/rhel for HTTP) |
| 21 | +* A DVD ISO file of Red Hat Enterprise Linux (RHEL) 8 for s390x architecture mounted in an accessible folder (e.g. /home/<user>/rhel/ for FTP or /var/www/html/rhel for HTTP) |
22 | 22 | * If you do not have RHEL for s390x yet, go to the Red Hat [Customer Portal](https://access.redhat.com/downloads/content) and download it. |
23 | 23 | * Under 'Product Variant' use the drop-down menu to select 'Red Hat Enterprise Linux for IBM z Systems' |
24 | | - * Double-check it's for version 9 and for s390x architecture |
25 | | - * Then scroll down to Red Hat Enterprise Linux 9.x Binary DVD and click on the 'Download Now' button. |
| 24 | + * Double-check it's for version 8 and for s390x architecture |
| 25 | + * Then scroll down to Red Hat Enterprise Linux 8.x Binary DVD and click on the 'Download Now' button. |
26 | 26 | * To pull the image directly from the command-line of your file server, copy the link for the 'Download Now' button and use `wget` to pull it down. |
27 | 27 | ``` |
28 | | - wget "https://access.cdn.redhat.com/content/origin/files/sha256/13/13[...]40/rhel-9.4-s390x-dvd.iso?user=6[...]e" |
| 28 | + wget "https://access.cdn.redhat.com/content/origin/files/sha256/13/13[...]40/rhel-8.7-s390x-dvd.iso?user=6[...]e" |
29 | 29 | ``` |
30 | 30 | * Don't forget to mount it too: |
31 | 31 | * FTP: |
32 | 32 | ``` |
33 | | - mount <rhel-9.4-s390x-dvd.iso> /home/<user>/rhel |
| 33 | + mount <rhel-8.7-s390x-dvd.iso> /home/<user>/rhel |
34 | 34 | ``` |
35 | 35 | * or HTTP: |
36 | 36 | ``` |
37 | | - mount <rhel-9.4-s390x-dvd.iso> /var/www/html/rhel |
| 37 | + mount <rhel-8.7-s390x-dvd.iso> /var/www/html/rhel |
38 | 38 | ``` |
39 | 39 | * A folder created to store config files (e.g. /home/user/ocp-config for FTP or /var/www/html/ocp-config for http) |
40 | 40 | * For FTP: |
@@ -92,4 +92,3 @@ In addition make sure that python3 is installed on the jumphost otherwise ansibl |
92 | 92 | ``` |
93 | 93 | yum install python3 |
94 | 94 | ``` |
95 | | -
|
0 commit comments