AUTOADDV console command
The AUTOADDV command causes the Automation component to add a volume to a storage group.
This command can be scheduled:
- With the Scheduled Service facility
- In response to any message or situation that indicates that a storage group has reached a utilization threshold
- From an automated operations package in response to an event or message, such as in response to a message indicating a failure due to available space in a storage group
- In response to an AUTO function solution or SET statement
For example, an AUTOPOOL function solution could detect a storage group over 95 percent full and issue an AUTOADDV command to add a volume to the group. The AUTOPOOL statement might look like this example:
INC AP_PERFL > 95
The &GROUP variable in the SVOSCMD command text would be resolved with the storage group matching the SET statement.
Any new volume added to a storage group will be unknown to BMC AMI Storage until the next configuration refresh completes when a volume is varied online and the SVM2046I CONFIGURATION COLLECTION/REFRESH SUCCESSFULLY COMPLETED message appears in the BMC AMI Storage joblog. For more information about new volumes varied online, see ENFTIME global parameter in Reference for BMC AMI Storage products.
Syntax | AUTOADDV GROUP=<storageGroup> |
---|---|
Variable | The storageGroup variable specifies the name of the storage group to which the volume will be added. The SMS storage group definition must contain definitions for volumes that do not exist, known as empty slots, which are used by this facility without having to change the storage group definition. An alphanumeric value (up to 30 characters), as determined by the storage group definition The variable is required. If it is not specified, the command is rejected. Example: This example causes a volume from the candidate pool to be added to the GROUPABC storage group. SVOS AUTOADDV,GROUP=GROUPABC |
Restrictions | The following restrictions apply to AUTOADDV command usage:
|