Administrator's Guide


Monitoring the Use of Storage Pool Volumes


Task Required Privilege Class
Display information about volumes Any administrator

You can query the server for general information about storage pool volumes, or you can view a detailed report to evaluate:

Requesting General Information about Storage Pool Volumes

To request general information about all volumes defined to the server, enter:

query volume

The following shows an example of the output of this standard query. The example illustrates that data is being stored on the 8mm tape volume named ADSM01, as well as on several other volumes in various storage pools.


+--------------------------------------------------------------------------------+
|                                                                                |
|Volume Name               Storage      Device      Estimated  %Util   Volume    |
|                          Pool Name    Class Name   Capacity          Status    |
|                                                        (MB)                    |
|------------------------  -----------  ----------  ---------  -----  --------   |
|/dev/raixvol1             AIXPOOL1     DISK            240.0   26.3  On-Line    |
|/dev/raixvol2             AIXPOOL2     DISK            240.0   36.9  On-Line    |
|/dev/rdosvol1             DOSPOOL1     DISK            240.0   72.2  On-Line    |
|/dev/rdosvol2             DOSPOOL2     DISK            240.0   74.1  On-Line    |
|/dev/ros2vol1             OS2POOL1     DISK            240.0   55.7  On-Line    |
|/dev/ros2vol2             OS2POOL2     DISK            240.0   51.0  On-Line    |
|ADSM00                    TAPEPOOL     TAPE8MM       2,472.0    0.0  Filling    |
|ADSM01                    TAPEPOOL     TAPE8MM       2,472.0    2.2  Filling    |
|                                                                                |
+--------------------------------------------------------------------------------+

Requesting Detailed Information about Storage Pool Volumes

To query the server for a detailed report on volume ADSM01 in the storage pool named TAPEPOOL, enter:

query volume adsm01 format=detailed

The following shows the output of this detailed query.


+--------------------------------------------------------------------------------+
|                   Volume Name: ADSM01                                          |
|             Storage Pool Name: TAPEPOOL                                        |
|             Device Class Name: TAPE8MM                                         |
|       Estimated Capacity (MB): 2,472.0                                         |
|                         %Util: 26.3                                            |
|                 Volume Status: Filling                                         |
|                        Access: Read/Write                                      |
|        Pct. Reclaimable Space: 5.3                                             |
|               Scratch Volume?: No                                              |
|               In Error State?: No                                              |
|      Number of Writable Sides: 1                                               |
|       Number of Times Mounted: 4                                               |
|             Write Pass Number: 2                                               |
|     Approx. Date Last Written: 12/04/1996 11:33:26                             |
|        Approx. Date Last Read: 12/03/1996 16:42:55                             |
|           Date Became Pending:                                                 |
|        Number of Write Errors: 0                                               |
|         Number of Read Errors: 0                                               |
|               Volume Location:                                                 |
|Last Update by (administrator): ADSMADMIN                                       |
|         Last Update Date/Time: 12/02/1996 13:20:14                             |
|                                                                                |
+--------------------------------------------------------------------------------+

Here are some ways to use this report:

Requesting Information about the Contents of a Storage Pool Volume

Any administrator can request information about the contents of a storage pool volume. Viewing the contents of a storage volume is useful when a volume is damaged or before you do the following:

Because ADSM tracks the contents of a storage volume through its database, the requested volume need not be accessed in order to determine its contents.

The report generated by a QUERY CONTENT command shows the contents of a volume. This report can be extremely large and may take a long time to produce. To reduce the size of this report, narrow your search by selecting one or all of the following search criteria:

Node name
Name of the node whose files you want to include in the query.

File space name
Names of file spaces to include in the query. File space names are case-sensitive and must be entered exactly as they are known to the server. Use the QUERY FILESPACE command to find the correct capitalization.

Number of files to be displayed
Enter a positive integer, such as 10, to list the first ten files stored on the volume. Enter a negative integer, such as -15, to list the last fifteen files stored on the volume.

Filetype
Specifies which types of files, that is, backup versions, archive copies, or space-managed files, or a combination of these.

Format of how the information is displayed
Standard or detailed information for the specified volume.

Damaged
Specifies whether to restrict the query output either to files that are known to be damaged, or to files that are not known to be damaged.

Copied
Specifies whether to restrict the query output to either files that are backed up to a copy storage pool, or to files that are not backed up to a copy storage pool.

Viewing a Standard Report on the Contents of a Volume

To view the first seven backup files on volume ADSM01 from file space /usr on client node TOMC, for example, enter:

query content adsm01 node=tomc filespace=/usr count=7 type=backup

Figure 31 displays a standard report which shows the first seven files from file space /usr on TOMC stored in ADSM01.

Figure 31. A Standard Report on the Contents of a Volume

+--------------------------------------------------------------------------------+
|Node Name                Type Filespace  Client's Name for File                 |
|                              Name                                              |
|------------------------ ---- ---------- -------------------------------------- |
|TOMC                     Bkup /usr       /bin/ acctcom                          |
|TOMC                     Bkup /usr       /bin/ acledit                          |
|TOMC                     Bkup /usr       /bin/ aclput                           |
|TOMC                     Bkup /usr       /bin/ admin                            |
|TOMC                     Bkup /usr       /bin/ ar                               |
|TOMC                     Bkup /usr       /bin/ arcv                             |
|TOMC                     Bkup /usr       /bin/ banner                           |
|                                                                                |
+--------------------------------------------------------------------------------+

The report lists logical files on the volume. If a file on the volume is an aggregate of logical files (backed-up or archived client files), all logical files that are part of the aggregate are included in the report. An aggregate file can be stored on more than one volume, and therefore not all of the logical files in the report may actually be stored on the volume being queried.

Viewing a Detailed Report on the Contents of a Volume

To query the server to display detailed information about the files stored on volume VOL1, enter:

query content vol1 format=detailed

Figure 32 displays a detailed report that shows the files stored on VOL1. The report lists logical files and shows whether each file is part of an aggregate file. If a logical file is stored as part of an aggregate file, the information in the Segment Number, Stored Size, and Cached Copy? fields apply to the aggregate, not to the individual logical file.

If a logical file is part of an aggregate file, the Aggregated? field shows the sequence number of the logical file within the aggregate file. For example, the Aggregated? field contains the value 2/4 for the file AB0CTGLO.IDE, meaning that this file is the second of four files in the aggregate. All logical files that are part of an aggregate are included in the report. An aggregate file can be stored on more than one volume, and therefore not all of the logical files in the report may actually be stored on the volume being queried.

For disk volumes, the Cached Copy? field identifies whether the file is a cached copy of a file that has been migrated to the next storage pool in the hierarchy.

Figure 32. Viewing a Detailed Report of the Contents of a Volume

+--------------------------------------------------------------------------------+
|             Node Name: DWE                                                     |
|                  Type: Bkup                                                    |
|        Filespace Name: OS2                                                     |
|Client's Name for File: \ README                                                |
|           Aggregated?: No                                                      |
|           Stored Size: 27,089                                                  |
|        Segment Number: 1/1                                                     |
|          Cached Copy?: No                                                      |
|                                                                                |
|             Node Name: DWE                                                     |
|                  Type: Bkup                                                    |
|        Filespace Name: DRIVE_L_K:                                              |
|Client's Name for File: \COMMON\DSMCOMMN\ AB0CTCOM.ENT                          |
|           Aggregated?: 1/4                                                     |
|           Stored Size: 202,927                                                 |
|        Segment Number: 1/1                                                     |
|          Cached Copy?: No                                                      |
|                                                                                |
|             Node Name: DWE                                                     |
|                  Type: Bkup                                                    |
|        Filespace Name: DRIVE_L_K:                                              |
|Client's Name for File: \COMMON\DSMCOMMN\ AB0CTGLO.IDE                          |
|           Aggregated?: 2/4                                                     |
|           Stored Size: 202,927                                                 |
|        Segment Number: 1/1                                                     |
|          Cached Copy?: No                                                      |
|                                                                                |
|             Node Name: DWE                                                     |
|                  Type: Bkup                                                    |
|        Filespace Name: DRIVE_L_K:                                              |
|Client's Name for File: \COMMON\DSMCOMMN\ AB0CTTRD.IDE                          |
|           Aggregated?: 3/4                                                     |
|           Stored Size: 202,927                                                 |
|        Segment Number: 1/1                                                     |
|          Cached Copy?: No                                                      |
|                                                                                |
|             Node Name: DWE                                                     |
|                  Type: Bkup                                                    |
|        Filespace Name: DRIVE_L_K:                                              |
|Client's Name for File: \COMMON\DSMCOMMN\ AB0CTSYM.ENT                          |
|           Aggregated?: 4/4                                                     |
|           Stored Size: 202,927                                                 |
|        Segment Number: 1/1                                                     |
|          Cached Copy?: No                                                      |
|          Cached Copy?: No                                                      |
|                                                                                |
+--------------------------------------------------------------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]