From eadf89d29bdd553fc6e89a8a00063c294c2b75fc Mon Sep 17 00:00:00 2001 From: Eduardo Rocha Date: Tue, 12 Nov 2019 10:36:38 -0300 Subject: [PATCH] Fix for Issue #28 , removed keywords from prompt Signed-off-by: Eduardo Rocha --- .../IBM-MF-AUTO-ZFS-DEFINE.xml | 47 +++++++++---------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/IBM-GTS-Workflows/PA-zOSMF-Workflows-ZFS/IBM-MF-AUTO-ZFS-DEFINE.xml b/IBM-GTS-Workflows/PA-zOSMF-Workflows-ZFS/IBM-MF-AUTO-ZFS-DEFINE.xml index b3573c9..b371e5f 100644 --- a/IBM-GTS-Workflows/PA-zOSMF-Workflows-ZFS/IBM-MF-AUTO-ZFS-DEFINE.xml +++ b/IBM-GTS-Workflows/PA-zOSMF-Workflows-ZFS/IBM-MF-AUTO-ZFS-DEFINE.xml @@ -23,29 +23,32 @@ - If coded, the syntax for this parameter is DATACLAS(DC_NAME) - If coded, the syntax for this parameter is DATACLAS(DC_NAME) + The target SMS Dataclass + A data class is a collection of allocation and space attributes that the system uses when creating a data set. If SMS is active, a data class can be assigned to any data set. For non-SMS-managed DASD data sets, the system uses the allocation attribute values of the data class, but it does not save the data class name. If you alter a data class definition, SMS applies the changes to all new data sets and certain existing data sets that use the data class. SMS - ^DATACLAS\(\w*?\) + 1 + 8 - If coded, the syntax for this parameter is MGMTCLAS(MC_NAME) - If coded, the syntax for this parameter is MGMTCLAS(MC_NAME) + Target SMS Management class + A management class is a collection of management attributes that the storage administrator defines. For data sets, these attributes control retention, migration, backup, and release of allocated but unused space. For OAM objects, the attributes control retention, backup, and class transition. You can also use management classes to define how your aggregate groups should be managed. DFSMShsm acts on many management class attributes. SMS - ^MGMTCLAS\(\w*?\) + 1 + 8 - If coded, the syntax for this parameter is STORCLAS(SC_NAME) - If coded, the syntax for this parameter is STORCLAS(SC_NAME) + Target SMS Storage Class + A storage class is a collection of performance goals and device availability requirements that the storage administrator defines. Storage class is a required part of an SMS-managed environment. A storage class provides the criteria that SMS uses in determining an appropriate location to place a data set or object. SMS uses the storage class to select a device according to the following criteria: device performance, the amount of space available on the volume, and how available a data set or object can be on that device. SMS - ^STORCLAS\(\w*?\) + 1 + 8 @@ -80,21 +83,21 @@ - If coded, the syntax for this parameter is VOLUMES(VOLSER) - If coded, the syntax for this parameter is VOLUMES(VOLSER) + The volser for the disk + The volume serial for the target disk General - ^VOLUMES\(\w*?\) + VOLSER - - - + + + Define New ZFS <h3>Define a new ZFS Filesystem</h3> @@ -126,19 +129,15 @@ If you have any questions please reach out to Eduardo Rocha:<br> //SYSIN DD * DEFINE CLUSTER (NAME($zfs-dsn) - LINEAR $zfs-alc-unit($zfs-pri $zfs-sec) - -#if($zfs-sms-dc != "") - $zfs-sms-dc - +#if($zfs-sms-dc != "") DATACLAS($zfs-sms-dc) - #end -#if($zfs-sms-sc != "") - $zfs-sms-sc - +#if($zfs-sms-sc != "") STORCLAS($zfs-sms-sc) - #end -#if($zfs-sms-mc != "") - $zfs-sms-mc - +#if($zfs-sms-mc != "") MGMTCLAS($zfs-sms-mc) - #end -#if($zfs-vol != "") - $zfs-vol - +#if($zfs-vol != "") VOLUMES($zfs-vol) - #end - SHAREOPTIONS(2)) + SHAREOPTIONS(2)) /* //FORMAT EXEC PGM=IOEAGFMT, // PARM=('-aggregate $zfs-dsn -compat')