Starting And Stopping The iSymphony Server

Last modified by michaely on 2021/09/09 20:55

On this page:

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

Checking The Status Of The iSymphony Server

To check to see if the iSymphony Server is running or not run the following command:

This command can only be used when you are using an RPM based install of iSymphony

service iSymphonyServerV3 status
Created by michaely on 2013/10/09 14:00
   
iSymphony