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 stopWindows:
Use Services in Microsoft Management Console or the following commands
net stop ubiloginserver
net stop ubisecureaccounting
net stop ubilogindirectoryStart the services
Linux:
/etc/init.d/ubilogin-directory start
/etc/init.d/ubisecure-accounting start
/etc/init.d/ubilogin-server startWindows:
Use Services in Microsoft Management Console or the following commands
net start ubilogindirectory
net start ubisecureaccounting
net start ubiloginserverCheck the status of services
Linux:
/etc/init.d/ubilogin-server status
/etc/init.d/ubisecure-accounting status
/etc/init.d/ubilogin-directory statusWindows:
Use Services in Microsoft Management Console or the following command to list all running services
net start