Information
End of support This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

AUTODS console command


The AUTODS command is used to initiate solutions against data sets in a:

  • Pool
  • Storage group
  • SMS pool
  • Policy
  • Application on a list of volumes
  • Volume within a pool

 GUID-57F5D4ED-DE64-4F1B-8EB4-BCFB7D387CA2-low.png

In the command parameters, the POOL, GROUP, SUBPOOL, VOL, APPL, POLICY, and SOL keywords can include variables. Multiple variables can be used as long as they are separated by a comma.

Warning

Note

When POOL, GROUP, or SUBPOOL is used in combination with VOL, a variable cannot be specified in either keyword.

 
AUTODS processes the data sets that are associated with the specified resource (pool, application, volume, and so on).

These data sets, or a subset of these data sets, compose the result group that is manipulated by the SET keywords of AUTODS RLST.

AUTODS requests cause collection to occur for all data sets in the indicated resource. For large resources, this collection could be CPU-intensive and time-intensive.

The following examples show how to use AUTODS keywords:

 

/-SVOS AUTODS,POOL=DOUGPOOL,SOLUTION=FREESPAC
 
/-SVOS AUTODS,VOL=BAB200,SOLUTION=RLSESPAC


The following table describes valid keywords for the AUTODS command.

AUTODS command keywords

Keyword

Description

APPL=(applName,applName,applName...)

Specifies one or more application names, name masks, or one or more variable names defined in the SMVARS member

DATA=HIST | REAL

Indicates whether the AUTODS command should use data from the VTOC Scan master-collection data set or collect data set information in real time (optional). DATA=HIST indicates that the data to be run through the AUTODS solution should come from the VTOC Scan master collection data set. To avoid the overhead associated with scanning all data sets in a pool or on a volume, this parameter can be used when testing new AUTODS solutions.

Warning: When using DATA=HIST, remember that the data is historical and might not reflect a current situation or the current environment and configuration. If historical data is used, the system might take action on a situation that no longer exists, resulting in errors.

DATA=REAL indicates that the data to be run through the AUTODS solution should be collected in real time. When REAL is selected, the data is collected by the VTOC Scan facility and passed through the automation process for the indicated AUTODS solution.

Note: Collecting data in real time by using the VTOC Scan facility can consume CPU and I/O resources.

If this parameter is not specified, DATA=REAL is assumed, and data set-level collection occurs in real time.

POOL=(pool,pool,pool...)

GROUP=(group,group,group,...)

SUBPOOL=(subpool,subpool,subpool...)

POLICY=(policy,policy,policy...)

Specifies one or more pool, SMS storage group, MainView SRM-defined SMS pool, or policy on which to perform the AUTODS command. Mask values and variables names defined in the SMVARS member can be used here.

If a list of group, pool, policy, or subpool masks is specified, volumes within all of the listed resources are used in the AUTO command. Any volumes that exist in more than one specified resource are processed only once.

If these parameters are used in conjunction with the VOL parameter, these parameters must specify a single pool, group, or subpool. The VOL parameter in conjunction with the POOL, GROUP, or SUBPOOL parameters is used only when performing multiple level automation (MLA). Specifying the VOL parameter in addition to one of the these parameters causes only the volumes specified in the VOL keyword to be associated with the pool rather than every volume in the pool, group, or subpool. In this situation variable names cannot be used.

Note: The VOL parameter cannot be used in conjunction with the POLICY keyword.

SOLUTION=(solution,solution,solution...)

or

SOL=(solution,solution,solution...)

Specifies names of one or more solution separated by commas or one or more variable names defined in the SMVARS member (optional). You can specify as many solution names as will fit on the command line. Any value, up to 8 characters, can be specified. Each volume is run against each solution in the list, regardless of the outcome of each individual solution. The order of the solutions does not matter.

Note: When MLA=Y is specified on the AUTODS command, only one solution should be specified in the solution list. If more than one solution is specified, the first specified solution is used as the solution to repeat after each level of the multiple-level request.

This value is used in the SOLUTION parameter on the SET statement in the AUTO function RLST member. This value associates the request with a particular SET statement in the AUTODS RLST member.

If this keyword is not specified, each resource in the request is checked against all RLST SET statements and the first match is processed. You cannot edit this command input field. BMC Software recommends specifying a solution value for every request. This solution value should match a value specified in an AUTODS RLST SET statement.

VOL=(volser,volser,volser...)

Specifies one or more volume serial numbers or one or more variable names defined in the SMVARS member. VOL can be specified by itself to initiate an AUTODS solution against a list of volumes or volume masks.

VOL can be used with the POOL keyword to indicate a volume in a pool. This specification is for multilevel automation (MLA) usage, where the AUTODS solution is being initiated on multiple volumes in a pool, each on a separate AUTODS command. In this scenario, each request is associated with the pool.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView SRM Reporting 7.9