STOP command

Stopping a Classic data server stops all of the services that are running within it.

About this task

The purpose of the STOP,ALL command is to shutdown the data server. The data server stops after the services running in the data server complete their required processing.

If the shutdown process does not complete after issuing a STOP,ALL command, you can issue the STOP,ALL,IMMEDIATE command. For example, the shutdown process might not complete if a service encounters a problem and cannot complete its quiesce processing. In this case, you can issue the STOP,ALL,IMMEDIATE command to bypass service quiesce processing and stop the data server.

Procedure

  • To stop a Classic data server, issue the following command in an MTO interface:
    F name,STOP,ALL
    name
    The name of the started task or batch job for the Classic data server.
  • To stop a Classic data server immediately, issue the following command in an MTO interface:
    F name,STOP,ALL,IMMEDIATE
    name
    The name of the started task or batch job for the Classic data server.