Starting and Stopping AnzoGraph
For AWS CloudFormation, Kubernetes, and Docker deployments, the Admin console provides options to stop and start AnzoGraph. For information about the Admin console, see Using the Admin Console. This topic provides instructions for starting and stopping AnzoGraph when the Admin console is not included in the deployment or is unavailable.
- Starting AnzoGraph with Docker
- Stopping AnzoGraph with Docker
- Starting AnzoGraph from the File System
- Stopping AnzoGraph from the File System
Starting AnzoGraph with Docker
To start AnzoGraph with Docker, run the following command:
docker start anzograph_container_name
Where anzograph_container_name is the name of the AnzoGraph container to start. For example:
docker start anzograph
Stopping AnzoGraph with Docker
To stop AnzoGraph with Docker, run the following command:
docker stop anzograph_container_name
Where anzograph_container_name is the name of the AnzoGraph container to stop. For example:
docker stop anzograph
Starting AnzoGraph from the File System
For single server deployments, start AnzoGraph by running the following command:
./azg/bin/azg
For cluster deployments, start AnzoGraph by running the following command on the leader node:
./azg/bin/azgctl -start
Stopping AnzoGraph from the File System
For single server and cluster deployments, stop AnzoGraph by running the following command. On cluster, run the command on the leader node:
./azg/bin/azgctl -stop