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:

systemctl stop ubilogin-server
systemctl stop ubisecure-accounting
systemctl stop ubilogin-directory

Windows:

Use Services in Microsoft Management Console or the following commands

net stop ubiloginserver
net stop ubisecureaccounting
net stop ubilogindirectory

Start the services

Linux:

systemctl start ubilogin-directory
systemctl start ubisecure-accounting
systemctl start ubilogin-server

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:

systemctl status ubilogin-server
systemctl status ubisecure-accounting
systemctl status ubilogin-directory

Windows:

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

net start