Core services
The system services used for proper configuration and troubleshooting.
n2osids
The main monitoring process that can be controlled
with:
service n2osids <operation>
<operation>
can be either start or stop. After a stop, the
service restarts automatically. This is true for every service. The log files start
with n2os_ids*
and are located under
/data/log/n2os
n2ostrace
The tracing daemon that can be controlled
with:
service n2ostrace <operation>
The log files start with n2os_trace*
and are located under
/data/log/n2os
n2osva
The asset Identification and Vulnerability Assessment daemon that can be controlled
with:
service n2osva <operation>
The log files start with n2os_va*
and are located under
/data/log/n2os
n2ossandbox
The file sandbox daemon that can be controlled
with:
service n2ossandbox <operation>
The log files start with n2os_sandbox*
and are located under
/data/log/n2os
nginx
The web server behind the web interface that provides a secure hypertext transfer protocol secure (HTTPS) service, and can be controlled
with:
service nginx <operation>
Use of these services requires that you obtain permission using the
enable-me
command. For instance, the following commands allow
you to restart the n2osids
service:enable-me
service n2osids stop
Several other tools and daemons are running in the system to deliver Nozomi Networks Operating System (N2OS) functionality.