Several created started task ACID definitions specify a password. Started task ACIDs with passwords cause a password prompt at console startup. Prompting is optional and can be turned off using control option setting OPTIONS(4).
The OPTIONS control option must be set via the CA Top Secret parameter file. It cannot be set with a MODIFY command.
To use CA Top Secret in a USS environment, you must assign an ACID to USS to use for the OMVS started task.
Follow these steps:
TSS CREATE(OMVSGRP) TYPE(GROUP)
NAME(‘OMVS GROUP’)
DEPT(OMVSDEPT)
TSS CREATE(TTY) TYPE(GROUP)
NAME(‘REQ OMVS TTY GROUP’)
DEPT(OMVSDEPT)
TSS ADD(OMVSGRP) GID(1) TSS ADD(TTY) GID(2)
The product assigns GID 1 to the OMVSGRP group and assigns GID 2 to the TTY group.
TSS CREATE(OMVSKERN) TYPE(USER)
NAME(‘OMVS STC ACID’)
PASS(password,0)
DEPT(dept)
FACILITY(STC)
TSS ADD(STC) PROCNAME(OMVS)
ACID(OMVSKERN)
TSS ADD(OMVSKERN) UID(0)
DFLTGRP(OMVSGRP)
GROUP(OMVSGRP) GROUP(TTY)
TSS CREATE(BPXROOT) TYPE(USER)
NAME(‘BPXROOT ACID’)
PASS(password,0)
DEPT(OMVSDEPT)
TSS ADD(BPXROOT) GROUP(OMVSGRP)
DFLTGRP(OMVSGRP)
UID(0)
Defining this ACID ensures that the system can function properly if the SUPERUSER parameter is not defined in SYS1.PARMLIB member BPXPRMxx. If SUPERUSER has no assigned value, the default is BPXROOT.
Important! Your defined BPXROOT ACID must be defined with UID(0) and must not have BPX.DAEMON authorization.
You have defined the OMVS started task ACID.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|