RHEL: 5. Stop Graphlytic

If there is need you can stop Neo4j or Graphlytic manually. Graphlytic depends on Neo4j so if you stop applications manually there is need to stop Graphlytic first.

1. Stop Graphlytic

Stop service:

$ sudo service graphlytic stop

Check status of service:

$ sudo service graphlytic status

Or check processes:

$ ps -ef

2. Stop Neo4j

Stop service:

$ sudo service neo4j stop

Check satus of service:

$ sudo service neo4j status

Or check processes:

$ ps -ef