skip book previous and next navigation links
go up to top of book: HP OpenVMS System Manager's Manual, Volume 2:... HP OpenVMS System Manager's Manual, Volume 2:...
go to beginning of chapter: Tracking Resource Use Tracking Resource Use
go to previous page: Setting Up Accounting Groups Setting Up Accounting Groups
go to next page: OpenVMS Cluster ConsiderationsOpenVMS Cluster Considerations
end of book navigation links

Monitoring Disk Space   



To find out how much disk space a user is using,, use a SYSMAN command or, if you have not enabled disk quotas, the DIRECTORY command.

How to Perform This Task

Use either of the following methods:

Examples

  1. This example uses SYSMAN to find out the number of blocks used by all the files that are owned by each user.
    $ RUN SYS$SYSTEM:SYSMAN
    SYSMAN> DISKQUOTA SHOW *
    
    %SYSMAN-I-QUOTA, disk quota statistics on device SYS$SYSTEM:MYDISK
    Node UNION
         UIC                  Usage        Permanent Quota   Overdraft Limit
    [0,0]                     0            1000              100
    [DOC,EDWARDS]             115354       150000            5000
    [DOC,FISH]                177988       250000            5000
    [DOC,SMITH]               140051       175000            5000
    [DOC,JONES]               263056       300000            5000
    
  2. This example uses the DIRECTORY command to show the number of blocks allocated by all the files in and under MYDISK:[PARSONS].
    $ DIRECTORY MYDISK:[PARSONS...]/SIZE=ALLOCATION/GRAND_TOTAL
    
    Grand total of 28 directories, 2546 files, 113565 blocks.

go to previous page: Setting Up Accounting Groups Setting Up Accounting Groups
go to next page: OpenVMS Cluster ConsiderationsOpenVMS Cluster Considerations