Application File Integrity Verification

When downloading files related to applications, it is important to ensure their integrity. Verifying the SHA256 checksum helps confirm that the file has not been corrupted during the download process.

Steps to Verify SHA256 Checksum

  1. Note the SHA256 value mentioned on the download page.
  2. Navigate to the directory where the downloaded file is located.
  3. Open the Command Prompt with Administrator privileges and execute the appropriate command based on your operating system, as shown below.
  4. Note: Replace the <Name of the file> with the actual file name.

    • MAC OS X

      shasum -a 256 <Name of the file>

    • Windows

      CertUtil -hashfile <Name of the file> SHA256

    • Linux

      sha256sum <Name of the file>

    • FreeBSD

      sha256 <Name of the file>

  5. After executing the command, verify that the returned checksum value matches the SHA256 value provided on the respective download page. If the values do not match, download the file again and repeat the procedure.

Also explore OpManager's File Integrity Monitoring to perform periodic checks on the OpManager installation folder.

Thank you for your feedback!

Was this content helpful?

We are sorry. Help us improve this page.

How can we improve this page?
Do you need assistance with this topic?
By clicking "Submit", you agree to processing of personal data according to the Privacy Policy.