If you are using SNMP traps, run the WSDEFMSA command file on your Unicenter systems. The commands in this file define CA Auditor SNMP traps to Unicenter so they display as intelligible messages instead of raw data.
If you have installed from the perpetual license tape (J0C0nn) and have used the SMP/E installation method, the WSDEFMSA command file is installed with CA Auditor in the prefix.CAJ0OBTV library.
If you are using the non-SMP/E installation method, use the following JCL as a model to copy the data set containing the WSDEFMSA command file from tape to disk:
//LOADTNGM JOB //* //* LOAD CAITNGM LIBRARY FROM TAPE //* //JS010 EXEC PGM=IEBCOPY,REGION=0M //SYSPRINT DD SYSOUT=* //TAPE DD DSN=AUD.EXAMINE.TNGMODS, // UNIT=CART,DISP=OLD, // VOL=SER=J0C0nn, // LABEL=(15,SL,EXPDT=98000) //DISK DD DSN=prefix.CAITNGM, // UNIT=SYSDA,DISP=(NEW,CATLG,DELETE), // SPACE=(TRK,(2,2,2)), // DCB=(RECFM=VB,DSORG=PO,LRECL=256,BLKSIZE=6233) //SYSIN DD * C I=TAPE,O=DISK //
The file containing the WSDEFMSA command file must be transferred to the Unicenter machines. To do this, establish an FTP session from the Unicenter machine to z/OS. The command file is an ASCII file, so there is no need to specify BINARY or IMAGE to FTP. Issue the GET command to download the prefix.CAITNGM(WSDEFMSA) member, renaming it to WSDEFMSA.CMD.
After you download WSDEFMSA.CMD to the Unicenter machine, run it from the command prompt. Unicenter must be active when you run WSDEFMSA.CMD. The command file issues the commands to define the CA Auditor traps.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |