You can view the status of services supporting the operation of application components. If the service is active, this means that it was successfully started.
To view the status of a service:
sudo service <service name> status
where <service name> is the name of the service, whose information you want to view. You can specify the following services:
kics4net – main service (runs only on a computer that performs Server functions).kics4net-anomaly-hunter – service for rule-based detection of network anomalies (runs on a computer that performs Server functions).kics4net-apm – active polling connector service (runs on a computer that performs Server or sensor functions).kics4net-asset-config-repo – device configuration storage service (runs on the computer that performs the Server functions).kics4net-asset-inventory – service for processing the results of scanning device attributes using OVAL rules (runs only on a computer that performs Server functions).kics4net-blob-storage – service for storing arrays of binary data (runs only on a computer that performs Server functions).kics4net-clickhouse – DBMS service with a database for storing protocol attributes (runs only on a computer that performs Server functions).kics4net-config-control-orchestrator – service for managing configuration control and active polling processes (runs only on the computer that performs the Server functions).kics4net-connectors-launcher – registration and launch of manageable connectors service (runs on a computer that performs Server functions or sensor functions)kics4net-email-gateway – service for sending email notifications (runs only on a computer that performs Server functions).kics4net-epp-proxy – service for integration with EPP applications in TCP mode (runs on a computer that performs Server or sensor functions).kics4net-fts – full-text search system service (runs only on a computer that performs Server functions).kics4net-nats-server – message broker service (runs on a computer that performs Server functions or sensor functions).kics4net-oval-facade – service for scanning remote devices using OVAL rules (runs on a computer that performs Server or sensor functions).kics4net-postgresql – DBMS service (runs only on a computer that performs Server functions)kics4net-report-builder – service for generating reports (runs only on a computer that performs Server functions).kics4net-report-data-source – service for providing data for reports (runs only on the computer that performs Server functions)kics4net-report-renderer –service for visual display of data blocks in the reports (runs only on the computer that performs Server functions)kics4net-report-templates-catalog – service for managing report templates (runs only on the computer that performs Server functions)kics4net-report-templates-catalog-view – service for providing data about the report templates (runs only on the computer that performs Server functions)kics4net-responses-manager – service for managing the response jobs (runs only on the computer that performs Server functions)kics4net-risk-oval-detector – service for processing the results of device risk scans using OVAL rules (runs only on the computer that performs Server functions)kics4net-scan-oval-manager – service for managing device scanning using OVAL rules (runs only on the computer that performs Server functions)kics4net-scap-manager – service for managing security audit (runs only on the computer that performs Server functions)kics4net-scap-manager-view – service for providing security audit data (runs only on the computer that performs Server functions)kics4net-scheduler – task scheduling service (runs only on a computer that performs Server functions).kics4net-secrets – service for the secrets repository facade (runs only on the computer that performs Server functions)kics4net-task-manager – task management service (runs only on a computer that performs Server functions)kics4net-task-manager-view – service for providing data about tasks (runs only on the computer that performs Server functions)kics4net-telemetry-proxy – service for integration with EPP applications in UDP mode (runs on a computer that performs Server or sensor functions).kics4net-vault – service for storing secrets in the repository (runs only on the computer that performs Server functions)kics4net-websensor – web server service (runs only on a computer that performs sensor functions).kics4net-webserver – web server service (runs only on a computer that performs Server functions).klnagent –Network Agent service (runs only on a computer that performs Server functions).Example:
|
If the service is not active, you can restart the computer or restart the service.
Page top