9.2 Deploying Fusion to an Existing Cluster

To deploy Fusion in an existing cluster, perform the following steps:

  1. Log in to the CDF Management Portal.

  2. Go to Deployment > Deployments > > Change.

  3. On the Capabilities page, select the following options:

    • Fusion

    • Analytics (if not selected already)

  4. Click Next until you reach the Import Container Images page.

  5. Launch a terminal session, then log in to the master node as root or as a sudo user.

  6. Change to the following directory:

    cd /<fusion_installer_directory>/scripts/

    For example:

    cd /opt/fusion-installer-x.x.x.x/installers/cdf-x.x.x-x.x.x.x/scripts/

  7. (Conditional) If your deployment does not have Investigate/Identity Intelligence/Interset, upload the Analytics image to the local registry:

    ./uploadimages.sh -d /<download_directory>/fusion-installer-x.x.x.x/suite_images/analytics-x.x.x.x -u registry-admin -p <cdf_password>

  8. Upload the Fusion image to the local registry:

    ./uploadimages.sh -d /<download_directory>/fusion-installer-x.x.x.x/suite_images/fusion-x.x.x.x -u registry-admin -p <cdf_password>

  9. Switch to the CDF Management Portal, then click CHECK AGAIN to ensure that the images have been uploaded.

  10. Click Next until you reach the Configuration Complete page.

  11. After the Configuration Complete page displays all the pods in green, click Next.

  12. Continue to the post-installation steps.