ssostop
Format
ssostop [-c] [daemon-process-name...]
Function
The ssostop command stops the daemon processes.If you specify one or more daemon process names as an argument and execute the ssostop command, the command stops the specified daemon processes after stopping daemon processes that depend on the specified daemon processes. If you do not specify a daemon process name, all the daemon processes that are running, including ssospmd, are stopped.
If you execute the ssostop command during the processing of starting or stopping SSO services, the processing of the transition of a daemon process, or execution of the following commands, the command terminates abnormally.
ssostart, ssostop, ssobackup, ssodbdel
Options
-c
Outputs information about the success or failure of stopping each process.
daemon-process-name...
The following are the specifiable daemon process names:
-
ssocolmng (resource collection management daemon process)
-
ssocollectd (resource collection daemon process)
-
ssoapmon (process and service monitoring daemon process)
-
ssorptd (report creation daemon process)
-
ssoconsoled (SSO console daemon process)
-
ssotrapd (SNMP trap receiving daemon process)
Examples
-
The following example stops the resource collection function:
ssostop -c ssocollectd
The ssocolmng daemon process also stops because of a dependence relationship.
-
The following example stops the process and service monitoring function:
ssostop -c ssoapmon
Return values
0 |
Normal termination |
-1 |
Execution error such as incorrect arguments, stop timeout, or when you try to stop multiple daemon processes concurrently and some of the daemon processes fail to stop. |
-2 |
Execution error during the processing of starting or stopping SSO daemon processes, backup processing, the processing of deletion of databases, or the processing of the transition of a daemon process |
Notes
-
If the following error message is output during execution of the ssostop command, the termination processing of the daemon process that the error message indicates did not finish within the timeout time. In such a case, extend the timeout time of the daemon process in the SSO startup definition file.
ssospmd: A timeout occurred in a daemon process (daemon-process-name).
The following is an example of an error message when the ssoapmon daemon process did not finish within the timeout time:
ssospmd: A timeout occurred in a daemon process (ssoapmon).
-
Do not use the ssostop command to stop any SSO daemon processes, including the ssospmd daemon process, in the following OSs:
-
Red Hat Enterprise Linux 7 or later
-
SUSE Linux 12 or later
-
Oracle Linux 7 or later
-
CentOS 7 or later
In the above OSs, use the following command to stop SSO daemon processes:
systemctl stop jp1_sso
-