forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
7.5 KiB
7.5 KiB
How Do I Verify Software Package Integrity?
Verifying Software Package Integrity (Linux)
- Log in to the BMS as the root user.
- Obtain the hash value of the software.
sha256sum {Local directory of the software package}/{Software package name}
Replace {Local directory of the software package} with the actual download directory.
Replace {Software package name} with the actual name of the downloaded software package. For example, the name can be qemu-img-hw.zip.
- Check whether the SHA256 hash value obtained in Prerequisites is consistent with that obtained in step 2.
Verifying Software Package Integrity (Windows)
- Log in to the BMS.
- Open the cmd window as an administrator and run the following command to obtain the hash value of the software:
certutil –hashfile {Local directory of the software package}\{Software package name} SHA256
Replace {Local directory of the software package} with the actual download directory.
Replace {Software package name} with the actual name of the downloaded software package. For example, the name can be qemu-img-hw.zip.
- Check whether the SHA256 hash value obtained in Prerequisites is consistent with that obtained in step 2.
Parent topic: FAQ