Core services

The system services used for proper configuration and troubleshooting.

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.

n2osids

The main monitoring process that can be controlled with:
service n2osids <operation>

<operation> can be status, start, or stop. After a stop, the service restarts automatically.

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>

<operation> can be status, start, or stop. After a stop, the service restarts automatically.

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>

<operation> can be status, start, or stop. After a stop, the service restarts automatically.

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>

<operation> can be status, start, or stop. After a stop, the service restarts automatically.

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>

<operation> can be status, start, or stop. After a stop, the service restarts automatically.