End-to-end mirroring of IBM Fusion and its services
If you are planing a disconnected or offline installation, then you must mirror images to your enterprise registry. You can use this procedure to complete an integrated mirroring of IBM Fusion and its services Backup & Restore, IBM Data Cataloging, and Content-Aware Storage. Otherwise, you can mirror them individually per your requirement.
Before you begin
- Before you mirror, go through the prerequisites. See Mirroring prerequisites.
- Configure Common Environment Variables:Important: Ensure you review the offline upgrade considerations before proceeding with upgrade mirroring.Define the following environment variables for your target container registry. These values will be used in each of the subsequent steps to mirror all the related components.
export LOCAL_ISF_REGISTRY="<Your container registry host>:<port>" export LOCAL_ISF_REPOSITORY="<Your image path>" export TARGET_PATH="$LOCAL_ISF_REGISTRY/$LOCAL_ISF_REPOSITORY"LOCAL_ISF_REGISTRY is your target container registry.
LOCAL_ISF_REPOSITORY is the image path in which you want to mirror the images. You can choose your own repository paths. For example, hci-images/isf or hci-images. See the following sample values:export LOCAL_ISF_REGISTRY="registryhost.com:443" export LOCAL_ISF_REPOSITORY="mirror-fusion-services-images" export TARGET_PATH="$LOCAL_ISF_REGISTRY/$LOCAL_ISF_REPOSITORY"
About this task
Points to note about this task:
- Run all commands as root user.
- In the commands, replace
<your enterprise registry>with your enterprise registry. - High level tasks to complete this procedure.
- Install
OCCLI andibm-pakplugin. For steps to install, see Mirroring prerequisites. - Set common variables used by all subsequent mirroring steps, such as the target registry and target registry location.
- Mirror IBM Fusion and related services (Backup & Restore, IBM Data Cataloging, and Content-Aware Storage). For steps, see Procedure.
- Set environment variables necessary for mirroring IBM Fusion and related services
- Run oc ibm-pak steps to generate the files need to mirror
oc-mirroron the generated files
- Install
- For the individual procedures, see the following topics:
- Mirror images for Red Hat® operator. See Mirroring Red Hat operator images to enterprise registry.
- IBM Fusion HCI images. See Mirroring IBM Fusion images.
- Mirror Global Data Platform images, see Mirroring IBM Storage Scale images.
- Mirror Fusion Data Foundation images, see Fusion Data Foundation images.
- Backup & Restore images. See Mirroring Backup & Restore images.
- IBM Data Cataloging images. See Mirroring IBM Data Cataloging images.
- CAS images. See Mirroring Content-Aware Storage (CAS) images.
Procedure
Mirror IBM Fusion and related Backup & Restore, IBM Data Cataloging, and CAS services.