Administrator's Reference

UPDATE STGPOOL (Change the Attributes of a Storage Pool)

Use the UPDATE STGPOOL command to change any parameters in an existing storage pool.

You can use this command to modify selected parameters for the specified storage pool. If you do not explicitly update a parameter, it remains unchanged.

The UPDATE STGPOOL command takes three forms, depending on whether the update is for a primary storage pool assigned to random access devices, a primary storage pool assigned to sequential access devices, or a copy storage pool. The syntax and parameters for each form are defined separately.

Privilege Class

To issue this command, you must have system privilege, unrestricted storage privilege, or restricted storage privilege for the storage pool to be updated.

Syntax for Updating a Random Access Storage Pool

                   (1)
>>-UPDate STGpool-------poolname-------------------------------->
 
>---+------------------------------+---------------------------->
    '-DESCription--=--description--'
 
>---+-----------------------------+----------------------------->
    '-ACCess--=--+-READWrite---+--'
                 +-READOnly----+
                 '-UNAVailable-'
 
>---+------------------------------+---------------------------->
    '-MAXSIze--=--+-maxfilesize-+--'
                  '-NOLimit-----'
 
>---+---------------------------+------------------------------->
    '-NEXTstgpool--=--poolname--'
 
>---+---------------------------+--+-------------------------+-->
    '-HIghmig--=--highmigvalue--'  '-LOwmig--=--lowmigvalue--'
 
>---+--------------------+--+------------------------------+---><
    '-CAChe--=--+-Yes-+--'  '-MIGPRocess--=--numprocesses--'
                '-No--'
 

1

You must specify at least one optional parameter on this command.

Parameters for Updating a Random Access Storage Pool

poolname

Specifies the name of the storage pool to be updated. This parameter is required.

DESCription=description

Specifies a description of the storage pool to be updated. This parameter is optional. The maximum length of the description is 255 characters. The description must be enclosed in quotation marks if it contains any blank characters. To remove a previously defined description, specify a null string ("") for this value.

ACCess=accessmode

Specifies how users and system processes (like migration and reclamation) can access files in the storage pool. This parameter is optional. Possible values are:

READWrite

Specifies that users and system processes (like migration) can read and write to files stored on volumes in the storage pool.

READOnly

Specifies that users can only read files stored on the volumes in the storage pool.

No new writes are permitted to the volumes in the storage pool from other volumes outside the storage pool. However, system processes (like reclamation) are permitted to move files within the volumes in the storage pool.

If this storage pool has been specified as a subordinate storage pool (with the NEXTSTGPOOL parameter) and is defined as readonly, the storage pool is skipped when system processes (like migration) attempt to write files to the storage pool from volumes in another storage pool.

UNAVailable

Specifies that users cannot access files stored on volumes in the storage pool.

No new writes are permitted to the volumes in the storage pool from other volumes outside the storage pool. However, system processes (like reclamation) are permitted to move files within the volumes in the storage pool. Files can also be moved or copied from this storage pool to another storage pool.

If this storage pool has been specified as a subordinate storage pool (with the NEXTSTGPOOL parameter) and is defined as unavailable, the storage pool is skipped when system processes (like migration) attempt to write files to the storage pool.

MAXSIze=maxfilesize

Specifies the maximum physical file size for the storage pool. This parameter is optional. The value of this parameter can be either NOLIMIT, or an integer followed by a scale factor. The value NOLIMIT specifies that there is no maximum size limit for physical files stored in the storage pool. Logical files that are smaller than the MAXSIZe value will not be stored if they belong to an aggregate that is larger than the MAXSIZe value.

To limit the maximum physical file size, specify an integer (1 to 999999) followed by a scale factor. Scale factors and their meanings are:

Scale Factor
Meaning
K
Kilobyte
M
Megabyte
G
Gigabyte
T
Terabyte

For example, MAXSIZE=5G specifies that the maximum file size for this storage pool is 5 gigabytes.

If a file exceeds the maximum size and no pool is specified as the NEXTSTGPOOL, the file is not stored. If a file exceeds the maximum size and a pool is specified as the NEXTSTGPOOL, the file is stored in the next storage pool that can accept the file size. If you specify the NEXTSTGPOOL parameter, at least one storage pool in the hierarchy should have a MAXSIZE value of NOLIMIT. By setting MAXSIZE to NOLIMIT for at least one pool, you ensure that no matter what its size, a file can be stored somewhere.

NEXTstgpool=poolname

Specifies the name of the storage pool to which files can be migrated. This parameter is optional. The pool specified must be a primary storage pool. A copy storage pool cannot be specified.

To remove an existing storage pool from the storage hierarchy, specify a null string ("") for this value.

You cannot create a chain of storage pools that leads to an endless loop through the NEXTSTGPOOL parameter. At least one storage pool in the hierarchy must have no value specified for NEXTSTGPOOL.

HIghmig=highmigvalue

Specifies when ADSM can start migration for this storage pool, as a percentage of the storage pool occupancy. This parameter is optional. You can specify an integer from 0 to 100, inclusive.

When the storage pool occupancy exceeds the value for this parameter, ADSM can start migration, by node, to the next storage pool, as defined with the NEXTSTGPOOL parameter. You can specify HIGHMIG=100 to prevent migration for this storage pool (assuming you have defined the NEXTSTGPOOL parameter).

LOwmig=lowmigvalue

Specifies when ADSM can stop migration for this storage pool, as a percentage of the storage pool occupancy. This parameter is optional. You can specify an integer from 0 to 99, inclusive.

When the storage pool occupancy reaches the value for this parameter, ADSM does not initiate migration of another node's files. Because all file spaces that belong to a node are migrated together, the occupancy of the storage pool can fall below the value you specified for this parameter. You can set LOWMIG=0 to permit migration to empty the storage pool.

CAChe=cachingvalue

For random access storage pools only, specifies whether a cached copy of a file that has been migrated remains in the random access storage pool. This parameter is optional. The primary copy of the file is migrated to the next storage pool, as defined with the NEXTSTGPOOL parameter. Caching improves the time it takes to retrieve files that have been migrated to sequential access storage pools by permitting cached copies of files to remain in the random access storage pool. The cached copies are available, if needed, or can be overwritten when necessary. Possible values are:

Yes

Specifies that caching is enabled.

No

Specifies that caching is disabled.

MIGPRocess=numprocesses

For random access storage pools only, specifies the number of processes that are used for migrating files from this storage pool. This parameter is optional. You can specify an integer from 1 to 999, inclusive.

During migration, these processes are performed in parallel to provide the potential for improved migration rates.

Syntax for Updating a Primary Sequential Access Storage Pool

                   (1)
>>-UPDate STGpool-------poolname-------------------------------->
 
>---+------------------------------+---------------------------->
    '-DESCription--=--description--'
 
>---+-----------------------------+----------------------------->
    '-ACCess--=--+-READWrite---+--'
                 +-READOnly----+
                 '-UNAVailable-'
 
>---+------------------------------+---------------------------->
    '-MAXSIze--=--+-maxfilesize-+--'
                  '-NOLimit-----'
 
>---+---------------------------+------------------------------->
    '-NEXTstgpool--=--poolname--'
 
>---+------------------------------+---------------------------->
    '-RECLAIMSTGpool--=--poolname--'
 
>---+---------------------------+--+-------------------------+-->
    '-HIghmig--=--highmigvalue--'  '-LOwmig--=--lowmigvalue--'
 
>---+------------------------------+---------------------------->
    '-COLlocate--=--+-No--------+--'
                    +-Yes-------+
                    '-FILespace-'
 
>---+---------------------------+------------------------------->
    '-REClaim--=--reclaimvalue--'
 
>---+---------------------------------+------------------------->
    '-MAXSCRatch--=--maxscratchvalue--'
 
>---+----------------------+--+--------------------------------+-><
    '-REUsedelay--=--days--'  '-OVFLOcation--=--locationname---'
 

1

You must specify at least one optional parameter on this command.

Parameters for Updating a Primary Sequential Access Storage Pool

poolname

Specifies the name of the storage pool to be updated. This parameter is required.

DESCription=description

Specifies a description of the storage pool to be updated. This parameter is optional. The maximum length of the description is 255 characters. The description must be enclosed in quotation marks if it contains any blank characters. To remove a previously defined description, specify a null string ("") for this value.

ACCess=accessmode

Specifies how users and system processes (like migration and reclamation) can access files in the storage pool. This parameter is optional. Possible values are:

READWrite

Specifies that users and system processes (like migration) can read and write files stored on volumes in the storage pool.

READOnly

Specifies that users can only read files stored on the volumes in the storage pool.

No new writes are permitted to the volumes in the storage pool from other volumes outside the storage pool. However, system processes (like reclamation) are permitted to move files within the volumes in the storage pool.

If this storage pool has been specified as a subordinate storage pool (with the NEXTSTGPOOL parameter) and is defined as readonly, the storage pool is skipped when system processes (like migration) attempt to write files to the storage pool from volumes in another storage pool.

UNAVailable

Specifies that users cannot access files stored on volumes in the storage pool.

No new writes are permitted to the volumes in the storage pool from other volumes outside the storage pool. However, system processes (like reclamation) are permitted to move files within the volumes in the storage pool. Files can also be moved or copied from this storage pool to another storage pool.

If this storage pool has been specified as a subordinate storage pool (with the NEXTSTGPOOL parameter) and is defined as unavailable, the storage pool is skipped when system processes (like migration) attempt to write files to the storage pool.

MAXSIze=maxfilesize

Specifies the maximum physical file size for the storage pool. This parameter is optional. The value of this parameter can be either NOLIMIT, or an integer followed by a scale factor. The value NOLIMIT specifies that there is no maximum size limit for physical files stored in the storage pool. Logical files that are smaller than the MAXSIZe value will not be stored if they belong to an aggregate that is larger than the MAXSIZe value.

To limit the maximum physical file size, specify an integer (1 to 999999) followed by a scale factor. Scale factors and their meanings are:

Scale Factor
Meaning
K
Kilobyte
M
Megabyte
G
Gigabyte
T
Terabyte

For example, MAXSIZE=5G specifies that the maximum file size for this storage pool is 5 gigabytes.

If a file exceeds the maximum size and no pool is specified as the NEXTSTGPOOL, the file is not stored. If a file exceeds the maximum size and a pool is specified as the NEXTSTGPOOL, the file is stored in the next storage pool that can accept the file size. If you specify the NEXTSTGPOOL parameter, at least one storage pool in the hierarchy should have a MAXSIZE value of NOLIMIT. By setting MAXSIZE to NOLIMIT for at least one pool, you ensure that no matter what its size, a file can be stored somewhere.

NEXTstgpool=poolname

Specifies the name of the storage pool to which files can be migrated. This parameter is optional. The storage pool must be a primary storage pool. A copy storage pool cannot be specified.

To remove an existing storage pool from the storage hierarchy, specify a null string ("") for this value.

You cannot create a chain of storage pools that leads to an endless loop through the NEXTSTGPOOL parameter. At least one storage pool in the hierarchy must have no value specified for NEXTSTGPOOL.

RECLAIMSTGpool=poolname

Specifies another storage pool as a target for reclaimed data. This parameter is primarily for use with storage pools that have only one drive in its library. This parameter allows the volume to be reclaimed to be mounted in its library and the data is then moved to the specified reclaim storage pool.

This parameter must be an existing primary sequential storage pool. This parameter is optional, however, if this parameter is used all data will be reclaimed to that storage pool regardless of the number of drives in that library.

The reclaim storage pool itself must be defined as a primary storage pool. There are no restrictions on this storage pool's definition, but it should be defined with a NEXTSTGPOOL= value that will migrate its data back into the data storage hierarchy. Because its primary function is to collect reclaimed data, its NEXTSTGPOOL= value should be the same storage pool from which the data was reclaimed.

HIghmig=highmigvalue

Specifies when ADSM can start migration for this storage pool, as a percentage of the storage pool occupancy. This parameter is optional. You can specify an integer from 1 to 100, inclusive.

When the storage pool occupancy exceeds the value for this parameter, ADSM can start migration, by volume, to the next storage pool, as defined with the NEXTSTGPOOL parameter. You can specify HIGHMIG=100 to prevent migration for this storage pool (assuming you have defined the NEXTSTGPOOL parameter).

LOwmig=lowmigvalue

Specifies when ADSM can stop migration for this storage pool, as a percentage of the storage pool occupancy. This parameter is optional. You can specify an integer from 0 to 99, inclusive.

When the storage pool occupancy reaches the value for this parameter, ADSM does not initiate migration of files from another volume. Because all files that are on a single volume are migrated together, the occupancy of the storage pool can fall below the value you specified for the LOWMIG parameter. You can set LOWMIG=0 to permit migration to empty the storage pool.

COLlocate=collocation

Specifies whether ADSM attempts to keep data belonging to a single client node assigned to as few volumes as possible; or attempts to keep data belonging to a single client node's filespace assigned to as few volumes as possible. This parameter is optional.

Collocation reduces the number of sequential access media mounts for restore, retrieve, and recall operations. However, collocation increases both the amount of server time needed to collocate files for storing, and the number of volumes required. Collocation may not be useful on systems with only one or two sequential devices. For additional information, see ADSM Administrator's Guide.

Possible values are:

Yes

Specifies that collocation is enabled. The server tries to put data for one node on as few volumes as possible. If the node has multiple filespaces, no attempt is made to collocate those filespaces.

No

Specifies that collocation is disabled.

FILespace

Specifies that collocation is enabled at the filespace level for client nodes. The server tries to put data for one node and filespace on as few volumes as possible. If a node has multiple filespaces, the server attempts to put data for different filespaces on different volumes.

REClaim=reclaimvalue

Specifies when to initiate reclamation of fragmented space on volumes in the storage pool, based on the percentage of reclaimable space on a volume. Reclamation makes the fragmented space usable again by moving any remaining active files from one volume to another volume, thus making the original volume available for reuse. This parameter is optional. You can specify an integer from 1 to 100, inclusive.

Space becomes fragmented as files on a volume are deleted because of processes such as expiration or file space deletion. The amount of space that can be reclaimed on a volume increases as files on the volume are deleted. When the percentage of space that can be reclaimed on a volume rises above the value for the RECLAIM parameter, the volume is reclaimed. Active files on the volume are rewritten to other volumes in the storage pool, making the original volume available for new files.

It is recommended that you specify a value of 50 percent or greater for this parameter so that files stored on two volumes can be combined onto a single output volume.

For offsite storage pool volumes, when a copy pool volume that is offsite becomes eligible for reclamation, the reclamation process attempts to retrieve the active files on the reclaimable volume from a primary or copy storage pool that is onsite, and then write these files to an available volume in the original copy storage pool. Effectively, these files are moved back to the onsite location, although they could be obtained from the offsite volume after a disaster if a database backup is used which references the files on the offsite volume. Because of the way reclamation works with offsite volumes, use it carefully with copy storage pools.

Notes:

  1. In order to dump more than 2GB of data onto the 12 or 14-inch WORM media, ADSM with WORM support must be run on Version 4.1.4 of AIX to overcome a filesystem limitation.

  2. Defining a storage pool to all WORM device classes:

    To allow applications using ADSM to store data to WORM optical media, storage pools can now be assigned to device classes of WORM, WORM12, or WORM14. This ensures that any volumes assigned to the storage pool are of the WORM media type.

    However, once a sector of WORM optical media has been written to, it can not be written over. This prevents WORM volumes from being reclaimed. So, when storage pools are defined to a WORM device class the default reclaim value is set to 100 to prevent reclamation from occurring.

    The standard default of 60 will still be used for the storage pool being assigned to a device class with a device type of OPTICAL. However, if the storage pool is being assigned to a device class with a device type of WORM, then the default reclaim value of 100 will be used.

    Users will be allowed to specify a value other than the default regardless of the device type of the device class. This will allow users with storage pools assigned to device type of WORM to consolidate data onto fewer volumes, and free slots in automated libraries.

MAXSCRatch=maxscratchvalue

Specifies the maximum number of scratch volumes that can be requested by ADSM. This parameter is optional. You can specify an integer from 0 to 100000000, inclusive.

If you do not specify a value for this parameter, no scratch media are requested by ADSM.

Scratch volumes are automatically deleted from the storage pool when they become empty. When scratch volumes with the device type of FILE are deleted, the space that the volumes occupied is freed by ADSM and returned to the file system.

REUsedelay=days

Specifies the number of days that must elapse after all files have been deleted from a volume, before the volume can be rewritten or returned to the scratch pool. This parameter is optional. You can specify an integer from 0 to 9999, inclusive. The value 0 means that a volume can be rewritten or returned to the scratch pool as soon as all files have been deleted from the volume.

By specifying this parameter, you can ensure that the database could be restored to an earlier level and database references to files in the storage pool would still be valid.

OVFLOcation=locationname

Specifies the destination overflow location for the storage pool being updated. The location is used on the subsequent MOVE MEDIA commands to update the volume location when it is ejected out of the library by the MOVE MEDIA command. This parameter is optional. The location information can be a maximum length of 255 characters. If the location information contains any blank characters, the location information must be enclosed in quotation marks. The default is no location.

Syntax for Updating a Copy Storage Pool

                   (1)
>>-UPDate STGpool-------poolname-------------------------------->
 
>---+------------------------------+---------------------------->
    '-DESCription--=--description--'
 
>---+-----------------------------+----------------------------->
    '-ACCess--=--+-READWrite---+--'
                 +-READOnly----+
                 '-UNAVailable-'
 
>---+------------------------------+---------------------------->
    '-COLlocate--=--+-No--------+--'
                    +-Yes-------+
                    '-FILespace-'
 
>---+---------------------------+------------------------------->
    '-REClaim--=--reclaimvalue--'
 
>---+---------------------------------+------------------------->
    '-MAXSCRatch--=--maxscratchvalue--'
 
>---+----------------------+--+--------------------------------+-><
    '-REUsedelay--=--days--'  '-OVFLOcation--=--locationname---'
 

1

You must specify at least one optional parameter on this command.

Parameters for Updating a Copy Storage Pool

poolname

Specifies the name of the copy storage pool to be updated. This parameter is required.

DESCription=description

Specifies a description of the copy storage pool to be updated. This parameter is optional. The maximum length of the description is 255 characters. The description must be enclosed in quotation marks if it contains any blank characters. To remove a previously defined description, specify a null string ("") for this value.

ACCess=accessmode

Specifies how users and system processes (like reclamation) can access files in the copy storage pool. This parameter is optional. Possible values are:

READWrite

Specifies that files can be read from and written to the volumes in the copy storage pool.

READOnly

Specifies that users can only read files stored on the volumes in the copy storage pool.

No new writes are permitted to the volumes in the copy storage pool from other volumes outside the copy storage pool. However, system processes (like reclamation) are permitted to move files within the volumes in the storage pool. Files cannot be backed up to the copy storage pool, but existing backup copies can be restored.

UNAVailable

Specifies that users cannot access files stored on volumes in the copy storage pool.

No new writes are permitted to the volumes in the copy storage pool from other volumes outside the copy storage pool. However, system processes (like reclamation) are permitted to move files within the volumes in the copy storage pool. Files cannot be backed up to the copy storage pool, but existing backup copies can be restored.

COLlocate=collocation

Specifies whether ADSM attempts to keep data belonging to a single client node assigned to as few volumes as possible; or attempts to keep data belonging to a single client node's filespace assigned to as few volumes as possible. This parameter is optional.

Collocation reduces the number of sequential access media mounts for restore, retrieve, and recall operations. However, collocation increases both the amount of server time needed to collocate files for storing, and the number of volumes required. Collocation may not be useful on systems with only one or two sequential devices. For additional information, see ADSM Administrator's Guide.

Possible values are:

Yes

Specifies that collocation is enabled. The server tries to put data for one node on as few volumes as possible. If the node has multiple filespaces, no attempt is made to collocate those filespaces.

No

Specifies that collocation is disabled.

FILespace

Specifies that collocation is enabled at the filespace level for client nodes. The server tries to put data for one node and filespace on as few volumes as possible. If a node has multiple filespaces, the server attempts to put data for different filespaces on different volumes.

REClaim=reclaimvalue

Specifies when to initiate reclamation of fragmented space on volumes in the copy storage pool, based on the percentage of reclaimable space on a volume. Reclamation makes the fragmented space usable again by moving any remaining active files from one volume to another volume, thus making the original volume available for reuse. This parameter is optional. You can specify an integer from 1 to 100, inclusive. The value 100 means that reclamation is not performed.

The amount of space that can be reclaimed on a volume increases as files on the volume are deleted because of processes such as expiration or file space deletion. It is recommended that you specify a value of 50 percent or greater for this parameter so that files stored on two volumes can be combined onto a single output volume.

When reclamation occurs and how reclamation processing is done depends on whether the volumes are marked as offsite.

For volumes that are not marked as offsite volumes, reclamation can occur only after the volume has been filled, and then begins to empty because of file deletion. When the percentage of reclaimable space on a volume that had once been full rises above the value for the RECLAIM parameter, the volume is reclaimed. Active files on the volume are rewritten to other volumes in the storage pool, making the original volume available for new files.

For offsite volumes, reclamation can occur regardless of whether the volume has ever been filled. An offsite volume is eligible for reclamation when the percentage of unused space on the volume is greater than the reclaim parameter value. The unused space includes both space that has never been used on the volume and space that has become empty because of file deletion.

Reclamation processing also works differently for offsite storage pool volumes. When a copy pool volume that is offsite becomes eligible for reclamation, the reclamation process attempts to retrieve the active files on the reclaimable volume from a primary or copy storage pool that is onsite, and then write these files to an available volume in the original copy storage pool. Effectively, these files are moved back to the onsite location, although they could be obtained from the offsite volume after a disaster if a database backup is used which references the files on the offsite volume. Because of the way reclamation works with offsite volumes, use it carefully with copy storage pools.

Notes:

  1. In order to dump more than 2GB of data onto the 12 or 14-inch WORM media, ADSM with WORM support must be run on Version 4.1.4 of AIX to overcome a filesystem limitation.

  2. Defining a storage pool to all WORM device classes:

    To allow applications using ADSM to store data to WORM optical media, storage pools can now be assigned to device classes of WORM, WORM12, or WORM14. This ensures that any volumes assigned to the storage pool are of the WORM media type.

    However, once a sector of WORM optical media has been written to, it can not be written over. This prevents WORM volumes from being reclaimed. So, when storage pools are defined to a WORM device class the default reclaim value is set to 100 to prevent reclamation from occurring.

    The standard default of 60 will still be used for the storage pool being assigned to a device class with a device type of OPTICAL. However, if the storage pool is being assigned to a device class with a device type of WORM, then the default reclaim value of 100 will be used.

    Users will be allowed to specify a value other than the default regardless of the device type of the device class. This will allow users with storage pools assigned to device type of WORM to consolidate data onto fewer volumes, and free slots in automated libraries.

MAXSCRatch=maxscratchvalue

Specifies the maximum number of scratch volumes that can be requested by ADSM. This parameter is optional. You can specify an integer from 0 to 100000000, inclusive.

If you do not specify a value for this parameter, no scratch media are requested by ADSM.

A scratch volume is automatically deleted from the copy pool after all files have been deleted and the time specified by the REUSEDELAY parameter has elapsed. However, if the access mode for a scratch volume is OFFSITE, the volume is not deleted from the copy pool until the access mode is changed; this allows an administrator to query ADSM for empty, offsite scratch volumes and return these to the onsite location.

When scratch volumes with the device type of FILE become empty and are deleted, the space that the volumes occupied is freed by ADSM and returned to the file system.

REUsedelay=days

Specifies the number of days that must elapse after all files have been deleted from a volume, before the volume can be rewritten or returned to the scratch pool. This parameter is optional. You can specify an integer from 0 to 9999, inclusive. A value of 0 means that a volume can be rewritten or returned to the scratch pool as soon as all files have been deleted from the volume.
Important:By specifying this parameter, you can ensure that the database can be restored to an earlier level and database references to files in the copy storage pool are still valid. For this to happen, you must set this parameter to a value greater than the number of days you plan on retaining the oldest database backup. If you change the value for this parameter, the value for the SET DRMDBBACKUPEXPIREDAYS parameter should also be changed to match the new value. For additional information, refer to ADSM Administrator's Guide.

OVFLOcation=locationname

Specifies the destination overflow location for the storage pool being updated. The location is used on the subsequent MOVE MEDIA commands to update the volume location when it is ejected out of the library by the MOVE MEDIA command. This parameter is optional. The location information can be a maximum length of 255 characters. If the location information contains any blank characters, the location information must be enclosed in quotation marks. The default is no location.

Examples

Task 1

Update the primary storage pool named POOL1 to permit as many as 10 scratch volumes to be mounted.

Command:
update stgpool pool1 maxscratch=10

Task 2

Update the primary storage pool named BACKUPPOOL to permit caching.

Command:
update stgpool BACKUPPOOL cache=yes

Task 3

Update the copy storage pool namedCPOOL1 to permit as many as 10 scratch volumes to be mounted and to collate files.

Command:
update stgpoolcpool1 collocate=yes maxscratch=10

Related Commands

Table 248. Commands Related to UPDATE STGPOOL
Command Description
BACKUP DB Backs up the ADSM database to sequential access volumes.
BACKUP STGPOOL Backs up a primary storage pool to a copy storage pool.
DEFINE STGPOOL Defines a storage pool as a named collection of server storage media.
DELETE STGPOOL Deletes a storage pool from server storage.
MOVE DRMEDIA Moves DRM media onsite and offsite.
QUERY DRMEDIA Displays information about disaster recovery volumes.
QUERY STGPOOL Displays information about one or more storage pools.
RESTORE STGPOOL Restores files to a primary storage pool from copy storage pools.
RESTORE VOLUME Restores files stored on specified volumes in a primary storage pool from copy storage pools.
SET DRMDBBACKUPEXPIREDAYS Specifies criteria for database backup series expiration.


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