Starting And Stopping The iSymphony Server
Last modified by michaely on 2021/09/09 20:55
On this page:
- Starting The iSymphony Server
- Stopping The iSymphony Server
- Restarting The iSymphony Server
- Checking The Status Of The iSymphony Server
Starting and stopping the iSymphony Server can be done via the server command line.
Starting The iSymphony Server
To start the iSymphony Server run the following command. The command will differ depending on the type of install you have.
RPM
service iSymphonyServerV3 start
Tarball
/opt/isymphony3/server/startup.sh
Stopping The iSymphony Server
To stop the iSymphony Server run the following command. The command will differ depending on the type of install you have.
RPM
service iSymphonyServerV3 stop
Tarball
/opt/isymphony3/server/shutdown.sh
Restarting The iSymphony Server
To restart the iSymphony Server run the following commands. The commands will differ depending on the type of install you have.
RPM
service iSymphonyServerV3 restart
Tarball
/opt/isymphony3/server/shutdown.sh
/opt/isymphony3/server/startup.sh
/opt/isymphony3/server/startup.sh
Checking The Status Of The iSymphony Server
To check to see if the iSymphony Server is running or not run the following command:
service iSymphonyServerV3 status