[Windows]
Process | Start and stop methods | Usage |
---|---|---|
dcm.exe dsa_forwarder.exe dsa_file.exe dsa_tis.exe dsa_cmd.exe dsa_spacemon.exe dsa_logfile.exe dsa_reg3.exe dsa_openreg.exe dsa_execute.exe | Start/stop the following service: Systemwalker SQC DCM Note When restarting the [Systemwalker SQC DCM] service, do not execute "Restart the service" from the Windows Services window. First execute "Stop the service", then, after waiting a while, execute "Start the service". | The main process is "dcm.exe". Use this process to check whether the other processes are running. Processes that begin with "dsa_" may not remain resident under certain operating conditions. |
thttpd.exe | Start/stop the following service: Systemwalker SQC thttpd | This process is started when Pull mode communications and the policy distribution function are used. Refer to "2.5 Starting the thttpd Service/Daemon Automatically" for the method used to start the Systemwalker SQC thttpd service automatically. |
[UNIX]
Process | Start and stop methods | Usage |
---|---|---|
dcmd dsa_forwarder dsa_file dsa_tis dsa_cmd dsa_spacemon dsa_logfile dsa_execute | Use the following scripts to start and stop the processes. To start the processes: /etc/rc2.d/S99ssqcdcm start To stop the processes: /etc/rc0.d/K00ssqcdcm stop To stop the processes completely: /etc/rc0.d/K00ssqcdcm stop_wait Point If the stop option (stop) is selected, this command completes without waiting for ending of the process. If the complete stop (stop_wait) is selected, this command sends a finish signal, and completes after ending of running process. When restarting the process, stop the process by using the complete stop option (stop_wait), and after command completion, start option (start) to start the process. | The main process is "dcmd". Use this process to check whether the other processes are running. Resident processes that begin with "dsa_" vary according to the operating conditions. |
thttpd | Use the following scripts to start and stop the processes. To start the processes: /opt/FJSVssqc/bin/ssqchttp start To stop the processes: /opt/FJSVssqc/bin/ssqchttp stop | This process is started when Pull mode communications and the policy distribution function are used. Refer to "2.5 Starting the thttpd Service/Daemon Automatically" for the method used to start the thttpd daemon automatically. |
Point
When the operand of start/stop/stop_wait of the above-mentioned script is omitted and executed, the state of Systemwalker Service Quality Coordinator is displayed.
Note
The defunct process may appear temporarily, but it will disappear automatically and require no user action.