FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Anonymous
Not applicable
Article Id 192383

Description

 

This article will explain how to stop and start all processes in FortiSIEM VA.

 

Scope

 

FortiSIEM v6.X, v7.X.

 

Solution

 

To stop all processes under FortiSIEM VA:

SSH to the VA as a root user then su to admin and type the following  to access the prompt:

 

# systemctl stop crond

# systemctl stop phxctl

# systemctl stop svnlite

# systemctl stop syslog

# systemctl stop phFortiInsightAI

# killall -9 node

# phxctl stop

 

stop.png

 

# systemctl start crond

# systemctl start phxctl

# systemctl start svnlite

# systemctl start syslog

# systemctl start phFortiInsightAI

# phxctl start

# phstatus

Contributors