Reference
How Do I Restart the ada Process?
To restart the ada process, log in to the host as the root user, switch to ada process running user, and run the following commands in sequence:
- Query the ada process ID and the command to start the ada process.
ps -ef | grep ada
The following is an example of the query result.HwHiAiU+ 6907 1 0 Jun10 ? 00:08:43 /usr/local/Ascend/driver/tools/ada
- Run the following command to stop the ada process. 6907 indicates the ada process ID. Replace it with the actual one.
kill -9 6907
- Start the ada process.If the message "ada is exist, don't start again" is displayed, the system has automatically started the ada process. In this case, you do not need to run the restart command again.
/usr/local/Ascend/driver/tools/ada
To restart the ada process in a container, run the following command:
/usr/local/Ascend/driver/tools/ada --docker