General Page
When the target LPAR IPL's and the controlling subsystem starts, it will call QZRDHASM/QZRDIASTRP using profile QPGMR. QZRDIASTRP is bound to a number of service programs and it will swap to user profile QLPAR. That means QPGMR needs access to QLPAR and those service programs. When the toolkit is installed initially, SETUPFSFC grants those authorities; in the event those authorities need to be reinstated, issue the following commands on the source LPAR:
GRTOBJAUT OBJ(QZRDHASM/QZRDIASTRP) OBJTYPE(*PGM) USER(QPGMR) AUT(*ALL)
GRTOBJAUT OBJ(QSYS/QPMLPMGT) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QCSTCRG1) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QCSTCRG4) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QCSTCTL) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QLPAR) OBJTYPE(*USRPRF) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QCSTCTL2) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QCSTCTL3) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
GRTOBJAUT OBJ(QSYS/QCSTCCMON) OBJTYPE(*SRVPGM) USER(QPGMR) AUT(*USE)
*Note - QLPAR user profile on the source LPAR needs *SECOFR authority with at least *IOSYSCFG, *SECADM and *ALLOBJ in order to change various system values.
Was this topic helpful?
Document Information
Modified date:
10 September 2021
UID
ibm11138180