Starting or stopping the Remedy Single Sign-On service
This topic provides information about starting and stopping the Remedy Single Sign-On service.
Related topics
To start or stop the Remedy SSO service on Windows
You can start or stop the service on Windows by navigating to services.msc or by running commands on the command line.
To start or stop the service from services.msc
- Navigate to the computer where Remedy Single Sign-On is installed.
- Click Start > Run > services.msc.
- Start or stop the BMC Remedy Single Sign-On Server service.
To start or stop the process from the command line
- Navigate to the <installationDirectory>\rsso\bin directory.
- On the command line, run one of the following commands:
- To start the process:
rsso.bat server start
- To stop the process:
rsso.bat server stop
Note
Running the
start
command results in first stopping the Remedy Single Sign-On service and then starting it. - To start the process:
To start or stop the Remedy SSO service on Linux
- Navigate to the <installationDirectory>\rsso\bin directory.
- On the command line, run one of the following commands as a non-root user:
- To start the service: ./
rsso.sh server start
- To stop the service: ./
rsso.sh server stop
Note
Running the
start
command results in first stopping the Remedy Single Sign-On service and then starting it. - To start the service: ./
To verify the status of Remedy SSO
- Navigate to the <installationDirectory>\rsso\bin directory.
On the command line, run one of the following commands:
- Windows:
rsso.bat server status
Linux: ./
rsso.sh server status
Note
On a Linux server, you need to run the command as a non-root user.
- Windows:
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.