ACF2 database is shared across three non-sysplex systems. AUTOIDOM does nopt appear to be working.
ACF
SET CONTROL(GSO) SYSID(****)
INSERT AUTOIDOM ASSIGNG ASSIGNU UIDSTART(30000) UIDEND(55999) GIDSTART(1001) GIDEND(9900)
When a new user logons to to create a new group using AUTOGID, error message ACF0A068 NOASSIGNU/NOASSIGNG is in the GSO AUTOIDOM record appears.
Release : 16.0
Component : CA ACF2 for z/OS
Do a SHOW UNIXOPTS.
BPX.NEXT.USER ACTIVE: YES AUTOIDOM SYSID: sys1
This needs to match the SYSID of the GSO record. If it does not, then the REFRESH command was not issued on all systems.
F ACF2,REFRESH(AUTOIDOM)
SHOW UNIXOPTS
BPX.NEXT.USER ACTIVE: YES AUTOIDOM SYSID: ****
An IPL will also bring in the changed record if done on all systems.