Validating SHA256 Checksum of OVAs and Upgrade Images (KBA6362)
KBA
KBA# 6362
Issue
Verify the integrity of downloaded OVA or Upgrade images.
Prerequisites
A Windows, Linux, or Mac OS X environment.
Applicable Delphix Versions
- Click here to view the versions of the Delphix engine to which this article applies
-
Major Release All Sub Releases All All
Resolution
Calculate the SHA256 sum and match it with the one provided in the SHA256SUMS or .md5sum file in download.delphix.com where the OVA or Upgrade image resides.
- Windows (Powershell):
PS I:\download> get-filehash .\Delphix_6.0.3.1_2020-08-11-23-45_Standard_Upgrade.tar | Format-List
Algorithm : SHA256
Hash : 030251CEE394F3392837DA79304FC23B763DBCAD1D3D70FABCA0E7195487E4BA
Path : I:\download\Delphix_6.0.3.1_2020-08-11-23-45_Standard_Upgrade.tar -
Linux:
delphix@host:~$ sha256sum Delphix_6.0.3.1_2020-08-11-23-45_Standard_Upgrade.tar
030251cee394f3392837da79304fc23b763dbcad1d3d70fabca0e7195487e4ba Delphix_6.0.3.1_2020-08-11-23-45_Standard_Upgrade.tar -
Mac OS X:
user:~ user$ shasum -a 256 Delphix_6.0.3.1_2020-08-11-23-45_Standard_Upgrade.tar
030251cee394f3392837da79304fc23b763dbcad1d3d70fabca0e7195487e4ba Delphix_6.0.3.1_2020-08-11-23-45_Standard_Upgrade.tar
Related Articles
The following articles may provide more information or related information to this article:
- https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-filehash?view=powershell-7
- https://www.techradar.com/uk/how-to/how-to-check-a-files-checksum-on-mac
- https://dashdash.io/1/sha256sum