This article describes how to restart the UTM daemon.
The below messages are observed when you restart the umtd:
%INTERACT-4-UI_RESTART_EVENT: User 'root' restarting daemon 'UTM Daemon' softly
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.