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-directoryWindows:
Use Services in Microsoft Management Console or the following commands
net stop ubiloginserver
net stop ubisecureaccounting
net stop ubilogindirectoryStart the services
Linux:
systemctl start ubilogin-directory
systemctl start ubisecure-accounting
systemctl start ubilogin-serverWindows:
Use Services in Microsoft Management Console or the following commands
net start ubilogindirectory
net start ubisecureaccounting
net start ubiloginserverCheck the status of services
Linux:
systemctl status ubilogin-server
systemctl status ubisecure-accounting
systemctl status ubilogin-directoryWindows:
Use Services in Microsoft Management Console or the following command to list all running services
net start