2

The Pyramid Services In Linux

To restart the services from the terminal, you can run these commands one by one:

sudo systemctl restart pyramidAgent
sudo systemctl restart pyramidRTE
sudo systemctl restart pyramidRTR
sudo systemctl restart pyramidTE
sudo systemctl restart pyramidIMDB
sudo systemctl restart pyramidNLP
sudo systemctl restart pyramidSOLVE
sudo systemctl restart pyramidFs
sudo systemctl restart pyramidAI
sudo systemctl restart pyramidPG (only if you are using the Pyramid Postgres as a repository)

You can also use one command to restart all of the Pyramid services:

sudo systemctl restart pyramid*

To stop the services, use these commands:

sudo systemctl stop pyramidAgent
sudo systemctl stop pyramidRTE
sudo systemctl stop pyramidRTR
sudo systemctl stop pyramidTE
sudo systemctl stop pyramidIMDB
sudo systemctl stop pyramidNLP
sudo systemctl stop pyramidSOLVE
sudo systemctl stop pyramidFs
sudo systemctl stop pyramidAI
sudo systemctl stop pyramidPG (only if you are using the Pyramid Postgres as a repository)
sudo systemctl stop pyramid*

To start the services, use these commands:

sudo systemctl start pyramidAgent
sudo systemctl start pyramidRTE
sudo systemctl start pyramidRTR
sudo systemctl start pyramidTE
sudo systemctl start pyramidIMDB
sudo systemctl start pyramidNLP
sudo systemctl start pyramidSOLVE
sudo systemctl start pyramidFs
sudo systemctl start pyramidAI
sudo systemctl start pyramidPG (only if you are using the Pyramid Postgres as a repository)
sudo systemctl start pyramid*

To check the services' status, use these commands:

sudo systemctl status pyramidAgent
sudo systemctl status pyramidRTE
sudo systemctl status pyramidRTR
sudo systemctl status pyramidTE
sudo systemctl status pyramidIMDB
sudo systemctl status pyramidNLP
sudo systemctl status pyramidSOLVE
sudo systemctl status pyramidFs
sudo systemctl status pyramidAI
sudo systemctl status pyramidPG (only if you are using the Pyramid Postgres as a repository)
sudo systemctl status pyramid*

Reply

null