Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Auxiliary Storage Pool Attributes (CHGASPA) command allows the user to change attributes that control the behavior of an auxiliary storage pool (ASP).
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ASP | ASP number | Single values: *ALLUSR Other values (up to 31 repetitions): 2-32 |
Optional, Positional 1 |
ASPDEV | ASP device | Single values: *ALLAVL Other values (up to 32 repetitions): Name |
Optional |
CPRRCYPCY | Compression recovery policy | *SAME, *OVERFLOW, *RETRY, *WAIT | Optional |
Top |
Specifies the auxiliary storage pool (ASP) for which the ASP attributes are to be changed.
Note: A value must be specified for either the ASP number (ASP) parameter or the ASP device (ASPDEV) parameter.
Single values
Other values (up to 31 repetitions)
Top |
Specifies the name of the auxiliary storage pool (ASP) device for which the attributes are to be changed.
Note: A value must be specified for either the ASP number (ASP) parameter or the ASP device (ASPDEV) parameter.
Single values
Other values (up to 32 repetitions)
Top |
Specifies what the compression recovery policy for the auxiliary storage pool (ASP) will be. This policy is how the system will handle ASP overflow situations when the ASP contains compressed units. See the Backup and Recovery book, SC41-5304 for more information about the compression recovery policy.
Note: This parameter value cannot be specified for ASP devices.
If space cannot be made available in the ASP and the ASP is a basic user ASP (ASP numbers 2-32), the SRC is removed from the system control panel, the data overflows into the system ASP (ASP number 1), and normal operation resumes. For an ASP device, the operation fails if space cannot be made available.
Top |
Example 1: Change All User ASPs
CHGASPA ASP(*ALLUSR) CPRRCYPCY(*WAIT)
This command changes the compression recovery policy for all user auxiliary storage pools to *WAIT.
Example 2: Change Specific ASPs
CHGASPA ASP(2 5) CPRRCYPCY(*RETRY)
This command changes the compression recovery policy for auxiliary storage pools 2 and 5 to *RETRY.
Example 3: Change Specific ASP Devices
CHGASPA ASPDEV(MYASP1) CPRRCYPCY(*RETRY)
This command changes the compression recovery policy for auxiliary storage pool ASP device MYASP1.
Top |
*ESCAPE Messages
Top |