How to enable and disable debug tracing in the manager component of CA Job Management for OpenVMS ?
search cancel

How to enable and disable debug tracing in the manager component of CA Job Management for OpenVMS ?

book

Article ID: 117740

calendar_today

Updated On:

Products

System Watchdog for OpenVMS

Issue/Introduction

In some cases a debug or trace option will be required to assist in diagnosing what is happening when a schedule is executed. This debug example will assist in this effort.

How to enable and disable debug tracing in the manager component of CA Job Management for OpenVMS? 

Environment

Applicable version:  r3.1
 
Architectures:  Alpha and I64
 

Resolution

To enable debug tracing, perform the following steps:

1. Execute one of the  following DCL commands:

        $ SCHEDULE STOP      ! For stand-alone systems or and on one or more members of an OpenVMS cluster
              or
        $ SCHEDULE STOP/ALL   ! Shutdown the manager on all nodes of an OpenVMS cluster

2. Restart the manager by executing the following DCL command on stand-alone systems and all members of an OpenVMS      cluster where the manager component is running:

          $ @SYS$STARTUP:UJM$MANAGER$STARTUP   DEBUG
 
To disable debug tracing,  execute the appropriate command from step 1 and then execute the command shown in step 2 with the DEBUG parameter omitted.