Skip to main content
Contributor
September 27, 2016

Technical Tip : How to restart all processes in FortiSIEM Virtual appliance

  • September 27, 2016
  • 0 replies
  • 8214 views

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