Previous Topic: CAUNIDEBUG ParameterNext Topic: APIACTIVE Parameter


CAUNITRACE Parameter

Controls the generation of trace messages by the SNMP AWS subagent for SNMP trap requests issued by the workstation task in the CA OPS/MVS address space.

Regardless of the setting for this parameter, default trace output is directed to the OPSALOG and OPSBLOG DD files, which must be allocated to the CA OPS/MVS address space before you can use the ca Network and Systems Management System Status Manger CA OPS/MVS Option and the interface to CA CPM Version 3.

If CA OPS/MVS is started under the Master subsystem (SUB=MSTR), then the OPSALOG and OPSBLOG files must not be allocated to SYSOUT=outputclass data sets. Instead, real data sets must be allocated. Sample JCL is provided in the .CCLXiCNTL install library, member name ALLOCAWS, to allocate real data sets for this trace output.

We suggest that you add code similar to the following to OPSxPA00, which is called by the OPSTART1 list:

If Substr (Opsinfo('JOBID'),1,1) = 'S' Then
  Do
    Address TSO "Allocate FI(OPSALOG) SYSOUT(H)"
    Address TSO "Allocate FI(OPSBLOG) SYSOUT(H)"
  End
Else
  Do
    Address TSO "Allocate FI(OPSALOG)
                     DSN('SYS1.OPS.OPSALOG') SHR"
    Address TSO "Allocate FI(OPSBLOG)
                     DSN('SYS1.OPS.OPSBLOG') SHR"
  End
Default value

X'00'

Other possible values

X'01' through X'7F'

Set or modify this parameter...

Anytime, but only at the direction of CA Customer Support.

Example: CAUNITRACE

This function activates SNMP AWS subagent tracing:

OPSPRM('SET','CAUNITRACE',"X'3F'")

Note: Changes take effect when the CA Network and Systems Management System Status Manager CA OPS/MVS Option subtask is restarted.