Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
3.3. Verify the Downloaded Files
sha256 command must be replaced with shasum -a 256. On Microsoft Windows, a third-party SHA256 hash sum utility is required as there is no native utility.
Procedure 3.2. Using the sha256sum tool on Linux or Unix
- Open a terminal, and navigate to the directory where the file was downloaded.
- Execute the
sha256sumcommand (or equivalent) on the file. For example:$ sha256sum jboss-eap-6.2.2.zip 9414619e186708b34381ddbef1901a51335b5b45464838effb153b610b27918f jboss-eap-6.2.2.zip
The value generated by the sha256sum utility must match the value displayed on the Red Hat Customer Portal for the file. If they are not the same, your download is either incomplete or corrupt, and you will need to download the file again. If the checksum will still not successfully validate after several attempted downloads, contact Red Hat Support for assistance.