Starting and stopping a broker on z/OS®

Run the appropriate command from SDSF to start or stop a broker.

  1. Start the component by using the command /S <broker name>. This command produces the following output, where MQP1BRK is the name of the broker:
    +BIP9141I MQP1BRK 0 The component was started

    Substitute your own broker name for MQP1BRK.

    Start of changeThe verification step runs, followed by starting the control process and any DataFlowEngine address spaces.End of change

    Start of changeIf the verification step fails for any reason, the errors are reported to the STDOUT stream in the JOBLOG; the control process and DataFlowEngine address spaces are not started. Review the messages to see what errors have been reported, and take the suggested actions to resolve these problems.End of change

  2. Start of changeAlternatively, start the control process only by using the command:
      /S broker_name,STRTP=MAN 

    If the verification step fails for any reason, the errors are reported to the STDOUT stream in the JOBLOG; the control process is not started. Review the messages to see what errors have been reported, and take the suggested actions to resolve these problems.

    No DataFlowEngine address spaces are started automatically when specifying STRTP=MAN. If the verification step is successful and the control process starts successfully, fully start the broker by issuing the console command:

    /F <broker name>, SC
    End of change
  3. To stop a broker, run the following command:
    /P <broker name>
Related concepts
Brokers
Related tasks
Creating a broker on z/OS
Related reference
START and STOP commands on z/OS
Issuing commands to the z/OS console
mqsistart command
mqsistop command
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2009Copyright IBM Corporation 1999, 2009. All Rights Reserved.
Last updated : 2009-01-07 15:40:39

an04016_