CONFIg GLOBAL Pinning
- ELS 7.3 Command, Control Statement, and Utility Reference
- ELS 7.3 Programming Reference
ELS 7.3 adds CONFIg GLOBAL
statement support for the VTV pinning feature. This feature allows you to specify one or two VTV pinning locations where a resident replica of a VTV is stored in the VTSS buffer. A location can be either a vtss-name or vtsslst-name.
Note:
For pinning to function correctly, PTF L1H18UI (adds VTV pinning support) must be applied to all systems, and theMGMTclas
statements with a pinning policy must be defined on all hosts. Refer to the ELS Command, Control Statement, and Utility Reference for more information about defining these MGMTclas
pinning policies.
Description
The optional CONFIg GLOBAL PINNING
parameter allows you to specify whether ELS should consider MGMTCLAS PINPOL
parameter settings when influencing allocation.
Syntax
CONFIg GLOBAL
statement, including the added PINNING
parameter.
Note:
TheCONFIg GLOBAL
statement is a required VTCS statement.
Parameters
The CONFIg GLOBAL
statement includes the following optional parameters:
- MAXVTV=nnn
- optionally, specifies the maximum number of VTVs that can be migrated to a single MVC.
- MVCFREE=nnn
- optionally, specifies the minimum number of free MVCs in the MVC pool. A free MVC has 100% usable space and does not contain any migrated VTVs.
- VTVattr
- optionally, specifies when VTCS assigns a Management Class to a VTV.
- RECALWER
- optionally, specifies whether VTCS recalls VTVs with read data checks (applies to recall and drain operations).
- LOCKSTR=structure-name
- optionally, specifies the Coupling Facility Structure that holds VTCS Lock Data. structure-name must be 16 characters or less and conform to IBM’s standard for naming Coupling Facility Structures. Refer to Oracle’s ELS publication Installing ELS for more information.
Caution:
CONFIG RESET
is required to addLOCKSTR=
structure-name to a CDS that did not previously useLOCKSTR=
structure-name and to removeLOCKSTR=
structure-name from a CDS.CONFIG RESET
is not required to change lock structure names (for example, going fromLOCKSTR=VTCSL1
toLOCKSTR=VTCSL2
). - REPlicat
- optionally, specifies when VSM replicates the VTV.
- VTVPAGE
- optionally, specifies the page size used to store VTV data in the VTSS and on the MVCs. This setting only applies to 400 MB and 800 MB VTVs. If
VTVPAGE
is not specified on either theMGMTclas
statement or theCONFIG GLOBAL
statement, the default isSTANDard
. - NLIBDRNR
- optionally, specifies how VTCS handles non-library resident MVCs for drain or reclaim processing.
- NLIBMIGR
- optionally, specifies whether non-library resident MVCs will be selected for Migration processing.
- NLIBRECL
- optionally, specifies whether non-library resident MVCs will be selected for Recall processing.
- MVCMNTTO=nn
- optionally, specifies the value in minutes when a mount of an MVC will timeout. Valid values are 5 to 30 minutes. The default is 15.
- INITMVC
- optionally, specifies whether un-initialized MVCs are to be initialized when they are first mounted.
- SYNCHREP
- optionally, specifies whether VTV synchronous replication feature is enabled.
- MAXRTDS
- optionally, specifies the maximum number of RTDs supported.
- FASTMIGR
- optionally, specifies whether the stacked or streamed migrates feature is enabled for all VTSSs that support this feature.
- LOGPOL
- optionally, specifies whether VTCS CDS logging is optional or required.
- MAXVTVSZ
- optionally, specifies a default maximum compressed VTV size (MB) that may be used during the creation of VTVs. Valid values for this parameter depend on both the CDS level and the microcode levels of the applicable VTSSs.
- LOCKTOUT=nnn
- optionally, specifies the minimum number of minutes that a resource is locked before message SLS6946E is issued.
- FASTRECL
- Optionally specifies whether VTCS performs Early Time to First Byte (ETTFB), also known as concurrent tape recall/mount, for all VTSSs that support the feature. This parameter applies to recalls from RTDs and recalls from VLE.
- VTDGT256
- Optionally, specifies whether greater than 256 VTDs are to be used.
- PINNING
- Optionally, specifies whether ELS considers
MGMTCLAS PINPOL
settings when influencing allocation.
Additional PINNING Updates
This update applies to:
ELS 7.3 Programming Reference
ELS XML Tags, XML Schema
XML Tag Definitions
The following data tag and definition is added:
<global_pinning>
PINNING
allocation support:
ALLOC
,PINNING
allocation influencing enabled.NO
, support is disabled.
XML Schema - CONFIG
For tag <vtcs_data>
, the <global_pinning>
data tag is added.
XML Schema - DECOMP
For tag <vtcs_data>
, the <global_pinning>
data tag is added.
XML Schema - Display CONFIG
For tag <vtcs_data>
, the <global_pinning>
data tag is added.