FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Andy_G
Staff
Staff
Article Id 190915

Description

Summary of Topic

These are the steps to manually reinstall the DB and start the processes from the command line.  Use this if the database did not install correctly when you deployed the OVF template.

Steps

You must run these as the root user from the command line. 

  1. run 'killall -9 phwatchdog'
  2. run 'service crond stop'
  3. run 'service postgresql stop'
  4. run 'ps -ef | grep postgres'
  5. If step 4 shows a list of postgresql processes, record all the associated pid numbers
  6. Run this command for each pid found in above step
    1. run 'kill -9 pid'
  7. Make sure there is no more postgres processes running
    1. run 'ps -ef | grep postgres'
  8. run 'cd /var/lib/pgsql'
  9. Make sure that /data is NOT linked to /cmdb/data
    1. run 'unlink data'
  10. run 'cd /cmdb'
  11. If the ‘data’ directory already created then run the following command
    1. run 'mv data data.old'
  12. run 'cd /opt/phoenix/deployment/jumpbox'
  13. run 'phinitsuper'
  14. Reboot the server
  15. Verify all AO processes are up and running (AppServer, DB, Apache, phMonitor, etc…)
    1. run 'phstatus'

Version Application

All

 

 
Contributors