Starting and stopping the services - SSO

Since SSO 8.4 there are three services that are started during the installation / upgrade process in a certain order. This page instructs how to stop and start them in the correct order. In linux also restart operation is available.

Stop the services

Linux:

/etc/init.d/ubilogin-server stop
/etc/init.d/ubisecure-accounting stop
/etc/init.d/ubilogin-directory stop

Windows:

Use Services in Microsoft Management Console or the following commands

net stop ubiloginserver
net stop ubisecureaccounting
net stop ubilogindirectory

Start the services

Linux:

/etc/init.d/ubilogin-directory start
/etc/init.d/ubisecure-accounting start
/etc/init.d/ubilogin-server start

Windows:

Use Services in Microsoft Management Console or the following commands

net start ubilogindirectory
net start ubisecureaccounting
net start ubiloginserver

Check the status of services

Linux:

/etc/init.d/ubilogin-server status
/etc/init.d/ubisecure-accounting status
/etc/init.d/ubilogin-directory status

Windows:

Use Services in Microsoft Management Console or the following command to list all running services

net start