Previous Topic: VMDIAL Resource Class—Secure Dial Access Virtual MachinesNext Topic: VMMACH Resource Class—Authorize AUTOLOG Users


Examples: VMDIAL Resource Class—Secure

This example protects DIAL access to the virtual machine OPER17, by assigning ownership to the Operations Department:

TSS ADDTO(OPERDEPT) VMDIAL(OPER17)

This example removes ownership:

TSS REMOVE(OPERDEPT) VMDIAL(OPER17)

This example permits a group in the Payroll Department to dial the virtual machine PAY17:

TSS PERMIT(PAYUSER) VMDIAL(PAY17)

When PAYUSER dials the virtual machine PAY17, he is prompted for his password. VMDIAL can also restrict which lines an ACID may use when dialing into a virtual machine.

TSS PERMIT(PAYUSR2) VMDIAL(PAY17.0041)

This example allows PAYUSR2 to dial the PAY17 machine at virtual line 0041 only. This example revokes PAYUSER's dial access permission:

TSS REVOKE(PAYUSER) VMDIAL(PAY17.0041)