The USER record specifies the user minidisks to appear in Report 5, User Minidisk Statistics.
You must use a separate USER record for each user minidisk you want to include in Report 5.
If you want to include a user minidisk protected by a link password, you must include the password in the USER statement or override the need for the password. VMRCMQ cannot link to a minidisk without a password or a rule. If you use the CA VM:Secure Rules Facility, you must specify an asterisk for the password parameter. For more information, see the CA VM:Secure Rules Facility Guide.
USER userid vaddr password [ threshold ]
- userid
Specifies a user ID you want to include in Report 5. - vaddr
Specifies the virtual address of the user's minidisk. - password
Defines the minidisk's read-only link password. If a read-only password exists, it must be specified. If you use the CA VM:Secure Rules Facility and a rule has been created for this minidisk, you must specify an asterisk for this parameter. - threshold
Specifies the threshold utilization percentage for user minidisks appearing in Report 5. Minidisks that exceed this threshold are highlighted in the report. The value of this parameter must be between 40 and 90. The default value is 75.
Examples
- To specify that you want user ID COBB's 191 minidisk (password PEACH) to appear in Report 5 with a threshold percentage of 90, add the following USER record:
USER COBB 191 PEACH 90
- To specify that you want user ID DEAN's 191 and 193 minidisks to appear in Report 5 (both minidisks have rules set up) using the default threshold, add the following USER records:
USER DEAN 191 * USER DEAN 193 *