Previous Topic: VMDIAL Resource Class—Secure Dial Access Virtual MachinesNext Topic: VMMDISK Resource Class—Secure Minidisks


VMMACH Resource Class—Authorize AUTOLOG Users

Valid on z/VM.

Use VMMACH to authorize users to AUTOLOG a virtual machine or logon to it using an alternate ACID.

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

TSS ADDTO(acid) VMMACH(machine name)
Prefix length

One to eight characters

Capacity of list

One to five machine names per TSS command

Generic prefixing allows the administrator to group a set of similar resource names together, and define them by generic prefix.

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

TSS PERMIT(acid) VMMACH(machine name)
Prefix length

One to eight characters

Capacity of list

One to five machine names per TSS command

This keyword is used with:

The administrator can:

Examples: VMMACH resource class

This example restricts the use of the virtual machine BATCH1, by assigning ownership of the Systems Department:

TSS ADDTO(SYSDEPT) VMMACH(BATCH1)

This example removes ownership:

TSS REMOVE(SYSDEPT) VMMACH(BATCH1)

This example permits a group of users in the Development Department to autolog the batch controller:

TSS PERMIT(PRODEV) VMMACH(BATCH1)
                   ACCESS(AUTOLOG)

This example revokes access to BATCH1:

TSS REVOKE(PROFDEV) VMMACH(BATCH1)