Real-time monitoring anomalies and DPI-core status

Is netifyd running?

Following command should return “running”:

service netifyd status

Does it help to (re)start the service, see ns-dpi | NethSecurity

service netifyd start

EDIT:

To solve the issue the services need to be enabled and started:

service netifyd enable
service netifyd start
service dpi-license-update enable
service dpi-license-update start
1 Like