Top Secret CPF Journal And RECVCMDS Files Definitions When CPFNODES In Parameter File
search cancel

Top Secret CPF Journal And RECVCMDS Files Definitions When CPFNODES In Parameter File

book

Article ID: 205425

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP WEB ADMINISTRATOR FOR TOP SECRET

Issue/Introduction

What are the procedures to define the Top Secret CPF journal and RECVCMDS files when the CPFNODES definitions are in the Top Secret parameter file?

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

When the CPF definitions are in the Top Secret parameter file, to begin using the CPF journal and RECVCMDS files, add DD statements to the Top Secret startup proc on each system. For example, NODE1 and NODE2 are using CPF to keep the security files in sync. The CPF journal file DD will use the name of the remote node. The RECVCMDS file will have a DD name of RECVCMDS.

On system NODE1:

//NODE2  DD SYSOUT=*
//RECVCMDS DD SYSOUT=*

And on system NODE2:

// NODE1  DD SYSOUT=*
//RECVCMDS DD SYSOUT=*

Top Secret needs to be recycled for these files to be allocated as a sysout file in the Top Secret started task.