Starting and stopping components
To start or stop components by using the ISPF interface
From the File List panel, choose Console > Components and press Enter to display the Console - Component subpanel as shown in the following figure:
File View Options Console Monitor User Help
--------------------------------------------------------------------------
Viewing XBM4(XBMQA) from XBM4 Row 1 to 13 of 108
.-------------------------------------------------------------.
Selec | Console - Component |
1=Ope | |
S A | Enter component command information and press Enter. |
_ * | |
_ * | Name . . . * |
_ * | |
_ * | Command . . 2 1. Display |
_ | 2. Start |
_ | 3. Stop |
_ | |In the Name field, type the name of the component that you want to stop or start.
In the Command field, type 3 (Stop) or 2 (Start) and press Enter to stop or start the component.
To start or stop components by using the MVS system console
You can use the MVS system console to stop and start XBM components.
To stop the component from the MVS system console, use the following command:
ssid STOP COMPONENT componentNameThe variable ssid represents the name of the XBM subsystem, and the variable componentName represents the XBM component (Db2, IMS, PSS, SSI, VSAM, ZIIP, or *) that you are stopping.
To start the component from the MVS system console, use the following command:
ssid START COMPONENT componentNameThe variablessid represents the name of the XBM subsystem, and the variable componentName represents the XBM component (Db2, IMS, PSS, SSI, VSAM, ZIIP, or *) that you are starting.