Skip to content

Commit 63498e2

Browse files
authored
Merge pull request #91632 from lg-rh/ibmz_latest_hcp418
[OCPBUGS-53046] IBMZ changes related to pxe
2 parents c220c15 + e432824 commit 63498e2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/adding-ibm-z-lpar-agent.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ boot-artifacts
5353
└─ agent.s390x-rootfs.img
5454
----
5555

56+
. Rename the `boot-artifacts` file present in the `generic.ins` parameter file to match the names of the `boot-artifacts` file generated by the installation program.
57+
5658
. Transfer the `initrd`, `kernel`, `generic.ins`, and `initrd.img.addrsize` parameter files to the file server. For more information, see link:https://www.ibm.com/docs/en/linux-on-systems?topic=bl-booting-linux-in-lpar-mode[Booting Linux in LPAR mode] (IBM documentation).
5759

5860
. Start the machine.

modules/installing-ocp-agent-ibm-z-kvm.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ virt-install \
4848
--extra-args "coreos.inst.persistent-kargs=console=tty1 console=ttyS1,115200n8" \
4949
--osinfo detect=on,require=off
5050
----
51-
<1> For the `--location` parameter, specify the location of the kernel/initrd on the HTTP or HTTPS server.
51+
<1> For the `--location` parameter, specify the location of the `kernel` and `initrd` files. The location can be a local server path or a URL using HTTP or HTTPS.
5252

5353
endif::pxe-boot[]
5454

@@ -63,15 +63,15 @@ $ virt-install
6363
--memory=<memory> \
6464
--cpu host \
6565
--vcpus=<vcpus> \
66-
--cdrom <agent_iso_image> \ <1>
66+
--cdrom \<path_to_image>/<agent_iso_image> \ <1>
6767
--disk pool=default,size=<disk_pool_size> \
6868
--network network:default,mac=<mac_address> \
6969
--graphics none \
7070
--noautoconsole \
7171
--os-variant rhel9.0 \
7272
--wait=-1
7373
----
74-
<1> For the `--cdrom` parameter, specify the location of the ISO image on the HTTP or HTTPS server.
74+
<1> For the `--cdrom` parameter, specify the location of the ISO image on the local server, for example, `<path_to_image>/home/<image>.iso`.
7575
endif::pxe-boot[]
7676

7777
. Optional: Enable FIPS mode.

0 commit comments

Comments
 (0)