ssoclservicectl [start|stop]
This command starts and stops the following Interstage Single Sign-On services.
Interstage Management Console
Interstage HTTP Server (*1)
Interstage directory service repository (*2)
*1: All Web servers configured on the machine where this command is executed will be started or stopped.
*2: Only the SSO repository is started or stopped. Check the SSO repository name by selecting [System] - [Security] - [Single Sign-on] - [Authentication infrastructure] - [Repository server] - [Settings tab] - [Repository server detailed settings] from the Interstage Management Console. Note that it will not be possible to check the name if the Interstage Management Console has been stopped. Start the Interstage Management Console to check the name.
Option | Description |
---|---|
start | Specify when starting a service. This option cannot be set at the same time as the stop option. |
stop | Specify when stopping a service. This option cannot be set at the same time as the start option. |
Execute the command as an Administrator.
When starting a service
$ su - Password: <Password for the superuser> # /opt/FJSVcfmg/sso/bin/ssoclservicectl start
When stopping a service
$ su - Password: <Password for the superuser> # /opt/FJSVcfmg/sso/bin/ssoclservicectl stop
Note
Do not execute more than one of these commands at the same time.
Execute this command in an environment that has been created with the Interstage Single Sign-On system creation command (ssoclsetup).
The Interstage Management Console also stops when this command is used to stop the service.
If there are services that fail to stop or start after executing this command, refer to the messages output or to the messages output to the syslog, solve the problem, and then execute the command again.
If the service started with this command is already running, a message to that effect is output.
If the service stopped with this command is already stopped, a message to that effect is output.