Upgrading Deployed Capabilities

Make sure you have completed the Checklist: Upgrading Your Environment process before proceeding with the steps listed here, to ensure a successful upgrade. As part of the process, you must upgrade your deployed capabilities using the CDF Management Portal.

 

Accepting the Certificate

  1. On the CDF Management Portal, click DEPLOYMENT, and then select Deployments.
  2. Click the Three Dots  (Browse) on the far right and then choose Reconfigure.
  3. If you are unable to access the CDF Management Portal Reconfigure Page during the upgrade process, see the known issue Accessing the CDF Management Portal Reconfigure in the ArcSight Platform Release Notes for a workaround.
  4. (Optional) If you have deployed Fusion in the Fusion tab, you can set a Fusion global search limit to specify the number of results a search can return. (The maximum is 10 million events.)
  5. Accept the certificate.

 

Considerations for Upgrading Intelligence

Micro Focus does not recommend that ArcSight Intelligence customers attempt to upgrade without consulting with Micro Focus as upgrading at this time will result in loss of baseline data. We are aware that this is inconvenient for customers, and we are currently working on addressing this limitation in an future release.

If you have deployed Intelligence and are upgrading it, consider the performing the following steps on the NFS before upgrading the deployed capability:

 

Upgrading Deployed Capabilities

  1. (Conditional) Before upgrading Intelligence, review the considerations for an upgrade.
  2. To delete any pre-existing upgrade pods, run the following command from the master node:
    kubectl delete deployments suite-upgrade-pod-arcsight-installer -n `kubectl get namespaces | grep arcsight-installer | awk ' {print $1} '`
    If the command returns an error message, it can be ignored and you may proceed to the next step.
  3. Log in to the master node where you downloaded the upgrade files.
  4. Change to the following directory:
  5. cd ${K8S_HOME}/scripts
    where {K8S_HOME} has a format similar to: /opt/arcsight/kubernetes/scripts.
  6. Run the following commands to upload the images to the local Docker 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. An example is shown here for Fusion, Transformation Hub, and Recon capabilities.
    ./uploadimages.sh -c 2 -F {​​unzipped-installer-dir}​​/images/fusion-x.x.x.x.tar -F {​​unzipped-installer-dir}​​/images/transformationhub-x.x.x.x.tar -F {​​unzipped-installer-dir}​​/images/recon-x.x.x.x.tar
    You will be prompted for a password for the docker container registry-admin user. The registry-admin password is initially set to the same password as the admin user for the CDF Management Portal during installation when Configuring and Running the CDF Installer; however, later changing the CDF Management Portal admin password does not change the registry-admin password as it is managed separately.
  7. Add new metadata.
  8. Make sure to copy the arcsight-installer-metadata-x.x.x.x.tar to the system where your web browser is running before performing the process below.
  9. Browse to the management portal at https://<virtual_FQDN>:5443, or at https://<master_node1_FQDN>:5443.
    1. Click DEPLOYMENT > Metadata and click + Add.
    2. Select arcsight-installer-metadata-x.x.x.x.tar from your system. The new metadata is added to the system.
  10. Start the upgrade process.
    1. Go to DEPLOYMENT > Deployments. Notice the number 1 in the red circle in the Update column.
    2. Minor version changes do not display like regular updates. (For example: 22.1.0.15 -> 22.1.0.16.)
    3. Click the red circle and select your recently added metadata to initiate the upgrade.
  11. From the Update to page, click NEXT until you reach the Import suite images page.
  12. When prompted to download or transfer images, you can simply click Next to skip the steps. You performed these steps earlier.
  13. Ensure that the validation results of container images show a complete number of files.
  14. When you arrive at the Import suite images page, the images should already be imported, as you performed these steps earlier.
  15. (Conditional) If you’ve deployed Transformation Hub, perform the following action:

    On the Transformation Hub tab, select whether you want to enable the generation of verification events for parsed field integrity checks used by Recon. If enabled, set the verification event size accordingly (default value is recommended).

    For more information about how the Event Integrity feature works, see Stream Processor Groups.

    When enabling the generation of verification events for parsed field integrity checks feature, consider the guidelines in Adjusting the Partition Count for New Kafka Topics.
  16. Click NEXT until you reach the Upgrade Complete page.