Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions modules/installing-ocp-agent-boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

Use this procedure to boot the agent image on your machines.

.Prerequisites

* If you plan to boot the agent image from a USB drive, you have installed the `syslinux` package.

.Procedure

. Create the agent image by running the following command:
Expand All @@ -20,4 +24,17 @@ $ openshift-install --dir <install_directory> agent create image
+
NOTE: Red Hat Enterprise Linux CoreOS (RHCOS) supports multipathing on the primary disk, allowing stronger resilience to hardware failure to achieve higher host availability. Multipathing is enabled by default in the agent ISO image, with a default `/etc/multipath.conf` configuration.

. If you plan to boot the ISO image from a USB disk, add a master boot record to the image by running the following command:
+
[source,terminal]
----
$ isohybrid --uefi <agent_iso_image>
----
+
.Example command
[source,terminal]
----
$ isohybrid --uefi agent.x86_64.iso
----

. Boot the `agent.x86_64.iso`, `agent.aarch64.iso`, or `agent.s390x.iso` image on the bare metal machines.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'bare-metal machines' rather than 'bare metal machines'. For more information, see RedHat.TermsErrors.