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

  1. Log on to the Linux command prompt environment as a root user.
  2. Enter the following command: service ibm_spectrum_control status. The status of the Celery and Django services is displayed.
    [root@ibmsc]# service ibm_spectrum_control status
    Celery services are running...
    Django service is running...

What to do next

If you want to stop the Spectrum Control Base service, use the stop command:
[root@ibmsc]# service ibm_spectrum_control stop
Stopping Celery services, this may take several minutes ... [OK]
Stopping Django service ... [OK]
To start the service again, use the start command:
[root@ibmsc]# service ibm_spectrum_control start
Starting Celery services ... [  OK  ]
Starting Django service ... [  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
Stopping Celery services, this may take several minutes ... [OK]
Stopping Django service ... [OK]
Starting Celery services ... [OK]
Starting Django service ... [OK]