Previous Topic: VMNODE Resource Class—Secure z/VM NodesNext Topic: VMRDR Resource Class—Secure Virtual Machine Readers


Examples: VMNODE resource class

This example protects a VMNODE called JACKSON, by assigning ownership to the Corporate Level Division:

TSS ADDTO(CORPDIV) VMNODE(JACKSON)

This example removes ownership of VMNODEs:

TSS REMOVE(CORPDIV) VMNODE(JACKSON)

This example permits a user in the Accounts Payable Department to transfer data to RSCS nodes in Dallas and Miami:

TSS PERMIT(APUSER) VMNODE(DALLAS,MIAMI)

This example revokes access to the RCSC node in Miami:

TSS REVOKE(APUSER) VMNODE(MIAMI)