Previous Topic: SERVAUTH Resource Class—Secure TCP/IP ResourcesNext Topic: SMESSAGE Resource Class—Secure TSO Messages


SERVER Resource Class—Secure z/OS SERVER Objects

Valid on z/OS.

Use SERVER to secure SERVER for z/OS objects.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) SERVER(server)
Prefix length

One to eight characters

Capacity of list

One to eight prefixes per TSS command.

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) SERVER(server)
Prefix length

One to sixteen characters

Capacity of list

One to eight prefixes per TSS command.

This keyword is used with:

The administrator can use any of the following methods to control access to SERVER resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

Examples: SERVER resource class

This example protects the resource by assigning ownership to the Corporate Department(owning acid):

TSS ADDTO(CORPORAT) SERVER(SERVER1)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT) SERVER(SERVER1)

This example permits users in the Technical Services Department to access SERVER1.XXXXXXXX on Fridays only:

TSS PERMIT(acid) SERVER(SERVER1.XXXXXXXX)
                 DAYS(FRIDAY)

This example permits users in the Technical Services Department to access SERVER1.XXXXXXXX.

TSS PERMIT(acid) SERVER(SERVER1.XXXXXXXX)

This example revokes access:

TSS REVOKE(TECHPROF) SERVER(SERVER1.XXXXXXXX)