Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 7 additions & 8 deletions edge_computing/ztp-precaching-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ include::modules/ztp-precaching-booting-from-live-os.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources

* For more information about the `butane` utility, see xref:../installing/install_config/installing-customizing.adoc#installation-special-config-butane-about_installing-customizing[About Butane].
* For more information about creating a custom live {op-system} ISO, see xref:../installing/installing_sno/install-sno-installing-sno.adoc#create-custom-live-rhcos-iso_install-sno-installing-sno-with-the-assisted-installer[Creating a custom live {op-system} ISO for remote server access].
* For more information about using the Dell RACADM tool, see link:https://www.dell.com/support/manuals/en-ie/poweredge-r440/idrac9_6.xx_racadm_pub/supported-racadm-interfaces?guid=guid-a5747353-fc88-4438-b617-c50ca260448e&lang=en-us[Integrated Dell Remote Access Controller 9 RACADM CLI Guide].
* For more information about using the HP HPONCFG tool, see link:https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00007610en_us[Using HPONCFG].
* For more information about using the Redfish BMC API, see xref:../installing/installing_sno/install-sno-installing-sno.adoc#install-booting-from-an-iso-over-http-redfish_install-sno-installing-sno-with-the-assisted-installer[Booting from an HTTP-hosted ISO image using the Redfish API].
* xref:../installing/install_config/installing-customizing.adoc#installation-special-config-butane-about_installing-customizing[About Butane]
* xref:../installing/installing_sno/install-sno-installing-sno.adoc#create-custom-live-rhcos-iso_install-sno-installing-sno-with-the-assisted-installer[Creating a custom live {op-system} ISO for remote server access]
* link:https://www.dell.com/support/manuals/en-ie/poweredge-r440/idrac9_6.xx_racadm_pub/supported-racadm-interfaces?guid=guid-a5747353-fc88-4438-b617-c50ca260448e&lang=en-us[Integrated Dell Remote Access Controller 9 RACADM CLI Guide]
* link:https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00007610en_us[Using HPONCFG]
* xref:../installing/installing_sno/install-sno-installing-sno.adoc#install-booting-from-an-iso-over-http-redfish_install-sno-installing-sno-with-the-assisted-installer[Booting from an HTTP-hosted ISO image using the Redfish API]

include::modules/ztp-precaching-partitioning.adoc[leveloffset=+1]

Expand All @@ -43,9 +43,8 @@ include::modules/ztp-precaching-downloading-artifacts.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources

* To access the online Red Hat registries, see link:https://console.redhat.com/openshift/downloads#tool-pull-secret[OpenShift installation customization tools].

* For more information about using the multicluster engine, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#mce-intro[About cluster lifecycle with the multicluster engine operator].
* link:https://console.redhat.com/openshift/downloads#tool-pull-secret[OpenShift installation customization tools]
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#mce-intro[About cluster lifecycle with the multicluster engine operator]

include::modules/ztp-precaching-ztp-config.adoc[leveloffset=+1]

Expand Down
13 changes: 4 additions & 9 deletions modules/ztp-precaching-booting-from-live-os.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
[id="ztp-booting-from-live-os_{context}"]
= Booting from a live operating system image

You can use the {factory-prestaging-tool} with to boot servers where only one disk is available and external disk drive cannot be attached to the server.
[role="_abstract"]
You can use the {factory-prestaging-tool} to boot servers where only one disk is available and an external disk drive cannot be attached to the server.

[WARNING]
====
Expand All @@ -19,22 +20,16 @@ Depending on the server hardware, you can mount the {op-system} live ISO on the
* Using the HPONCFG tool on a HP server.
* Using the Redfish BMC API.

[NOTE]
====
It is recommended to automate the mounting procedure. To automate the procedure, you need to pull the required images and host them on a local HTTP server.
====

.Prerequisites

* You powered up the host.
* You have network connectivity to the host.

.Procedure
The following example procedure uses the Redfish BMC API to mount the {op-system} live ISO.

[NOTE]
====
This example procedure uses the Redfish BMC API to mount the {op-system} live ISO.
====
.Procedure

. Mount the {op-system} live ISO:

Expand Down
Loading