When regions are linked, you want to permit a remote region background user (nnnnBSYS) to log on to the local region. Define the remote background user ID to the local region.
Follow these steps:
ACF SET LID INSERT nnnnBSYS NAME(bsys_user_name) PASSWORD(NOPW)
TSS CRE(nnnnBSYS) TYPE(USER) DEPT(dept_acid) NAME('bsys_user_name') PASS(NOPW,0)
ADDUSER nnnnBSYS NAME('bsys_user_name')
bsys_user_name specifies a text string to identify the user (for example, BSYS User 1).
ACF SET RESOURCE(FAC) RECKEY NETMASTR ADD(BSYS UID(bsysuid) SERVICE(READ) ALLOW)
bsysuid is the user identification (UID) corresponding to the nnnnBSYS user.
TSS PERMIT(nnnnBSYS) IBMFAC(NETMASTR.BSYS) ACCESS(READ)
PERMIT NETMASTR.BSYS CLASS(FACILITY) ID(nnnnBSYS) ACCESS(READ)
| Copyright © 2012 CA. All rights reserved. |
|