Define the OPSYS Administrator ID With CA-Top Secret
The server administrator ID requires an OMVS segment.
To define the server administrator ID with eTrust CA-Top Secret:
- Create a department ID for everyone defined to eTrust
CA-Top Secret who will be using the server, by issuing the command
TSS CRE(dept) TYPE(DEPT) NAME('formal department name')
where:
deptIs the name of the department you are creating.
formal department nameIs the label you want to associate with the new department.
- For users within the department you just created for the server,
you can define resource access within a group. To define an ID for
that group, issue the following command
TSS CRE(deptgrp) NAME('dept group') DEPT(dept) TYPE(GROUP) GID(n)
where:
deptgrpIs the name of the group you are creating.
dept groupIs the label you want to associate with the new group.
deptIs the name of the department you created.
nIs the number you want to assign to the new group.
- Create the iadmin ID and attach it to the new department by
issuing the following commands:
TSS CRE(iadmin) NAME('iadmin id') TYPE(USER) DEPT(dept) PASSWORD(pass) GROUP(deptgrp) DFLTGRP(deptgrp)
where:
iadminIs the ID you are creating to administer the server.
iadmin idIs the label you want to associate with the new ID.
deptIs the name of the department that you created.
passIs the password for the ID you are creating.
deptgrpIs the group you created.
- Issue the following command to define the user's USS shell program
(using OMVSPGM), facility access (using FAC), and, optionally, the
initial directory (using HOME).
The OMVS segment of the ACID defines the ACID's UID, the user's home directory, and the initial program that the user will run. The initial program is generally the shell program that the user invokes.
TSS ADD(iadmin) UID(n) [HOME(/u/dir)] OMVSPGM(/bin/sh) FAC(BATCH,TSO)
where:
iadminIs the ID you created to administer the server.
nIs the UID. It cannot be 0 (zero).
HOMEDefines the initial directory path name. If it is omitted, USS sets the user's initial directory to the root directory.
dirIs the ID home directory.
- Issue the following command
TSS PER(iadmin) IBMFAC(BPX.FILEATTR.APF) ACC(READ)where:
iadminIs the ID you created to administer the server.
- Continue by verifying the server administrator ID, as described in Verify the OPSYS Administrator ID.