CICSplex requires running a CMAS address space that is simply a modified CICS region, although it is not usually signed on to directly. Under most circumstances, IBM recommends that this CMAS region run unsecured, although there might be circumstances when signing on to it is required for diagnostic functions.
Internally, this region has its own transactions defined, some of which are prefixed TS, and thereby conflict with the CA Top Secret transactions for administration and debugging. To avoid problems, we recommend that the CMAS region is associated with a unique TYPE=CICS facility. You can then decide whether you want to run this facility with SEC=NO or to secure it.
If you do secure it, you must allow the transactions prefixed TS to run unrestricted. This can normally be done by adding the prefix to the TRANID bypass list, (which can already be the case).
Ensure that:
To activate CICSPLEX security
FACILITY(USERn=NAME=CPSMFAC,TYPE=CICS)
TSS CREATE(acid) TYPE(USER)
NAME(name)
DEPARTMENT(dept)
FACILITY(STC,BATCH)
MASTFAC(CPSMFAC)
PASSWORD(NOPW,0)
NORESCHK NODSNCHK NOVOLCHK
TSS ADDTO(STC) PROCNAME(CPSMPROC)
ACID(acid)
TSS ADDTO(RDT) RESCLASS(CPSMOBJ)
RESCODE(xx)
ACLST(ALL,UPDATE,CONTROL,READ,NONE)
DEFACC(READ)
TSS ADDTO(RDT) RESCLASS(GCPSMOBJ)
RESCODE(xx)
ACLST(ALL,UPDATE,CONTROL,READ,NONE)
DEFACC(READ)
TSS ADDTO(RDT) RESCLASS(CPSMXMP)
RESCODE(xx)
ACLST(ALL,UPDATE,CONTROL,READ,NONE)
DEFACC(READ)
TSS ADDTO(DEPTACID) IBMFAC(BBM.) TSS PERMIT(acid) IBMFAC(BBM.)
TSS ADDTO(dept) CPSMOBJ(OPERATE.) TSS PERMIT(acid) CPSMOBJ(OPERATE.) TSS ADDTO(dept) CPSMOBJ(MONITOR.) TSS PERMIT(acid) CPSMOBJ(MONITOR.) TSS ADDTO(dept) CPSMOBJ(CONFIG.) TSS PERMIT(acid) CPSMOBJ(CONFIG.) TSS ADD(dept) CPSMOBJ(TOPOLOGY) TSS PER(acid) CPSMOBJ(TOPOLOGY) TSS ADD(dept) CPSMOBJ(WORKLOAD) TSS PER(acid) CPSMOBJ(WORKLOAD) TSS ADD(dept) CPSMOBJ(BAS) TSS PER(acid) CPSMOBJ(BAS) TSS ADD(dept) CPSMOBJ(ANALYSIS) TSS PER(acid) CPSMOBJ(ANALYSIS)
The acid may need READ and UPDATE access to CPSMOBJ(TOPOLOGY). To update the access:
Once aligned, valid messages appear.
You can control access of temporary storage (TS) servers to the TS pools in the coupling facility. Each TS server can be started as a job or started task. The name of the TS queue pool for a TS server is specified at server startup. Each TS pool can only have one TS server running on each z/OS image in the sysplex. Two security checks are made against the TS server's userid (the userid the job or started task is running under). To ensure that the server passes these checks, execute the following commands:
TSS ADD(deptacid) IBMFAC(IXLSTR) TSS ADD(deptacid) IBMFAC(DFHXQ)
TSS PERM(regionacid) IBMFAC(IXLSTR.DFHXQLS.TSPRODQS) ACC(ALL) TSS PERM(regionacid) IBMFAC(DFHXQ.TSPRODQS) ACC(ALL)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|