Document Type | Technical Information
Category | Installation
Applicable Product Version | 7FS02PS
Document Number | TINTI006
Overview
Before installation, you can verify the integrity of the downloaded Tibero7 binary file by checking its sha512 checksum value and comparing it with the provided sha512 checksum.
Method
Verification on Linux
1. sha512sum -c <installation_file.sha512>
Check the file integrity based on the SHA-512 checksum (hash) file.
[tibero7@centos722:tibero7:/home/tibero/checksum]sha512sum -c tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.sha512 tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz: OK
2. Compare sha512sum <installation_file> and cat <installation_file.sha512>
If the same content is output as below, integrity verification is possible.
[tibero7@centos722:tibero7:/home/tibero/checksum]sha512sum tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz 15ccea075946b7afc5afb3d78f0e05bda42f36168b6a1cdfb44d24d2b5007ea0840becb96a6404ab14c416971e58f5f954404faeefc34a72d3d7e0133153ce5d tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz [tibero7@centos722:tibero7:/home/tibero/checksum]cat tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.sha512 15ccea075946b7afc5afb3d78f0e05bda42f36168b6a1cdfb44d24d2b5007ea0840becb96a6404ab14c416971e58f5f954404faeefc34a72d3d7e0133153ce5d tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz
Verification on Windows
1. CertUtil -hashfile <installation_file> sha512 and compare the value with the content of <installation_file.sha512> file
If the same content is output as below, the integrity verification has been successfully completed.
C:\>CertUtil -hashfile tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz sha512 SHA512 hash of tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz: 15ccea075946b7afc5afb3d78f0e05bda42f36168b6a1cdfb44d24d2b5007ea0840becb96a6404ab14c416971e58f5f954404faeefc34a72d3d7e0133153ce5d CertUtil: -hashfile command completed successfully. C:\>type tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.sha512 15ccea075946b7afc5afb3d78f0e05bda42f36168b6a1cdfb44d24d2b5007ea0840becb96a6404ab14c416971e58f5f954404faeefc34a72d3d7e0133153ce5d tibero7-bin-FS02_PS03-linux64_3.10-295002-20250604233641.tar.gz