Previous Topic: Define CA Insight DPM for DB2 ConnectionsNext Topic: Set Up the VTAM Application Monitor


Install and Start the CA Roscoe Monitor

After you install and start the CA Roscoe monitor, you can display information about executing its jobs.

Follow these steps:

  1. Add the following line to the CA Roscoe startup parameters for each CA Roscoe job to monitor:
    RUN=GSV
    
  2. Add the CA SYSVIEW load library as a STEPLIB and a TASKLIB to the CA Roscoe jobs to monitor.

    The monitor routine becomes accessible to CA Roscoe.

    This step makes the GSVRRMIR module and its alias RSSCGSV0 accessible to these jobs.

  3. Execute the GSV monitor by entering GSV from the CA Roscoe job to monitor using the following parameters for the GSV monitor:
    START

    (Default) Starts the monitor.

    STOP

    Stops the monitor.

    STATUS

    Displays the status of the monitor.

    Note: The GSV monitor routine must be executed once after CA Roscoe startup to start the monitoring process.

    Alternatively, you can also execute the GSV monitor by adding an entry to the ROSCOE ROSXINIT module that automatically starts the GSV monitor. The format of the entry is:

    Label ROSX GSVRGSVI,MON
    
    Label

    Any label or it can be omitted. Similarly, an entry needs added to ROSCOE ROSXTERM module that automatically stops the GSV monitor when ROSCOE is shut down. The format of the entry is:

    Label ROSX GSVRGSVT,MON
    
    Label

    Any label or it can be omitted.

    Note: For more information, see the CA Roscoe Interactive Environment Extended Facilities System Programmer's Guide.

    Note: Member ROSXINIT must be assembled into the CA Roscoe load library using USERMOD MRO601B that is in the CA Roscoe SAMPJCL.

    The monitor executes.

  4. Add the following line to the ROSCOE startup parameters for each job to monitor:
    RTM=YES
    

    The CA Roscoe response times can be viewed.

After monitoring is started, you can use the ROSLIST command to display the status of all monitored CA Roscoe jobs.