Uploading Images for the Capabilities
The Check Image Availability page lists the images that are currently loaded into the local Container Registry from the originally-downloaded set of images. For an initial install, no images should be uploaded. You will upload the images now.
To upload the images to the local Container Registry:
- By this point, the images to be installed have already been downloaded from the Micro Focus software site, validated, and uncompressed. None of the files should require downloading at this point, so on the Download Images page, click Next to skip this step.
- Log on to the Initial Master Node in a terminal session as the root or sudo user.
-
Copy all needed capabilities tar files into {unzipped-installer-dir}/images.
- Run the following commands to upload the images to the local Container Registry. Use the
-F <image file>
option on the command line multiple times for each image to upload. Adjust the-c 2
option up to half of your CPU cores in order to increase the speed of the upload. - The pre-deployment validation process verifies all environment prerequisites have been met before deploying.
- To verify completion of the upload of all images, return to the OMT Management Portal’s Check Availability page. Any missing images are listed. Ensure you have performed steps 2 through 4 for all images, Click Check Image Availability Again. When the message All images are available in the registry. displays, all required component uploads are complete.
- After verification, click Next.
When running the upload images script, you are prompted for the administrator password previously specified in Configuring and Running the OMT Installer.
cd ${CDF_HOME}/scripts
./uploadimages.sh -c 2 \ -F {unzipped-installer-dir}/images/fusion-x.x.x.x.tar \ -F {unzipped-installer-dir}/images/recon-x.x.x.x.tar \ -F {unzipped-installer-dir}/images/transformationhub-x.x.x.x.tar