Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top1
top1



Tip

This page contains instructions to troubleshoot Linux OS reboot issue.


Info

Click here to download init installation scripts from Nexus3 DocRoot Raw repo.


Panel
titleCentOS and RHEL Troubleshooting

After CentOS or RHEL server reboot/restarted then we need to start some services, Use following command to start in sequence

  • To start elasticsearch service
    • /etc/init.d/elasticsearch restart
  • To Start Neo4j Service
    • Go to initscripts directory, If you do not have that please download it from GIT or Nexus3 DocRoot Repo
    • ./Neo4j.sh start
    • Usage Neo4j {start|stop|restart|status}
  • To start Grafana service
    • Go to initscripts directory, If you do not have that please download it from GIT or Nexus3 DocRoot Repo
    • ./Grafana.sh start
    • Usage Grafana {start|stop|restart|status}
  • To restart Tomcat
    • sudo service Tomcat8 stop
    • sudo service Tomcat8 start
  • To start Platform Service/ InSightEngine jar
    • Go to initscripts directory, If you do not have that please download it from GIT or Nexus3 DocRoot Repo
    • ./InSightsEngine.sh start
    • Usage InSightsEngine {start|stop|restart|status}
  • To start RabbitMq
    • /etc/init.d/rabbitmq-server status
    • /etc/init.d/rabbitmq-server start
  • To start  Demon Agent service
    • sudo service  InSightsDaemonAgent status
    • sudo service  InSightsDaemonAgent start