This section ensures the product content is loaded onto the system and available for later steps in the workflow.
process-media
and pre-install-check
stagescustomizations.yaml
deliver-product
stageprocess-media
and pre-install-check
stagesThe “Install and Upgrade Framework” section of each individual product’s installation document may contain special actions that need to be performed outside of IUF for a stage. The “IUF Stage Documentation Per Product”
section of the HPE Cray EX System Software Stack Installation and Upgrade Guide for CSM (S-8052) provides a table that summarizes which product documents contain information or actions for the process-media
or pre-install-check
stages.
Refer to that table and any corresponding product documents before continuing to the next step.
Invoke iuf run
with activity identifier ${ACTIVITY_NAME}
and use -e
to execute the process-media
and pre-install-check
stages. Perform the upgrade
using product content found in ${MEDIA_DIR}
.
(ncn-m001#
) Execute the process-media
and pre-install-check
stages.
iuf -a ${ACTIVITY_NAME} -m "${MEDIA_DIR}" run -e pre-install-check
Once this step has completed:
${MEDIA_DIR}
${MEDIA_DIR}
process-media
and pre-install-check
stagescustomizations.yaml
NOTE
This section is only relevant for initial install workflows. Skip to the next section if performing an upgrade.
Some products require modifications to the customizations.yaml
file before executing the deliver-product
stage. Currently, this is limited to the Slurm and PBS Workload Manager (WLM) products and the UAN product. Refer to the
“Install and Upgrade Framework” section of the Slurm, PBS, and UAN product documents to determine the actions that need to be performed to update customizations.yaml
.
Once this step has completed:
customizations.yaml
file has been updated per product documentation.deliver-product
stageThe “Install and Upgrade Framework” section of each individual product’s installation document may contain special actions that need to be performed outside of IUF for a stage. The “IUF Stage Documentation Per Product”
section of the HPE Cray EX System Software Stack Installation and Upgrade Guide for CSM (S-8052) provides a table that summarizes which product documents contain information or actions for the deliver-product
stage.
Refer to that table and any corresponding product documents before continuing to the next step.
Invoke iuf run
with activity identifier ${ACTIVITY_NAME}
and use -r
to execute the deliver-product
stage. Perform the upgrade using product content found in ${MEDIA_DIR}
.
(ncn-m001#
) Execute the deliver-product
stage.
iuf -a ${ACTIVITY_NAME} run -r deliver-product
Once this step has completed:
${MEDIA_DIR}
has been uploaded to the systemdeliver-product
stageNOTE
This subsection is optional and can be skipped if third-party GPU and/or programming environment software is not needed.
Some products provide instructions for delivering third-party content to the system outside of IUF. If this content is desired, refer to the following documentation for instructions and execute the procedures before continuing with the workflow.
gpu-nexus-tool
script to upload third-party GPU software to Nexus. The GPU software is used later in the workflow when creating CFS configurations and building
compute and application node images.install-3p.sh
and cpe-custom-img.sh
scripts to upload third-party programming environment software to Nexus and build images. The programming environment
software is used later in the workflow when creating CPE configurations.Once this step has completed:
If performing an initial install or an upgrade of non-CSM products only, return to the Install or upgrade additional products with IUF workflow to continue the install or upgrade.
If performing an upgrade that includes upgrading CSM, return to the Upgrade CSM and additional products with IUF workflow to continue the upgrade.