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 start
panorama.sh status - to check Panorama status
panorama.sh status
panorama.sh stop - to stop Panorama
panorama.sh stop
panorama.sh config - to read static configuration (optional)
panorama.sh config
If required, make the scripts executable using:
chmod +x <script-name>.sh
Last updated 3 days ago