End ASP Balance (ENDASPBAL)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The End ASP Balance (ENDASPBAL) command allows the user to end the ASP balance function that was started using the Start ASP Balance (STRASPBAL) CL command. A message will be sent to the system history (QHST) log when the ASP balance function is ended for each ASP.

For more information about ASP balancing, see the Hierarchical Storage Management Use, SC41-5351.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
ASP ASP number Single values: *ALL
Other values (up to 32 repetitions): 1-32
Optional, Positional 1
ASPDEV ASP device Single values: *ALLAVL
Other values (up to 32 repetitions): Name
Optional
Top

ASP number (ASP)

Specifies the auxiliary storage pool (ASP) number for which the ASP balancing function is to be ended.

Note: A value must be specified for either the ASP number (ASP) parameter or the ASP device (ASPDEV) parameter. Both parameters may be specified.

Single values

*ALL
ASP balancing will be ended for the system ASP (ASP number 1) and all basic ASPs (ASP numbers 2-32) defined to the system.

Other values (up to 32 repetitions)

1-32
Specify the number of the ASP for which ASP balancing is to be ended.
Top

ASP device (ASPDEV)

Specifies the auxiliary storage pool (ASP) device for which ASP balancing is to be ended.

Note: A value must be specified for either the ASP number (ASP) parameter or the ASP device (ASPDEV) parameter. Both parameters may be specified.

Single values

*ALLAVL
ASP balancing will end for all ASP devices that currently have a status of 'Available'.

Other values (up to 32 repetitions)

name
Specify the name of the independent ASP device for which ASP balancing is to be ended.
Top

Examples

Example 1: End ASP Balance for ASP 1

ENDASPBAL   ASP(1)

This command allows the user to end the ASP balancing function for ASP 1.

Example 2: End ASP Balance for ASPs 1-32

ENDASPBAL   ASP(*ALL)

This command will end the ASP balancing functions for the system ASP (ASP number 1) and each basic ASP (ASP numbers 2-32) that is currently being balanced.

Example 3: End ASP Balance for an ASP Device

ENDASPBAL   ASPDEV(MYASP1)

This command will end the ASP balancing function for ASP device MYASP1.

Example 4: End ASP Balancing for All ASPs

ENDASPBAL   ASP(*ALL)  ASPDEV(*ALLAVL)

This command will end the ASP balancing functions that may be active on ASP numbers 1-32 and all ASP devices that have a status of 'Available'.

Top

Error messages

*ESCAPE Messages

CPF18AC
ASP balancing not active for ASP &1.
CPF18AD
ASP &1 must contain more than a single unit.
CPF1890
*ALLOBJ authority required for requested operation.
CPF9829
Auxiliary storage pool &1 not found.
Top