1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/install-sno-ibm-power.adoc
2023-11-15 11:13:03 +00:00

49 lines
1.4 KiB
Plaintext

// This is included in the following assemblies:
//
// installing_sno/install-sno-installing-sno.adoc
:_mod-docs-content-type: PROCEDURE
[id="installing-sno-on-ibm-power_{context}"]
= Installing {sno} with {ibm-power-title}
.Prerequisites
* You have set up bastion.
.Procedure
There are two steps for the {sno} cluster installation. First the {sno} logical partition (LPAR) needs to boot up with PXE, then you need to monitor the installation progress.
. Use the following command to boot powerVM with netboot:
+
[source,terminal]
----
$ lpar_netboot -i -D -f -t ent -m <sno_mac> -s auto -d auto -S <server_ip> -C <sno_ip> -G <gateway> <lpar_name> default_profile <cec_name>
----
+
where:
+
--
sno_mac:: Specifies the MAC address of the {sno} cluster.
sno_ip:: Specifies the IP address of the {sno} cluster.
server_ip:: Specifies the IP address of bastion (PXE server).
gateway:: Specifies the Network's gateway IP.
lpar_name:: Specifies the {sno} lpar name in HMC.
cec_name:: Specifies the System name where the sno_lpar resides
--
. After the {sno} LPAR boots up with PXE, use the `openshift-install` command to monitor the progress of installation:
.. Run the following command after the bootstrap is complete:
+
[source,terminal]
----
./openshift-install wait-for bootstrap-complete
----
.. Run the following command after it returns successfully:
+
[source,terminal]
----
./openshift-install wait-for install-complete
----