Like Jeroen wrote, the RACF database is not architecturally bound to one LPAR, but can be shared (physically or logically). CARLa uses the concept of COMPLEX to describe all systems that rely on a specific RACF database. The value of COMPLEX can be set on the ALLOC command (through the COMPLEX field for the Input files in SE.1). By default COMPLEX is derived from the RRSF nodename (if the system uses RRSF), the SYSPLEX name (if the system is part of a SYSPLEX), or the SYSNAME system symbol.
You can see the value of COMPLEX in the RA panels, mostly in the 2nd column.
If you dislike COMPLEX as shown, you can set another value in SE.1 for your selected input sets (using the E line command). Be sure to set the same value for all sets that you select, zSecure uses your input to simulate if the RACF database and CKFREEZE files belong together.
If you want to see the ACTIVE LPAR name in your reports, you can show the name of the system where zSecure is currently running with a lookup to the
run information, like so
newlist type=racf title='System special ids'
select class=user special
sortlist profile('User') :run.system
To see the field names in the RUN newlist, enter FIELDS RUN in the command line.
If you want to print the system name in the title, you could use
newlist type=racf title='System special ids on system '
select class=user special
sortlist profile('User')
summary :run.sysname(title) count(nd)
------------------------------
Rob van Hoboken
------------------------------
Original Message:
Sent: Tue May 25, 2021 02:32 AM
From: NATHAN SHRIVE
Subject: Include LPAR name in RACF User List and Access Reports
Wondering if someone can advise what is the best way to include the lpar name in a RACF user list (TYPE=RACF) or access report (TYPE=REPORT_SCOPE)? It seems like it should be straight forward and probably is, but I haven't been able to figure out a good way to do it. Any help would be greatly appreciated. Thanks very much.
------------------------------
NATHAN SHRIVE
------------------------------