Description

This article describes how to restart the UTM daemon.

Symptoms

The below messages are observed when you restart the umtd:


 %INTERACT-4-UI_RESTART_EVENT: User 'root' restarting daemon 'UTM Daemon' softly


Solution

We can restart the UTM process by executing "restart utmd"

 

or

 

kill -6 <pid of the utmd process>

PID of the process can be retrieved from output for "show system processes extensive | match utm

 

The above command needs to be executed from the shell mode with root access.

 

 

 

Modification History

2024-10-29 : Article Created