Previous Topic: VMSCHED CANCEL RuleNext Topic: VMSCHED SCHEDULE Rule


VMSCHED QUERY Rule

Suppose you have decided that you want to restrict all users from querying your CA VM:Schedule jobs. You add the following rule to your rules file:

REJECT * VMSCHED QUERY *

This rule meets your needs, except that members of your security group are asking how you have scheduled some routine tasks. You decide to allow them to query jobs scheduled to run on your user ID, so you add another rule to your rules file:

ACCEPT * VMSCHED QUERY * (GROUP

Now, members of your security group can use the CA VM:Schedule QUERY command to determine when jobs are scheduled to initiate on your user ID.