Checking the KMSAgent Status
To encrypt a model, the encryption tool needs to work with the KMSAgent software on the training and inference device in computing center to implement the decryption function. So you need to check the running status of the KMSAgent software in advance. Perform the following operations as the root user.
Run the following command to check whether the KMSAgent software is running properly:
npu-smi info -t key-manage
If the following information is displayed, KMSAgent has been configured to start upon system startup and is running properly.
root@ubuntu18:~# npu-smi info -t key-manage
service auto startup : Enable
service running status : Running
Parent topic: KMSAgent Configuration