Basic system control: starting, stopping and checking status

Starting, stopping and checking the Panorama status happens via CLI commands in a node-by-node fashion.

Move to the app/scripts directory and run:

  • panorama.sh start - to start Panorama

  • panorama.sh status - to check Panorama status

  • panorama.sh stop - to stop Panorama

  • panorama.sh config - to read static configuration (optional)

If required, make the scripts executable using:

chmod +x <script-name>.sh

Last updated