QUERY PROTECTSTATUS (Query the status of storage pool protection)

Use this command to display information about the status of storage pool protection for directory-container storage pools.

Privilege class

Any administrator can issue this command.

Syntax

Read syntax diagramSkip visual syntax diagram Query PROTECTStatus *pool_nameFormat=StandardFormat=StandardDetailed

Parameters

pool_name
Specifies the name of the directory-container storage pool to be queried. This parameter is optional. You can use wildcard characters to specify this name. If you do not specify a value, the status of all directory-container storage pools is displayed.
Format
Specifies how the information is displayed. This parameter is optional. The default value is STANDARD. Specify one of the following values:
Standard
Specifies that partial information is displayed.
Detailed
Specifies that complete information is displayed.

Example: Display summary information about a specific storage pool

Display information about the storage pool that is named POOL1. Issue the following command:
query protectstatus pool1
Source        Source         Target         Target          Pct.        Last Complete
Server Name   Storage Pool   Server Name    Storage Pool    Protected   Protect
------------  ------------   ------------   ------------   ----------   --------------
NEXT          POOL1          NEXT           POOL1COPY      96.55        02/17/2017 11:15:07
NEXT          POOL1          NEXT1          POOL2          99.99        02/17/2017 11:14:53
NEXT          POOL1          UNKNOWN        UNKNOWN        UNKNOWN      02/17/2017 11:13:44
NEXT1         POOL2          NEXT           POOL1          100.00       02/17/2017 12:56:58
See Field descriptions for field descriptions.

Example: Display detailed information about a specific storage pool

Display information in full detail about the storage pool named, POOL1. Issue the following command:
query protectstatus pool1 format=detailed
       Source Server Name: NEXT
      Source Storage Pool: POOL1
       Target Server Name: NEXT
      Target Storage Pool: POOL1COPY 
           Pct. Protected: 96.55
   Data Extents Protected: 1,747
       Data Extents Total: 1,852
           Protected (MB): 165.33
               Total (MB): 171.23
Last Completed Protection: 02/17/2017 11:15:07
   Last Refresh Date/Time: 02/19/2017 00:27:12
See Field descriptions for field descriptions.

Field descriptions

Source Server Name
The name of the source server.
Source Storage Pool
The name of the directory-container storage pool on the source server.
Target Server Name
The name of the target server.
Target Storage Pool
The name of the directory-container storage pool on the target server.
Pct. Protected
The percentage of protected data in the directory-container storage pool.
Data Extents Protected
The number of data extents that are protected in the directory-container storage pool.
Data Extents Total
The total number of data extents in the directory-container storage pool.
Protected (MB)
The total amount of protected data that is in the directory-container storage pool, in megabytes.
Total (MB)
The total amount of data that is in the directory-container storage pool, in megabytes.
Last Completed Protection
The date and time that the directory-container storage pool was last protected.
Last Refresh Date/Time
The date and time that the directory-container storage pool was last refreshed.

Related commands

Table 1. Commands related to QUERY PROTECTSTATUS
Command Description
PROTECT STGPOOL Protects a directory-container storage pool.