Describes how to verify Greenplum Database software that you download from Broadcom Support Portal.

Note

For more information about download prerequisites, troubleshooting, and instructions, see Download Broadcom products and software.

VMware generates a SHA2 fingerprint for each Greenplum Database software download available from Broadcom Support Portal. This fingerprint enables you to verify that your downloaded file is unaltered from the original.

After you download a Greenplum Database server or component software package, you can verify the integrity of the software as follows:

  1. On Broadcom Support Portal, navigate to the Greenplum Database version and package that you downloaded.

  2. Copy/paste the SHA2 to a local file, or keep the Broadcom Support Portal browser tab open.

  3. On your local host, open a terminal window, navigate to the download directory, and locate the Greenplum package file that you downloaded from Broadcom Support Portal.

  4. Compare the downloaded file name with the File name specified in the Broadcom Support Portal package information, and verify that they are the same.

  5. Identify an OS utility that you can use to locally calculate a file checksum, such as sha256sum.

  6. Run the utility to display the checksum of the package file that you downloaded from Broadcom Support Portal. For example:

    $ sha256sum greenplum-db-7.0.0-rhel8-x86_64.rpm
    
  7. If the command checksum output matches the SHA2 fingerprint specified in the Broadcom Support Portal package information, the file was downloaded intact. You can safely proceed to install the software.

check-circle-line exclamation-circle-line close-line
Scroll to top icon