Checking and controlling the Spectrum Control Base service
At any time, you can check whether the IBM® Spectrum Control Base Edition service runs properly on the Linux host. You can also stop and then start the service if needed.
Procedure
What to do next
[root@ibmsc]# service ibm_spectrum_control stop
Stopping ibm_spectrum_control (via systemctl): [ OK ]
To
start the service again, use the start
command:[root@ibmsc]# service ibm_spectrum_control start
Starting ibm_spectrum_control (via systemctl): [ OK ]
If
you want to stop and then start the Spectrum Control Base service in one command, use the
restart
command:[root@ibmsc]# service ibm_spectrum_control restart
Restarting ibm_spectrum_control (via systemctl): [ OK ]