Component Preparation
Obtain the component packages and digital signature files required for model protection. For details, see the following table.
Digital Signature Verification
To prevent a software package from being maliciously tampered with during transmission or storage, download the corresponding digital signature file for integrity verification when downloading the software package.
After the software package is downloaded, verify its PGP digital signature according to the OpenPGP Signature Verification Guide. If the software package fails the verification, do not use the software package, and contact Huawei technical support.
Before a software package is used in installation or upgrade, its digital signature also needs to be verified according to OpenPGP Signature Verification Guide to ensure that the software package is not tampered with.
For carrier users, visit https://support.huawei.com/carrier/digitalSignatureAction.
For enterprise users, visit https://support.huawei.com/enterprise/en/tool/pgp-verify-TL1000000054.
The software is classified into the commercial edition and community edition. The functions of the two editions are the same except the download permission and use of purpose. The community edition can be downloaded directly without applying for related permissions, but it cannot be used for commercial purpose. To download the commercial edition, you need to apply for related permissions.
[root@root ~]# systemctl status -l haveged
● haveged.service - Entropy Daemon based on the HAVEGE algorithm
Loaded: loaded (/usr/lib/systemd/system/haveged.service; enabled; vendor preset: disabled)
Active: active (running)
Main PID: 1124229 (haveged)
Tasks: 1
Memory: 3.4M
CGroup: /system.slice/haveged.service
└─1124229 /usr/sbin/haveged -w 1024 -v 1 --Foreground
If the service is not automatically started, manually configure and start the haveged software.
[root@root ~]# systemctl enable haveged [root@root ~]# systemctl start haveged