The XUSERIDS record excludes specified user IDs from VMRMUA's analysis. VMRMUA uses this record to produce details for Report 15, Excepted Userids/Vaddrs. By default, VMRMUA analyzes all minidisks.

Use the XUSERIDS record to exclude system software and other minidisks you do not want VMRMUA to analyze. If you use an XUSERIDS record, you must also use an XLIST USERIDS record.

You can use multiple XUSERIDS records.

XUSERIDS userid1 [ vaddr ... ] [ userid2 [ vaddr ... ]] ...
  • userid1 [ vaddr ] [ userid2 [ vaddr ] ] ...
    Specifies at least one user ID whose minidisks to exclude from the analysis. If you do not specify a virtual address, the analysis excludes all of the specified user ID's minidisks. Use vaddr to exclude individual minidisks from the analysis.

Examples

  • To exclude all minidisks owned by user IDs USER01, SAMPLE, and TESTUSER from VMRMUA analysis, change the XUSERIDS record to:
    XUSERIDS USER01 SAMPLE TESTUSER
    
  • To exclude user ID USER02 192 minidisk, and user ID USER03 191 and 194 minidisks, change the XUSERIDS record to:
    XUSERIDS USER02 191 USER03 191 USER03 194