USERID = SEC.OPAUUSID returns NOPROD instead of actual USERID value.
search cancel

USERID = SEC.OPAUUSID returns NOPROD instead of actual USERID value.

book

Article ID: 230135

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Newly created LPARS, OPSMVS instance is returning  SEC.OPAUUSID  = 'NOPROD' for existing security rules.

 

Environment

OPS/MVS

Cause

OPS is being started before the security product (TSS, ACF2 or RACF)

Resolution

Possible solutions:

1) Keep the startup order and issue the following command when the security product is up:

F OPSS,RESTART(SECURITY)

2) Change the startup order to start the security product before OPS.

Additional Information