Installing IBM Fusion on Amazon Web Services
Procedure to install IBM Fusion on OpenShift® Container Platform that runs on Amazon Web Services and Amazon Web Services ROSA.
Before you begin
- Ensure you complete all the prerequisites before you proceed with the installation. For the prerequisites, see Prerequisites
- For more information about deployments and their supported services, see Support matrix for IBM Fusion versions.
- Configure image pull secrets. For more information about pull secret prerequisite, see Creating image pull secret.
- Multiple zone Amazon Web Services cluster
- Open TCP ports on Amazon Web Services: 1191, 12345,
60000 –61000. Sample script to open these
ports:
ROSA_NAME=YOUR_ROSA_CLUSTER_NAMECLUSTER_REGION="$(rosa describe cluster -c $ROSA_NAME| grep Region | awk '{print $2}')"VPC_ID="$(aws ec2 describe-security-groups --region ${CLUSTER_REGION} | grep -A15 $ ROSA_NAME | grep VpcId | tail -1 | cut -d '"' -f4)"SG_ID="$(aws ec2 describe-security-groups --region ${CLUSTER_REGION} --filters "Name=vpc-id,Values=${VPC_ID}" "Name=tag:Name,Values=*-worker-sg" --output json --query "SecurityGroups[*].[GroupId]" | jq | grep sg | awk -F '"' '{print $2}')"aws ec2 authorize-security-group-ingress --region ${CLUSTER_REGION} --group-id "${SG_ID}" --protocol tcp --port 12345 --source-group "${SG_ID}" | jq | tee -a ${SETUP_LOG}aws ec2 authorize-security-group-ingress --region ${CLUSTER_REGION} --group-id "${SG_ID}" --protocol tcp --port 1191 --source-group "${SG_ID}" | jq | tee -a ${SETUP_LOG}aws ec2 authorize-security-group-ingress --region ${CLUSTER_REGION} --group-id "${SG_ID}" --protocol tcp --port "60000-61000" --source-group "${SG_ID}" | jq | tee -a ${SETUP_LOG}
About this task
Support is available for only one instance of IBM Fusion per OpenShift Container Platform.
Procedure
What to do next
- For steps to verify the success of the installation, see Validating IBM Fusion installation.
- If you want to enable the services from the IBM Fusion user interface, see the following procedures accordingly:
- For IBM Data Cataloging, see Installing IBM Data Cataloging.
- For Data Foundation, see Installing Fusion Data Foundation.
- For Backup & Restore, see Install Backup & Restore.
- For CAS, see Installing Content-Aware Storage (CAS).
- To know more about the user interface of IBM Fusion, see Knowing your IBM Fusion user interface.