diff --git a/_sources/ibm_zos_core/docs/source/modules/zos_fetch.rst.txt b/_sources/ibm_zos_core/docs/source/modules/zos_fetch.rst.txt index 7cdcabbd..23d58c86 100644 --- a/_sources/ibm_zos_core/docs/source/modules/zos_fetch.rst.txt +++ b/_sources/ibm_zos_core/docs/source/modules/zos_fetch.rst.txt @@ -16,11 +16,13 @@ zos_fetch -- Fetch data from z/OS Synopsis -------- -- This module fetches a UNIX System Services (USS) file, PS (sequential data set), PDS, PDSE, member of a PDS or PDSE, or KSDS (VSAM data set) from a remote z/OS system. +- This module fetches a UNIX System Services (USS) file, PS (sequential data set), PDS, PDSE, member of a PDS or PDSE, generation data set (GDS), generation data group (GDG), or KSDS (VSAM data set) from a remote z/OS system. - When fetching a sequential data set, the destination file name will be the same as the data set name. - When fetching a PDS or PDSE, the destination will be a directory with the same name as the PDS or PDSE. - When fetching a PDS/PDSE member, destination will be a file. - Files that already exist at \ :literal:`dest`\ will be overwritten if they are different than \ :literal:`src`\ . +- When fetching a GDS, the relative name will be resolved to its absolute one. +- When fetching a generation data group, the destination will be a directory with the same name as the GDG. @@ -31,7 +33,7 @@ Parameters src - Name of a UNIX System Services (USS) file, PS (sequential data set), PDS, PDSE, member of a PDS, PDSE or KSDS (VSAM data set). + Name of a UNIX System Services (USS) file, PS (sequential data set), PDS, PDSE, member of a PDS, PDSE, GDS, GDG or KSDS (VSAM data set). USS file paths should be absolute paths. @@ -187,6 +189,24 @@ Examples to: ISO8859-1 flat: true + - name: Fetch the current generation data set from a GDG + zos_fetch: + src: USERHLQ.DATA.SET(0) + dest: /tmp/ + flat: true + + - name: Fetch a previous generation data set from a GDG + zos_fetch: + src: USERHLQ.DATA.SET(-3) + dest: /tmp/ + flat: true + + - name: Fetch a generation data group + zos_fetch: + src: USERHLQ.TEST.GDG + dest: /tmp/ + flat: true + diff --git a/_sources/ibm_zosmf/docs/source/release_notes.rst.txt b/_sources/ibm_zosmf/docs/source/release_notes.rst.txt index 5d11476b..7c8c9577 100644 --- a/_sources/ibm_zosmf/docs/source/release_notes.rst.txt +++ b/_sources/ibm_zosmf/docs/source/release_notes.rst.txt @@ -6,6 +6,43 @@ Releases ======== +Version 1.5.0 +============= + +Notes +----- + +* Added new roles for z/OSMF Software Management +* Updated the z/OSMF Software Management roles from a previous release to support UUID + +* New roles + + * `zmf_swmgmt_csi_query`_ + * `zmf_swmgmt_system_uuid`_ + +Availability +------------ + +* `Automation Hub`_ +* `Galaxy`_ +* `GitHub`_ + +Version 1.4.2 +============= + +Notes +----- + +* The README has been updated with a new template. +* Fixed role `zmf_workflow_complete` which previously failed to return final_result. + +Availability +------------ + +* `Automation Hub`_ +* `Galaxy`_ +* `GitHub`_ + Version 1.4.1 ============= @@ -265,6 +302,12 @@ Reference .. _zmf_zmsc_run_management_service: roles/zmf_zmsc_run_management_service.html +.. _zmf_swmgmt_csi_query: + roles/zmf_swmgmt_csi_query.html + +.. _zmf_swmgmt_system_uuid: + roles/zmf_swmgmt_system_uuid.html + .. _Automation Hub: https://www.ansible.com/products/automation-hub diff --git a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.rst.txt b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.rst.txt new file mode 100644 index 00000000..1f87ec90 --- /dev/null +++ b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.rst.txt @@ -0,0 +1,311 @@ + +:github_url: https://github.com/IBM/ibm_zosmf/tree/master/plugins/roles/zmf_swmgmt_csi_query + +.. _zmf_swmgmt_csi_query_module: + + +zmf_swmgmt_csi_query -- Query a SMP/E CSI data set +================================================== + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- The \ :strong:`IBM z/OSMF collection`\ provides an Ansible role, referred to as \ :strong:`zmf\_swmgmt\_csi\_query`\ , to query a SMP/E global zone CSI data set directly or to query the CSI associated with a software instance. + + + + + + + +Variables +--------- + + + + +zmf_host + Hostname of the z/OSMF server, specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +zmf_port + Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + | **default**: 443 + + + + +zmf_user + User ID for authenticating with the z/OSMF server. + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +zmf_password + Password to be used for authenticating with z/OSMF server. + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +software_instance_name + Name of the software instance. + + A software instance name must be specified when a software instance UUID or a CSI data set name are not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + + + + +system_nickname + Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides. + + + A system nickname name must be specified when a software instance UUID or a CSI data set name are not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + + + + +software_instance_uuid + A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the "List the software instances defined to z/OSMF" REST API. + + + A UUID can also be obtained using the zmf\_swmgmt\_zos\_system\_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system. + + + A software instance UUID name must be specified when a software instance or a CSI data set name are not specified. If a software instance or a CSI data set name are specified, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + + + + +csi_data_set_name + A global zone CSI data set to query when it is not associated with a defined software instance object. + + + A CSI data set name must be specified when a software instance or a software instance UUID are not specified. If a software instance UUID is specified in addition to a CSI data set name, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + + + + +zones + The list of zones to be queried. You may provide one or more specific zone names, or any of these values: + + + GLOBAL (To query the global zone) + + + ALLTZONES (To query all target zones) + + + ALLDZONES (To query all DLIB zones) + + + \* (To query the global zone and all zones defined in the global zone's ZONEINDEX) + + + Zone names are accepted in mixed case and are folded to uppercase automatically. This list variable needs to be in following format: \ :literal:`'"GLOBAL","ALLTZONES","ALLDZONES"'`\ + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: arr + + + + +entries + The list of entry types to be queried. You may provide one or more entry types, or asterisk ('\*') can be used to indicate all entry types will be queried. Entry types are accepted in mixed case and are folded to uppercase automatically. + + + Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=command-valid-entry-types for the list of valid types. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: arr + + + + +subentries + The list of subentry types to be returned. You may provide one or more subentry types, or asterisk ('\*') can be used to indicate all subentry types will be returned. Subentry types are accepted in mixed case and are folded to uppercase automatically. If no subentries are provided, then only the entry name and zone will be returned for matching entries. + + + Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=command-valid-subentry-types for the list of valid types. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: arr + + + + +filter + The list of conditions with which to limit the entries to be returned. A condition is in the form: subentry operator 'value' For example, FMID = 'HP10230' or INSTALLDATE \>= '23203'. The subentry type of a filter condition is accepted in mixed case and is folded to uppercase automatically. The value of a filter condition is case sensitive and is not folded to uppercase. If a filter is not provided then all entries of the specified type in the specified zones will be returned. + + + Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=command-filter-parameter-syntax for a detailed description of the syntax for the filter. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + + + + +csi_query_response_file + The path to the file that will contain the results from the csi query operation. + + The directory must already exist otherwise there will be an error writing the results to the file. If the file exists in the directory already, it will be overwritten by the new response when the playbook is executed. If the file doesn't exist in the directory, it will be created. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +remote_zmf_user + User ID for authenticating with a remote z/OSMF server. Used only if the csi data set resides on a remote z/OSMF server. + + + | **required**: False + | **type**: str + + + + +remote_zmf_password + Password for authenticating with a remote z/OSMF server. + + | **required**: False + | **type**: str + + + + +proxy_zmf_user + User ID for authenticating with an HTTP proxy server. + + | **required**: False + | **type**: str + + + + +proxy_zmf_password + Password for authenticating with an HTTP proxy server. + + | **required**: False + | **type**: str + + + + +Examples +-------- + +.. code-block:: yaml+jinja + + + - name: sample of querying a CSI data set + hosts: sampleHost + gather_facts: no + collections: + - ibm.ibm_zosmf + + tasks: + - include_role : + name: zmf_swmgmt_csi_query + + + + +Notes +----- + +.. note:: + - The given example assumes you have an inventory file \ :emphasis:`inventory.yml`\ that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + + + - Command syntax to call a playbook using an inventory file: \ :literal:`ansible-playbook -i inventory software\_management\_csi\_query\_CICDtest1.yml`\ + + + - Command syntax to call a playbook using command arguments: \ :literal:`ansible-playbook software\_management\_csi\_query\_CICDtest1.yml -e zmf\_user=zosmf\*\* -e zmf\_password=zosmf\*\*`\ + + + - When the role is executed, a message shown in following example is displayed, \ :literal:`"msg": "Output filename= /tmp/xxx/csi\_query\_response.json"`\ . This message includes a file path and file name where the csi query information for the requested software instance is returned. + + + + + + + + diff --git a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst.txt b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst.txt index 0be88318..03a147cb 100644 --- a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst.txt +++ b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst.txt @@ -15,7 +15,7 @@ zmf_swmgmt_identify_missing_critical_updates -- Identify Missing Critical Softwa Synopsis -------- -- The **IBM z/OSMF collection** provides an Ansible role, referred to as **zmf_swmgmt_identify_missing_critical_updates**, to determine if a software instance is missing software updates to resolve PE PTFs, HIPER fixes, or other exception SYSMODs identified by ERROR HOLDDATA. It also helps you identify the SYSMODs that resolve those exceptions. +- The \ :strong:`IBM z/OSMF collection`\ provides an Ansible role, referred to as \ :strong:`zmf\_swmgmt\_identify\_missing\_critical\_updates`\ , to determine if a software instance is missing software updates to resolve PE PTFs, HIPER fixes, or other exception SYSMODs identified by ERROR HOLDDATA. It also helps you identify the SYSMODs that resolve those exceptions. @@ -40,7 +40,7 @@ zmf_host zmf_port - Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify value for this parameter in the inventory file or as an argument on the playbook command. + Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command. | **required**: False @@ -51,7 +51,7 @@ zmf_port zmf_user - User name to be used for authenticating with the z/OSMF server. + User ID for authenticating with the z/OSMF server. This variable can be specified in the inventory file or as an argument on the playbook command. @@ -77,10 +77,13 @@ zmf_password software_instance_name Name of the software instance. + A software instance name must be specified when a software instance UUID is not specified. If both a software instance name and UUID are specified, then the software instance UUID is used by default. + + This variable can be specified in the inventory file or as an argument on the playbook command. - | **required**: True + | **required**: False | **type**: str @@ -90,10 +93,32 @@ system_nickname Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides. + A system nickname must be specified when a software instance UUID is not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default. + + This variable can be specified in the inventory file or as an argument on the playbook command. - | **required**: True + | **required**: False + | **type**: str + + + + +software_instance_uuid + A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the "List the software instances defined to z/OSMF" REST API. + + + A UUID can also be obtained using the zmf\_swmgmt\_zos\_system\_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system. + + + A software instance UUID must be specified when a software instance name is not specified. If both a software instance UUID and name are specified, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False | **type**: str @@ -174,10 +199,19 @@ Notes ----- .. note:: - - The given example assumes you have an inventory file *inventory.yml* that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + - The given example assumes you have an inventory file \ :emphasis:`inventory.yml`\ that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + + + - Command syntax to call a playbook using an inventory file: \ :literal:`ansible-playbook -i inventory software\_management\_reports\_CICDtest1.yml`\ + + + - Command syntax to call a playbook using command arguments: \ :literal:`ansible-playbook software\_management\_reports\_CICDtest1.yml -e zmf\_user=zosmf\*\* -e zmf\_password=zosmf\*\*`\ + + + - When the role is executed, a message shown in following example is displayed, \ :literal:`"msg": "Output filename= /tmp/xxx/missing\_critical\_updates\_response.json"`\ . This message includes a file path and file name where the missing critical updates report for the requested software instance is returned. - - When the role is executed, a message shown in following example is displayed, ``"msg": "Output filename= /tmp/xxx/missing_critical_updates_response.json"``. This message includes a file path and file name where the missing critical updates report for the requested software instance is returned. + - Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=services-missing-critical-updates for more information on the REST API's request and response JSON. diff --git a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst.txt b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst.txt index f264e16d..4db10f3f 100644 --- a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst.txt +++ b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst.txt @@ -15,7 +15,7 @@ zmf_swmgmt_identify_missing_fixcat_updates -- Identify Missing Fixcat Software U Synopsis -------- -- The **IBM z/OSMF collection** provides an Ansible role, referred to as **zmf_swmgmt_identify_missing_fixcat_updates**, to determine if a software instance is missing updates for fix categories that might be applicable to the software instance. It also helps you identify the SYSMODs that resolve the missing updates. +- The \ :strong:`IBM z/OSMF collection`\ provides an Ansible role, referred to as \ :strong:`zmf\_swmgmt\_identify\_missing\_fixcat\_updates`\ , to determine if a software instance is missing updates for fix categories that might be applicable to the software instance. It also helps you identify the SYSMODs that resolve the missing updates. @@ -40,7 +40,7 @@ zmf_host zmf_port - Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify value for this parameter in the inventory file or as an argument on the playbook command. + Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command. | **required**: False @@ -51,7 +51,7 @@ zmf_port zmf_user - User name to be used for authenticating with the z/OSMF server. + User ID for authenticating with the z/OSMF server. This variable can be specified in the inventory file or as an argument on the playbook command. @@ -77,10 +77,13 @@ zmf_password software_instance_name Name of the software instance. + A software instance name must be specified when a software instance UUID is not specified. If both a software instance name and UUID are specified, then the software instance UUID is used by default. + + This variable can be specified in the inventory file or as an argument on the playbook command. - | **required**: True + | **required**: False | **type**: str @@ -90,10 +93,32 @@ system_nickname Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides. + A system nickname must be specified when a software instance UUID is not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default. + + This variable can be specified in the inventory file or as an argument on the playbook command. - | **required**: True + | **required**: False + | **type**: str + + + + +software_instance_uuid + A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the "List the software instances defined to z/OSMF" REST API. + + + A UUID can also be obtained using the zmf\_swmgmt\_zos\_system\_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system. + + + A software instance UUID must be specified when a software instance name is not specified. If both a software instance UUID and name are specified, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False | **type**: str @@ -174,10 +199,19 @@ Notes ----- .. note:: - - The given example assumes you have an inventory file *inventory.yml* that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + - The given example assumes you have an inventory file \ :emphasis:`inventory.yml`\ that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + + + - Command syntax to call a playbook using an inventory file: \ :literal:`ansible-playbook -i inventory software\_management\_reports\_CICDtest1.yml`\ + + + - Command syntax to call a playbook using command arguments: \ :literal:`ansible-playbook software\_management\_reports\_CICDtest1.yml -e zmf\_user=zosmf\*\* -e zmf\_password=zosmf\*\*`\ + + + - When the role is executed, a message shown in following example is displayed, \ :literal:`"msg": "Output filename= /tmp/xxx/missing\_fixcat\_updates\_response.json"`\ . This message includes a file path and file name where the missing fixcat updates report for the requested software instance is returned. - - When the role is executed, a message shown in following example is displayed, ``"msg": "Output filename= /tmp/xxx/missing_fixcat_updates_response.json"``. This message includes a file path and file name where the missing fixcat updates report for the requested software instance is returned. + - Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=services-missing-fixcat-updates for more information on the REST API's request and response JSON. diff --git a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst.txt b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst.txt index 2cfd0736..3d6bc657 100644 --- a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst.txt +++ b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst.txt @@ -15,7 +15,7 @@ zmf_swmgmt_search_software_updates -- Search a Software Instance for Software Up Synopsis -------- -- The **IBM z/OSMF collection** provides an Ansible role, referred to as **zmf_swmgmt_search_software_updates**, to search a software instance for one or more software updates to determine which updates are installed or updates that need to be installed. +- The \ :strong:`IBM z/OSMF collection`\ provides an Ansible role, referred to as \ :strong:`zmf\_swmgmt\_search\_software\_updates`\ , to search a software instance for one or more software updates to determine which updates are installed or updates that need to be installed. @@ -40,7 +40,7 @@ zmf_host zmf_port - Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify value for this parameter in the inventory file or as an argument on the playbook command. + Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command. | **required**: False @@ -51,7 +51,7 @@ zmf_port zmf_user - User name to be used for authenticating with the z/OSMF server. + User ID for authenticating with the z/OSMF server. This variable can be specified in the inventory file or as an argument on the playbook command. @@ -77,10 +77,13 @@ zmf_password software_instance_name Name of the software instance. + A software instance name must be specified when a software instance UUID is not specified. If both a software instance name and UUID are specified, then the software instance UUID is used by default. + + This variable can be specified in the inventory file or as an argument on the playbook command. - | **required**: True + | **required**: False | **type**: str @@ -90,10 +93,32 @@ system_nickname Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides. + A system nickname must be specified when a software instance UUID is not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default. + + This variable can be specified in the inventory file or as an argument on the playbook command. - | **required**: True + | **required**: False + | **type**: str + + + + +software_instance_uuid + A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the "List the software instances defined to z/OSMF" REST API. + + + A UUID can also be obtained using the zmf\_swmgmt\_zos\_system\_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system. + + + A software instance UUID must be specified when a software instance name is not specified. If both a software instance UUID and name are specified, then the software instance UUID is used by default. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: False | **type**: str @@ -118,7 +143,7 @@ updates The list of software update (SYSMOD) IDs to be searched in the subject software instance. - This list variable needs to be in following format: ``'"SYSMOD1","SYSMOD2","SYSMOD3"'`` + This list variable needs to be in following format: \ :literal:`'"SYSMOD1","SYSMOD2","SYSMOD3"'`\ | **required**: True @@ -187,10 +212,19 @@ Notes ----- .. note:: - - The given example assumes you have an inventory file *inventory.yml* that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + - The given example assumes you have an inventory file \ :emphasis:`inventory.yml`\ that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name. + + + - Command syntax to call a playbook using an inventory file: \ :literal:`ansible-playbook -i inventory software\_management\_reports\_CICDtest1.yml`\ + + + - Command syntax to call a playbook using command arguments: \ :literal:`ansible-playbook software\_management\_reports\_CICDtest1.yml -e zmf\_user=zosmf\*\* -e zmf\_password=zosmf\*\*`\ + + + - When the role is executed, a message shown in following example is displayed, \ :literal:`"msg": "Output filename= /tmp/xxx/search\_software\_updates\_response.json"`\ . This message includes a file path and file name where the search software updates report for the requested software instance is returned. - - When the role is executed, a message shown in following example is displayed, ``"msg": "Output filename= /tmp/xxx/search_software_updates_response.json"``. This message includes a file path and file name where the search software updates report for the requested software instance is returned. + - Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=services-software-update-search for more information on the REST API's request and response JSON. diff --git a/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.rst.txt b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.rst.txt new file mode 100644 index 00000000..1a18e451 --- /dev/null +++ b/_sources/ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.rst.txt @@ -0,0 +1,170 @@ + +:github_url: https://github.com/IBM/ibm_zosmf/tree/master/plugins/roles/zmf_swmgmt_zos_system_uuid + +.. _zmf_swmgmt_zos_system_uuid_module: + + +zmf_swmgmt_zos_system_uuid -- Retrieve the z/OS system UUID +=========================================================== + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- The \ :strong:`IBM z/OSMF collection`\ provides an Ansible role, referred to as \ :strong:`zmf\_swmgmt\_zos\_system\_uuid`\ , to retrieve the z/OS system UUID for the specified system nickname. The UUID identifies the software instance object that corresponds to the installed software for the specified z/OSMF host system. The UUID can be used to uniquely identify a software instance object to be acted upon by other Ansible roles. + + + + + + + +Variables +--------- + + + + +zmf_host + Hostname of the z/OSMF server, specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +zmf_port + Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command. + + + | **required**: False + | **type**: str + | **default**: 443 + + + + +zmf_user + User ID for authenticating with the z/OSMF server. + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +zmf_password + Password to be used for authenticating with z/OSMF server. + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +system_nickname + Nickname of the z/OSMF host system. + + + This variable can be specified in the inventory file or as an argument on the playbook command. + + + | **required**: True + | **type**: str + + + + +remote_zmf_user + User ID for authenticating with a remote z/OSMF server. Used only to retrieve the UUID of a remote z/OSMF server. + + + | **required**: False + | **type**: str + + + + +remote_zmf_password + Password for authenticating with a remote z/OSMF server. + + | **required**: False + | **type**: str + + + + +proxy_zmf_user + User ID for authenticating with an HTTP proxy server. + + | **required**: False + | **type**: str + + + + +proxy_zmf_password + Password for authenticating with an HTTP proxy server. + + | **required**: False + | **type**: str + + + + +Examples +-------- + +.. code-block:: yaml+jinja + + + - name: sample of retrieving the z/OS system UUID + hosts: sampleHost + gather_facts: no + collections: + - ibm.ibm_zosmf + + tasks: + - include_role : + name: zmf_swmgmt_zos_system_uuid + + + + +Notes +----- + +.. note:: + - The given example assumes you have an inventory file \ :emphasis:`inventory.yml`\ that contains the values for the variables described above, such as z/OSMF host server, userid, password, system, and response file name. + + + - Command syntax to call a playbook using an inventory file: \ :literal:`ansible-playbook -i inventory software\_management\_system\_uuid\_CICDtest1.yml`\ + + + - Command syntax to call a playbook using command arguments: \ :literal:`ansible-playbook software\_management\_system\_uuid\_CICDtest1.yml -e zmf\_user=zosmf\*\* -e zmf\_password=zosmf\*\*`\ + + + - When the role is executed, a message shown in following example is displayed, \ :literal:`"msg": "Output filename= /tmp/xxx/zos\_system\_uuid\_response.json"`\ . This message includes a file path and file name where the z/OS system UUID is saved. + + + - Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=services-retrieve-zos-system-uuid for more information on the REST API's request and response JSON. + + + + + + + + diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst.txt index 560e0cda..f4514f30 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst.txt @@ -311,6 +311,7 @@ adapter {property} Additional properties of the adapter, as described in the data model of the 'Adapter' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw ports Artificial property for the ports of the adapter. @@ -326,6 +327,7 @@ adapter {property} Additional properties of the port, as described in the data model of the 'Network Port' or 'Storage Port' element object of the 'Adapter' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. In case of unconfigured FICON adapters, the property list is short. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst.txt index 8fab99f6..0f8c7fc3 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst.txt @@ -280,5 +280,6 @@ adapters {additional_property} Additional properties requested via \ :literal:`full\_properties`\ or \ :literal:`additional\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_console.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_console.rst.txt index c974cfa2..f93498ff 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_console.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_console.rst.txt @@ -224,6 +224,7 @@ hmc {property} Additional properties of the Console object representing the targeted HMC, as described in the data model of the 'Console' object in the :term:\`HMC API\` book. Note that the set of properties has been extended over the past HMC versions, so you will get less properties on older HMC versions. The property names have hyphens (-) as described in that book. + | **type**: raw api_version Additional facts from the 'Query API Version' operation. @@ -233,6 +234,7 @@ hmc {property} The properties returned from the 'Query API Version' operation, as described in the :term:\`HMC API\` book. Note that the set of properties has been extended over the past HMC versions, so you will get less properties on older HMC versions. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst.txt index f93e3a67..e2c9a005 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst.txt @@ -341,6 +341,7 @@ cpc {property} Additional properties of the CPC, as described in the data model of the 'CPC' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw adapters The adapters of the CPC, with a subset of their properties. For details, see the :term:\`HMC API\` book. diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst.txt index 013044a1..dceb273a 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst.txt @@ -214,5 +214,6 @@ cpcs {additional_property} Additional properties requested via \ :literal:`full\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst.txt index 584afcc0..d169421b 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst.txt @@ -344,6 +344,7 @@ crypto_configuration {property} Additional properties of the adapter, as described in the data model of the 'Adapter' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst.txt index d058a67a..de31eb6a 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst.txt @@ -222,5 +222,6 @@ hba {property} Additional properties of the HBA, as described in the data model of the 'HBA' element object of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst.txt index 13e31ca7..b93dda77 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst.txt @@ -230,5 +230,6 @@ ldap_server_definition {property} Additional properties of the LDAP Server Definition, as described in the data model of the 'LDAP Server Definition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst.txt index 7d50845b..a7d2d686 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst.txt @@ -542,5 +542,6 @@ lpar {property} Additional properties of the LPAR, as described in the data model of the 'Logical Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst.txt index 97db74f2..1866ce12 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst.txt @@ -231,5 +231,6 @@ lpars {additional_property} Additional properties requested via \ :literal:`full\_properties`\ or \ :literal:`additional\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst.txt index 4e8913d8..c205fd73 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst.txt @@ -260,5 +260,6 @@ nic {property} Additional properties of the NIC, as described in the data model of the 'NIC' element object of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst.txt index fd7e7f91..b44733ee 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst.txt @@ -200,5 +200,6 @@ nics {additional_property} Additional properties requested via \ :literal:`full\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst.txt index e60e2152..4ef706c3 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst.txt @@ -517,6 +517,7 @@ partition {property} Additional properties of the partition, as described in the data model of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw hbas HBAs of the partition. If the CPC does not have the storage-management feature enabled (ie. on z13), the list is empty. @@ -532,6 +533,7 @@ partition {property} Additional properties of the HBA, as described in the data model of the 'HBA' element object of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw nics @@ -548,6 +550,7 @@ partition {property} Additional properties of the NIC, as described in the data model of the 'NIC' element object of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw virtual-functions @@ -564,6 +567,7 @@ partition {property} Additional properties of the virtual function, as described in the data model of the 'Virtual Function' element object of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst.txt index 1f312802..c0c55ea8 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst.txt @@ -231,5 +231,6 @@ partitions {additional_property} Additional properties requested via \ :literal:`full\_properties`\ or \ :literal:`additional\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst.txt index 3e5fc73e..4c690ad6 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst.txt @@ -250,5 +250,6 @@ password_rule {property} Additional properties of the password rule, as described in the data model of the 'Password Rule' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst.txt index efb4e622..977ab517 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst.txt @@ -169,5 +169,6 @@ password_rules {additional_property} Additional properties requested via \ :literal:`full\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst.txt index cec384b1..f9c671b2 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst.txt @@ -475,6 +475,7 @@ storage_group {property} Additional properties of the storage group, as described in the data model of the 'Storage Group' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw attached-partition-names Names of the partitions to which the storage group is attached. @@ -502,6 +503,7 @@ storage_group {property} Additional properties of the storage port, as described in the data model of the 'Storage Port' element object of the 'Adapter' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw parent-adapter Storage adapter of the candidate port. @@ -516,6 +518,7 @@ storage_group {property} Additional properties of the storage adapter, as described in the data model of the 'Adapter' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw @@ -534,6 +537,7 @@ storage_group {property} Additional properties of the storage volume, as described in the data model of the 'Storage Volume' element object of the 'Storage Group' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw virtual-storage-resources @@ -546,6 +550,7 @@ storage_group {property} Properties of the virtual storage resource, as described in the data model of the 'Virtual Storage Resource' element object of the 'Storage Group' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw attached-partitions @@ -558,6 +563,7 @@ storage_group {property} Properties of the partition, as described in the data model of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst.txt index 6f294b61..8f7f2fc1 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst.txt @@ -263,5 +263,6 @@ storage_volume {property} Additional properties of the storage volume, as described in the data model of the 'Storage Volume' element object of the 'Storage Group' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user.rst.txt index 7ce94975..b62905e9 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user.rst.txt @@ -279,6 +279,7 @@ user {property} Additional properties of the user, as described in the data model of the 'User' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw user-role-names Name of the user roles referenced by property \ :literal:`user-roles`\ . @@ -295,6 +296,7 @@ user {property} Properties of the user role, as described in the data model of the 'User Pattern' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw user-pattern-name @@ -312,6 +314,7 @@ user {property} Properties of the user pattern, as described in the data model of the 'User Pattern' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw password-rule-name @@ -329,6 +332,7 @@ user {property} Properties of the password rule, as described in the data model of the 'Password Rule' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw ldap-server-definition-name @@ -346,6 +350,7 @@ user {property} Properties of the LDAP server definition, as described in the data model of the 'LDAP Server Definition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst.txt index d3de13a8..4dbeb0f5 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst.txt @@ -176,5 +176,6 @@ users {additional_property} Additional properties requested via \ :literal:`full\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst.txt index fb9d5159..4fa8197e 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst.txt @@ -129,7 +129,7 @@ properties Any other property defined as writeable in the data model for user role resources (where the property names contain underscores instead of hyphens), except those excluded in the description above. | **required**: False - | **type**: str + | **type**: raw associated_system_defined_user_role_name @@ -463,5 +463,6 @@ user_role {property} Additional properties of the user role, as described in the data model of the 'User Role' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst.txt index 4ce54f2c..72edd741 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst.txt @@ -176,5 +176,6 @@ user_roles {additional_property} Additional properties requested via \ :literal:`full\_properties`\ . The property names will have underscores instead of hyphens. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst.txt index 7c70fbeb..4e51748a 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst.txt @@ -219,5 +219,6 @@ virtual_function {property} Additional properties of the virtual function, as described in the data model of the 'Virtual Function' element object of the 'Partition' object in the :term:\`HMC API\` book. The property names have hyphens (-) as described in that book. + | **type**: raw diff --git a/_sources/zhmc-ansible-modules/docs/source/release_notes.rst.txt b/_sources/zhmc-ansible-modules/docs/source/release_notes.rst.txt index cda33088..0a059d6f 100644 --- a/_sources/zhmc-ansible-modules/docs/source/release_notes.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/release_notes.rst.txt @@ -20,6 +20,53 @@ Releases ======== +Version 1.8.3 +------------- + +Released: 2024-02-29 + +Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ + +**Bug fixes:** + +* Fixed safety issues up to 2024-02-18. + +* Fixed dependabot issues up to 2024-02-18. + +* Fixed readable attribute error when ensuring ISO mounted onto the partition. + (related to issue #932) + +**Cleanup:** + +* Resolved the 'no-log-needed' issue raised by the sanity test and ansible-lint + on the 'os_ipl_token' input parameter of the 'zhmc_lpar' module. That + allowed to get rid of the corresponding entries in the ignore files. + (issue #915) + +* Resolved the 'return-syntax-error' issue raised by the sanity test and + ansible-lint on all modules that specify generic return properties. That + allowed to get rid of the corresponding entries in the ignore files. + (issue #915) + + +Version 1.8.2 +------------- + +Released: 2024-01-28 + +Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ + +**Bug fixes:** + +* Fixed safety issues up to 2024-01-26. + +* Fixed a performance issue in the 'zhmc_lpar_list' and 'zhmc_partition_list' + modules where the 'se-version' property was fetched from CPCs even if it + was already available in the LPAR/partition properties. (issue #904) + +* Increased the minimum version of zhmcclient to 1.13.3 to pick up fixes and + performance improvements. (related to issue #904) + Version 1.8.1 ------------- diff --git a/ibm_zos_core/docs/source/modules/zos_fetch.html b/ibm_zos_core/docs/source/modules/zos_fetch.html index c936de5f..bc154c61 100644 --- a/ibm_zos_core/docs/source/modules/zos_fetch.html +++ b/ibm_zos_core/docs/source/modules/zos_fetch.html @@ -233,17 +233,19 @@

Synopsis

Parameters

-
src

Name of a UNIX System Services (USS) file, PS (sequential data set), PDS, PDSE, member of a PDS, PDSE or KSDS (VSAM data set).

+
src

Name of a UNIX System Services (USS) file, PS (sequential data set), PDS, PDSE, member of a PDS, PDSE, GDS, GDG or KSDS (VSAM data set).

USS file paths should be absolute paths.

diff --git a/ibm_zosmf/docs/source/release_notes.html b/ibm_zosmf/docs/source/release_notes.html index fb4a5374..488cae77 100644 --- a/ibm_zosmf/docs/source/release_notes.html +++ b/ibm_zosmf/docs/source/release_notes.html @@ -103,44 +103,54 @@
  • z/OS IMS
  • z/OS Sys Auto
  • z/OS z/OSMF
  • +
  • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
  • zmf_swmgmt_identify_missing_critical_updates – Identify Missing Critical Software Updates for a Software Instance
  • zmf_swmgmt_identify_missing_fixcat_updates – Identify Missing Fixcat Software Updates for a Software Instance
  • zmf_swmgmt_search_software_updates – Search a Software Instance for Software Updates
  • +
  • zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID
  • zmf_workflow_complete – Role completes a z/OS workflow
  • zmf_zmsc_run_management_service – Role runs a z/OS management service
  • diff --git a/ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.html b/ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.html new file mode 100644 index 00000000..5a7b7f01 --- /dev/null +++ b/ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.html @@ -0,0 +1,424 @@ + + + + + + + + + + + zmf_swmgmt_csi_query – Query a SMP/E CSI data set — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
      + +
    • Docs »
    • + +
    • IBM z/OSMF »
    • + +
    • Roles »
    • + +
    • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
    • + + + +
    + + +
    +
    +
    +
    + +
    +

    zmf_swmgmt_csi_query – Query a SMP/E CSI data set

    + +
    +

    Synopsis

    +
      +
    • The IBM z/OSMF collection provides an Ansible role, referred to as zmf_swmgmt_csi_query, to query a SMP/E global zone CSI data set directly or to query the CSI associated with a software instance.

    • +
    +
    +
    +

    Variables

    +
    +
    zmf_host

    Hostname of the z/OSMF server, specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    default: 443
    +
    +
    +
    zmf_user

    User ID for authenticating with the z/OSMF server.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    zmf_password

    Password to be used for authenticating with z/OSMF server.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    software_instance_name

    Name of the software instance.

    +

    A software instance name must be specified when a software instance UUID or a CSI data set name are not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    system_nickname

    Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides.

    +

    A system nickname name must be specified when a software instance UUID or a CSI data set name are not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    software_instance_uuid

    A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the “List the software instances defined to z/OSMF” REST API.

    +

    A UUID can also be obtained using the zmf_swmgmt_zos_system_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system.

    +

    A software instance UUID name must be specified when a software instance or a CSI data set name are not specified. If a software instance or a CSI data set name are specified, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    csi_data_set_name

    A global zone CSI data set to query when it is not associated with a defined software instance object.

    +

    A CSI data set name must be specified when a software instance or a software instance UUID are not specified. If a software instance UUID is specified in addition to a CSI data set name, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    zones

    The list of zones to be queried. You may provide one or more specific zone names, or any of these values:

    +

    GLOBAL (To query the global zone)

    +

    ALLTZONES (To query all target zones)

    +

    ALLDZONES (To query all DLIB zones)

    +

    * (To query the global zone and all zones defined in the global zone’s ZONEINDEX)

    +

    Zone names are accepted in mixed case and are folded to uppercase automatically. This list variable needs to be in following format: '"GLOBAL","ALLTZONES","ALLDZONES"'

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: arr
    +
    +
    +
    entries

    The list of entry types to be queried. You may provide one or more entry types, or asterisk (‘*’) can be used to indicate all entry types will be queried. Entry types are accepted in mixed case and are folded to uppercase automatically.

    +

    Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=command-valid-entry-types for the list of valid types.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: arr
    +
    +
    +
    subentries

    The list of subentry types to be returned. You may provide one or more subentry types, or asterisk (‘*’) can be used to indicate all subentry types will be returned. Subentry types are accepted in mixed case and are folded to uppercase automatically. If no subentries are provided, then only the entry name and zone will be returned for matching entries.

    +

    Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=command-valid-subentry-types for the list of valid types.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: arr
    +
    +
    +
    filter

    The list of conditions with which to limit the entries to be returned. A condition is in the form: subentry operator ‘value’ For example, FMID = ‘HP10230’ or INSTALLDATE >= ‘23203’. The subentry type of a filter condition is accepted in mixed case and is folded to uppercase automatically. The value of a filter condition is case sensitive and is not folded to uppercase. If a filter is not provided then all entries of the specified type in the specified zones will be returned.

    +

    Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=command-filter-parameter-syntax for a detailed description of the syntax for the filter.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    csi_query_response_file

    The path to the file that will contain the results from the csi query operation.

    +

    The directory must already exist otherwise there will be an error writing the results to the file. If the file exists in the directory already, it will be overwritten by the new response when the playbook is executed. If the file doesn’t exist in the directory, it will be created.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    remote_zmf_user

    User ID for authenticating with a remote z/OSMF server. Used only if the csi data set resides on a remote z/OSMF server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    remote_zmf_password

    Password for authenticating with a remote z/OSMF server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    proxy_zmf_user

    User ID for authenticating with an HTTP proxy server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    proxy_zmf_password

    Password for authenticating with an HTTP proxy server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    +
    +
    +

    Examples

    +
    - name: sample of querying a CSI data set
    +  hosts: sampleHost
    +  gather_facts: no
    +  collections:
    +    - ibm.ibm_zosmf
    +
    +  tasks:
    +    - include_role :
    +        name: zmf_swmgmt_csi_query
    +
    +
    +
    +
    +

    Notes

    +
    +

    Note

    +
      +
    • The given example assumes you have an inventory file inventory.yml that contains the values for the variables described above, such as z/OSMF host server, userid, password, software instance name and system, and response file name.

    • +
    • Command syntax to call a playbook using an inventory file: ansible-playbook -i inventory software_management_csi_query_CICDtest1.yml

    • +
    • Command syntax to call a playbook using command arguments: ansible-playbook software_management_csi_query_CICDtest1.yml -e zmf_user=zosmf** -e zmf_password=zosmf**

    • +
    • When the role is executed, a message shown in following example is displayed, "msg": "Output filename= /tmp/xxx/csi_query_response.json". This message includes a file path and file name where the csi query information for the requested software instance is returned.

    • +
    +
    +
    +
    + + +
    + +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.html b/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.html index 28f37e0c..6e85635f 100644 --- a/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.html +++ b/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.html @@ -36,7 +36,7 @@ - + @@ -101,6 +101,7 @@
  • zmf_cpm_manage_software_instance – Role manages a provisioned z/OS software instance
  • zmf_cpm_provision_software_service – Role provisions a z/OS software service
  • zmf_cpm_remove_software_instance – Role removes a z/OS software instance
  • +
  • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
  • zmf_swmgmt_identify_missing_critical_updates – Identify Missing Critical Software Updates for a Software Instance @@ -228,14 +230,14 @@

    Variablestype: str -
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify value for this parameter in the inventory file or as an argument on the playbook command.

    +
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command.

    required: False
    type: str
    default: 443
    -
    zmf_user

    User name to be used for authenticating with the z/OSMF server.

    +
    zmf_user

    User ID for authenticating with the z/OSMF server.

    This variable can be specified in the inventory file or as an argument on the playbook command.

    system_nickname

    Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides.

    +

    A system nickname must be specified when a software instance UUID is not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default.

    This variable can be specified in the inventory file or as an argument on the playbook command.

    -
    required: True
    +
    required: False
    +
    type: str
    +
    +
    +
    software_instance_uuid

    A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the “List the software instances defined to z/OSMF” REST API.

    +

    A UUID can also be obtained using the zmf_swmgmt_zos_system_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system.

    +

    A software instance UUID must be specified when a software instance name is not specified. If both a software instance UUID and name are specified, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    type: str
    @@ -317,7 +330,10 @@

    NotesNote

    diff --git a/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.html b/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.html index 3751adde..413ef104 100644 --- a/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.html +++ b/ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.html @@ -101,6 +101,7 @@
  • zmf_cpm_manage_software_instance – Role manages a provisioned z/OS software instance
  • zmf_cpm_provision_software_service – Role provisions a z/OS software service
  • zmf_cpm_remove_software_instance – Role removes a z/OS software instance
  • +
  • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
  • zmf_swmgmt_identify_missing_critical_updates – Identify Missing Critical Software Updates for a Software Instance
  • zmf_swmgmt_identify_missing_fixcat_updates – Identify Missing Fixcat Software Updates for a Software Instance
  • zmf_swmgmt_search_software_updates – Search a Software Instance for Software Updates
  • +
  • zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID
  • zmf_workflow_complete – Role completes a z/OS workflow
  • zmf_zmsc_run_management_service – Role runs a z/OS management service
  • @@ -228,14 +230,14 @@

    Variablestype: str -
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify value for this parameter in the inventory file or as an argument on the playbook command.

    +
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command.

    required: False
    type: str
    default: 443
    -
    zmf_user

    User name to be used for authenticating with the z/OSMF server.

    +
    zmf_user

    User ID for authenticating with the z/OSMF server.

    This variable can be specified in the inventory file or as an argument on the playbook command.

    system_nickname

    Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides.

    +

    A system nickname must be specified when a software instance UUID is not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default.

    This variable can be specified in the inventory file or as an argument on the playbook command.

    -
    required: True
    +
    required: False
    +
    type: str
    +
    +
    +
    software_instance_uuid

    A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the “List the software instances defined to z/OSMF” REST API.

    +

    A UUID can also be obtained using the zmf_swmgmt_zos_system_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system.

    +

    A software instance UUID must be specified when a software instance name is not specified. If both a software instance UUID and name are specified, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    type: str
    @@ -317,7 +330,10 @@

    NotesNote

    diff --git a/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.html b/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.html index 54ea71e6..ed42c0fc 100644 --- a/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.html +++ b/ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.html @@ -35,7 +35,7 @@ - + @@ -101,6 +101,7 @@
  • zmf_cpm_manage_software_instance – Role manages a provisioned z/OS software instance
  • zmf_cpm_provision_software_service – Role provisions a z/OS software service
  • zmf_cpm_remove_software_instance – Role removes a z/OS software instance
  • +
  • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
  • zmf_swmgmt_identify_missing_critical_updates – Identify Missing Critical Software Updates for a Software Instance
  • zmf_swmgmt_identify_missing_fixcat_updates – Identify Missing Fixcat Software Updates for a Software Instance
  • zmf_swmgmt_search_software_updates – Search a Software Instance for Software Updates
      @@ -110,6 +111,7 @@
    • Notes
  • +
  • zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID
  • zmf_workflow_complete – Role completes a z/OS workflow
  • zmf_zmsc_run_management_service – Role runs a z/OS management service
  • @@ -228,14 +230,14 @@

    Variablestype: str -
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify value for this parameter in the inventory file or as an argument on the playbook command.

    +
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command.

    required: False
    type: str
    default: 443
    -
    zmf_user

    User name to be used for authenticating with the z/OSMF server.

    +
    zmf_user

    User ID for authenticating with the z/OSMF server.

    This variable can be specified in the inventory file or as an argument on the playbook command.

    system_nickname

    Nickname of the z/OSMF host system that has access to the volumes and data sets where the software instance resides.

    +

    A system nickname must be specified when a software instance UUID is not specified. If a software instance UUID is specified in addition to a software instance and system nickname, then the software instance UUID is used by default.

    This variable can be specified in the inventory file or as an argument on the playbook command.

    -
    required: True
    +
    required: False
    +
    type: str
    +
    +
    +
    software_instance_uuid

    A UUID of a software instance. A UUID is assigned to every software instance and can be obtained using the “List the software instances defined to z/OSMF” REST API.

    +

    A UUID can also be obtained using the zmf_swmgmt_zos_system_uuid Ansible role which retrieves the UUID for the software instance that represents the installed software for the specified z/OSMF host system.

    +

    A software instance UUID must be specified when a software instance name is not specified. If both a software instance UUID and name are specified, then the software instance UUID is used by default.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    type: str
    @@ -324,7 +337,10 @@

    NotesNote

    diff --git a/ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.html b/ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.html new file mode 100644 index 00000000..9a6a2526 --- /dev/null +++ b/ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.html @@ -0,0 +1,355 @@ + + + + + + + + + + + zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
      + +
    • Docs »
    • + +
    • IBM z/OSMF »
    • + +
    • Roles »
    • + +
    • zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID
    • + + + +
    + + +
    +
    +
    +
    + +
    +

    zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID

    + +
    +

    Synopsis

    +
      +
    • The IBM z/OSMF collection provides an Ansible role, referred to as zmf_swmgmt_zos_system_uuid, to retrieve the z/OS system UUID for the specified system nickname. The UUID identifies the software instance object that corresponds to the installed software for the specified z/OSMF host system. The UUID can be used to uniquely identify a software instance object to be acted upon by other Ansible roles.

    • +
    +
    +
    +

    Variables

    +
    +
    zmf_host

    Hostname of the z/OSMF server, specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    zmf_port

    Port number of the z/OSMF server. If z/OSMF is not using the default port, you need to specify a value for this parameter in the inventory file or as an argument on the playbook command.

    +
    +
    required: False
    +
    type: str
    +
    default: 443
    +
    +
    +
    zmf_user

    User ID for authenticating with the z/OSMF server.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    zmf_password

    Password to be used for authenticating with z/OSMF server.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    system_nickname

    Nickname of the z/OSMF host system.

    +

    This variable can be specified in the inventory file or as an argument on the playbook command.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    remote_zmf_user

    User ID for authenticating with a remote z/OSMF server. Used only to retrieve the UUID of a remote z/OSMF server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    remote_zmf_password

    Password for authenticating with a remote z/OSMF server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    proxy_zmf_user

    User ID for authenticating with an HTTP proxy server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    proxy_zmf_password

    Password for authenticating with an HTTP proxy server.

    +
    +
    required: False
    +
    type: str
    +
    +
    +
    +
    +
    +

    Examples

    +
    - name: sample of retrieving the z/OS system UUID
    +  hosts: sampleHost
    +  gather_facts: no
    +  collections:
    +    - ibm.ibm_zosmf
    +
    +  tasks:
    +    - include_role :
    +        name: zmf_swmgmt_zos_system_uuid
    +
    +
    +
    +
    +

    Notes

    +
    +

    Note

    +
      +
    • The given example assumes you have an inventory file inventory.yml that contains the values for the variables described above, such as z/OSMF host server, userid, password, system, and response file name.

    • +
    • Command syntax to call a playbook using an inventory file: ansible-playbook -i inventory software_management_system_uuid_CICDtest1.yml

    • +
    • Command syntax to call a playbook using command arguments: ansible-playbook software_management_system_uuid_CICDtest1.yml -e zmf_user=zosmf** -e zmf_password=zosmf**

    • +
    • When the role is executed, a message shown in following example is displayed, "msg": "Output filename= /tmp/xxx/zos_system_uuid_response.json". This message includes a file path and file name where the z/OS system UUID is saved.

    • +
    • Refer to https://www.ibm.com/docs/en/zos/3.1.0?topic=services-retrieve-zos-system-uuid for more information on the REST API’s request and response JSON.

    • +
    +
    +
    +
    + + +
    + +
    +
    + + +
    + +
    +

    + © Copyright IBM Corp. 2020, 2023 + +

    +
    + +
    + +
    +
    + +
    + +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/ibm_zosmf/docs/source/roles/zmf_workflow_complete.html b/ibm_zosmf/docs/source/roles/zmf_workflow_complete.html index a7b1ce3c..29c309bb 100644 --- a/ibm_zosmf/docs/source/roles/zmf_workflow_complete.html +++ b/ibm_zosmf/docs/source/roles/zmf_workflow_complete.html @@ -36,7 +36,7 @@ - + @@ -101,9 +101,11 @@
  • zmf_cpm_manage_software_instance – Role manages a provisioned z/OS software instance
  • zmf_cpm_provision_software_service – Role provisions a z/OS software service
  • zmf_cpm_remove_software_instance – Role removes a z/OS software instance
  • +
  • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
  • zmf_swmgmt_identify_missing_critical_updates – Identify Missing Critical Software Updates for a Software Instance
  • zmf_swmgmt_identify_missing_fixcat_updates – Identify Missing Fixcat Software Updates for a Software Instance
  • zmf_swmgmt_search_software_updates – Search a Software Instance for Software Updates
  • +
  • zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID
  • zmf_workflow_complete – Role completes a z/OS workflow
    • Synopsis
    • Dependencies
    • diff --git a/ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.html b/ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.html index b6677d75..10481285 100644 --- a/ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.html +++ b/ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.html @@ -101,9 +101,11 @@
    • zmf_cpm_manage_software_instance – Role manages a provisioned z/OS software instance
    • zmf_cpm_provision_software_service – Role provisions a z/OS software service
    • zmf_cpm_remove_software_instance – Role removes a z/OS software instance
    • +
    • zmf_swmgmt_csi_query – Query a SMP/E CSI data set
    • zmf_swmgmt_identify_missing_critical_updates – Identify Missing Critical Software Updates for a Software Instance
    • zmf_swmgmt_identify_missing_fixcat_updates – Identify Missing Fixcat Software Updates for a Software Instance
    • zmf_swmgmt_search_software_updates – Search a Software Instance for Software Updates
    • +
    • zmf_swmgmt_zos_system_uuid – Retrieve the z/OS system UUID
    • zmf_workflow_complete – Role completes a z/OS workflow
    • zmf_zmsc_run_management_service – Role runs a z/OS management service
      • Synopsis
      • diff --git a/objects.inv b/objects.inv index ff25ceb4..b52b09a9 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/searchindex.js b/searchindex.js index e9323b4d..eb8202c1 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["faqs/faqs","ibm_zos_cics/docs/ansible_content","ibm_zos_cics/docs/source/community_guides","ibm_zos_cics/docs/source/modules","ibm_zos_cics/docs/source/modules/cmci_action","ibm_zos_cics/docs/source/modules/cmci_create","ibm_zos_cics/docs/source/modules/cmci_delete","ibm_zos_cics/docs/source/modules/cmci_get","ibm_zos_cics/docs/source/modules/cmci_update","ibm_zos_cics/docs/source/release_notes","ibm_zos_cics/docs/source/requirements_managed","ibm_zos_core/docs/ansible_content","ibm_zos_core/docs/source/community_guides","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_core/docs/source/filters","ibm_zos_core/docs/source/modules","ibm_zos_core/docs/source/modules/zos_apf","ibm_zos_core/docs/source/modules/zos_archive","ibm_zos_core/docs/source/modules/zos_backup_restore","ibm_zos_core/docs/source/modules/zos_blockinfile","ibm_zos_core/docs/source/modules/zos_copy","ibm_zos_core/docs/source/modules/zos_data_set","ibm_zos_core/docs/source/modules/zos_encode","ibm_zos_core/docs/source/modules/zos_fetch","ibm_zos_core/docs/source/modules/zos_find","ibm_zos_core/docs/source/modules/zos_gather_facts","ibm_zos_core/docs/source/modules/zos_job_output","ibm_zos_core/docs/source/modules/zos_job_query","ibm_zos_core/docs/source/modules/zos_job_submit","ibm_zos_core/docs/source/modules/zos_lineinfile","ibm_zos_core/docs/source/modules/zos_mount","ibm_zos_core/docs/source/modules/zos_mvs_raw","ibm_zos_core/docs/source/modules/zos_operator","ibm_zos_core/docs/source/modules/zos_operator_action_query","ibm_zos_core/docs/source/modules/zos_ping","ibm_zos_core/docs/source/modules/zos_script","ibm_zos_core/docs/source/modules/zos_tso_command","ibm_zos_core/docs/source/modules/zos_unarchive","ibm_zos_core/docs/source/modules/zos_volume_init","ibm_zos_core/docs/source/plugins","ibm_zos_core/docs/source/reference/community","ibm_zos_core/docs/source/reference/documentation","ibm_zos_core/docs/source/release_notes","ibm_zos_core/docs/source/requirements_managed","ibm_zos_core/docs/source/resources/character_set","ibm_zos_core/docs/source/resources/releases_maintenance","ibm_zos_core/docs/source/resources/resources","ibm_zos_ims/docs/ansible_content","ibm_zos_ims/docs/source/community_guides","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_ims/docs/source/modules","ibm_zos_ims/docs/source/modules/ims_acb_gen","ibm_zos_ims/docs/source/modules/ims_catalog_populate","ibm_zos_ims/docs/source/modules/ims_catalog_purge","ibm_zos_ims/docs/source/modules/ims_command","ibm_zos_ims/docs/source/modules/ims_dbd_gen","ibm_zos_ims/docs/source/modules/ims_dbrc","ibm_zos_ims/docs/source/modules/ims_ddl","ibm_zos_ims/docs/source/modules/ims_psb_gen","ibm_zos_ims/docs/source/release_notes","ibm_zos_ims/docs/source/requirements_managed","ibm_zos_sysauto/docs/ansible_content","ibm_zos_sysauto/docs/source/community_guides","ibm_zos_sysauto/docs/source/release_notes","ibm_zos_sysauto/docs/source/requirements_managed","ibm_zos_sysauto/docs/source/roles","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource","ibm_zosmf/docs/ansible_content","ibm_zosmf/docs/source/community_guides","ibm_zosmf/docs/source/modules","ibm_zosmf/docs/source/modules/zmf_authenticate","ibm_zosmf/docs/source/modules/zmf_sca","ibm_zosmf/docs/source/modules/zmf_workflow","ibm_zosmf/docs/source/release_notes","ibm_zosmf/docs/source/requirements_control","ibm_zosmf/docs/source/requirements_managed","ibm_zosmf/docs/source/resources","ibm_zosmf/docs/source/roles","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates","ibm_zosmf/docs/source/roles/zmf_workflow_complete","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service","index","installation/installation","playbooks/playbooks","reference/community","reference/documentation","reference/helpful_links","release/release","requirements/requirements","troubleshooting/errorsandmessages","zhmc-ansible-modules/CHANGELOG","zhmc-ansible-modules/docs/ansible_content","zhmc-ansible-modules/docs/source/bibliography","zhmc-ansible-modules/docs/source/development","zhmc-ansible-modules/docs/source/modules","zhmc-ansible-modules/docs/source/modules/zhmc_adapter","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list","zhmc-ansible-modules/docs/source/modules/zhmc_console","zhmc-ansible-modules/docs/source/modules/zhmc_cpc","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_hba","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages","zhmc-ansible-modules/docs/source/modules/zhmc_nic","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list","zhmc-ansible-modules/docs/source/modules/zhmc_session","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume","zhmc-ansible-modules/docs/source/modules/zhmc_user","zhmc-ansible-modules/docs/source/modules/zhmc_user_list","zhmc-ansible-modules/docs/source/modules/zhmc_user_role","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function","zhmc-ansible-modules/docs/source/release_notes","zhmc-ansible-modules/docs/source/requirements_managed","zhmc-ansible-modules/docs/source/troubleshooting"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["faqs/faqs.rst","ibm_zos_cics/docs/ansible_content.rst","ibm_zos_cics/docs/source/community_guides.rst","ibm_zos_cics/docs/source/modules.rst","ibm_zos_cics/docs/source/modules/cmci_action.rst","ibm_zos_cics/docs/source/modules/cmci_create.rst","ibm_zos_cics/docs/source/modules/cmci_delete.rst","ibm_zos_cics/docs/source/modules/cmci_get.rst","ibm_zos_cics/docs/source/modules/cmci_update.rst","ibm_zos_cics/docs/source/release_notes.rst","ibm_zos_cics/docs/source/requirements_managed.rst","ibm_zos_core/docs/ansible_content.rst","ibm_zos_core/docs/source/community_guides.rst","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser.rst","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_core/docs/source/filters.rst","ibm_zos_core/docs/source/modules.rst","ibm_zos_core/docs/source/modules/zos_apf.rst","ibm_zos_core/docs/source/modules/zos_archive.rst","ibm_zos_core/docs/source/modules/zos_backup_restore.rst","ibm_zos_core/docs/source/modules/zos_blockinfile.rst","ibm_zos_core/docs/source/modules/zos_copy.rst","ibm_zos_core/docs/source/modules/zos_data_set.rst","ibm_zos_core/docs/source/modules/zos_encode.rst","ibm_zos_core/docs/source/modules/zos_fetch.rst","ibm_zos_core/docs/source/modules/zos_find.rst","ibm_zos_core/docs/source/modules/zos_gather_facts.rst","ibm_zos_core/docs/source/modules/zos_job_output.rst","ibm_zos_core/docs/source/modules/zos_job_query.rst","ibm_zos_core/docs/source/modules/zos_job_submit.rst","ibm_zos_core/docs/source/modules/zos_lineinfile.rst","ibm_zos_core/docs/source/modules/zos_mount.rst","ibm_zos_core/docs/source/modules/zos_mvs_raw.rst","ibm_zos_core/docs/source/modules/zos_operator.rst","ibm_zos_core/docs/source/modules/zos_operator_action_query.rst","ibm_zos_core/docs/source/modules/zos_ping.rst","ibm_zos_core/docs/source/modules/zos_script.rst","ibm_zos_core/docs/source/modules/zos_tso_command.rst","ibm_zos_core/docs/source/modules/zos_unarchive.rst","ibm_zos_core/docs/source/modules/zos_volume_init.rst","ibm_zos_core/docs/source/plugins.rst","ibm_zos_core/docs/source/reference/community.rst","ibm_zos_core/docs/source/reference/documentation.rst","ibm_zos_core/docs/source/release_notes.rst","ibm_zos_core/docs/source/requirements_managed.rst","ibm_zos_core/docs/source/resources/character_set.rst","ibm_zos_core/docs/source/resources/releases_maintenance.rst","ibm_zos_core/docs/source/resources/resources.rst","ibm_zos_ims/docs/ansible_content.rst","ibm_zos_ims/docs/source/community_guides.rst","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_ims/docs/source/modules.rst","ibm_zos_ims/docs/source/modules/ims_acb_gen.rst","ibm_zos_ims/docs/source/modules/ims_catalog_populate.rst","ibm_zos_ims/docs/source/modules/ims_catalog_purge.rst","ibm_zos_ims/docs/source/modules/ims_command.rst","ibm_zos_ims/docs/source/modules/ims_dbd_gen.rst","ibm_zos_ims/docs/source/modules/ims_dbrc.rst","ibm_zos_ims/docs/source/modules/ims_ddl.rst","ibm_zos_ims/docs/source/modules/ims_psb_gen.rst","ibm_zos_ims/docs/source/release_notes.rst","ibm_zos_ims/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/ansible_content.rst","ibm_zos_sysauto/docs/source/community_guides.rst","ibm_zos_sysauto/docs/source/release_notes.rst","ibm_zos_sysauto/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/source/roles.rst","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst","ibm_zosmf/docs/ansible_content.rst","ibm_zosmf/docs/source/community_guides.rst","ibm_zosmf/docs/source/modules.rst","ibm_zosmf/docs/source/modules/zmf_authenticate.rst","ibm_zosmf/docs/source/modules/zmf_sca.rst","ibm_zosmf/docs/source/modules/zmf_workflow.rst","ibm_zosmf/docs/source/release_notes.rst","ibm_zosmf/docs/source/requirements_control.rst","ibm_zosmf/docs/source/requirements_managed.rst","ibm_zosmf/docs/source/resources.rst","ibm_zosmf/docs/source/roles.rst","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates.rst","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service.rst","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst","ibm_zosmf/docs/source/roles/zmf_workflow_complete.rst","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.rst","index.rst","installation/installation.rst","playbooks/playbooks.rst","reference/community.rst","reference/documentation.rst","reference/helpful_links.rst","release/release.rst","requirements/requirements.rst","troubleshooting/errorsandmessages.rst","zhmc-ansible-modules/CHANGELOG.rst","zhmc-ansible-modules/docs/ansible_content.rst","zhmc-ansible-modules/docs/source/bibliography.rst","zhmc-ansible-modules/docs/source/development.rst","zhmc-ansible-modules/docs/source/modules.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_console.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_session.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst","zhmc-ansible-modules/docs/source/release_notes.rst","zhmc-ansible-modules/docs/source/requirements_managed.rst","zhmc-ansible-modules/docs/source/troubleshooting.rst"],objects:{},objnames:{},objtypes:{},terms:{"0000000bba01":39,"000c":33,"000d":33,"000e":33,"000f":33,"00106f234c71":111,"00106f237ab1":127,"00106f239c31":[104,107,109,116,118,124,126],"00106f239d19":[107,116,118,124,126],"00106f25b43c":129,"009c0f4c":[124,126],"01a0":29,"023f":116,"033f":131,"0706c00180000000000000000070e050":113,"083c":29,"0c99":127,"0f03":29,"0ick00703i":39,"0ick01314i":39,"0ick04000i":39,"0xc1":45,"100088947155a1e9":[104,124],"100mb":19,"1036k":29,"1048k":29,"10c":[105,107],"10fa8489":113,"10m":27,"11548k":27,"11740k":29,"11896k":29,"11e8":[104,107,109,116,118,124],"11e9":[107,121,124,126,127],"11ea":[107,116,118],"11eb":127,"11ec":129,"11ee":111,"11m":29,"123f":110,"12c":104,"14m":29,"15t02":[4,5,6,7,8],"16s":[104,124],"1768k":29,"1876480k":29,"19e90e27":127,"1appus":30,"1cae":127,"1data":27,"1gb":19,"1ickdsf":39,"200a":[124,126],"20a6":107,"240k":[27,29],"252k":29,"2535b19e":73,"256k":29,"2gb":0,"2mb":25,"32323df4":[116,118],"351b":107,"358a":124,"3dc87062":129,"3e7ed5ca28d7":[104,107,109,118,124],"3f99":[104,107,109,118,124],"422c":127,"465f":111,"4947c6d0":[107,118],"4a00003c":39,"4a14":[104,107,109,118,124],"4a52":73,"4a7e":121,"4e06":113,"4f01576a":113,"4gb":0,"50m":[14,50],"518ac1d8":127,"520c0138":121,"5695df18658i10001000":72,"58e41a42":107,"5956e97a":[116,118],"600507681081001d4800000000000083":[124,126],"60k":27,"6a46d18a":107,"80ca":111,"8bb3":121,"8d320d5f68b048fc97559d771ede68b37a71e8374d1d678d96dcfa2b2da7a64":[21,24],"8dfc":107,"8e5b":129,"8ea3":129,"8f73":[107,118],"91773b88":127,"91ba":127,"92k":29,"9d77":73,"9fbb":107,"boolean":[13,39,43,118,124,127,132],"byte":[18,21,22,25,27,29,32,38,53,54,98],"case":[2,4,5,6,7,8,10,12,13,14,18,21,22,24,29,31,36,38,39,43,46,49,50,60,72,73,74,76,79,80,81,83,88,89,95,98,104,111,113,121,123,132],"class":[17,18,19,21,22,27,28,29,32,38,39,43,53,54,72,104,109,111,113,116,118,121,124,126,127,129],"default":[0,4,5,6,7,8,9,14,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,43,44,50,52,53,54,56,58,59,61,64,67,72,73,76,79,80,81,82,83,84,85,86,87,88,89,91,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],"export":[14,20,50],"final":[22,72,73,88,102],"float":[33,132],"function":[4,5,6,7,8,12,27,29,32,39,40,43,45,49,74,76,102,103,118,124,132],"import":[12,14,43,46,50,53,58,102,118,124,132],"int":[4,5,6,7,8,13,17,18,19,20,21,22,24,25,27,28,29,30,31,32,33,34,36,37,38,39,43,53,54,56,57,59,67,71,72,73,82,83,88,89,106,107,109,113,115,120,124],"long":[13,20,21,22,28,29,30,31,39,43,124],"new":[8,13,14,19,20,21,22,29,32,37,39,46,50,53,54,55,60,61,67,73,74,85,86,87,88,91,96,104,106,107,113,118,123,132],"null":[25,28,29,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],"public":[14,32,50,73,79,88],"return":[3,13,14,16,43,50,51,60,70,74,79,80,81,83,85,86,87,88,89,98,103,132],"short":[67,102,104,118,124],"static":17,"switch":[32,35,100,116,118,124,125,126],"throw":[14,43,50],"transient":[79,80,81,83,89],"true":[4,5,6,7,8,9,13,14,17,18,19,20,21,22,23,24,25,28,29,30,31,32,33,34,36,37,38,39,43,50,52,53,54,55,56,57,58,59,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],"try":[14,21,29,36,43,50],"var":[0,14,20,21,29,30,36,50,65,67,76,79,80,81,82,83,84,88,89,132],"while":[14,16,21,22,25,30,31,32,36,43,50,51,54,70,73],ACS:19,ADDED:53,AND:[25,27,29,39],ARE:54,Added:[9,43,60,64,74,132],Age:25,BAS:5,Bus:110,But:[14,50],CTS:7,DDs:[29,32,43],FOR:[20,27,29,39,54],For:[0,2,3,4,5,6,7,8,10,12,13,15,17,18,20,21,22,23,24,25,27,28,29,30,31,32,33,36,38,44,45,46,49,52,53,54,61,63,65,69,72,73,74,79,88,91,92,97,98,102,104,105,106,107,108,109,110,111,113,114,116,118,119,121,123,124,125,126,127,129,131,132],GDS:22,HAS:29,HFS:24,Has:43,IDs:[43,44,61,87,132],IMS:[0,25,34,51,58,60,61,79,82,83,84,90,93,96,97,98],INS:118,Its:73,JES:[27,28,29,73,88],LDS:[21,53,54],MVS:[17,18,20,21,23,24,25,27,30,31,32,38,39,61],NOS:29,NOT:[14,21,24,29,43,50],Not:[18,21,22,32,38,53,54,118],ONE:[13,27],One:[25,37,77],PAS:[44,61],PDS:[13,18,20,21,22,23,24,25,29,30,38,43,53,54,56,57,59],PFS:31,PRs:132,PYS:[44,61],SMS:[17,18,19,21,22,32,38,39,53,54],SYS:[27,29,43],Such:[73,88,97],Sys:[0,90,93,96,97,98],THAT:[27,29,54],THE:[27,29,53,54],TIS:45,TRS:[18,38],That:[21,73,102,132],The:[0,1,3,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,43,44,45,46,48,50,51,52,53,54,55,56,57,58,59,60,61,62,65,66,67,68,70,71,72,73,74,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,95,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],Then:[43,88,102],There:[0,19,92,102,134],These:[0,4,6,7,8,14,21,29,31,36,43,46,50,56,59,66,102,132],UCS:45,USING:29,Use:[0,14,18,19,21,25,32,38,50,53,54,57,91,92,104,127],Used:[19,30,40,85,86,87,111,116,121,124,126,127,129],Uses:[26,28],Using:[7,17,20,21,44,61],VFs:132,WAS:[27,29,39,53],WILL:[27,29],WITH:29,Will:[17,36,38,110,116,118,124,131],With:[14,32,50,61,74,76,132],YES:[21,31],Yes:0,ZFS:[20,24,31,67],ZOS:61,_________________________________________:29,__dict__:[14,50],__future__:[14,50],__init__:[14,50],__metaclass__:[14,50],_bpxk_autocvt:[14,50],_cee_runopt:[14,50],_encode_file_exist:61,_encode_file_new:61,_export_:[14,50],_keydata:[4,5,6,7,8],_play_context:43,_tag_redir_err:[14,50],_tag_redir_in:[14,50],_tag_redir_out:[14,50],_text:43,a13b:116,a142:[124,126],a14b:[104,109,124],a87c:[104,107,109,118,124],a8c3:73,a951:113,aap:[46,97,113],abbrev:29,abbrevi:31,abc:[21,25,131],abend:[27,28,29,43],abil:[4,6,7,8,90,104],abl:[21,24,29,74,76],abnorm:[29,32,43,53,54],abnormal_disposit:[53,54],about:[0,4,5,6,7,8,9,14,43,50,57,61,65,74,76,79,83,89,91,92,96,97,98,102,104,106,107,109,110,111,113,116,118,121,124,125,126,127,129,131,132],abov:[13,67,74,85,86,87,98,129,132],absenc:132,absent:[17,18,20,22,30,31,43,104,110,111,116,118,121,124,126,127,129,131,132],absolut:[13,14,17,18,20,21,23,24,30,31,32,38,50,72,113,118,124],absolute_import:[14,50],acb:[48,51,53,54],acb_lib:[52,53],acbgen:52,acblib:[52,53],acc:[104,109],acceler:131,accent:43,accept:[0,2,3,4,6,7,8,12,13,14,22,32,37,43,49,50,57,63,69,70,79,80,81,83,89,103,106,107,108,113,114,118,119,124,132],accept_firmwar:[106,107],acceptable_statu:[107,132],access:[0,14,16,22,27,29,32,39,43,50,70,71,72,73,74,85,86,87,88,91,92,98,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,122,124,125,126,127,128,130,131],access_group:32,access_mod:[109,118],accomod:132,accord:[4,5,6,7,8],accordingli:[34,132],account:[13,73,88,102],achiev:[14,50,73],across:[103,132],act:[13,18,21,38,43],action:[1,3,5,6,7,8,11,14,16,22,38,43,50,53,54,57,72,79,82,83,89,102,106,123,124,125,126,132],action_nam:4,action_paramet:4,actionobjectid:72,activ:[22,27,28,29,33,39,43,52,55,62,76,92,102,104,105,107,108,109,113,114,118,119,120,124,125,126,132],activation_mod:114,activation_profile_nam:[107,113],actual:[13,31,43,123,125,132],adapt:[100,103,107,109,110,116,118,124,129,131,132],adapter1:[104,105,118],adapter2:118,adapter_count:[109,132],adapter_famili:105,adapter_id:[104,105],adapter_list:105,adapter_nam:[109,110,116,131,132],adapter_port:[110,116],adapter_port_uri:110,adapter_uri:131,add:[16,18,20,21,22,30,31,32,36,38,43,51,60,64,74,91,98,102,113,132],add_stylesheet:132,added:[14,17,18,21,25,26,29,30,31,32,33,36,43,50,53,60,61,92,98,109,132],adding:[17,35,53,132],addit:[12,13,19,26,27,28,29,39,40,42,44,49,52,60,67,72,75,92,94,95,102,104,105,106,107,108,109,110,111,113,114,116,117,118,119,121,122,124,126,127,128,129,130,131,132,133,134],addition:[14,39,50,91],additional_properti:[105,108,114,117,119,122,128,130,132],additionalinfo:72,address:[13,27,28,29,32,39,43,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],adequ:[18,38],adher:91,adhoc:[14,50],adjust:[92,132],admin:28,administr:[21,38,72,92,127],adrdssu:[18,19,32,38],advanc:43,advis:57,aes:[118,124],affect:[52,105,114,119,132],after:[13,14,18,20,21,24,26,29,30,31,32,36,38,43,50,53,54,60,73,88,89,92,102,106,107,109,110,113,116,118,123,124,125,126,131,132],afterward:43,again:[73,102,132],against:[0,14,25,50,98,102,124,125,126,132],age:[13,25],age_stamp:25,agil:0,alarm:[115,120],algorithm:[0,18],alia:21,alias:[13,14,21,43,50],align:[43,97],all:[0,7,9,13,14,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,43,45,50,52,54,55,56,57,58,59,72,74,76,78,90,91,92,97,98,102,104,105,107,108,109,110,111,113,114,116,117,118,119,121,122,124,125,126,127,128,129,130,131,132],alloc:[18,19,21,22,25,27,29,32,33,36,37,38,52,53,54,57,113],allow:[9,12,13,14,22,29,31,32,37,43,45,50,57,78,82,83,89,104,107,113,121,124,127,132],allow_uid:31,aloadtim:[4,5,6,7,8],alon:[4,5,6,7,8,9,10],along:[43,54,55,74,88,132],alpha:[32,102,132],alphabet:[45,121],alphanumer:39,alreadi:[17,21,22,24,29,32,36,43,53,73,85,86,87,104,106,107,110,111,116,118,121,124,126,127,129,131,132],also:[0,1,4,5,6,7,8,9,10,11,16,17,19,23,30,43,45,48,52,53,54,57,58,60,62,67,68,70,72,73,74,78,85,86,91,100,102,103,107,110,111,113,116,121,124,126,127,129,131,132,134],alter:72,altern:[12,13,14,50,98,132],although:[0,41,92,93,115,120],alwai:[4,5,6,7,8,13,15,17,18,20,21,22,23,24,28,30,31,32,33,34,35,37,38,43,52,54,55,56,57,58,59,71,72,73,91,92,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],am2:132,amaters:19,amod:29,amount:[19,22,32,53,54],analog:32,analysi:54,analysis_mod:54,analyz:54,angel:113,ani:[4,5,6,7,8,13,14,18,20,21,24,25,26,27,28,29,31,32,33,34,35,38,39,43,50,52,53,54,55,58,60,71,72,73,79,81,82,83,84,88,89,91,97,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],anoth:[13,17,20,21,23,30,31,32,33,43,132],ansi:[21,43],ansibl:[1,3,7,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,29,30,31,32,35,36,38,39,40,42,43,44,46,48,50,51,58,59,60,61,62,64,65,67,68,70,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,92,94,95,96,97,100,102,103,110,116,118,124,131,132],ansible_collect:[0,91],ansible_collections_ibm_zos_cor:14,ansible_collections_ibm_zos_im:50,ansible_collections_ibm_zos_ims:50,ansible_config:[0,91],ansible_date_tim:20,ansible_fact:[14,26,43,50],ansible_hostnam:20,ansible_lint:132,ansible_python_interpret:98,ansible_sample_workflow_:[73,88],ansible_sample_workflow_sy1:73,ansible_shell_execut:[44,61],ansible_vers:[21,29,36],ansible_workflowname_:73,ansiblemodul:[14,50],ansitest:[4,5,6,7,8],anymor:102,anyth:95,anywher:[30,31],apar:[32,65,74],apf:[11,16,31,32,39,52],apfadm:17,apg:67,api:[0,1,4,5,6,7,8,9,10,14,17,20,30,31,32,42,43,50,62,65,67,72,74,76,91,94,97,100,101,102,104,105,106,107,108,109,110,111,113,114,116,118,119,121,124,126,127,129,131,132,133],api_polling_interval_second:[82,83,89],api_polling_retry_count:[82,83,89],api_vers:106,apist:[4,5,6,7,8],appear:[4,6,7,8,32,43,98],append:[17,20,21,23,24,25,30,31,91,92],applehelp:132,appli:[19,21,22,26,29,31,36,37,43,56,59,65,107,113,132,134],applianc:[118,124],applic:[0,4,5,6,7,8,18,21,24,25,31,32,38,48,52,53,56,58,59,67,74,79,81,82,83,84,86,90,92,97,129],applid:[4,5,6,7,8],applmajorv:[4,5,6,7,8],applmicrov:[4,5,6,7,8],applminorv:[4,5,6,7,8],approach:[76,118,124],appropri:[0,4,17,21,43,46,67,74,79,80,81,82,83,84,89,91,98],approv:102,approxim:[18,43],appveyor:132,april:46,arch_level:26,architectur:[40,43,95],archiv:[0,16,19,32,38,40,43,91,102,132],archive_folder_test:38,arcroot:18,area:[18,21,22,32,38],arg:[14,36,50],arg_def:13,arg_typ:12,argpars:[12,13],argument:[12,32,36,43,60,73,85,86,87,132],around:[14,31,43,50],arr:87,arrai:[72,79,82,132],artifact:[0,92],artifici:[104,110,116,118,124,127,129,131,132],as_resourc:4,asa:[21,43],asa_text:21,ascii:[21,61],asid:[27,28,29,43],asif:13,ask:98,asm:102,asma90:29,assembl:[43,56],assert:[14,50],assert_called_with:[14,50],assign:[4,5,6,7,8,14,21,27,28,29,36,39,50,73,88,113,115,120],assist:[43,72,74],associ:[4,5,6,7,8,17,21,22,32,33,38,40,52,55,67,73,74,79,80,82,83,88,89,107,115,120,124,125,126,129],associated_system_defined_user_role_nam:129,associated_system_defined_user_role_uri:129,assum:[4,6,7,8,14,20,21,23,24,30,31,32,34,36,50,67,79,80,81,82,83,84,85,86,87,89,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],asterisk:[17,19,28,34],asynchron:31,atb:[27,29],attach:[34,103,118,124,126,132],attempt:[21,22,29,82,83,89],attent:[72,102,115,120],attribut:[4,5,6,7,8,18,21,22,31,32,38,39,43,53,54,58,132],attribute1:[4,5,6,7,8],attribute2:[4,5,6,7,8],attribute3:[4,5,6,7,8],attribute4:[4,5,6,7,8],attribute5:[4,5,6,7,8],attribute6:[4,5,6,7,8],attributeerror:132,audit:[72,74],augment:15,auth:[32,91,132],auth_url:[0,91],authent:[4,5,6,7,8,14,50,65,70,72,73,76,79,80,81,82,83,84,85,86,87,88,89,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],authentication_typ:[127,132],author:[0,11,16,20,21,23,30,32,39,52,53,54,58,92,102,132],auto:[0,58,90,93,96,97,98,113,118,124],auto_commit:58,auto_reload:[21,29,36],autocommit:58,autocvt:[14,50],autodb:[53,54],autogener:[118,124],autom:[0,1,3,9,10,11,14,16,23,26,27,28,29,43,46,48,50,51,60,61,64,65,66,67,68,70,73,74,88,90,92,95,96,97,100,102,132],automat:[19,21,24,31,32,34,43,58,72,73,74,76,78,102,110,113,132],automation_hub:91,automationhub:[102,132],automov:[31,43],automove_list:31,autotag:[14,50],avail:[0,4,5,6,7,8,13,17,18,19,20,21,22,23,24,26,29,30,31,32,36,38,39,46,55,61,90,91,92,96,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],available_features_list:132,ave:13,avoid:[0,12,13,20,23,30,43,132],await:34,awar:[20,26],awx:0,b1bf361886a4:113,b352:29,b447:107,b4d3:127,b67c:[116,118],b9dd:127,b_text:29,back:[3,7,11,16,17,19,20,21,24,29,30,31,32,36,38,39,43,51,110,116,131,132],backref:30,backrefer:30,backslash:33,backup:[0,16,17,20,21,22,23,24,30,31,32,39,43,106,111],backup_compress:23,backup_location_typ:106,backup_nam:[17,19,20,21,23,30,31,32],bad3:[124,126],bad:132,bailei:13,bak:[17,20,21,23,30,31],bar:[18,21],basdefinev:[4,5,6,7,8],base64:32,base:[0,17,18,20,21,22,25,29,30,36,37,39,43,44,54,57,61,72,74,76,78,102,108,114,119,128,132],bash:[44,61],basi:[45,102,132],basic:[4,5,6,7,8,14,21,22,25,32,50,53,54,56,59,92,118,122,124,127],batch:[17,22,27,28,29,37,43,52,53,55,56,59,73,88],batch_result:[56,59],bc93:124,bd0a:[116,118],bdfeb245fc36:121,bear:43,becaus:[13,31,43,44,53,61,73,79,80,81,83,89,92,104,110,111,116,118,121,124,126,127,129,131,132,133],becom:[14,31,50,98,110,116,131],become_us:98,been:[0,12,14,19,21,23,28,29,32,38,43,50,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],befor:[10,13,14,17,18,20,21,29,30,32,36,39,43,46,50,52,53,54,61,76,82,83,89,91,92,97,98,102,106,107,113,132],beforehand:21,beg:28,begin:[13,17,20,21,28,29,30,34,36,53,54,64,73,88,115,120],beginnendn:20,behavior:[0,21,24,43,98,132],behind:[14,43,50],being:[4,5,6,7,8,13,17,19,20,21,22,24,29,30,31,36,43,56,59,89,102,110,111,116,118,121,123,124,126,127,129,131,132],below:[14,32,43,45,50,72,88,98,105,114,118,119,124,132],benefici:[14,50],benefit:[14,50],besid:102,best:132,beta:[46,64,91,132],better:132,better_arg_pars:13,betterarg:12,between:[13,31,32,43,53,54,88,104,132],beyond:12,bf98:127,bgysc1310:17,bgysc1311:[20,30],bibliographi:132,big5:45,bin:[13,14,20,30,36,50,98],binari:[20,21,23,24,25,30,32,35,37,38,43,98],binconr:[4,5,6,7,8],binconsc:[4,5,6,7,8],bind:[56,111],binder:29,binsterr:[4,5,6,7,8],bit:31,blake:13,blank:[32,39,43],blklgth:32,blksize:[18,29,38],block:[16,17,18,21,22,29,32,36,38,43,48,52,53,54,56,58,59,113],block_end_str:[21,29,36],block_siz:[18,21,22,32,38,53,54],block_start_str:[21,29,36],blog:[0,74],bmp:[53,54,58],bodi:[4,5,6,7,8,20],bof:[20,30],book:[101,104,106,107,109,110,111,113,116,118,121,124,126,127,129,131],bool:[4,5,6,7,8,13,17,18,19,20,21,22,23,24,27,28,29,30,31,32,33,34,36,38,39,52,53,54,55,56,58,59,71,72,73,88,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],boot1:118,boot:[113,115,118,120,124,126,132],boot_devic:118,boot_ftp_host:118,boot_ftp_insfil:118,boot_ftp_password:118,boot_ftp_usernam:118,boot_load_paramet:132,boot_network_devic:118,boot_network_nic_nam:118,boot_storage_devic:118,boot_storage_group_nam:[118,132],boot_storage_hba_nam:118,boot_storage_volum:[118,132],boot_storage_volume_nam:[118,132],bootstrap:53,bootstrap_dataset:53,both:[0,13,14,19,21,30,32,43,50,52,54,56,59,61,98,101,132],bound:67,box:[14,50],bpxprm00:20,bpxprmaa:31,bpxprmab:31,bpxprmxx:31,bpxw0003i:36,branch:[102,132],brief:0,bring:[1,11,48,62,68,100,132],broaden:132,broader:[1,9,11,48,60,62,64,68,74,100],broken:[14,50,64],browser:102,buffer:[32,33,53,54],buffer_pool_param_dataset:[53,54],bug:[0,2,9,12,43,49,60,63,69,96,102,132],bugfix:0,build:[0,4,6,7,8,14,50,52,90,132],build_ignor:91,build_psb:52,builder:58,built:[0,9,12,52,91,102,132],builtin:35,bundl:[4,5,6,8,106,107,132],bundle_level:[106,107],bundledir:5,busi:33,buster:132,button:102,bypass:[21,98],byte_count:[27,29,32,43],bz2:[18,38,43],bzip:38,c05076d24d80016e:124,c1d5e2c9e3c5e2e3:[4,5,6,7,8],c3f6:113,c44338de:107,ca_cert:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],cab:[29,43],cach:7,cadenc:0,calcul:18,call:[9,14,17,20,22,27,30,31,43,45,50,52,55,56,57,59,60,65,67,71,132],callabl:32,can:[1,3,4,5,6,7,8,9,10,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,35,36,38,39,43,44,45,46,50,51,52,53,54,56,57,58,59,60,61,65,66,70,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91,92,97,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],cancel:[28,29,43],candid:[4,5,6,7,8,124,132],candidateassign:[4,5,6,7,8],candidatedescript:[4,5,6,7,8],candidategroup:[4,5,6,7,8],candidatenam:[4,5,6,7,8],candidateoverrid:[4,5,6,7,8],candidatesystemgroup:[4,5,6,7,8],candidatetyp:[4,5,6,7,8],candidateusag:[4,5,6,7,8],candidatevers:[4,5,6,7,8],cannot:[13,20,30,32,39,53,54,58,73,98,102,104,107,110,111,113,116,118,121,124,126,127,129,131,132],canon:107,cap:[113,118,124],capabl:31,capac:[0,43,104,113,124],captur:[30,43,79,81,83,89],card:[27,29,43,104,109,116,124,132],carefulli:98,cat:[0,20,53,54],catalog:[17,20,21,22,23,24,25,29,30,31,32,43,48,51,58,60,74,76,81,83,89],catalog_service_nam:89,catalog_service_namm:89,catalogu:43,categori:[0,72,73,74,86,89],category_nam:89,catlg4:37,catlg:[43,53,54],caught:43,caus:[14,22,27,29,43,52,54,60,102,105,107,108,113,114,115,117,118,119,120,122,128,130,132],caution:[21,43],cbp:113,cca:[104,109],ccg:37,cchh:39,ccsid:[31,45],cctext:55,cedf:[4,5,6,7,8],cedfstatu:[4,5,6,7,8],central:[60,113],certain:[14,50,53,57,66,70,78,113,121,124,127,129,132],certif:[4,5,6,7,8,43,71,72,73,88,97,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],certifi:[1,9,11,42,43,48,60,62,64,68,74,91,92,94,95,97,100,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],cf79:107,cfg:[0,35,91,92],chain:[4,5,6,7,8,37,43,71,72,73,88],chang:[4,5,6,7,8,9,13,14,17,20,21,22,23,27,28,29,30,31,32,33,34,36,44,46,50,52,53,58,60,61,64,71,72,73,89,91,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],change_record_numb:89,changeag:[4,5,6,7,8],changeagrel:[4,5,6,7,8],changedataset:72,changelog:132,changetim:[4,5,6,7,8],changeusrid:[4,5,6,7,8],channel:[95,102,104,109,113,124],charact:[4,5,6,7,8,9,13,17,18,19,20,21,23,24,25,28,29,30,31,32,33,34,36,39,43,47,54,121,132],characterist:32,charset:[20,21,23,24,30,36],chdir:36,check:[13,14,16,21,22,24,31,38,39,43,50,53,72,73,88,102,125,132],check_format:17,check_req:102,check_timestamp:[53,60],checkout:102,checkpoint:[53,54],checksum:[21,24],child:[107,118,132],chmod:32,choic:[4,5,6,7,8,13,17,18,19,20,21,22,25,29,30,31,32,36,38,43,44,52,53,54,56,59,60,61,72,73,88,104,106,107,109,110,111,113,116,118,121,123,124,125,126,127,129,131],chomp:32,choos:[14,25,46,50,91],chosen:45,chown:[18,21,38],cic:[2,3,9,10,17,79,81,82,83,84,90,93,96,97,98],cics13:25,cicsapi:[4,5,6,7,8],cicsbundl:[4,6],cicsdefinitionbundl:[5,6,8],cicsdefinitionprogram:7,cicslocalfil:7,cicsplex:[3,9,10],cicsprogram:4,cicsregion:7,cicssi:[4,6,7,8],circumv:132,circumvent:132,citi:13,clarifi:132,classic:[103,105,107,108,113,115,119,129,132],clean:[0,43,92,102,132],clean_staging_dataset:53,cleanup:[102,132],clear:[14,50,98,113,132],clear_ind:[113,132],cli:[10,21,24],click:[102,132],client:[1,4,5,6,7,8,35,71,72,73,88,90,91],clist:36,clock:113,clone:[0,91,102],close:[20,102],cloud:[74,76,77,79,80,81,83,84,91],cluster:[25,32,43,113],cma:[4,5,6,7,8],cmci:[1,4,5,6,7,8,9,10],cmci_:0,cmci_act:[3,9],cmci_cert:[4,5,6,7,8],cmci_creat:[3,9],cmci_delet:[3,9],cmci_get:[0,3,4,6,8,9],cmci_group:9,cmci_host:[4,5,6,7,8],cmci_kei:[4,5,6,7,8],cmci_password:[4,5,6,7,8],cmci_port:[4,5,6,7,8],cmci_upd:[3,9],cmci_us:[4,5,6,7,8],cmd:[20,21,30,31,32,33,36,43],cna:132,cnv:[29,43],cobolsrc:21,coboltyp:[4,5,6,7,8],cobu:25,code:[4,5,6,7,8,14,17,20,21,24,25,27,28,29,31,32,33,36,37,39,43,45,50,52,53,54,55,56,57,58,59,72,106,132],codec:98,cogpsbl2:59,cogpsbl:59,colleciton:132,collect:[1,2,3,9,10,11,14,15,16,26,27,28,29,40,41,42,43,44,46,48,50,51,57,60,61,62,64,65,66,67,68,70,74,75,76,78,79,80,81,82,83,84,85,86,87,89,90,91,93,94,95,96,97,100,102,103,127,132,133,134],colo:[118,124],colon:[56,59],column:[32,43,102],com:[4,5,6,7,8,71,91,102,132],combin:[4,6,7,8,13,32,52,60,102,104],come:[26,40,41,90,93],comma:25,command:[0,4,5,6,7,8,10,11,14,16,17,18,20,21,24,25,31,32,34,36,38,39,43,45,48,50,51,52,61,70,72,85,86,87,91,92,95,97,98,102,103,109,115,118,120,124],command_input:52,comment:[0,2,12,21,29,30,31,36,49,63,67,69],comment_end_str:[21,29,36],comment_start_str:[21,29,36],commit:[58,102,132],common:[17,19,20,23,24,29,30,42,43,92,94,95,132],commun:[2,12,36,41,49,63,69,90,91,92,93],comn01:17,comnuc:25,compar:[22,25,73,113,132],compat:[18,132],compil:[34,56,57,59],complement:40,complet:[4,6,14,21,22,27,28,29,31,33,36,39,43,50,55,57,73,74,78,79,80,81,82,83,89,106,107,124,126],complete_check_delai:88,complete_check_tim:88,complex:[0,4,6,7,8,13,18],complex_filt:[4,6,7,8],complianc:60,compliant:132,complic:[4,6,7,8],compon:[25,43,46,62,65],compos:[4,5,6,7,8],compress:[18,19,23,38,52,60],comput:[18,21,26,43],concaten:[32,52,53,54,58],concept:104,concurr:[4,5,6,7,8,52],cond:[27,29],condit:[0,21,34,39,43,115,120,132],condition:43,conf:[21,102],config:[14,50],configur:[4,5,6,7,8,9,12,13,17,20,23,29,30,31,36,43,44,49,61,65,67,72,73,74,76,79,89,90,91,92,97,98,100,104,106,109,118,124,125,126,129,132],conflict:[0,73,88,132],conform:53,conjunct:[0,10,12,32],connect:[0,4,5,6,7,8,10,14,34,50,65,76,90,91,98,111,124],connect_vers:[4,5,6,7,8],conntent:118,consecut:[54,121],consid:[13,14,25,31,32,36,50,53,54,73,102,115,120],consist:[43,73,88,91,92,132],consol:[33,91,92,100,101,102,103,106,111,121,124,127,129,132],consolid:52,constant:[14,50],constraint:102,construct:[20,30,118],consult:4,contact:[14,50,98],contain:[0,3,4,5,6,7,8,9,13,14,16,17,18,19,20,21,24,25,27,28,29,30,31,32,33,34,35,36,39,43,50,51,52,53,54,57,58,60,66,70,72,74,78,79,85,86,87,92,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],content:[1,2,9,11,12,13,14,19,20,21,22,24,25,27,29,30,31,32,33,34,37,38,39,42,43,48,49,50,52,53,54,56,58,59,60,62,63,64,68,69,73,74,78,88,91,92,94,95,97,98,100,102,113,118],content_typ:[27,29],context:[4,5,6,7,8,9],continu:[0,21,24,29,32,36,43,98],contribut:[90,92],control:[0,3,4,5,8,10,15,16,18,21,24,29,31,32,36,38,39,40,43,46,48,51,52,53,54,56,57,58,61,72,73,74,79,81,82,83,84,88,91,98,109,113,118,124,127,132],control_domain:109,control_stat:53,convent:[19,21,53,91],convers:[18,19,20,21,23,24,30,38,132],convert:[20,21,23,24,27,28,29,30,31,36,43,45],coordin:[43,90],copi:[4,5,6,7,8,11,14,16,18,24,27,29,31,32,36,38,40,43,45,50,56,59,91],coprocessor:[109,118,124],core:[0,10,15,16,31,40,42,43,44,46,48,60,90,93,94,96,97,98,102,113,132],corp:26,correct:[20,21,30,43,132],correctli:[36,43,98,132],correspond:[4,18,21,24,31,36,38,43,54,57,92,95,96,102,113,132],corrupt:43,cost:44,could:[0,14,21,27,28,29,36,39,43,50,73,132],count:[7,27,29,34,104,121,123,124,132],counter:[118,124],countri:13,coupl:0,cover:[9,74,100,101,102,132],coverag:[60,102,132],coveral:132,cpc1:[105,107,114,117,119,129],cpc2:129,cpc:[103,104,105,109,110,113,114,115,116,117,118,119,120,124,125,126,129,131,132],cpc_list:[108,123],cpc_name:[104,105,109,110,113,114,115,116,117,118,119,120,124,125,126,131],cpca:[105,107,108,114,117,118,119,124],cpca_sg_mgmt1:124,cpca_sg_part1:107,cpca_sg_part2:107,cpid:113,cpm_template_nam:83,cpsm:[4,5,6,7,8],cpsm_reason:[4,5,6,7,8],cpsm_reason_cod:[4,5,6,7,8],cpsm_respons:[4,5,6,7,8],cpsm_response_cod:[4,5,6,7,8],cpu:[26,27,29,100,113],creat:[0,1,3,8,9,11,14,17,18,19,20,21,22,23,25,27,28,29,30,31,32,34,36,38,39,43,50,52,53,55,58,59,62,64,66,73,74,76,78,80,85,86,87,88,91,92,102,103,105,106,107,108,109,111,112,113,114,115,117,119,120,122,123,125,128,130,132],create_dataset:[14,50],create_paramet:5,createinstancedirectori:73,createno:58,createy:58,creation:[22,43,67,73,88,102,123,132],creation_d:[25,27,28,29],creation_tim:[27,28,29],credenti:[64,71,72,73,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],creslib:57,cresp1:[4,5,6,7,8],cresp2:[4,5,6,7,8],criteria:[4,6,7,8,25,27,28,54,67],critic:[32,78,115,120],cross:[58,118,124],crt:71,cryp00:109,cryp01:109,crypto1:109,crypto:[103,104,118,124,132],crypto_adapter_nam:118,crypto_adapter_uri:118,crypto_configur:[109,118],crypto_domain_configur:118,crypto_numb:132,crypto_typ:[104,109,132],cryptograph:129,cryptographi:132,cryptographydeprecationwarn:132,crystal:13,csd:[5,7,8],csdapi:[4,5,6,7,8],csdcopi:4,csdgroup:[4,5,6,7,8],csp:37,cspf1:[109,118],csvapf:17,ctl:55,cull:25,curl_ca_bundl:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],currency_symbol:13,currency_typ:13,current:[0,2,12,13,17,18,21,24,25,28,32,38,39,44,46,49,56,58,59,61,62,63,69,72,73,79,83,88,89,91,102,105,108,113,114,118,119,124,125,127,132],currentloc:[4,5,6,7,8],currnetli:118,currtask:7,custom:[12,17,18,20,21,38,57,66,79,81,82,83,84,113,121],customiz:20,cve:132,cycl:[46,97],cyl:[18,19,21,22,29,32,38,39],cylind:39,cyp:[14,50],d0000101:[27,29],d0000102:[27,29],d0000103:27,d112:104,d113:124,d17:37,d52:37,d67:37,dai:[25,54,102],dapter_count:132,darv1:32,dasd:39,data:[4,5,6,7,8,11,12,13,15,16,17,23,27,29,31,32,36,37,39,40,43,44,45,48,51,52,53,54,55,56,57,59,60,61,80,85,86,87,98,104,105,106,107,108,109,110,111,113,114,116,118,119,121,124,126,127,129,131,132],data_class:[53,54],data_set:[13,19,25,29,43,56,59],data_set_bas:13,data_set_memb:13,data_set_nam:[17,32],data_set_or_path:13,data_set_typ:24,data_stor:31,databas:[21,32,48,52,53,54,56,57,58],datacla:29,dataloc:[4,5,6,7,8],dataset:[14,17,18,19,20,21,22,23,24,25,29,30,31,32,37,38,39,43,50,52,57,58],dataset_nam:[53,54],datasetcreateerror:[14,50],date:[13,17,22,25,27,28,29,43,46,102,115,120,132],db2:[79,81,82,83,84],db2f0bec:[116,118],db2run:20,db2sms10:19,db2ssid:20,db682456:124,dbc1:33,dbd1:[52,56],dbd2:[52,56],dbd3:[52,56],dbd4:52,dbd5:52,dbd6:52,dbd:[48,51,52,53,54,57],dbd_lib:[52,53,54,57],dbd_name:[52,56],dbdgen00:29,dbdgen:[29,56,60],dbdlib1:52,dbdlib2:52,dbdlib3:52,dbdlib:[29,52,53,54,56,57],dbdname:52,dbdsrc:29,dbf000:54,dbrc:[48,51,53,54],dbrc_output:57,dbrm:21,dbver:54,dcb6d966:111,dcb:27,dd_concat:[32,43],dd_data_set:[32,43],dd_dummi:32,dd_input:[32,43],dd_name:32,dd_output:32,dd_unix:[32,43],dd_vio:32,ddde026c:107,ddl:[48,51],ddnama:43,ddname:[27,29,37,43,56,59],dds:[32,43],deactiv:[107,113,132],dead:31,deal:132,debug1:[73,88],debug:[14,50,52,80,132],dec:46,decid:43,decim:[18,21,31,38,104,107,110,111,113,116,118,121,124,126,127,129,131,132],decod:[43,98],decompress:19,dedbjn21:56,dedbjnv1:56,def:[13,14,50],default_group_nam:127,default_group_uri:127,defin:[1,5,12,17,18,19,20,21,22,29,31,32,36,38,39,43,45,53,54,56,58,60,62,72,73,80,92,98,102,104,106,107,110,111,113,116,118,121,124,126,127,128,129,130,131,132],definesourc:[4,5,6,7,8],definetim:[4,5,6,7,8],definit:[1,3,4,6,9,13,27,29,32,48,51,56,73,88,103,121,127,132],degrad:[118,124],delai:[32,43,127],deleg:[0,10,97],delegate_to:[10,76],delet:[1,3,9,17,18,19,21,22,24,29,32,37,38,43,52,53,54,57,60,62,66,73,88,102,104,110,111,113,116,118,121,123,124,126,127,129,131,132],delete_dbd_by_vers:54,delimit:21,deliv:0,demetri:13,demo01:39,demo02:39,demo03:39,demo0:39,demo:[29,74],demonstr:[43,92,123],deni:[14,50],denot:91,depend:[0,10,12,16,18,21,22,26,32,38,43,44,46,49,61,73,74,76,82,91,96,97,98,102,132],deploy:[0,90,92],deprec:[98,102,127,132],deprovis:[79,82,84],depth:13,des:[118,124],describ:[0,17,20,23,30,31,33,46,53,54,55,56,82,85,86,87,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],descript:[4,5,6,7,8,13,14,43,50,52,57,67,72,73,79,88,102,104,105,107,108,109,110,111,113,114,116,118,119,121,124,126,127,129,131,132],descriptor:[27,28,29,39,48,52,56,72,74,76],design:[12,13,14,50,102],desir:[13,14,18,22,31,32,38,43,50,72,73,104,105,107,109,110,111,113,114,116,118,119,121,123,124,125,126,127,129,131,132],desktop:97,dest:[18,21,23,24,37,38,43,56,59],dest_creat:21,dest_data_set:[18,21,38,43],dest_dataset:43,dest_path:38,dest_stat:18,dest_volum:38,destin:[17,18,19,20,21,23,24,29,30,31,36,38,43,45],destination_attribut:21,destinatt:31,destmem:21,detach:[109,125],detail:[0,4,6,7,8,15,21,61,65,74,76,92,96,97,102,104,105,107,108,109,110,113,114,116,118,119,125,131,132],detect:[21,24,29,36,38,43,73,88,104,109,124],determin:[0,4,5,6,7,8,13,19,21,23,25,29,31,32,36,38,43,45,53,54,72,73,74,85,86,87,91,92,113,115,120,132],dev1:[31,102],dev2:31,dev3:31,dev4:31,dev5:31,dev6:31,dev7:31,dev9:31,dev:[91,102,118,124,132],develop:[42,46,90,94,132],devic:[19,21,31,32,33,39,106,113,116,118,124,126],device_numb:[110,116,131],dfb2147a:[104,107],dfh:[7,17],dfs3139i:34,dfs3id00:58,dfs3pu00:53,dfs3pu10:54,dfs4434i:53,dfs4810i:54,dfs671i:54,dfscp001:53,dfsdf_member:[53,54,60],dfsdfcat:[53,54],dfsdfxxx:[53,54,58,60],dfsmsdss:[18,19,38],dfsmsrmm:72,dfsort:32,dfsrrc00:32,dfsvsmhp:[53,54],diagnost:[4,5,6,7,8,33,118,124],dialog:102,dict:[4,5,6,7,8,13,17,18,19,21,22,23,24,26,27,28,29,31,32,34,36,37,38,39,53,54,55,56,57,59,72,73,79,82,83,88,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],dictionari:[4,6,7,8,13,14,17,26,27,28,43,50,79,82,83,104,107,110,111,113,116,118,121,124,126,127,129,131,132],did:[31,43,72,102,132],differ:[0,4,6,7,8,13,16,18,21,22,24,29,36,43,44,46,51,53,58,61,70,73,88,113,129,132],difficulti:132,digit:[28,39,53,54],dir:[20,21,30],direct:[14,21,24,32,39,50,124],directli:[14,21,50,52,53,58,127],directori:[0,13,15,18,21,22,23,24,25,29,30,31,32,36,38,43,44,53,54,58,61,73,79,80,81,82,83,84,85,86,87,89,91,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],directory_block:[18,21,22,32,38],directory_dataset:53,directory_staging_dataset:53,disabl:[4,5,6,7,8,127,132],discard:[6,9],discord:95,discourag:[44,61],discov:[33,102,124,132],discover_timeout:124,discover_wait:124,discoveri:[124,132],discuss:[43,92,95],disk:[22,39,43,113],disp:[20,21,22,29,30,43],displai:[16,17,33,43,74,76,79,80,81,83,85,86,87,89,102,132],disposit:[20,22,30,32,53,54],disposition_abnorm:[32,43],disposition_norm:[32,43],disrupt:[50,127],dist:102,distinguish:111,distribut:[61,90,91,98,102,132],divis:[14,50],dli:[53,54,58],dlord6:29,dmod:[20,43],dmp:107,dmy:27,dns:[113,118,124],doc:[0,14,16,43,50,64,70,98,102,103,132],docker:132,docs_build:102,docs_loc:102,docsloc:102,doctor_appointment_d:13,document:[1,3,4,6,7,8,9,11,15,16,20,21,23,24,29,30,31,32,34,36,40,43,48,51,52,60,61,62,64,65,66,68,70,72,74,76,77,78,90,92,95,98,100,103,132],doe:[0,13,14,18,21,22,24,25,30,32,36,38,39,43,50,52,53,56,58,59,72,73,88,102,104,105,110,111,113,114,116,118,119,121,123,124,125,126,127,129,131,132],doesn:[4,5,8,21,85,86,87,98],doing:[21,24],domain:[83,109,118,132],domain_config:109,domain_index:118,domain_nam:83,domain_rang:109,don:[10,24,31,32],done:[17,20,21,24,26,30,31,76,102,132],dopt:[53,58],dot:91,dotal:34,doubl:[19,20,33,43],download:[44,61],dpm:[103,104,107,108,109,110,114,116,118,120,124,125,126,129,131,132],dpm_enabl:108,draft:102,drain:31,drive:[0,14,50,72,76],drop:[32,58,132],dropdown:91,ds1:[17,32],ds2:17,ds3:17,ds_name:[14,20,50],ds_name_2:20,dsed:30,dsedhelp:30,dsi:34,dskeylbl:32,dsmembr1:56,dsmembr2:56,dsmembr3:56,dsmembr4:56,dsn120:37,dsn130:37,dsn210:37,dsn3epx:33,dsn:[20,29],dsname:[7,14,37,50],dsncat:37,dsntep12:20,dsntep2:20,dsntype:32,due:[0,14,50,132],dummi:[27,29],dummy_dict:[14,50],dump:[19,53,118],dupact:4,duplic:[43,53,60,132],duplist:53,durat:[27,29,43],dure:[13,14,19,20,21,22,24,27,30,31,32,33,34,38,43,50,52,58,65,71,72,73,76,92,113,132],dynalloc:[43,57],dynam:[17,53,57,62,66,104,109,110,116,118,124,125,126,131],dynamic_allocation_dataset:57,dynamic_programview:58,dynamicprogramview:58,dynamstatu:[4,5,6,7,8],dzp:19,e03d413a:124,e0ea33d6:124,e1274d16:109,e30bb920f912:73,e3a63476c2f8:129,e578:[104,107,109,116,118,124],e730:[4,5,6,7,8],e8c098cb:129,e8d8:39,each:[0,3,4,5,6,7,8,9,14,16,18,20,21,22,31,32,36,37,38,41,42,43,44,45,46,50,51,53,56,57,59,61,66,70,74,76,78,82,83,88,89,90,91,92,93,94,95,97,102,103,104,105,107,108,114,117,119,122,123,128,129,130,132],earlier:[91,132],easi:[0,74,76,78,90,92,102],easiest:0,easili:[0,31,92,132],ebcdic:[27,29,45],ec33017a:33,ec33018a:26,ecosystem:90,edc5129i:98,edd782f2:[124,126],edg:72,edit:[11,20,73,102],eee82e26937c:113,effect:[14,32,102,132],effort:90,eibfn:[4,5,6,7,8],eibfn_alt:[4,5,6,7,8],eight:21,either:[4,6,7,8,10,13,17,18,19,20,21,23,24,25,29,30,31,32,33,34,38,43,52,53,54,60,71,73,74,76,88,92,97,102,132],elaps:[33,43],element:[4,6,7,8,13,17,18,22,25,26,27,28,29,31,32,34,35,37,38,39,45,52,53,54,55,56,57,58,59,60,72,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,126,128,129,130,131,132],elev:98,elig:[4,5,6,7,8,54],els:21,email:127,embed:43,emerg:43,empti:[18,21,22,26,29,36,43,53,55,56,59,102,104,107,110,111,113,116,118,121,124,126,127,129,131,132],emul:29,enabl:[0,20,22,30,32,35,40,43,53,54,58,90,91,92,97,109,113,118,124,129,132,133],encapsul:[31,133],enclos:36,encod:[11,13,16,20,21,24,29,30,32,35,36,38,43,45,61],encount:[29,32,43,98],encourag:[0,2,12,31,49,63,69,92,95],encrypt:[32,71,72,73],encryption_key_1:32,encryption_key_2:32,end2end:[102,132],end2end_mock:[102,132],end:[4,6,7,8,13,14,17,18,20,21,27,28,29,30,32,36,38,39,43,46,50,67,79,80,81,82,83,84,89,115,120,123],endpoint:97,enforc:[19,31,43],engin:[21,29,36],enhanc:[39,43,60,61,102,132],enrich:132,ensur:[10,14,17,18,20,21,23,24,30,31,32,38,39,43,50,98,104,107,109,110,111,113,116,118,121,124,125,126,127,129,131],enter:[0,46,67,71],enterpris:[0,14,43,46,50,60,61,90,97,98],entir:[19,22,32,43,54,58,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],entiti:17,entitl:0,entri:[4,5,6,7,8,17,22,27,29,31,32,35,39,43,132],entrypoint:[4,5,6,7,8],env:132,environ:[4,5,6,7,8,14,18,21,24,36,38,50,61,62,66,91,92,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],environment_var:[52,53,54,57,58],environmenterror:[14,50],eod:27,eof:[20,30],eol:46,ep11:[104,109],equal:[4,6,7,8,25,31],equival:[4,5,6,7,8,14,50,53,57],errno:[14,50,98],error:[4,5,6,7,8,14,17,19,20,21,25,27,29,30,31,32,36,43,50,53,54,56,58,59,60,72,74,85,86,87,90,92,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],errorcod:[4,5,6,7,8],errormax:53,erroroper:[4,5,6,7,8],esa:39,escal:[17,20,23,30],escap:[33,34,36],esd:[21,22,32,53,54],essenti:[21,24,43],establish:[4,5,6,7,8],estim:27,etc:[13,20,21,24,25,29,30,32,33,36,42,74,88,91,94,102],euccn:45,eucjc:45,eucjp:45,euckr:45,euctw:45,evalu:[27,28,43],even:[15,19,21,43,118],event:43,everi:[20,30,43,132],everyth:18,exactli:19,examin:[25,98,132],exampl:[0,3,10,12,16,42,43,45,46,61,91,92,94,98,102,103,132],example1:55,exampledbd:56,exce:17,exceed:[22,27,43],except:[10,13,14,31,43,50,74,85,104,110,111,113,116,118,121,124,126,127,129,131,132],excl:[53,54],exclam:[27,29],exclud:[18,19,25,31,38,43,107,129,132],exclude_sourc:18,exclus:[4,6,7,8,12,17,32,38,43,52,53,60,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131],exec:[27,29,37,73,88],execkei:[4,5,6,7,8],execut:[0,3,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,34,36,38,39,40,43,44,50,51,52,54,56,57,58,59,61,70,85,86,87,88,92,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],executionset:[4,5,6,7,8],exempt:[21,24,29,36,38],exercis:21,exist:[0,4,5,6,7,8,13,18,19,20,21,22,24,30,32,36,38,39,43,50,53,56,59,61,72,73,85,86,87,88,92,104,110,111,113,116,118,121,123,124,126,127,129,131,132],existingassign:[4,5,6,7,8],existingdescript:[4,5,6,7,8],existinggroup:[4,5,6,7,8],existingnam:[4,5,6,7,8],existingoverrid:[4,5,6,7,8],existingsystemgroup:[4,5,6,7,8],existingtyp:[4,5,6,7,8],existingusag:[4,5,6,7,8],existingvalu:[73,88],existingvers:[4,5,6,7,8],exit:[18,21,43,82,83,89],exitlib:57,expand:[18,29,30,40,52,113,118,124,127,132],expand_crypto_adapt:[118,132],expand_storage_group:[118,132],expanded_exclude_sourc:18,expanded_sourc:18,expans:18,expect:[13,14,21,22,25,39,50,56,59,70,72,82,83,89],expected_result:72,expir:[22,121,127],explain:[9,12,14,50,74],explan:[0,29],explanatori:35,explicitli:[37,43,113,132],exploit:31,express:[4,6,7,8,15,20,25,30,34,43,104,105,109,124,132],ext:[27,29],extend:[18,22,23,31,32,43,46,106,118,124,132],extens:[19,102],extent:43,extern:[4,5,6,7,8,32,79,80,91],external_nam:[79,80,83],external_software_nam:80,extpref:25,extract:[27,28,38,43],extractor:132,extreq:25,eyj0b2tlmvhcmvyiiwici:71,eyj0exaioijkv1qilcjhbgcioijsuzi1nij9:71,eyu_cicsnam:[4,5,6,7,8],eyu_cicsrel:[4,5,6,7,8],eyu_reserv:[4,5,6,7,8],eyuda:[4,5,6,7,8],eyup2ki:[4,5,6,7,8],eyup2kv:[4,5,6,7,8],eyup2kw:[4,5,6,7,8],eyup2kx:[4,5,6,7,8],f02e2632:[124,126],f1b97ed8:118,f433:[107,116,118],f651:129,f76ac7fb8b82:127,f920:29,fabric:[104,124],face:0,facil:[16,18,38,39,43,52,53,54,68,72,74,75],fact:[0,16,19,20,104,106,107,109,110,111,113,116,118,121,124,125,126,127,129,131,132],factor:[0,127],fail:[4,5,6,7,8,9,17,20,21,22,24,26,28,29,30,32,36,38,43,55,58,72,73,74,92,113,124,125,127,132],fail_on_miss:24,fail_on_nodata:9,failur:[0,12,13,17,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,39,43,52,56,58,59,82,83,89,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],fall:[21,24,29,36,38],fallback:43,fals:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,43,50,52,53,54,55,56,57,58,59,60,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],famili:[104,105,107,109,116,124],faq:90,far:[14,50],fast:[26,32],fba:[18,21,22,32,38,53,54],fcp:[104,107,110,118,124,126,132],fcp_120_san1_02:[104,107],fcp_124_san1_03:124,featur:[0,2,12,40,49,63,69,110,118,124,125,126],feb:[27,46],februari:27,feedback:[4,5,6,7,8,9],fetch:[11,16,18,21,31,40,43],fetchcnt:[4,5,6,7,8],fetchtim:[4,5,6,7,8],few:[0,132],ff000000:[4,5,6,7,8],ficon:[104,105,107,118,124,132],field:[0,29,32,43,52,55,56,57,59,72,118,132],fifo:[22,32],file:[4,5,6,7,8,9,11,14,16,17,19,20,21,23,24,25,27,29,30,32,35,36,43,44,45,50,56,59,60,61,67,71,72,73,74,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],file_data_typ:32,file_nam:[17,20,21,23,30,31],file_with_your_certificate_chain:71,file_with_your_private_kei:71,filedata:32,filenam:[21,85,86,87],filenotfounderror:[21,31],filesi:31,filesystem:[13,20,21,31,38,88],filetag:[14,50],fill:[32,79,80,82,83,89],filter:[0,4,6,7,8,11,17,25,26,27,28,34,43,67,104,105,111,115,120,132],filter_wtor_messag:15,find:[4,11,16,21,29,36,43,67,73,98,132],fine:13,finish:[36,132],firmwar:[106,107,110,113,124,125,126,132],first:[7,13,19,20,21,23,24,25,29,30,31,32,36,37,43,53,54,92,95,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],firstmatch:30,fit:132,fix:[9,21,43,44,60,61,64,74,85,86,96,102,132],fixcat:78,fixtur:[14,50],flag:[14,18,21,31,34,50,58],flake8:[102,132],flashcopi:32,flat:24,flexibl:[40,46,74,76,92,132],floor:132,flow:[43,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],flu:[29,43],flush:[29,43],fmid:[44,61],fnmatch:26,fold:32,folder:[0,14,18,50],follow:[0,10,13,14,15,16,17,18,19,20,21,26,28,32,33,36,38,39,46,50,51,53,58,70,72,76,79,80,81,82,83,85,86,87,89,91,92,97,98,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],fom:32,foo:[18,21,25,31,38],foo_archive_test:18,foo_bar_archive_test:18,foobar:127,forc:[0,17,18,20,21,22,30,31,38,43,91,113,127],force_complet:88,force_dynam:17,force_lock:[21,43],forcibl:88,fork:[0,132],format:[4,5,6,7,8,13,14,17,18,21,22,28,31,32,38,43,50,52,53,54,55,56,57,59,64,71,72,73,74,76,79,80,81,82,83,87,88,89,90,91,113,118,132],format_opt:[18,38],found:[4,5,6,7,8,9,18,20,21,22,24,25,27,28,29,30,32,38,39,43,73,88,91,98],four:[0,102],fqn:31,fragment:132,framework:[14,50,76],freespac:32,fridai:29,from:[0,4,5,6,7,8,9,10,13,14,16,17,18,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,43,45,50,51,52,53,55,56,57,58,59,60,61,62,64,67,70,73,74,80,81,82,83,84,85,86,87,88,89,90,91,96,97,98,102,103,105,106,109,113,114,115,118,119,120,123,124,125,129,132],from_encod:43,fs_type:[31,43],fsum8976:21,ftp:[106,118,124],ftppass:118,ftpuser:118,fulfil:[107,124,126],full:[19,25,33,43,58,82,84,98,102,124,127,132],full_properti:[105,108,114,117,119,122,128,130,132],full_volum:19,fullapi:[4,5,6,7,8],fulli:[15,21,31,104,107,109,110,111,116,118,121,124,125,126,127,129,131],fulll:67,function_numb:132,function_rang:132,further:[12,61,92],futur:[2,12,14,49,50,63,69,72],ga1:101,ga2:101,galaxi:[0,9,43,60,64,74,90,96,98,102,132],galaxy_api_kei:102,galaxy_serv:91,gap:113,gatewai:[113,118,124],gather:[0,16,21,25,31,53,98,104,106,107,109,110,111,113,116,118,121,124,125,126,127,129,131,132],gather_fact:[67,79,80,81,82,83,84,85,86,87,89],gather_subset:26,gdg:[22,29],gdss:22,gener:[9,14,17,20,21,22,23,27,29,30,31,32,37,43,46,48,50,51,53,54,55,57,72,73,74,79,82,83,84,89,90,98,102,110,113,115,120,124,125,126,132],genjcl:57,genjcl_input_dataset:57,genjcl_output_dataset:57,get:[0,4,6,7,8,9,13,14,17,30,31,34,50,78,90,91,92,95,102,103,105,106,107,108,110,111,113,114,116,117,118,119,121,122,124,126,127,128,129,130,131,132],get_cpc_io:132,get_fact:132,get_paramet:[4,6,7,8],gid:[21,31],gigabyt:25,git:[0,2,12,49,63,69,91,102,132],github:[0,9,43,60,64,74,90,91,92,98,102,132],give:[18,21,38],given:[18,21,25,27,30,33,34,38,39,43,67,73,79,80,81,82,83,84,85,86,87,89,102],glob:18,global:[72,73,88,118,124],goe:[12,21],going:43,good:92,gov:132,granular:[74,76],greater:[4,6,7,8,21,23,24,25,28,29,115,120],greatli:66,grep:0,group:[0,4,5,6,7,8,9,18,21,22,27,29,30,32,36,38,43,67,72,78,92,103,107,113,118,126,127,129,132],group_var:92,gsam:53,gsamdbd:53,gsampcb:53,guaranteed_spac:21,guest:[14,50],gui:106,guid:[0,2,61,95,98],guidanc:[9,74],guidelin:[42,94],h71:106,had:132,halt:13,hamgmt0:[116,118],hamgmt:[116,118],handl:[13,14,20,32,36,43,44,50,61,73,88,132],handler:[78,132],happen:[31,98,132],hardwar:[100,101,129],has:[0,4,5,6,7,8,12,13,14,17,18,19,20,21,22,23,28,29,30,32,33,34,36,38,39,43,46,50,52,56,58,59,60,61,73,76,85,86,87,88,92,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],has_il:13,has_unacceptable_statu:[108,114,119],hash:32,hasp373:[27,29],hasp375:27,hasp395:[27,29],hat:[0,1,9,11,42,46,48,60,62,64,68,74,91,92,94,95,97,100],have:[13,14,17,18,21,22,25,29,30,32,34,38,43,50,52,53,58,67,72,79,80,81,82,83,84,85,86,87,89,91,97,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],hba1:110,hba:[103,118,124,132],head:39,held:[19,115,120],hello:[13,20,25,27,28,29,33,36],help:[20,22,30,33,42,43,60,74,85,86,90,92,94,102,132],henc:54,here1:22,here2:22,here:[21,22,61,91,95],hexadecim:[39,113],hfs:[22,31],hidden:132,hierarchi:31,high:[17,18,19,20,21,22,23,24,25,30,31,32,38,39,43],higher:[105,114,119,132],highest:[0,39],highlight:43,hill3:37,hint:134,hiper:[74,85],hipersocket:[103,105,116,132],hisoclass:129,histori:[121,132],hlq:[17,18,19,20,21,22,23,24,25,29,30,31,32,37,38,39,43],hmc1:106,hmc:[0,90,93,94,96,97,98,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,124,125,126,131,132,133,134],hmc_auth:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],hmc_host:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],hmc_verify_cert:132,hmrest:[118,124],hoc:98,hold:[19,43,79,82,83,84,89],holddata:[74,85],holdstatu:[4,5,6,7,8],home:[14,21,36,50,72,91],honor:[30,31,43],hook:102,host1:20,host2:20,host3:20,host:[0,4,5,6,7,8,14,20,35,44,50,61,65,67,76,79,80,81,82,83,84,85,86,87,88,89,91,92,97,110,113,118,124,132],host_var:92,hostnam:[24,71,72,73,76,79,80,81,82,83,84,85,86,87,88,89,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],how:[2,4,5,6,7,8,10,12,14,25,31,32,41,43,45,49,50,57,61,63,66,69,73,78,88,92,93,95,124,132],howev:[0,2,12,14,19,31,49,50,63,69,97],html:[4,5,6,7,8,20,21,102,104],http:[0,4,5,6,7,8,10,30,67,71,72,73,85,86,87,88,91,102,104,132],http_statu:[4,5,6,7,8],http_status_cod:[4,5,6,7,8],httpd:21,httpstatu:72,hub:[0,9,43,60,64,74,77,90,96,102,132],hub_token:91,hurslei:[4,5,6,7,8],hw_name:26,hwsc0000i:34,hyphen:[43,91,104,105,106,107,108,109,110,111,113,114,116,117,118,119,121,122,124,126,127,128,129,130,131,132],i15rtsmm:[29,57,59],ibm:[1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,20,21,23,24,25,26,29,30,31,32,35,39,40,42,43,45,46,48,50,51,60,61,64,65,66,67,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,94,95,97,100,101,102,103,132,133,134],ibm_cpc:132,ibm_zhmc:[91,100,102,103,123,132],ibm_zos_c:[1,9,91],ibm_zos_cor:[0,11,15,16,26,43,46,91,98],ibm_zos_im:[48,60,91],ibm_zos_sysauto:[62,64,67,91],ibm_zosmf:[68,70,72,73,74,79,80,81,82,83,84,85,86,87,89],ibmus:[5,7,27,72],ich70001i:[27,29],ick00001i:39,ick00002i:39,ick00091i:39,ick00700i:39,ick03091i:39,ick03096i:39,ick:39,ickdsf:39,iconv:[20,23,24,30,35,45],icsf:32,idcam:[32,44,61],idempot:[30,73,88,104,107,109,110,111,116,118,121,123,124,125,126,127,129,131,132],identif:[34,132],identifi:[4,5,6,7,8,15,17,18,20,21,23,27,28,29,31,32,34,36,43,44,45,53,54,58,61,65,67,73,74,76,78,79,80,81,82,83,84,89,91,104,113,115,120,132],idl:127,ieb352i:27,iebcopi:[44,61],iebgen:[27,28,29,32],iee094d:15,iee457i:33,ief032i:[27,29],ief033i:[27,29],ief142i:[27,29],ief236i:[27,29],ief237i:[27,29],ief285i:[27,29],ief373i:[27,29],ief375i:[27,29],iefbr14:32,iefc001i:29,iefc653i:29,iefrder:53,iew2008i:29,iew2231i:29,iew2278i:29,iew2650i:29,iew2850i:29,iewl:29,ifl:[113,118,124],ifl_processor:118,igd100i:29,ignor:[0,17,18,19,21,24,25,29,30,31,32,36,38,43,53,71,72,73,88,91,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],ignore_error:43,ignore_sftp_stderr:[21,24,98],ikjeft01:[44,61],illustr:98,im5:34,im5h:34,im5hconn:34,im5hctrl:34,imag:[32,113,118,124,132],image_fil:118,image_nam:118,immedi:[31,91,115,120],immut:132,impact:18,implement:[32,43,46,102,132],impli:43,implicitli:[4,6,7,8,21,31],import_nam:[14,50],importlib:132,imposs:132,improp:43,improv:[9,18,19,43,60,105,114,119,132],ims1501:57,ims15r:57,ims1:[14,29,50,53,54,55,57,58,59],ims2:55,ims3:55,ims_acb_gen:[51,60],ims_acbgen:60,ims_catalog_popul:[51,60],ims_catalog_purg:[51,60],ims_command:[51,60],ims_command_util:60,ims_data_definit:58,ims_dbd_gen:[51,52,60],ims_dbrc:[51,60],ims_ddl:[51,60],ims_id:[53,54,58],ims_member_data:55,ims_member_messag:55,ims_output:55,ims_psb_gen:[51,52,60],imsbank:[14,50,59],imsbg2:29,imsbld:[29,57,59],imsdb1:55,imsgrp1:37,imsgrp2:37,imsgrp3:37,imsplex:55,imsrc:55,imssun:25,imstest:25,imstestg:57,imstestl:[25,29,57],imstestu:[57,59],imsv:37,in1:37,inact:[107,113,118,127,132],includ:[0,4,6,7,8,9,13,14,15,17,18,19,21,22,23,24,28,30,31,32,34,36,38,42,43,45,50,53,58,61,64,73,79,80,81,83,85,86,87,89,90,91,92,94,100,102,104,107,108,118,124,129,132],include_memb:129,include_modul:[79,80,81,82,83,84,89],include_rol:[67,85,86,87,88],include_unmanaged_cpc:108,inclus:109,incom:102,incompat:[102,132],incomplet:18,inconsist:132,inconsistentscop:[4,5,6,7,8],inconsistentset:[4,5,6,7,8],incorrect:[43,98,132],incorrectli:[12,13,43,98,132],increas:[43,92,132],indataset:21,indd:37,indent:[20,32,43],independ:[102,127,132],index:[7,20,25,32,39,43,56,102,104,109,110,116,118,124,132],indic:[7,17,18,19,20,21,24,27,28,29,30,31,32,33,34,43,52,53,54,55,58,71,72,73,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],indirectli:[52,127],individu:[0,21,24,31,36,41,56,59,74,76,79,83,93],ine8d8:39,infil:32,influenc:43,info:[72,76,80,82,92,113,124],inform:[0,2,4,5,6,7,8,9,12,14,17,21,23,25,27,28,29,30,31,33,34,36,37,39,43,44,46,49,50,52,53,55,57,61,63,65,69,73,74,76,79,81,82,83,84,88,89,91,92,110,113,115,116,118,120,129,131,132],infrastructur:132,inherit:129,ini:35,init:[27,29,39,57],initi:[1,4,5,6,7,8,9,11,14,16,30,34,43,48,50,60,62,64,68,74,100,113,118,124,132],initial_memori:118,initial_processing_weight:113,inject:[14,50],inlin:21,inline_copi:21,input:[14,18,23,27,31,32,37,43,45,50,52,53,54,56,57,58,59,71,73,74,82,83,88,89,110,111,113,116,118,121,123,124,126,127,129,131,132],input_var:[82,83,89],input_vari:83,ins:[118,124],ins_fil:118,insecur:[4,5,6,7,8],insensit:[13,73,111],insert:[17,20,30,43,53,102],insertaft:[20,30,43],insertbefor:[20,30],insfil:[118,124],insid:[13,15,20,21,27,29,36,43,91],inspect:[14,50],instal:[1,4,5,6,7,8,9,10,31,39,43,44,61,65,74,76,87,90,92,97,98,102,106,107,113,132],installag:[4,5,6,7,8],installerror:[4,5,6,7,8],installtim:[4,5,6,7,8],installusrid:[4,5,6,7,8],instanc:[0,4,5,6,7,8,53,54,55,67,73,74,76,78,83,88,89,98],instance_action_nam:82,instance_descript:79,instance_info_json:80,instance_info_json_path:[80,82,84],instance_own:79,instance_provid:79,instance_record_dir:[79,80,81,83,89],instance_var_json_path:79,instance_variable_record:79,instead:[10,20,21,30,43,60,79,83,104,105,107,108,110,111,113,114,116,117,118,119,121,122,124,126,127,128,129,130,131,132],instream:[29,32,43],instruct:[0,33,35,43,44,61,79,92,102,132],insuffici:98,integ:[7,13,27,28,29,45,104,107,109,110,111,113,116,118,121,124,126,127,129,131,132],integr:[0,24,40,65,92,95],intend:[0,18,43,132],interact:[1,10,11,43,48,62,76,100,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],interfac:[1,4,5,6,7,8,16,21,24,51,55,70,74,76,106,116,127],intern:[45,52,98,102,106,113],internation:45,internet:95,interpret:[14,36,43,50,98],interrupt:[53,113],interv:[82,83,88,89],intial:39,introduc:[33,43,132],introduct:95,invalid:[13,21,27,29,36,43,56,59,60,98],inventori:[14,21,29,36,44,50,52,53,54,57,58,61,64,65,67,72,73,76,79,80,81,82,83,84,85,86,87,88,89,132],inventory_hostnam:[73,88],investig:102,invoc:[29,37,43,55,102,123,132],invok:[32,36,55,127,132],invreq:[4,5,6,7,8],iodf:26,ioerror:98,ipaddr:111,ipl:[26,31,113,118,124],ipl_volum:26,ipv4:[118,124],ipv6:[118,124],irc:95,irlm:[53,54],irlm_id:[53,54],irr010i:[27,29],is_binari:[21,24],is_held:[115,120],is_manag:108,is_prior:[115,120],isf031i:33,isinst:13,iso8601:20,iso8859:[23,24,29,32,45],iso:[20,30,45,115,118,120,124,132],iso_mount:[118,132],iso_unmount:[118,132],isrtlist:53,issu:[2,12,21,32,33,34,36,49,63,69,74,98,102,132],item1:[14,50],item2:[14,50],item3:[14,50],item:[13,14,20,32,39,50,72,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],itemcategori:72,itemdescript:72,itemid:72,itemtyp:72,iter:20,its:[0,18,20,21,24,29,30,36,38,41,43,46,57,58,73,93,96,102,104,107,108,110,113,114,116,118,119,124,125,126,127,129,131,132,133],itself:[21,32,133],iycwemw2:[4,5,6,7,8],iyk3z0r9:[4,5,6,7,8,28],izuwf0145:73,izuwf0162i:73,j09:37,j42:37,j91:37,j93:37,j97:37,jcl:[11,16,20,21,27,28,32,36,43,57,73,88],jclerr:[29,43],jclhold:43,jclout:57,jclpd:57,jes2:[26,27,29],jesjcl:[27,29],jesmsglg:[27,29,43],jesysmsg:[27,29],jinja2:[20,21,29,36,43,132],jm00:[27,29],job00134:[27,29],job00361:29,job00551:29,job01427:28,job12345:28,job12:28,job16577:28,job:[0,4,5,6,7,8,11,13,16,29,32,33,34,40,43,53,54,58,67,73,88,89],job_class:[27,28,29],job_id:[27,28,29,34,43],job_nam:[27,28,29,34,43],job_stat:89,job_submit:43,jobparm:29,join:[43,80],jose:13,jrm:[27,29],json:[0,20,43,60,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89],json_queri:80,jsonschema:132,june:46,just:[102,123,132],jvmclass:[4,5,6,7,8],jvmgrp:[4,5,6,8],jvmserver:[4,5,6,7,8],jwt_token:[71,72,73],jycqqfni:36,kbyte:[27,29],keep:[21,29,30,32,36,53,54],keep_trailing_newlin:[21,29,36],kei:[4,5,6,7,8,13,21,22,32,38,56,59,60,71,72,73,88,91,98,102,104,107,110,111,113,116,118,121,124,126,127,129,131],kept:29,kernel:[115,120],ket678:39,ket987:39,key_label:32,key_length:[21,22,32,38],key_offset:[21,22,32,38],keycd1:32,keycd2:32,keydata:[4,5,6,7,8],keyerror:132,keygen:[14,50],keylab1:32,keylab2:32,keyword:[0,15,43,54],kilobyt:25,kind:[32,102],know:[18,21,38,102,132],knowledg:[124,125,126],knowledgecent:[4,5,6,7,8],known:[32,78,90,91,92,102],ksd:[21,22,23,24,32,38,53,54],kwarg:13,label:[32,39,43,91],lang:[14,50],languag:[4,5,6,7,8,44,45,48,51,61],laps:29,laptop:97,larg:[22,25,32,53,54],larger:46,last:[7,19,20,25,27,28,29,30,43,106,113,132],lastli:21,later:[0,9,10,14,27,28,29,35,43,46,50,53,60,61,72,73,74,76,91,97,110,118,124,125,126,132],latest:[2,12,18,29,43,44,49,53,61,63,69,91,95,98,102,132],latin:45,lba:[118,124],ldap:[103,127,132],ldap_server_definit:[111,112],ldap_server_definition_nam:127,ldap_server_definition_uri:127,lds:[21,22,32],lead:[18,19,21,29,36,38,43,105,114,119,132],learn:[0,2,12,41,49,63,69,74,91,92,93,95,96,97,98],least:[25,27,65,76,113,132],leav:[38,39,43,55],leaveconflict:[73,88],left:[0,18,21,30,38],length:[4,5,6,7,8,17,18,21,22,23,32,38,43,53,54,67,121],less:[4,6,7,8,25,29,31,39,43,106,115,120,132],letter:[25,45,92],level:[13,15,17,18,19,20,21,22,23,24,25,30,31,32,38,39,43,58,64,67,72,92,102,106,107,113,132],leverag:[10,13,43,97],lg09:109,lib:[14,20,25,50],liberti:30,libnam:17,libpath:[14,50],librari:[4,5,6,7,8,11,14,16,18,20,21,22,25,32,43,50,52,53,54,56,58,59,60,74,104],librarydsn:[4,5,6,7,8],life:[46,97],lifecycl:[46,100,127],lightweight:[71,72,73],like:[0,14,18,19,21,27,33,37,38,46,50,74,91,98],likelyhood:132,limit:[4,5,6,7,8,14,22,31,43,50,104,107,109,110,111,113,115,116,118,120,121,124,125,126,127,129,131,132],line:[0,14,16,17,21,24,27,29,30,31,32,36,37,43,50,55,70,103,132],line_comment_prefix:[21,29,36],line_statement_prefix:[21,29,36],linear:[18,21,22,38],link:[0,21,28,39,42,56,59,64,90,94,102,132],linkcbl:28,linkcheck:102,linkjob:28,linklib:17,lint:[74,132],linux:[107,114,115,120],linuxon:[100,132],lise:132,list:[4,5,6,7,8,13,14,17,18,19,21,22,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,43,44,45,50,52,53,54,55,56,57,58,59,60,61,72,74,78,87,91,92,95,97,102,103,104,106,107,109,110,111,113,115,116,118,120,121,123,124,125,126,127,129,131,132],listcat:32,listdsd:37,listen:30,liter:32,littl:92,llq:[20,29],load:[20,21,43,53,78,109,113,115,118,124,132],load_address:[113,132],load_paramet:[113,132],loadlib:[21,43],loadpoint:[4,5,6,7,8],local:[0,4,14,15,21,24,27,28,29,34,36,38,40,43,50,56,59,72,82,102,118,127,132],local_file_backup:21,local_follow:21,localfil:7,localhost:[10,76,97,132],locat:[0,4,5,6,7,8,20,21,22,23,27,28,29,30,31,36,39,43,56,59,71,72,73,83,88,89,91,92,104,106,109,111,113,124],locfil:7,lock:[113,118,124,127,129],log1:54,log:[18,21,24,27,28,29,33,38,43,45,53,54,58,92,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],log_fil:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],logger:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],logic:[4,5,6,7,8,19,31,32,43,52,53,54,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],login:127,logon:72,longer:[9,18,21,35,43,123,132],longrun:29,look:[14,30,43,50,73,102],lookup:[20,80],loop:[20,39,105,108,114,117,119,122,127,128,130,132],loss:[21,32,43],lossless:18,lost:[22,31],low:25,lower:43,lowercas:[31,43],lowest:0,lpar1:[113,114],lpar2:113,lpar:[103,107,129,132],lpar_list:114,lpar_messag:115,lpar_nam:26,lpastat:[4,5,6,7,8],lpp:[13,14,50,98],lrecl:[18,29,32,38,58],lsd1:111,lsd:111,lsd_list:112,lstrip_block:[21,29,36],ltpa:[71,72,73],ltpa_token_2:[71,72,73],luke:13,lun:124,m12:37,m32:37,m63:37,m82:37,mac:[116,118],mac_address:132,machin:[21,24,29,36,38,39,43,97,100,132],maclib:[56,59],maco:132,macro:[56,59],made:[4,5,6,7,8,9,27,32,33,34,36,43,45,46,52,58,64,71,72,73,88,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],magicmock:[14,50],mai:[0,13,14,17,18,20,21,26,30,32,33,36,38,39,46,50,72,73,79,80,81,83,89,91,102,104,107,110,111,113,115,116,118,120,121,124,126,127,129,131],mail:95,main:[32,102],maintain:[43,52,132],mainten:[47,52,76],maintenenac:52,major:[102,132],make:[0,2,8,9,12,14,18,32,34,36,49,50,52,60,63,69,98,102,132],manag:[0,1,4,5,6,7,8,9,15,16,17,18,19,21,24,25,29,31,32,35,36,38,39,40,43,45,46,53,54,55,57,68,72,73,74,75,77,78,79,80,81,83,84,88,90,92,100,101,103,104,105,108,109,110,112,114,116,118,119,121,122,124,125,126,127,128,129,130,131,132],managed_acb:[53,54],managedacb:53,management_class:[53,54],mani:[0,45,65,79,80,81,83,89,92],manifest:0,manner:123,manual:[73,79],manullai:79,map:[4,5,6,7,8,20,32,57,58,91],mar:29,march:29,margin:32,mark:[14,17,19,20,31,43,50],markdown:132,marker:[17,20,21,29,31,36,43,57],marker_begin:20,marker_end:20,mask:[116,118],mass:37,master:[17,102,113,118,124,132],match:[16,17,18,19,20,21,22,24,26,27,28,30,32,34,38,39,43,54,56,59,72,104,105,113,132],materi:[42,66,70,78,94,103],matrix:[43,102],max:[29,43,109,121,124,127],max_error_msg:53,max_messag:115,max_rc:[29,37,43,57],maxi:29,maximum:[19,22,29,32,33,37,39,43,57,67,88,104,109,113,115,118,124],maximum_memori:118,mbr:29,mc2cnam:25,mcat:17,mean:[0,7,18,21,26,29,31,32,34,35,38,55,109],meant:[13,43],measur:[18,19,21,22,29,32,38],mechan:[0,102],media:[118,124],mediacent:74,meet:[13,21,64],megabyt:25,mem:[17,20],member1:22,member2:22,member:[13,17,20,21,22,23,24,25,29,30,31,32,41,43,53,54,56,57,58,59,60,93,129],member_list:[56,59,60],member_nam:54,memlimit:29,memori:[100,113,118,124],merg:[32,52,102,132],messag:[4,5,6,7,8,16,17,20,21,24,25,28,29,30,31,33,35,36,39,43,52,53,54,55,56,57,58,59,72,73,79,80,81,83,85,86,87,89,90,102,103,104,105,106,107,108,109,110,111,112,113,114,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132],message_filt:34,message_id:[34,115,120],message_text:[34,115,120],messageid:72,messagetext:72,met:[14,50,72],metadata:[53,58,102,132],method:[4,5,6,7,8,24,32,72,111,132],methodolog:0,mgmt1:124,mgmt1_mgmt1:[124,126],middl:19,middlewar:[68,81,82,83,84],might:[45,52,74,86],migrat:132,mileston:102,min:[27,29,109,121,127],minidisk:[16,43],minim:[14,50],minimum:[0,46,97,102,113,118,124,132],minor:[60,64,102,132],minor_chang:43,minu:39,minut:[27,29],miss:[14,18,21,24,35,36,38,43,50,74,78,102,132],missing_critical_updates_respons:85,missing_critical_updates_response_fil:85,missing_fixcat_updates_respons:86,missing_fixcat_updates_response_fil:86,mitig:132,mix:[21,38,58],mixtur:22,mlq:20,mnew:102,mnu:102,mock:[102,132],mocked_hmc_z14:132,mocked_inventori:132,mocked_vault:132,mocked_z14_class:132,mocked_z14_dpm:132,mocker:[14,50],mod:32,mode:[18,20,21,24,31,32,38,39,43,53,54,73,92,103,104,105,107,108,109,110,113,114,115,116,118,119,120,124,125,126,129,131,132],model:[37,39,104,105,106,107,108,109,110,111,113,114,116,118,119,121,124,126,127,129,131],modif:[13,43,52,92],modifi:[0,20,21,30,43,53,98,102,113],modstat:53,modul:[1,9,10,11,13,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,38,39,40,42,45,48,52,53,54,55,56,57,58,59,60,68,71,72,73,74,76,88,90,91,94,95,96,97,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],module_path:[14,50],module_stderr:[14,50],module_util:[13,14,43,50],moment:134,monitor:29,month:25,more:[0,4,5,6,7,8,10,12,13,15,20,21,22,25,27,28,29,31,33,34,35,36,37,43,44,52,53,60,61,64,65,73,74,82,87,88,91,92,96,97,98,102,106,107,132],most:[0,18,20,23,24,29,30,43,74,76,95,98,102],mount:[16,20,106,118,132],mount_iso:118,mount_opt:[31,43],mountpoint:[20,31],move:[31,32,132],movement:31,mozilla:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],msg:[17,20,21,24,25,27,28,29,30,31,36,39,43,52,53,54,56,57,58,59,72,79,80,81,83,85,86,87,89,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],msg_code:[27,28,29,43],msg_text:43,msg_txt:[27,28,29,43],msgclass:[27,29],msglevel:[27,29],msgprt:32,much:44,multi:[16,32,43,127],multipl:[4,6,7,8,13,14,18,21,22,25,28,32,37,43,50,53,54,55,56,57,59,76,83,89,92,123,132],must:[0,4,5,6,7,8,9,10,13,14,15,17,18,19,20,21,22,23,25,28,29,30,31,32,33,36,38,39,46,50,52,53,54,61,65,72,76,83,85,86,87,88,89,91,92,97,102,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],mustgath:98,mutual:[4,6,7,8,12,17,32,38,43,52,53,60,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131],mutually_exclus:13,mv27:34,mv29:34,mv2h:34,mvscmdauth:98,mvscmdmsg:98,mvssys01:31,my_:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],my_adapter_nam:104,my_certs_dir:123,my_cpc_nam:[104,107,109,110,113,115,116,118,120,124,125,126,131],my_first_partition_nam:109,my_hba_nam:110,my_hmc_auth:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131],my_hmc_host:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],my_hmc_password:123,my_hmc_userid:123,my_image_fil:118,my_image_nam:118,my_ins_fil:118,my_lpar_nam:[113,115],my_lsd_nam:111,my_nic_nam:116,my_part_nam:120,my_partition_nam:[109,110,116,118,125,131],my_password_rule_nam:121,my_second_partition_nam:109,my_storage_group_nam:[124,125,126],my_storage_volume_nam:126,my_user_nam:127,my_user_role_nam:129,my_vfunction_nam:131,mycobol:21,mydata:22,mygrp:7,myhlq:[19,32],mypgm:32,myprog:7,myuser:[14,32,50],myvar:79,myvol1:19,myvol2:19,myworkflow:[73,88],name:[0,4,5,6,7,8,9,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,43,45,46,50,52,53,54,55,56,57,58,59,65,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,91,92,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],namespac:[15,91,102],nation:39,navig:[0,14,50,96],necessari:[13,52,76,92],ned:39,need:[10,13,14,20,22,23,24,25,26,30,31,32,33,36,43,50,53,56,59,61,72,73,74,79,80,81,82,83,84,85,86,87,88,89,91,92,97,102,105,109,110,113,116,123,129,131,132],neg:[7,25,29],neither:[19,21,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],nest:[4,6,7,8,13],netview:67,network:[104,113,116,118,124,132,133],network_adapter_port_uri:116,never:[43,132],newcopi:4,newcopycnt:[4,5,6,7,8],newcpc:108,newer:[43,46,60,105,114,119,132],newest:22,newli:53,newlin:[21,29,32,34,36,43],newline_sequ:[21,29,36],newslett:95,next:[73,107,113],nfs:31,nic1:[116,117],nic:[103,118,124,132],nic_list:117,nicknam:[73,83,85,86,87,88,89],nist:132,nnew:102,no_log:123,noautomov:31,nocopi:[4,5,6,7,8],nod:39,node:[0,3,9,15,16,18,22,29,35,36,38,40,43,46,51,70,72,73,74,88,91,92,98],nodeck:29,noempti:22,noeras:32,noindex:39,nolimit:29,nolist:29,non:[18,21,22,24,25,31,32,38,39,43,79,80,81,83,89,115,132],nonblock:32,none:[4,5,6,7,8,13,14,17,22,28,29,31,39,50,52,113,118,124,132],nonexist:[18,19,21],nonresid:[4,5,6,7,8],nonspan:32,nonvsam:25,nonzero:55,noqa:132,noreus:32,normal:[31,32,43,53,54,98,113,132],normal_disposit:[53,54],nosecur:31,nosetuid:31,notappl:[4,5,6,7,8],notdefin:[4,5,6,7,8],notdynam:[4,5,6,7,8],note:[0,13,14,19,22,26,27,39,44,46,50,61,90,91,92,96,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132],notext:31,noth:[106,107,132],notic:24,notif:[73,88],notifi:[27,29,92],notrequir:[4,5,6,7,8],noverifi:39,noverifyofflin:39,now:[14,20,30,43,50,102,132],nowait:31,nrd:33,nucleu:[52,53,54,57,58],number:[0,4,5,6,7,8,13,17,18,20,21,22,25,26,27,29,30,32,33,34,37,38,39,43,53,54,61,65,71,72,73,76,79,80,81,82,83,84,85,86,87,88,89,109,113,115,116,118,120,123,124,126,132,133],numer:[4,5,6,7,8,13,27,28,29,32,45,53,54,121],nvd:132,nvme:132,oa59461:65,oappend:32,object:[12,14,21,22,38,43,50,72,79,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132],objectid:89,obtain:[17,20,23,30,37,43,74,80,81,92,132],occasion:[43,46],occur:[4,5,6,7,8,21,31,33,34,39,43,52,58],ocopi:37,ocreat:32,oct:46,octal:[18,21,32,38],ocur:36,oexcl:32,off:[0,22,54],offer:[1,9,11,41,42,45,48,60,62,64,68,74,90,93,94,97,100],offici:[0,21,29,34,36,132],offlin:[33,39,53,54],offset:[21,22,29,32,38],often:[0,12,13,29,43,97],old:[21,29,32,53,54,132],older:[98,105,106,113,114,117,119,132],oldest:22,omessag:[115,120],omit:[4,5,8,53,73,88,104,107,110,111,113,115,116,118,120,121,124,126,127,129,131],ommit:53,omvs0000:33,omvsadm8:54,omvsadm:[27,29,31,37,59],onc:[102,118,123,124,127,132],one:[0,4,5,6,7,8,9,13,14,17,18,19,20,21,22,25,27,32,34,35,37,38,43,50,64,65,73,74,76,87,88,90,91,97,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],ones:[43,113,132],onli:[0,8,13,14,18,19,21,22,23,25,26,27,29,30,31,32,36,38,40,43,44,50,52,53,54,56,57,58,59,61,72,73,74,76,79,85,86,87,88,102,103,104,105,107,108,109,113,114,115,117,118,119,120,124,125,126,127,129,132],onlin:[39,53,58,104,109,124],online_batch:[53,54],onoctti:32,ononblock:32,onto:31,opdata:33,open:[2,10,11,12,14,18,20,21,22,23,27,28,29,30,31,32,41,43,46,48,49,50,60,61,63,69,77,93,97,98,102,118],openid:91,openssh:[14,35,44,50,61,97],oper:[4,5,6,7,8,11,13,14,15,16,17,18,19,21,22,27,29,30,31,34,39,41,43,44,50,55,56,59,61,62,65,66,67,68,70,71,72,85,86,87,88,90,92,93,100,102,103,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,122,124,125,126,128,129,130,131,132],operand:15,operator_action_queri:43,opercmd:17,opt:31,optim:24,option:[0,4,5,6,7,8,9,12,14,17,18,20,21,22,23,26,29,30,31,32,33,35,36,37,38,39,43,44,45,50,52,53,54,55,56,58,59,61,65,73,76,82,83,88,89,91,92,102,106,107,108,113,123,129,132],orchestr:[0,90],order:[0,21,22,29,36,43,91,102,104,123,132],ordonli:32,ordwr:32,org:102,organ:[18,21,38,92],organis:102,origin:[17,21,22,23,30,31,32,36,43,57,102,113],original_nam:32,orphan:43,os_ipl_token:[113,132],os_nam:[115,120],os_setup:132,osa:[105,107,116],osd:[105,116,118],osd_128_mgmt_net2_30:[116,118],osm1:107,osm:107,osmf:[0,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,93,94,96,97,98],osync:32,other:[4,6,7,8,9,10,13,14,19,20,21,22,27,29,30,32,39,43,50,54,65,72,74,78,79,81,82,83,84,85,90,91,98,104,107,109,113,118,123,124,127,129,132],otherwis:[4,5,6,7,8,14,18,19,20,21,25,28,29,30,36,38,39,50,54,73,85,86,87,104,105,113,114,115,119,124,125,132],otrunc:32,our:[0,14,30,50,92,98,110,116,132],out1:[32,37],out2:32,out3:32,out:[0,14,23,26,32,50],outcom:55,outdataset:21,outdd:37,outfil:32,outlin:[12,21,49],output:[11,14,16,17,18,23,24,28,29,32,33,37,38,39,43,50,53,54,55,56,57,58,59,60,73,85,86,87,88,91,98,132],output_dir:36,outputfil:32,outputfilevalu:[73,88],outstand:34,over:[0,10,14,21,43,50,52,53,54,57,58,72,106,115,120,132],overal:132,overflowout:32,overlap:13,overrid:[0,4,5,6,7,8,17,18,19,20,21,22,23,24,30,31,32,38,39,43,54],overridden:0,overview:[0,14,50],overwitten:[56,59],overwrit:[19,23,111,121,127,129],overwritten:[20,24,53,85,86,87],own:[0,14,18,21,30,38,41,50,91,93,127,132,133],owner:[18,21,27,28,29,31,32,36,38,43,73,79,88],ownership:[18,21,31,38],owronli:32,p000a218:129,p2ss01:29,pa1:[44,46,61],pack:18,packag:[91,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],pad:[39,43],page:[0,27,31,32,39,44,45,61,95,102,132],pair:[14,36,50,56,59,60],paramet:[0,3,9,13,14,43,50,51,60,64,70,79,80,81,82,83,84,85,86,87,89,102,103,132],parametererror:132,parametr:[14,50],parent:[18,21,38,104,105,109,111,113,114,116,117,118,119,121,124,126,127,129],parm:[27,29,32],parmlib:[20,26,31],pars:[13,14,20,50,57],parsabl:60,parse_arg:13,parser:[12,13,18,21,38,58],part1:[107,117,118,129],part2:[107,129],part:[1,9,11,14,19,29,43,48,50,60,62,64,68,74,100,132],part_messag:120,parti:[71,72,73],particip:31,particular:[4,5,6,7,8,13,19,20,27,29,30,31,34,45,50,98,102],particularli:43,partit:[17,20,21,22,23,24,25,29,30,32,43,56,59,100,103,104,107,113,114,117,124,126,129,132],partition1:[117,119],partition_link_uri:132,partition_list:119,partition_nam:[109,110,116,117,125,131],pass:[4,5,6,7,8,13,14,18,21,29,30,31,36,38,43,50,56,59,72,79,83,98,107,113,118,132],passthrough:43,password:[4,5,6,7,8,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,124,125,126,127,128,129,130,131,132,133],password_rul:[121,122],password_rule_nam:127,password_rule_uri:127,past:[43,106],patch:[14,50,91],patched_method:[14,50],path:[13,14,17,18,20,21,23,24,29,30,31,32,36,38,43,50,56,59,67,72,79,80,81,82,83,84,85,86,87,89,91,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],path_of_security_requir:72,path_to_inventori:[14,50],path_to_modul:[14,50],pathmod:32,pathnam:[20,23,30,32],pathopt:32,pattern:[13,14,15,16,17,18,19,20,25,26,27,30,32,34,43,50,51,70,92,105,111,127,128,132],paus:[73,118,132],pax:[18,38,43],pbr:132,pchid:[105,107,132],pdir:58,pds:[14,21,22,32,38,50],pds_pattern:25,pdse:[18,20,21,22,23,24,25,29,30,32,37,38,43,53,54,56,59],pem:[4,5,6,7,8,71,72,73,88],pend:[29,113],peopl:102,pep8:[60,132],pep:132,per:[0,20,32,118,124],percent:[19,73],perform:[0,1,3,5,6,7,8,13,14,16,18,19,21,22,24,26,27,29,31,32,35,38,39,43,44,50,51,53,54,56,58,59,61,70,72,73,79,82,83,84,88,89,98,102,105,106,109,113,114,115,118,119,120,123,124,125,126,132],perform_import:[14,50],period:[2,12,21,49,63,69,88],perman:32,permiss:[14,18,19,21,36,38,43,50,72,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132],permit:[7,39,43,105,114,118,119,123,124,132],permit_ecc_key_import_funct:132,persist:[17,31,32],person:13,perspect:[105,114,119],pgm:[27,28,29,32,55],pgm_input:36,pgm_result:36,pgrjusecount:[4,5,6,7,8],ph12143:74,ph28089:32,ph41248:74,ph47050:74,ph47746:74,ph52813:74,physic:[19,29,31,39,43,52,104,109,124],pick:132,pin:132,ping:[11,13,16,98],pip3:[14,50],pip:[10,14,50,102,132],pipdeptre:132,place:[4,6,7,8,13,19,24,39,43,52,53,54,59,60,91],placement:[43,53],plai:19,plain:21,plan:20,platform:[0,4,5,6,7,8,29,46,61,90,97,100],playbook:[3,9,10,15,16,17,20,21,23,26,29,30,36,43,51,60,64,65,66,70,74,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,95,97,103,132],playbook_dir:[21,29,36],pleas:[0,19,43,61,73,74],plex1:[4,5,6,7,8,55],plex2:55,plex:[55,65],plu:[104,107,113,114,118,124,127],plugin:[0,11,14,43,50,76,90,91,95,132],point:[20,27,29,45,52,53,54,58,67,79,80,81,82,83,84,89,91,115,120],polici:62,poll:[82,83,89],pong:[5,35,98],pongalt:[4,5,6,8],pongbundle_1:5,pool:[53,54],pop:102,popul:[30,53],port:[4,5,6,7,8,13,30,61,65,67,71,72,73,76,79,80,81,82,83,84,85,86,87,88,89,104,110,111,113,116,118,124,126,132],portabl:[18,38],portion:39,posit:[27,28,29,30,32,43,98],posix:[14,50],possibl:[25,27,28,43,104,107,110,111,113,116,118,121,123,124,126,127,129,131,132],post2:132,post:[5,9,105,114,132],postcomp:[32,52,60],postpon:132,potenti:[4,6,7,8,19],pp0l6p:17,pprint:[14,50],practic:92,pre:[0,10,39,73,88],prealloc:20,prebuilt:52,preced:[21,29,36,52,53,54,57,58],precend:21,precomp:[32,52,60],predefin:20,preexist:53,prefer:[102,105,114,119],prefix:[18,21,22,29,32,33,36,38,115,116,118,120],prepackag:91,prepar:102,prepend:[20,43],prerequisit:[12,49,60,102,132],presenc:[35,43,132],present:[13,14,17,18,19,20,21,22,25,30,31,32,36,43,50,104,110,111,116,121,124,126,127,129,131],preserv:[18,21,22,32,35,38,43,111],pretti:102,prevent:[9,31,43,53],preview:[46,132],previou:[18,21,29,38,43,91,102,106,107],previous:[31,39,43,53,64,80,91,123,132],primari:[18,21,22,32,38,39,43,53,54,111],primarili:[20,30],primary_hostname_ipaddr:111,primary_j:26,primary_log_dataset:[53,54],primary_spac:43,primary_unit:[53,54],print:[14,17,21,27,29,36,50,58],print_duplicate_resourc:53,print_inserted_resourc:53,printabl:43,prior:[22,43,46,60,102],prioriti:[27,28,29,43,115,120,132],prioritis:[4,5,6,7,8],privat:[0,4,5,6,7,8,13,19,32,67,71,72,73,79,88],private_galaxi:91,private_token:91,privileg:[17,20,23,30,32],prmaabak:31,problem:[32,118,124],proc1:[27,29],proc:29,proce:[57,61,76],procedur:[29,67,91],proceed:[34,56,59],process:[12,13,14,19,20,21,22,27,29,30,32,36,37,39,40,43,49,50,53,54,56,59,67,73,82,88,91,113,118,124,132],processor:[113,118,124],procl8b:13,proclib:[13,24,53,54,58,60],procstep:[27,29],produc:[0,18,21,24],product:[0,44,46,61,65,74,76,79,98],product_mod_level:26,product_nam:26,product_own:26,product_releas:26,product_vers:[26,79],profil:[17,20,24,30,39,72,107,113],prog001:17,prog00:20,progdef:[4,5,6,7,8],program:[0,1,4,5,6,7,8,11,13,16,18,20,21,22,27,28,29,31,36,38,39,43,44,48,52,53,55,56,58,59,61,113],program_nam:[27,28,29,32],programm:[72,104,124,125,126,127],programview:58,progress:[73,91],progtyp:[4,5,6,7,8],proivd:79,project:[31,91,102,132],promot:[60,132],prompt:[65,67,71,76,79,80,81,82,83,84,88,89,115,120],prompt_text:[115,120],promptli:22,propag:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],proper:[14,32,43,50,74],properli:[46,74,76,98,132],properti:[25,43,73,74,80,88,104,105,106,107,108,109,110,111,112,113,114,116,117,118,119,121,122,124,125,126,127,128,129,130,131,132],proport:25,protect:[17,32,39,72,123],protocol:[21,24,29,35,36,38,67,91],provid:[0,3,4,5,6,7,8,9,12,13,14,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,36,37,38,43,44,50,53,54,55,57,58,61,64,65,66,67,70,73,74,76,78,79,80,81,82,83,84,85,86,87,89,90,91,100,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],provis:[0,14,29,50,68,70,74,76,77,78,79,80,81,84,90,92],proxi:[85,86,87],proxy_zmf_password:[85,86,87],proxy_zmf_us:[85,86,87],psb1:52,psb2:52,psb3:52,psb:[48,51,52,53,54,58],psb_lib:[52,53,54],psb_name:[52,59],psbgen02:59,psbgen:[59,60],psbgenl:59,psblib1:52,psblib2:52,psblib:[52,53,54,59],psw:[113,118],ptf:[44,60,61,65,74,85],publish:[0,74,78,83,89,102,132],pull:[102,107,113,118],punch:[27,29],pure:31,purg:[22,33,43,51],purpos:[14,50,102],push:102,put:[4,5,6,7,8,9,21],pwrule_list:122,pycodestyl:132,pycrypto:132,pyflak:132,pylint:[102,132],pypi:132,pyt:[44,46,61],pytest:[12,49,102,132],python3:[14,36,50],python:[1,9,10,11,13,14,18,34,35,36,43,46,48,50,60,74,76,97,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],python_path:[14,50],pythonpath:[14,50],pyyaml:132,pyz:[14,50],quaiti:132,qualifi:[13,15,17,18,19,20,21,22,23,24,25,29,30,31,32,38,39,43,67],qualifier_pattern:13,quarter:46,quasir:[4,5,6,7,8],queri:[3,4,5,6,8,11,16,34,43,55,106,107,113,118,132],question:19,queue:[27,28,29,43],queue_posit:[27,28,29],quickli:91,quot:[14,18,20,21,33,36,38,43,50],quotat:[14,20,33,43,50],r0101894:29,r0101895:29,ra000:29,race:[21,43],racf:17,rad:37,rain:13,rais:[0,13,14,26,43,50,98,132],ran:[14,27,28,29,50],random:[17,20,22,23,30,31],randomli:[20,21,31],rang:[4,6,7,8,28,32,39,91,109],rather:73,raw:[19,22,32,37,39,56,59,60,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],reach:[43,46],read:[14,20,23,27,29,30,31,32,39,42,43,44,45,50,53,61,72,73,88,92,94,102,118],read_onli:32,read_writ:32,readabl:19,readi:[32,34],readm:[9,43,61,74,132],readonli:31,readthedoc:104,real:[27,29,132],realloc:43,realm:91,reason:[4,5,6,7,8,55],rebuild:52,receiv:[13,18,21,33,37,38,43,52,57,73,88],recent:132,recfm:[18,29,38],reclgth:32,recogn:132,recommend:[0,12,13,14,26,32,39,50,60,61,73,79,80,81,83,89,102],recon1:57,recon2:57,recon3:57,recon:57,record:[4,5,6,7,8,9,18,21,22,27,29,31,32,36,38,43,51,56,57,58,59,79,80,82,83,89,113,118,124],record_count:[4,5,6,7,8,27,29,32],record_format:[18,21,22,32,38,43,53,54],record_length:[18,21,22,32,38,53,54],records:32,recov:19,recover:19,recoveri:[17,20,30,31,32,53,54,57],recreat:[18,21,53],red:[0,1,9,11,42,46,48,60,62,64,68,74,91,92,94,95,97,100],redesign:132,redhat:[91,102,132],redirect:98,reduc:[26,43,123,132],redund:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],ref:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131],ref_dat:25,refer:[0,4,5,6,7,8,14,20,21,23,24,25,26,27,29,30,32,36,39,40,42,43,44,50,52,56,58,59,61,64,65,66,67,70,78,79,80,81,82,83,84,85,86,87,89,90,91,92,94,97,98,103,132],referenc:[25,30,32,54,83,89,127,129,132],reflect:43,regardless:[13,21,34,113,132],regex:[20,30,34],regexp:30,region:[4,5,6,7,8,9,10,29,53,54,58],regist:[29,35,43,72,73,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],registri:[74,79,80,82,84],regular:[20,25,30,32,34,43,105],regularli:92,reject:[113,132],rel:[21,29,31],relai:95,relat:[0,4,5,6,7,8,9,21,27,28,29,32,73,88,98,113,132],relatedassign:[4,5,6,7,8],relateddescript:[4,5,6,7,8],relatedscop:[4,5,6,7,8],relationship:[52,56],releas:[14,44,47,50,61,76,90,98],release_:102,release_m:102,release_not:[102,132],relev:[55,102],reli:[20,23,24,29,30,35,36,43,45,97,105,114,119,132],reload:[21,29,36],remain:[18,21,31,38,39,43,104,107,109,110,111,116,118,121,124,126,127,129,131,132],remot:[0,17,18,20,21,23,24,29,30,36,38,56,59,70,72,76,85,86,87,98,102,127],remote_cmd:36,remote_src:[21,36,38,43],remote_tmp:[36,43],remote_zmf_password:[85,86,87],remote_zmf_us:[85,86,87],remotenam:[4,5,6,7,8],remotesystem:[4,5,6,7,8],remount:31,remov:[6,9,16,18,20,21,22,29,30,31,36,43,54,74,78,79,102,118,124,132],removecnt:[4,5,6,7,8],renam:[17,20,30,31,39,43,104,132],render:[21,29,36],renov:132,repeat:0,repeatedli:[17,20],replac:[14,17,20,21,22,30,32,43,50,56,59,60,127],replace_acb:53,repli:34,replic:[32,43,111,121,127,129],repo:[102,132],report:[29,43,76,85,86,87,132],repositori:[0,5,9,32,64,74,77,91,92,95,98,132],repres:[1,4,6,7,8,11,14,20,30,45,48,50,54,62,67,68,90,100,102,106,129],represent:[45,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],repro:[21,32],req:[0,102,132],request:[0,2,4,5,6,7,8,9,10,12,14,21,22,31,32,34,43,49,50,63,69,72,74,80,82,83,85,86,87,89,102,105,106,107,108,113,114,117,119,122,125,128,130,132],requestmethod:72,requests_ca_bundl:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],requesturi:72,requir:[4,5,6,7,8,9,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,44,45,46,50,52,53,54,55,56,57,58,59,60,61,64,65,67,70,71,73,74,75,76,79,80,81,82,83,84,85,86,87,88,89,90,91,92,96,98,102,123,132,133],requisit:10,res820:26,rescount:[4,5,6,7,8],reserv:[0,13,118,124],reset:[31,107,113,123,132],reset_clear:[113,132],reset_norm:[113,132],resgroup:[4,5,6,7,8],resid:[4,5,6,7,8,17,27,28,29,32,39,73,85,86,87,88],reslib:[52,53,54,58],resolv:[0,13,52,53,54,58,74,85,86,132],resourc:[0,1,3,5,9,17,25,35,43,53,54,56,62,64,66,72,92,95,98,100,103,104,105,107,108,110,111,113,114,116,118,119,121,124,126,127,129,131,132,133],resource_chkp_freq:[53,54],resource_typ:25,resourceclass:72,resourceitem:72,resourceprofil:72,resp2:[4,5,6,7,8],resp:[4,5,6,7,8],resp_alt:[4,5,6,7,8],respect:[18,25,127,132],respond:[14,50,115,120],respons:[4,5,6,7,8,16,17,20,23,24,29,30,32,33,37,43,51,52,57,58,70,85,86,87,115,120],response_encod:32,ressnam:[4,5,6,7,8],rest:[1,4,5,6,7,8,9,10,21,29,36,62,65,66,67,68,72,73,74,76,97],restart:[34,118],restor:[11,16,36,39,43],restore_backup:43,restrict:[25,26,73,88,132],result:[3,7,13,14,16,17,18,20,21,22,24,27,28,29,30,32,33,35,36,37,38,43,50,51,52,55,56,59,72,73,85,86,87,88,102,105,108,113,114,115,119,120,123,127,132],result_auth:[72,73],resum:66,resver:[4,5,6,7,8],ret_cod:[27,28,29,32,43],retain:[21,32,43,54],retent:54,retri:[82,83,89],retriev:[9,11,17,18,20,21,23,26,30,31,38,43,74,80,132],return_cod:55,return_cont:[30,32],return_output:[29,43],return_text:[56,59],return_valu:[14,50],reus:[21,32],revert:43,review:[0,2,12,15,31,41,43,44,46,49,61,63,69,76,91,92,93,97,98,102],rexx:[11,25,35,36,37,40,43,73,88],rich:40,rid:132,right:102,rload:[4,5,6,7,8],rlse:29,rmode:29,roce:116,rocket:[61,98],role:[19,62,64,68,71,74,76,85,86,87,90,91,103,127,132],roll:22,rollback:58,root:[14,17,18,20,21,23,30,38,50,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],round:113,rout:55,routin:[19,43],rplid:[4,5,6,7,8],rrd:[21,22,32,53,54],rremov:[4,5,6,7,8],rsdnt:33,rsn:55,rst:[102,132],rsusr:13,rule1:[121,129],rule:[18,21,22,38,73,102,103,104,127,132,133],run:[2,4,5,6,7,8,9,10,11,12,16,17,19,20,21,22,28,29,30,31,37,39,43,44,45,48,49,52,53,54,55,56,58,59,61,65,73,74,76,78,79,80,81,82,83,84,88,91,95,97,102,115,120,132],runlib:20,runner:22,runth:13,runtim:[4,5,6,7,8,9,13,53,58],ruse:[4,5,6,7,8],rwx:[18,21,38],s0c4:[27,28],s0jm:[27,29],s71:107,sa_create_dynamic_resourc:66,sa_rest_api_timeout:67,sa_service_hostnam:67,sa_service_port:67,sa_service_protocol:67,saf:[72,74,76],safeti:[123,132],same:[13,18,20,21,22,23,24,26,29,31,32,36,38,43,46,53,72,73,76,88,89,91,102,123,127,132],same_workflow_inst:73,sampl:[4,5,6,7,8,9,10,15,17,20,21,23,24,25,26,27,28,29,30,31,33,34,35,36,37,39,51,52,53,54,56,57,58,59,60,64,71,72,73,74,80,85,86,87,88,91,92,98,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132],sample2:60,sample_seq_data_set:21,samplehost:[67,79,80,81,82,83,84,85,86,87,89],samplenam:13,san:[13,124,125,126],saniti:[60,102,132],sanitis:9,sass:37,satisfi:[21,43,72,132],save:[26,29,32,53,74,79,80,81,83,89,107,113,118],save_acb:53,sc27:101,sca:[72,74,76],scalar:32,scan:[29,43],scenario:21,scene:[14,50],schedul:52,scheme:[4,5,6,7,8],sci:55,scope:[4,5,6,7,8,9,14,21,29,36,50,111,129],scp:[21,24,29,35,36,38],scp_extra_arg:35,scr002:32,scr013:13,scr03:25,scratch:[22,53],script:[16,20,29,37,38,40,43,44,61,73,88,132],sdesc:67,sdfhauth:17,sdfjauth:17,sdfsmac:[29,56,59],sdfsresl1:52,sdfsresl2:52,sdfsresl:[52,53,54,57,58],sdk:[0,43,46,60,97,98],sdsf:43,se_vers:[108,114,119],seamless:[0,90],search:[13,21,25,32,36,38,43,46,74,78,91,111],search_distinguished_nam:111,search_software_updates_respons:87,search_software_updates_response_fil:87,sec:[7,27,29,43],second:[9,13,29,33,43,67,82,83,88,89,102,106,107,113,124],secondari:[18,21,22,32,38,43,53,54],secondary_log_dataset:53,secondary_unit:[53,54],secret:[127,132],sect:29,section:[4,5,8,12,13,14,27,28,29,43,44,49,50,53,54,60,91,92,97,102,132,134],secur:[21,24,29,31,36,38,43,60,70,74,76],secure_boot:132,secure_execut:132,see:[0,2,4,5,6,7,8,10,12,13,22,29,49,61,63,69,91,98,102,107,108,113,114,124,127,132],seen:43,segment:[25,43,52,53,54,56],segment_chkp_freq:53,select:[0,14,19,25,38,43,46,50,53,54,92,96,97,102,109,118,124],select_properti:[107,113,118,132],selector:[118,124],self:132,semant:[91,102],semicolon:[37,43],semver:102,send:[18,43,102],senseg:52,sensit:[4,5,6,7,8,18,21,22,31,38,43,52,88,121],sent:[4,5,6,7,8,32,38,115,118,120],separ:[20,25,91,92,118,123,132],seq:[17,18,21,22,25,32,38,53,54,56,59],sequenc:[21,29,32,36,115,120,123],sequence_numb:[115,120],sequenti:[17,18,20,21,22,23,24,25,29,30,32,56,59],ser:29,seri:[27,28,29,45,91],serial:[13,17,21,29,39,53,54],serv01:31,serv02:31,serv03:31,serv04:31,serv:12,server:[0,31,62,65,66,67,70,72,73,76,79,80,81,82,83,84,85,86,87,88,89,95,97,98,103,106,118,124,127,132],server_list:91,servic:[11,18,20,21,23,24,27,28,29,30,31,32,36,38,42,43,44,45,56,59,61,66,67,68,73,74,76,78,81,82,84,88,92,94,100,101,102,127,133],session:[14,50,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132],session_id:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],set:[0,4,5,6,7,8,10,11,12,13,14,16,17,20,21,23,24,26,27,28,29,30,31,32,33,34,36,37,39,40,43,44,47,50,52,53,54,56,57,58,59,60,61,76,85,86,87,91,97,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],set_dynam:17,set_fact:[20,80],set_stat:17,setgid:31,setprog:17,setuid:31,setup:[43,53,76,132],setuptool:132,sever:[14,29,43,50,70,78,103,132],sftp:[21,24,29,35,36,38,98],sg1:[118,124],sga1:125,sha256:[21,24],share:[20,21,22,29,30,31,36,43,53,78,113,118,124,127],share_mod:53,shareopt:32,sharestatu:[4,5,6,7,8],shell:[14,20,26,30,36,46,50,60,61,73,88,98,102],shorter:43,shortli:132,should:[13,14,18,19,20,21,22,23,24,25,29,30,31,32,33,35,36,38,43,50,53,54,73,74,76,102,105,114,115,119,120,123,132],shouldn:[14,50],show:[0,10,27,33,36,55,91,102,113,132],shown:[4,5,8,27,28,29,79,80,81,83,85,86,87,89,102,113,118],shr:[20,21,22,29,30,32,37,43,53,54],shrd:[27,29],shutdown:31,side:14,sign:[19,132],signifi:21,similar:[16,32,51,70,92,121],similarli:[14,32,50],simpl:[18,38,132],simplex:39,simplifi:[14,50,66,132],simul:58,simultan:[0,20,22,30,43],sinc:[19,22,32,45,60,73,102,123,132],singl:[4,5,6,7,8,14,18,19,22,30,32,33,37,50,55,56,57,59,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],site:[0,9,74,102],situat:[13,31,32,92],six:[4,5,6,7,8,17],size:[14,18,19,21,22,24,25,27,29,32,33,36,38,39,43,50,53,54,124,126],skelet:57,skip:[36,39,73],slack:102,slack_hook:102,slightli:30,slot:[27,29],smaller:18,smf000i:[27,29],smf_name:26,sms:17,sms_data_class:[18,21,22,32,38],sms_manag:39,sms_management_class:[18,19,21,22,32,38],sms_storage_class:[18,19,21,22,32,38],smss:[4,5,6,7,8],snippet:13,socket:[64,67],softar:79,softwar:[68,74,76,78,92,96,97],software_instance_nam:[85,86,87],software_typ:79,sole:[14,50],solut:[41,90,93,132],some:[14,17,18,20,21,22,24,25,30,31,32,39,43,44,50,52,53,54,56,58,59,73,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],somedirectori:20,somefil:[24,30,56,59],somefile1:56,somefile2:56,someobject:[14,50],sometim:[53,54,55,57,58],someus:31,sort:32,sortin01:32,sortin02:32,sortout:32,sortpgmoutput:32,sound:[115,120],sound_alarm:[115,120],sourc:[0,17,18,20,21,23,24,29,30,31,32,35,38,40,41,43,45,56,59,90,91,93,102],source_memb:[56,59],source_nam:[56,59],space:[0,4,5,6,7,8,18,19,20,21,22,27,28,29,32,36,38,39,43,53,54,92],space_primari:[18,21,22,32,38,43],space_secondari:[18,21,22,32,38],space_typ:[18,19,21,22,32,38,43],spack:18,spe:65,special:[9,18,20,21,29,30,32,33,34,36,38,39,109,121],special_nam:13,special_names_get_uppercas:13,specif:[14,18,21,25,26,27,32,33,38,42,43,44,48,50,52,54,55,59,61,74,76,78,79,82,83,89,91,94,96,97,98,102,103,105,106,109,113,114,117,118,119,124,132],specifi:[0,4,5,6,7,8,9,10,13,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,43,52,53,54,55,56,57,58,59,67,72,73,76,79,80,81,82,83,84,85,86,87,88,89,91,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],speed:[32,132],sphinx:[102,132],sphinxcontrib:132,spool:[27,29,43,73,88],sql:[21,51],sql_input:58,srb:[27,29],src:[18,20,21,23,24,29,30,31,36,37,38,43,56,59],src_encod:32,src_param:31,srcmem:21,ssc:[107,113,116,118,124],ssc_dns_server:132,ssc_ipv4_gatewai:132,ssc_ipv6_gatewai:132,ssgmcp_5:[4,5,6,7,8],ssh:[0,10,35,76],ssh_modul:35,ssl:[4,5,6,7,8,111],sso:91,stabl:[102,104,132],stable_:102,stable_m:[102,132],stack:43,stage:[53,58,72],stand:[4,5,6,7,8,9,10],standard:[21,24,29,36,38,53,54,56,58,59,102,112,121,122,127,128,130,132],start:[7,14,20,21,22,25,27,29,30,35,36,43,50,67,73,74,82,88,90,91,95,107,113,115,118,124,132],start_:102,start_m:102,start_partit:132,state:[4,5,6,7,8,14,17,18,20,21,22,28,30,31,39,43,50,72,73,79,104,106,107,109,110,111,113,116,118,121,123,124,125,126,127,129,131,132],statement:[14,17,21,27,29,32,36,43,50,51,52,53,54,57,73,76,88,89,132],statist:[27,29],statu:[4,5,6,7,8,16,23,27,29,31,32,33,43,53,54,55,56,57,59,72,73,88,102,104,105,107,108,109,113,114,118,119,124,125,132],status:[43,118,132],status_group:32,stc00143:54,stc01533:34,stc01537:34,stc02560:27,stc:[27,28],stderr:[17,20,21,24,25,31,32,35,36,43,53,54,56,58,59,98],stderr_lin:[21,24,31,36],stdout:[17,20,21,24,25,31,32,36,43,56,59],stdout_lin:[21,24,31,36],step0001:[27,28,29],step1:54,step:[14,27,28,29,32,50,56,73,74,88,102,106],step_cc:[27,28,29],step_nam:[27,28,29,73],step_numb:73,step_titl:73,steplib:[52,53,54,57,58],stepnam:[27,29,73],stgadmin:[39,72],still:[43,73,102,132],stl1:[27,29],stmt:29,stop:[27,29,37,43,55,73,77,82,107,118,132],stop_partit:132,stor:32,storag:[17,18,19,21,22,24,32,36,38,39,53,54,103,104,106,107,110,113,118,129,132],storage_class:[53,54],storage_group:[124,129],storage_group_attach:125,storage_group_nam:[125,126],storage_group_templ:129,storage_group_uri:132,storage_volum:126,storageadmin:129,store:[4,5,6,7,8,18,19,22,24,31,32,38,39,53,57,67,92,98,113],store_status_ind:[113,132],str:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,50,52,53,54,55,56,57,58,59,60,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],strategi:[0,90],stream:[21,24,32],streamlin:76,street:13,string:[4,5,6,7,8,13,14,18,21,22,24,25,29,31,32,34,36,37,38,43,45,50,55,60,73,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],strip:[21,29,36],strong:[71,72,73],structur:[14,37,50,52,55,78,123,132],style:[26,32],sub:132,subdirectori:43,subgroup:37,subgroup_info:55,subject:[21,43,87,129],submiss:[27,28,29,43],submit:[11,16,33,37,40,43,51,54,73,88],subopt:43,subscript:92,subsequ:[17,20,73,88,132],subset:[4,5,6,7,8,26,60,105,107,108,112,114,117,119,122,128,130,132],substep3:73,substitut:[29,33],substr:34,subsystem:[17,18,27,29,38,67,92,113,124,125,126],succe:[98,102,106,107,132],succeed:[43,71,102],succesfulli:57,success:[4,5,6,7,8,17,18,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,38,52,56,59,71,72,73,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],success_count:[4,6],successfulli:[4,6,22,24,31,32,102],sudo:132,suffici:[115,120,127],suffix:102,summari:29,supplementari:[42,94,95],suppli:[4,5,6,7,8,14,22,32,50,71,72,73,88],support:[1,4,5,6,7,8,9,11,13,14,18,20,21,23,24,25,29,30,32,34,36,38,39,43,44,45,48,50,52,53,54,56,58,59,60,61,62,68,71,72,73,74,76,82,88,90,96,97,102,103,104,109,118,132],supprt:132,sure:[0,18,36,98,102],surround:[20,31],sv1:126,svc:[52,53,54,58],svc_class:[27,28,29],svllab01:26,svplex1:26,sy1:73,symbol:[18,21,29,33,38,45,56,59],sync:[102,132],syntax:[20,43,91,92,104,107,110,111,113,116,118,121,124,126,127,129,131],sys1:[20,31,32,56,59],sys20073:29,sys:[14,26,50],sys_lib:[56,59],sys_nam:26,sysabend:53,sysaff:29,sysctlg:37,sysda:29,sysexec:36,sysin:[27,29,32],syslib:29,syslin:29,syslmod:29,sysmod1:87,sysmod2:87,sysmod3:87,sysmod:[74,85,86,87],sysnam:31,sysout:[27,29,32],sysplex:[31,76,79,113],sysplex_nam:[26,79],sysprint:[27,29,32],sysr:17,system:[0,1,4,5,6,7,8,11,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,32,33,34,36,37,38,39,43,45,50,52,53,54,55,56,58,59,64,65,66,67,73,74,76,79,80,81,82,83,84,85,86,87,88,89,91,92,101,102,104,105,107,108,109,110,111,113,114,115,116,117,118,119,120,121,124,125,126,127,128,129,130,131,132,133],system_nam:79,system_nicknam:[83,85,86,87,89],systems_nam:[79,89],systems_nicknam:83,sysut1:[27,29,54],sysut2:[27,29],sysut3:52,sysut4:52,syszd6:26,t043jm:[27,29],t12345:17,t125008:29,tabl:[4,5,6,7,8,22,39,43,46,83,89,102],tag:[21,31,43,61,102,132],tag_ccsid:[31,43],tag_untag:[31,43],tailor:92,take:[13,18,21,24,29,32,43,52,53,54,57,58],taken:[22,25],takeov:31,tape2:31,tape_link_uri:132,tar:[17,18,20,21,23,30,31,38,43,91,102],tarfil:18,target1:59,target2:[56,59],target3:59,target4:[56,59],target:[0,3,4,5,6,7,8,12,13,14,16,19,21,26,27,28,29,35,37,38,39,43,50,51,52,53,54,55,56,57,58,59,61,67,70,73,76,79,80,81,82,83,84,88,89,97,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133],target_userid:72,targetassign:[4,5,6,7,8],targetdescript:[4,5,6,7,8],task:[0,1,3,10,11,16,17,20,21,22,23,24,29,30,36,39,43,44,48,51,53,61,62,64,65,67,68,70,71,73,76,78,79,80,81,82,83,84,85,86,87,88,89,95,97,98,103,104,106,107,109,110,111,112,113,115,116,118,120,121,122,124,125,126,127,128,129,130,131,132],tbd:46,tcp:[4,5,6,7,8,27],tcpip:27,team:[92,98,102],tell:[14,50],temp_acb_dataset:53,temp_backup:19,temp_volum:19,tempdir:60,templat:[0,15,17,20,21,29,36,43,62,64,67,74,78,83,127,128,129],template_paramet:[21,29,36],templatenam:67,tempnam:29,temporari:[0,14,17,18,19,20,21,22,23,24,30,31,32,36,38,39,43,50,132],temporarili:[19,21,22,24,29,36,38,132],tenant:83,tenant_nam:83,tend:98,terabyt:25,term:[92,97,104,105,106,107,108,109,110,111,113,114,116,118,119,121,124,126,127,129,131],termin:[21,29,31,32,53,54,118,132],termuacc:37,ters:[18,38,43],terse_pack:[18,43],test01:[14,50],test1:[14,23,38,50],test2:38,test:[2,18,19,20,21,22,23,24,25,29,30,32,37,38,42,43,46,60,94,111,129,132],test_config:[14,50],test_create_dataset_arg_expans:[14,50],test_create_dataset_exception_receiving_nam:[14,50],test_create_dataset_missing_all_arg:[14,50],test_create_dataset_missing_second_arg:[14,50],test_create_dataset_various_arg:[14,50],test_data:[14,50],test_dataset_cr:[14,50],test_partit:102,test_us:111,test_zhmc_adapter_list:132,test_zhmc_partit:132,test_zhmc_password_rul:132,test_zhmc_sess:132,test_zhmc_us:132,testcas:[60,102,132],testdata:23,testdb:57,testdsn:[14,50],tester:[14,29,50],testhmc:[102,132],testinventori:132,testnam:[13,14,50],testopt:102,testpgm:21,testus:37,testusr:39,testutil:132,testvault:132,text:[4,5,6,7,8,20,21,29,31,32,33,34,35,43,55,58,72,102,115,120,127,132],textual:[11,16],tfs:31,than:[4,6,7,8,18,21,23,24,25,28,29,31,37,39,43,53,73,102,113,115,120,124,132],thei:[0,13,14,15,17,18,19,21,22,24,31,33,38,43,50,61,70,132],them:[10,13,18,21,29,32,34,36,43,54,79,83,92,97,102,109,132,133],therefor:[10,14,15,17,32,41,50,74,76,93],thi:[0,1,2,4,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,43,46,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,67,68,69,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91,92,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],thin:[14,50],thing:102,third:[71,72,73],those:[0,10,25,38,70,74,85,107,113,118,129,132],though:[21,31,43],thread:[118,124],three:25,through:[1,11,20,21,22,24,27,28,29,30,36,43,48,52,62,68,73,90,100,102,127],throughout:43,thu:[21,24,29,36,38,46,61,97,118,132],time:[4,6,7,8,13,14,18,25,26,27,28,29,32,33,39,43,46,50,56,59,73,82,83,88,89,105,107,113,114,115,118,119,120,127,132],time_stamp:54,timeout:[9,64,67,106,107,113,118,124,127,132],timer:113,timestamp:[17,20,21,23,30,31,53,54,115,120],tinad:25,tip:[12,49],titl:73,tke:109,tmp:[0,18,19,20,21,24,25,30,31,32,36,38,43,56,59,79,80,81,83,85,86,87,89,98],tmp_hlq:[17,18,19,20,21,22,23,24,30,31,32,38,39,43],tmp_path:43,tmphlq:[17,18,19,20,21,22,23,24,30,31,32,38,39],to_csdgroup:4,to_encod:[23,43],to_expand:[14,50],todai:102,togeth:[25,27,29,41,90,93,107,113,118],token:[0,71,72,73,91,113],toler:[111,123,132],tool:132,toolkit:35,top:[15,18,102],topic:[0,31,92,102],total:[29,34,82,83,89,104,124],tower:0,trace:43,traceback:43,track:[39,43],tracker:102,tradit:[61,92],trail:[19,21,29,34,36,43],tran:55,transact:55,transfer:[21,24,29,35,36,38,40,45,98],transform:15,transid:[4,5,6,7,8],transit:132,transmit:18,transport:18,travers:[24,43],travi:132,treat:[21,29,32,35,36,56,59],tree:[18,21],tri:132,trigger:[43,124],trim_block:[21,29,36],trk:[18,19,21,22,32,38,39],troubleshoot:[90,132],truncat:[21,23,32],trust:[4,5,6,7,8],tso:[11,16,25,36,43],tsocmd_to_issu:[73,88],tstre:57,tsu:28,tuesdai:[13,27],tupl:109,turn:0,two:[13,14,18,19,20,25,32,36,50,52,53,56,66,109,132],txt:[9,14,18,20,21,30,32,36,38,50,102,132],type:[4,5,6,7,8,12,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,43,48,50,52,53,54,55,56,57,58,59,60,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],type_2_data:55,typeerror:[14,50,132],typic:[12,14,30,50,76],typrun:[29,43],u0026mbr:29,u00270000:39,u0027:[21,24,27,29,31,39],u0027hello:[27,29],u0027i:31,u0027object:29,u0027sourc:31,u0027un:24,u0027us:24,u0027xref:29,udx:109,ui66511:74,ui66512:74,ui70435:60,uid:[21,31],unabl:[43,98],unaccept:[108,113,114,118,119,124],unarch:[16,18,43],unarchiv:[38,43],unassign:124,unauthent:[4,5,6,7,8],unauthor:[32,43,52],uncatalog:[20,21,22,23,24,25,29,30,31,32,43,53],uncatalogu:43,uncatlg:[43,53,54],unchang:[30,31,39,104,107,109,110,111,116,118,121,124,126,127,129,131],uncompress:[38,115,120],uncond:53,uncondition:53,unconfigur:[104,132],undefin:21,under:[0,4,5,6,7,8,14,15,18,26,27,43,50,57,82,91],undercov:72,undergo:97,underli:[21,24,29,32,36,38,46],underscor:[60,104,105,107,108,110,111,113,114,116,117,118,119,121,122,124,126,127,128,129,130,131,132],understand:[43,92,95,98,102],understood:31,undo:[14,50],undocu:43,unew:102,unexpect:[18,21,38,43],unformat:57,unformatted_output:57,unicod:[45,132],unicodedecodeerror:98,unidentifi:43,unifi:[0,41,90,93,132],uniform:56,uniqu:[20,21,27,28,29,31,32,43,67,73,83,89,115,120],unit:[12,18,19,21,22,29,32,33,38,39,49,53,54,91,102,113,118,124,126],unittest:[14,50],unix:[11,18,19,20,21,23,24,29,30,31,32,36,38,43,45,56,59,73,88],unknown:[4,5,6,7,8,33,72,91],unless:[18,21,29,32,33,34,36,38,46,52,58,91,113,124,125],unlik:15,unmanag:[108,132],unmount:[31,132],unmount_iso:118,unmount_opt:[31,43],unnecessari:[12,13,32,43,132],unord:32,unpack:[18,38,43],unpin:132,unqualifi:25,unrel:[115,120],unspecifi:[18,21,38],unsuccess:91,unsupport:26,untag:[31,44,61],until:32,untrust:111,unusu:132,unvers:102,upb:32,updat:[1,3,5,9,13,17,20,22,30,31,43,53,54,55,60,64,72,74,78,92,98,102,103,105,107,110,111,113,114,116,118,121,124,126,127,129,131,132],update_paramet:8,update_retention_criteria:54,upgrad:[98,106,107,132],upgrade_timeout:[106,107,132],upload:[102,132],upper:[13,43],uppercas:43,uppercase_str:13,upstream:102,uri:[64,72,104,107,109,111,113,116,118,121,124,126,127,129,132],url:[4,5,6,7,8,73,88,91,102,132],urole_list:130,usag:[0,4,5,6,7,8,13,15,43,60,109,118,124,126,132],usage_domain:109,usb:106,use:[0,4,5,6,7,8,10,12,14,17,18,19,21,22,24,29,30,31,32,33,35,36,38,39,43,50,53,54,57,61,66,72,73,74,78,90,91,92,95,97,98,102,105,111,114,119,123,132],use_adrdssu:[18,38],use_qualifi:24,use_regex:34,use_templ:[21,29,36],useagelstat:[4,5,6,7,8],usecount:[4,5,6,7,8],used:[0,3,4,5,6,7,8,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,31,32,33,36,38,39,40,43,45,50,51,52,53,54,56,57,58,59,60,65,66,67,70,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],usefetch:[4,5,6,7,8],useful:[20,30,95],user03:29,user1:127,user:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,29,30,31,32,36,37,38,39,40,43,50,54,55,58,67,71,72,73,74,78,79,80,81,82,83,84,85,86,87,88,89,91,92,102,103,105,106,112,114,119,132,133],user_list:128,user_nam:98,user_pattern_nam:127,user_pattern_uri:127,user_rol:[127,129,130],user_role_nam:127,user_to_list:[73,88],userexeckei:[4,5,6,7,8],userid:[27,29,85,86,87,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],userlib:[25,57],usernam:[14,19,22,50,67,71,72,73,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],uses:[0,14,18,21,24,27,29,36,38,39,40,50,79,80,81,83,89,102,123,132],using:[4,5,6,7,8,9,10,14,15,16,18,19,20,21,22,24,25,28,29,30,31,32,33,35,36,37,38,39,43,46,50,52,53,62,70,75,76,79,80,81,82,83,84,85,86,87,89,91,102,103,104,107,110,113,116,118,123,129,131,132],usr0010:17,usr:[13,14,36,50,98],uss:[14,17,18,20,21,23,24,25,29,30,31,32,38,43,45,50,56,59,64,67],usual:[0,27,31,70],utf:[13,21,29,43,45,98],util:[0,10,11,14,20,23,24,27,28,29,30,32,43,46,48,50,52,53,54,57,58,59,60,61,98],uuid:[124,126],v15:61,v2r2:45,v2r3:[14,46,50,60,61,74,76,77],v2r4:[46,60,74],v2r5:74,v2rx:46,v3r8:[14,50],v5r3m0:17,v7k:110,valid:[4,5,6,7,8,9,12,13,14,18,19,21,22,24,25,29,31,32,34,36,38,43,50,53,54,58,70,73,74,76,102,104,118,123,124,132],validate_checksum:24,validatedid:72,valu:[3,9,12,13,14,19,43,50,51,60,64,67,70,74,79,80,81,82,83,84,85,86,87,88,89,92,132],value1:[14,50,89],value2:[14,50,89],value3:[14,50],value_specified_in_no_log_paramet:127,valueerror:13,var1:[79,80,82,83,89],var1_valu:[79,82,83],var2:[79,89],var2_valu:79,varaibl:88,vari:[0,17,18,21,22,32,38,39,41,43,45,56,92,93,97],variabl:[0,4,5,6,7,8,9,13,14,17,18,20,21,22,24,26,29,30,32,36,38,43,50,53,61,72,73,91,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],variable_end_str:[21,29,36],variable_start_str:[21,29,36],variant:102,variou:[53,54,58,74,79,82,83,89,92,100],vars_fil:[67,78],vars_prompt:[67,71],vault:132,vba:[18,21,22,32,38,53,54],vcat:37,vendor:[73,79],vendor_nam:79,verbos:[21,24,32,33,43,58,92,102],verif:[4,5,6,7,8,17,20,30,39,132],verifi:[13,24,35,39,72,98,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],verify_offlin:39,verify_volid:39,verify_volume_empti:39,verison:132,version:[4,5,6,7,8,14,18,20,21,23,24,26,29,30,44,45,46,50,54,61,72,73,79,88,96,97,98,101,105,106,108,114,118,119,124,129],version_ad:132,version_numb:54,vfm:113,vfunction1:131,vhba_cpca_sg_mgmt12:124,via:[4,5,6,7,8,9,68,102,105,108,110,114,117,119,122,127,128,130,132],video:95,view:[0,14,46,50,53,73,96,102,115,120,129],view_onli:129,vio:32,virt:[27,29],virtual:[39,100,102,103,110,116,118,124,132],virtual_funct:131,virtual_switch_uri:116,visibl:[21,79,102,133],visit:[0,44,61,95],vlan:[116,118],vlan_typ:132,vm_name:26,vol033:21,vol:[17,29],volid:39,volser:[29,33,39,43],volstat:33,volum:[11,13,16,17,21,22,25,29,32,38,43,53,54,85,86,87,103,118,124,132],volupt:132,voluptu:132,vsam:[18,21,22,23,24,25,32,38,39,43,57],vsamdset:37,vtoc:[39,43],vtoc_siz:39,vuln:132,vulner:132,vvd:39,vvv:[31,92],vvvv:[21,24,92],wai:[0,10,21,29,36,43,78,91,107,113,118,132],wait:[29,31,32,33,43,73,82,83,89,102,106,107,124,132],wait_for_transition_complet:132,wait_time_:[29,33,43],want:[18,20,22,30,43,54,67,91,92,98,102],warn:[14,27,29,35,43,50,91,92,132],weakli:73,weather:13,web:[35,42,71,72,73,94,100,101,102,127,133],webhook:102,webspher:[79,81,82,83,84],week:25,weekli:102,weheth:108,weight:[113,118,124],welcom:20,well:[0,20,21,29,30,32,36,43,54,55,57,61,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],were:[13,18,27,28,29,31,33,34,43,52,54,58,60,109,113,129,132],what:[22,31,32,39,43,70,73,91,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],wheel:132,when:[2,4,5,6,7,8,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,43,46,49,50,53,54,56,59,63,65,69,71,72,73,75,76,79,80,81,82,83,84,85,86,87,88,89,91,92,97,102,107,109,110,111,113,115,116,118,119,120,121,123,124,126,127,129,131,132],whenev:[31,102],where:[10,13,14,18,19,21,22,23,24,27,28,29,31,32,34,36,38,43,50,53,54,56,60,65,67,79,80,81,83,85,86,87,89,92,110,111,113,115,116,118,120,121,124,126,127,129,131,132],whether:[0,4,5,6,7,8,13,20,21,22,24,29,30,31,32,36,38,43,52,54,72,73,79,88,98,102,108,113,114,115,118,119,120,124,125,127,129,132],which:[4,5,6,7,8,9,13,14,18,19,20,21,22,23,24,25,29,30,31,32,34,36,38,43,50,52,53,54,55,57,58,59,60,61,64,67,71,72,73,74,76,87,88,91,92,97,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132],whitespac:60,who:[17,20,23,27,28,30,72,74,79,83],whoneedsaccess:72,whose:[19,25,34,117,118],why:102,wide:[113,118,124,126],wider:90,wih:28,wild:43,wildcard:[4,6,7,8,18,21,25,28,34,43,54],win:132,window:97,winmvs2c:[4,5,6,7,8],with_:20,within:[0,25,27,28,29,43,45,55,56,58,59,102,104,107,109,110,111,116,118,121,124,125,126,127,129,131,132],without:[11,13,14,17,18,20,21,24,27,32,38,43,50,52,53,54,56,58,59,91,92,132],won:0,word:[25,113],work:[14,21,27,29,30,36,43,50,53,74,91,92,98,102,132],workaround:43,workflow:[0,68,70,74,76,77,78,90,102,132],workflow_access_typ:[73,88],workflow_account_info:[73,88],workflow_assign_to_own:[73,88],workflow_categori:73,workflow_com:[73,88],workflow_complet:73,workflow_def:[73,88],workflow_delete_completed_job:[73,88],workflow_failed_step:73,workflow_fil:[73,88],workflow_file_system:[73,88],workflow_host:73,workflow_job_stat:[73,88],workflow_kei:73,workflow_nam:[73,88],workflow_notification_url:[73,88],workflow_own:[73,88],workflow_perform_subsequ:[73,88],workflow_resolve_conflict_by_us:[73,88],workflow_resolve_global_conflict_by_us:[73,88],workflow_sample_automation_step:[73,88],workflow_step_nam:[73,88],workflow_var:[73,88],workflow_vars_fil:[73,88],workflow_vendor:73,workflow_wait:73,workload:113,world:[13,20,27,29,113,118,124,126],worri:[14,50],would:[13,14,18,21,24,27,28,32,33,38,43,50,54,60,91,98,115],wrap:[14,50,115,120],wrapper:[14,50],write:[21,22,23,31,32,44,54,58,61,85,86,87],write_onli:32,writeabl:[104,107,110,111,113,116,118,121,124,126,127,129,131,132],written:[1,11,21,23,24,31,32,35,38,48,53,54,62,92,100,132],wrong:43,www:[4,5,6,7,8,20],xiaopin:7,xmit:[18,38,43],xmit_log_data_set:[18,38],xml:[4,5,6,7,8,73,88],xmltodict:10,xref:29,xxx:[79,80,81,83,85,86,87,89,98],xyz:[25,123],yaml:[14,18,21,25,32,38,43,50,64,67,92,104,107,110,111,113,116,118,121,124,126,127,129,131,132],yds7ujxqrd3h8v5wxq9pf1yptztq4jzrozn3xqkf26zicxghc7mdzgycmca:71,year:[25,46],yes:[23,30,67,98],yet:[32,102,132],yield:[27,28],yml:[14,50,79,80,81,82,83,84,85,86,87,89,91,102,132],you:[0,2,4,6,7,8,10,12,13,14,16,17,18,20,21,22,23,24,25,29,30,31,32,35,36,38,39,43,45,46,49,50,52,53,54,57,61,63,67,69,70,73,74,76,79,80,81,82,83,84,85,86,87,89,90,91,92,95,97,98,102,103,105,106,114,119,132],your:[0,4,5,6,7,8,10,14,20,21,38,39,43,44,50,53,58,61,66,67,71,72,73,76,78,88,91,92,95,98,102],your_password:71,your_usernam:71,yqchen:[4,5,6,7,8],z114:132,z13:[110,113,114,118,119],z14:[110,113,118,124,125,126,132],z15:132,z16:132,z196:132,z_ansible_collections_sampl:132,z_python_interpret:[14,50],zaa:127,zawar:113,zbc12:132,zec12:132,zero:[7,18,21,27,28,29,32,38,43],zeroiz:104,zfs:[22,31],zhmc:[102,111,118,129,132],zhmc_adapt:[103,105,118,132],zhmc_adapter_list:[103,104,132],zhmc_consol:[103,132],zhmc_cpc:[103,132],zhmc_cpc_list:[103,123,132],zhmc_crypto_attach:[103,132],zhmc_hba:[103,118],zhmc_inventori:132,zhmc_ldap_server_definit:[103,132],zhmc_ldap_server_definition_list:[103,132],zhmc_lpar:[103,132],zhmc_lpar_list:[103,132],zhmc_lpar_messag:[103,132],zhmc_nic:[103,117,118,132],zhmc_nic_list:[103,132],zhmc_partit:[103,110,116,119,131,132],zhmc_partition_list:[103,118,132],zhmc_partition_messag:[103,132],zhmc_password_rul:[103,132],zhmc_password_rule_list:[103,132],zhmc_session:[103,132],zhmc_session_modul:[104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131],zhmc_storage_group:[103,118,132],zhmc_storage_group_attach:[103,124,132],zhmc_storage_volum:[103,132],zhmc_test_lsd_1:111,zhmc_test_role_1:129,zhmc_user:[103,132],zhmc_user_list:[103,132],zhmc_user_rol:[103,132],zhmc_user_role_list:[103,132],zhmc_vault:132,zhmc_virtual_funct:[103,118],zhmcclient:[102,104,132,134],zhmcclient_mock:132,ziip:113,zinventori:[14,50],zip:[18,38,43],zmf_authent:[70,72,73,74],zmf_bodi:[79,83],zmf_cpm_create_software_inst:[74,76,78],zmf_cpm_get_software_inst:[74,76,78],zmf_cpm_list_software_templ:[74,76,78],zmf_cpm_manage_software_inst:[74,76,78,79,83],zmf_cpm_provision_software_servic:[74,76,78,82,84],zmf_cpm_remove_software_inst:[74,76,78,79,83],zmf_credenti:[72,73],zmf_crt:[71,72,73,88],zmf_host:[71,72,73,79,80,81,82,83,84,85,86,87,88,89],zmf_kei:[71,72,73,88],zmf_password:[71,72,73,79,80,81,82,83,84,85,86,87,88,89],zmf_port:[71,72,73,79,80,81,82,83,84,85,86,87,88,89],zmf_sca:[70,74,76],zmf_swmgmt_identify_missing_critical_upd:[74,76,78],zmf_swmgmt_identify_missing_fixcat_upd:[74,76,78],zmf_swmgmt_search_software_upd:[74,76,78],zmf_user:[71,72,73,79,80,81,82,83,84,85,86,87,88,89],zmf_workflow:[70,74,76,88],zmf_workflow_complet:[74,76,78],zmf_zmsc_run_management_servic:[74,76,78],zmsc:76,zoa:0,zoau:[10,14,17,19,20,26,27,28,29,30,31,43,50,52,60,98],zoau_dir:20,zoau_hom:[14,50],zoau_root:[14,50],zoautil:[14,50],zoautil_dir:[14,50],zoautil_pi:[14,50],zos:[91,98],zos_apf:[16,43],zos_arch:[16,38,43],zos_backup_restor:[16,39,43],zos_blockinfil:[16,43],zos_copi:[16,18,24,29,36,38,40,43],zos_data_set:[0,16,20,21,24,25,31,32,43],zos_dataset:[14,50],zos_datset:[14,50],zos_encod:[16,43],zos_encode_out:23,zos_fetch:[16,18,21,40,43],zos_find:[16,43],zos_gather_fact:[16,43],zos_job_output:[16,43],zos_job_queri:[0,16,43],zos_job_submit:[16,40,43],zos_lineinfil:[16,43],zos_mount:[16,43],zos_mvs_raw:[0,16,43],zos_oper:[16,34,43],zos_operator_action_queri:[16,43],zos_p:[16,40,98],zos_raw:32,zos_script:[16,40,43],zos_ssh:98,zos_tso_command:[16,36,43],zos_unarch:[16,18,40,43],zos_volume_init:[16,43],zosmf:[71,72,73,88]},titles:["General","z/OS CICS","Contributing","Modules","cmci_action \u2013 Perform actions on CICS and CICSPlex SM resources","cmci_create \u2013 Create CICS and CICSPlex SM definitions","cmci_delete \u2013 Delete CICS and CICSPlex SM resources","cmci_get \u2013 Query CICS and CICSPlex SM resources and definitions","cmci_update \u2013 Update CICS and CICSPlex resources and definitions","Releases","Requirements of managed nodes","z/OS Core","Contributing","Features","Prerequisites","Filters","Modules","zos_apf \u2013 Add or remove libraries to Authorized Program Facility (APF)","zos_archive \u2013 Archive files and data sets on z/OS.","zos_backup_restore \u2013 Backup and restore data sets and volumes","zos_blockinfile \u2013 Manage block of multi-line textual data on z/OS","zos_copy \u2013 Copy data to z/OS","zos_data_set \u2013 Manage data sets","zos_encode \u2013 Perform encoding operations.","zos_fetch \u2013 Fetch data from z/OS","zos_find \u2013 Find matching data sets","zos_gather_facts \u2013 Gather z/OS system facts.","zos_job_output \u2013 Display job output","zos_job_query \u2013 Query job status","zos_job_submit \u2013 Submit JCL","zos_lineinfile \u2013 Manage textual data on z/OS","zos_mount \u2013 Mount a z/OS file system.","zos_mvs_raw \u2013 Run a z/OS program.","zos_operator \u2013 Execute operator command","zos_operator_action_query \u2013 Display messages requiring action","zos_ping \u2013 Ping z/OS and check dependencies.","zos_script \u2013 Run scripts in z/OS","zos_tso_command \u2013 Execute TSO commands","zos_unarchive \u2013 Unarchive files and data sets in z/OS.","zos_volume_init \u2013 Initialize volumes or minidisks.","Plugins","Contributing","Documentation","Releases","Managed node","Character Sets","Releases and maintenance","Resources","z/OS IMS","Contributing","Prerequisites","Modules","ims_acb_gen \u2013 Generate IMS ACB","ims_catalog_populate \u2013 Add records to the IMS Catalog","ims_catalog_purge \u2013 Purge records from the IMS Catalog","ims_command \u2013 Submit IMS Commands","ims_dbd_gen \u2013 Generate IMS DBD","ims_dbrc \u2013 Submit IMS DBRC Commands","ims_ddl \u2013 Submits Data Definition Language (DDL) SQL statements.","ims_psb_gen \u2013 Generate IMS PSB","Releases","Managed node","IBM Z System Automation","Contributing","Releases","Managed node","Roles","sa_create_dynamic_resource \u2013 Role creates and resumes a dynamic resource","IBM z/OSMF","Contributing","Modules","zmf_authenticate \u2013 Authenticate with z/OSMF server","zmf_sca \u2013 Automate z/OS security requirements validation and provision","zmf_workflow \u2013 Operate z/OS workflows","Releases","Control node","Managed node","Resources","Roles","zmf_cpm_create_software_instance \u2013 Role creates a z/OS software instance","zmf_cpm_get_software_instance \u2013 Role get specific z/OS software instance","zmf_cpm_list_software_templates \u2013 Role lists all published z/OS software templates","zmf_cpm_manage_software_instance \u2013 Role manages a provisioned z/OS software instance","zmf_cpm_provision_software_service \u2013 Role provisions a z/OS software service","zmf_cpm_remove_software_instance \u2013 Role removes a z/OS software instance","zmf_swmgmt_identify_missing_critical_updates \u2013 Identify Missing Critical Software Updates for a Software Instance","zmf_swmgmt_identify_missing_fixcat_updates \u2013 Identify Missing Fixcat Software Updates for a Software Instance","zmf_swmgmt_search_software_updates \u2013 Search a Software Instance for Software Updates","zmf_workflow_complete \u2013 Role completes a z/OS workflow","zmf_zmsc_run_management_service \u2013 Role runs a z/OS management service","Red Hat Ansible Certified Content for IBM Z","Installation","Playbooks","Contributing","Documentation","Helpful Links","Releases","Requirements","Errors and Messages","<no title>","Z HMC","Resources","Development","Modules","zhmc_adapter \u2013 Update adapters and create Hipersocket adapters","zhmc_adapter_list \u2013 List adapters","zhmc_console \u2013 Manage the HMC","zhmc_cpc \u2013 Manage CPCs","zhmc_cpc_list \u2013 List CPCs","zhmc_crypto_attachment \u2013 Attach crypto resources to partitions","zhmc_hba \u2013 Create HBAs in partitions","zhmc_ldap_server_definition \u2013 Manage LDAP Server Definitions","zhmc_ldap_server_definition_list \u2013 List LDAP Server Definitions","zhmc_lpar \u2013 Manage LPARs","zhmc_lpar_list \u2013 List LPARs","zhmc_lpar_messages \u2013 Get console messages for OS in an LPAR","zhmc_nic \u2013 Create NICs in partitions","zhmc_nic_list \u2013 List NICs","zhmc_partition \u2013 Create partitions","zhmc_partition_list \u2013 List partitions","zhmc_partition_messages \u2013 Get console messages for OS in a partition","zhmc_password_rule \u2013 Create HMC password rules","zhmc_password_rule_list \u2013 List Password Rules","zhmc_session \u2013 Manage HMC sessions across tasks","zhmc_storage_group \u2013 Create storage groups","zhmc_storage_group_attachment \u2013 Attach storage groups to partitions","zhmc_storage_volume \u2013 Create storage volumes","zhmc_user \u2013 Create HMC users","zhmc_user_list \u2013 List HMC users","zhmc_user_role \u2013 Create HMC user roles","zhmc_user_role_list \u2013 List HMC user roles","zhmc_virtual_function \u2013 Create virtual functions in partitions","Releases","Managed node","Troubleshooting"],titleterms:{"default":13,"function":[13,14,50,131],"import":13,"new":[0,9,43,64,102],"return":[4,5,6,7,8,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,52,53,54,55,56,57,58,59,71,72,73,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],Are:0,IMS:[48,52,53,54,55,56,57,59],abl:98,acb:52,across:123,action:[4,34,40],adapt:[104,105],add:[14,17,50,53],addit:[0,14,50],affect:98,after:0,all:81,also:[18,20,21,24,25,31,32,34,35,36,38,39,88,104,105,117,118,119],ani:[0,98],ansibl:[0,12,49,90,91,98],ansible_librari:[14,50],ansible_zos_modul:[14,50],apf:17,archiv:18,arg_typ:13,argument:[13,14,50],askpass:98,attach:[109,125],authent:[71,98],author:17,autom:[44,62,72,91],avail:[9,43,60,64,74],backup:19,befor:0,behind:0,best:0,beta1:60,beta2:60,beta3:60,beta:[43,60],betterargpars:[12,13],block:20,bugfix:43,build:[91,102],built:13,can:[0,98],catalog:[53,54],caus:98,certifi:[0,90],chang:43,charact:45,check:[0,35],cic:[0,1,4,5,6,7,8],cicsplex:[4,5,6,7,8],cli:[14,50],cmci_act:4,cmci_creat:5,cmci_delet:6,cmci_get:7,cmci_upd:8,collect:[0,98],command:[33,37,55,57],commun:0,complet:[0,88],concept:92,configur:[0,14,50],consol:[115,120],content:[0,90],contribut:[0,2,12,41,49,63,69,93],control:[14,50,75,97],copi:21,core:11,cpc:[107,108],creat:[5,67,79,104,110,116,118,121,124,126,127,129,131],critic:85,crypto:109,custom:[0,13],data:[18,19,20,21,22,24,25,30,38,58],dbd:56,dbrc:57,ddl:58,debug:92,defin:[0,13],definit:[5,7,8,58,111,112],delet:6,depend:[13,14,35,50,88],deprec:43,detail:[14,50],develop:[0,2,12,14,49,50,102],directori:[14,50],displai:[27,34],document:[0,42,94,102],doe:98,download:0,dure:98,dynam:67,encod:23,enterpris:44,environ:[0,102],error:98,exampl:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,50,52,53,54,55,56,57,58,59,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],exclus:13,execut:[33,37,98],exist:91,facil:17,fact:26,fail:[0,98],featur:[13,43],fetch:24,file:[0,18,31,38],filter:15,find:[0,25],fix:98,fixcat:86,frequent:0,fresh:91,from:[24,54],galaxi:91,gather:26,gener:[0,52,56,59],get:[80,98,115,120],group:[124,125],guid:43,hat:90,have:[0,98],hba:110,help:95,hipersocket:104,hmc:[100,106,121,123,127,128,129,130],host:98,how:[0,98],hub:91,ibm:[0,44,62,68,90,98],idempot:0,identifi:[85,86],ims_acb_gen:52,ims_catalog_popul:53,ims_catalog_purg:54,ims_command:55,ims_dbd_gen:56,ims_dbrc:57,ims_ddl:58,ims_psb_gen:59,initi:39,instal:[0,14,50,91],instanc:[79,80,82,84,85,86,87],instead:98,inventori:92,issu:[0,43],jcl:29,job:[27,28],kei:[14,50],know:0,known:43,languag:58,latest:0,ldap:[111,112],leav:0,librari:17,line:20,link:95,list:[81,105,108,112,114,117,119,122,128,130],local:91,login:98,lpar:[113,114,115],mainten:46,major:43,manag:[10,14,20,22,30,44,50,61,65,76,82,89,97,98,106,107,111,113,123,133],match:25,matrix:46,memori:0,messag:[34,98,115,120],method:[14,50],minidisk:39,minor:43,miss:[85,86],mock:[14,50],mode:0,modul:[0,3,12,14,16,43,49,50,51,70,98,103],mount:31,much:0,multi:20,mutual:13,need:[0,98],nic:[116,117],node:[10,14,44,50,61,65,75,76,97,133],note:[17,18,20,21,23,24,25,29,30,31,32,33,35,36,38,52,53,54,55,56,57,58,59,60,64,67,73,74,79,80,81,82,83,84,85,86,87,88,89,124,125,126],object:0,offer:0,open:[0,44],oper:[0,23,33,73],option:13,osmf:[68,71],other:0,output:27,overrid:91,packag:[14,50],paramet:[4,5,6,7,8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,52,53,54,55,56,57,58,59,67,71,72,73,98,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],pars:12,part:0,particular:0,partit:[109,110,116,118,119,120,125,131],password:[121,122],perform:[4,23],ping:35,playbook:[0,92,98],plugin:40,port:43,practic:0,pre:[91,98],preced:0,prerequisit:[14,50],privat:91,privileg:98,problem:[0,98],program:[17,32],prompt:98,provis:[72,82,83],psb:59,publish:81,purg:54,pytest:[14,50],python:[0,44,61,98],queri:[7,28],ram:0,reach:98,record:[53,54],red:90,redhat:0,refer:[9,60,74],releas:[0,9,43,46,60,64,74,91,96,102,132],remov:[17,84],repositori:102,requir:[0,10,13,34,43,72,97,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131],resourc:[4,6,7,8,14,47,50,67,77,101,109],restor:19,resum:67,role:[66,67,78,79,80,81,82,83,84,88,89,129,130],rule:[0,121,122],run:[0,14,32,36,50,89,92,98],sa_create_dynamic_resourc:67,sampl:0,script:36,sdk:44,search:87,secret:102,secur:72,see:[18,20,21,24,25,31,32,34,35,36,38,39,88,104,105,117,118,119],seek:[0,98],server:[71,91,111,112],servic:[83,89],session:123,set:[18,19,22,25,38,45,102],shell:44,should:[0,98],softwar:[79,80,81,82,83,84,85,86,87],special:98,specif:[0,80],sql:58,ssh:[14,50,98],start:102,statement:58,statu:28,storag:[124,125,126],submit:[29,55,57,58],support:[0,46,98],synopsi:[4,5,6,7,8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,52,53,54,55,56,57,58,59,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],system:[26,31,62,98],target:98,task:123,templat:81,test:[0,12,14,49,50,98,102],textual:[20,30],them:0,thi:98,tip:[14,50],track:0,troubleshoot:[98,134],tso:37,type:13,unarch:38,unit:[14,50],unsupport:98,updat:[0,8,85,86,87,104],upgrad:0,usag:[14,50],user:[98,127,128,129,130],using:[0,98],uss:98,util:44,valid:72,valu:[4,5,6,7,8,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,52,53,54,55,56,57,58,59,71,72,73,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],variabl:[79,80,81,82,83,84,85,86,87,88,89,92,102],version:[0,9,43,60,64,74,91,102,132],virtual:131,volum:[19,39,126],warn:98,what:[0,9,64,98],when:[0,98],where:0,which:[0,98],why:98,workflow:[73,88],zhmc_adapt:104,zhmc_adapter_list:105,zhmc_consol:106,zhmc_cpc:107,zhmc_cpc_list:108,zhmc_crypto_attach:109,zhmc_hba:110,zhmc_ldap_server_definit:111,zhmc_ldap_server_definition_list:112,zhmc_lpar:113,zhmc_lpar_list:114,zhmc_lpar_messag:115,zhmc_nic:116,zhmc_nic_list:117,zhmc_partit:118,zhmc_partition_list:119,zhmc_partition_messag:120,zhmc_password_rul:121,zhmc_password_rule_list:122,zhmc_session:123,zhmc_storage_group:124,zhmc_storage_group_attach:125,zhmc_storage_volum:126,zhmc_user:127,zhmc_user_list:128,zhmc_user_rol:129,zhmc_user_role_list:130,zhmc_virtual_funct:131,zmf_authent:71,zmf_cpm_create_software_inst:79,zmf_cpm_get_software_inst:80,zmf_cpm_list_software_templ:81,zmf_cpm_manage_software_inst:82,zmf_cpm_provision_software_servic:83,zmf_cpm_remove_software_inst:84,zmf_sca:72,zmf_swmgmt_identify_missing_critical_upd:85,zmf_swmgmt_identify_missing_fixcat_upd:86,zmf_swmgmt_search_software_upd:87,zmf_workflow:73,zmf_workflow_complet:88,zmf_zmsc_run_management_servic:89,zoau:[0,61],zos_apf:17,zos_arch:18,zos_backup_restor:19,zos_blockinfil:20,zos_copi:[21,98],zos_data_set:22,zos_encod:23,zos_fetch:[24,98],zos_find:25,zos_gather_fact:26,zos_import_mock:[14,50],zos_job_output:27,zos_job_queri:28,zos_job_submit:29,zos_lineinfil:30,zos_mount:31,zos_mvs_raw:32,zos_oper:33,zos_operator_action_queri:34,zos_p:35,zos_script:36,zos_tso_command:37,zos_unarch:38,zos_volume_init:39}}) \ No newline at end of file +Search.setIndex({docnames:["faqs/faqs","ibm_zos_cics/docs/ansible_content","ibm_zos_cics/docs/source/community_guides","ibm_zos_cics/docs/source/modules","ibm_zos_cics/docs/source/modules/cmci_action","ibm_zos_cics/docs/source/modules/cmci_create","ibm_zos_cics/docs/source/modules/cmci_delete","ibm_zos_cics/docs/source/modules/cmci_get","ibm_zos_cics/docs/source/modules/cmci_update","ibm_zos_cics/docs/source/release_notes","ibm_zos_cics/docs/source/requirements_managed","ibm_zos_core/docs/ansible_content","ibm_zos_core/docs/source/community_guides","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_core/docs/source/filters","ibm_zos_core/docs/source/modules","ibm_zos_core/docs/source/modules/zos_apf","ibm_zos_core/docs/source/modules/zos_archive","ibm_zos_core/docs/source/modules/zos_backup_restore","ibm_zos_core/docs/source/modules/zos_blockinfile","ibm_zos_core/docs/source/modules/zos_copy","ibm_zos_core/docs/source/modules/zos_data_set","ibm_zos_core/docs/source/modules/zos_encode","ibm_zos_core/docs/source/modules/zos_fetch","ibm_zos_core/docs/source/modules/zos_find","ibm_zos_core/docs/source/modules/zos_gather_facts","ibm_zos_core/docs/source/modules/zos_job_output","ibm_zos_core/docs/source/modules/zos_job_query","ibm_zos_core/docs/source/modules/zos_job_submit","ibm_zos_core/docs/source/modules/zos_lineinfile","ibm_zos_core/docs/source/modules/zos_mount","ibm_zos_core/docs/source/modules/zos_mvs_raw","ibm_zos_core/docs/source/modules/zos_operator","ibm_zos_core/docs/source/modules/zos_operator_action_query","ibm_zos_core/docs/source/modules/zos_ping","ibm_zos_core/docs/source/modules/zos_script","ibm_zos_core/docs/source/modules/zos_tso_command","ibm_zos_core/docs/source/modules/zos_unarchive","ibm_zos_core/docs/source/modules/zos_volume_init","ibm_zos_core/docs/source/plugins","ibm_zos_core/docs/source/reference/community","ibm_zos_core/docs/source/reference/documentation","ibm_zos_core/docs/source/release_notes","ibm_zos_core/docs/source/requirements_managed","ibm_zos_core/docs/source/resources/character_set","ibm_zos_core/docs/source/resources/releases_maintenance","ibm_zos_core/docs/source/resources/resources","ibm_zos_ims/docs/ansible_content","ibm_zos_ims/docs/source/community_guides","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing","ibm_zos_ims/docs/source/modules","ibm_zos_ims/docs/source/modules/ims_acb_gen","ibm_zos_ims/docs/source/modules/ims_catalog_populate","ibm_zos_ims/docs/source/modules/ims_catalog_purge","ibm_zos_ims/docs/source/modules/ims_command","ibm_zos_ims/docs/source/modules/ims_dbd_gen","ibm_zos_ims/docs/source/modules/ims_dbrc","ibm_zos_ims/docs/source/modules/ims_ddl","ibm_zos_ims/docs/source/modules/ims_psb_gen","ibm_zos_ims/docs/source/release_notes","ibm_zos_ims/docs/source/requirements_managed","ibm_zos_sysauto/docs/ansible_content","ibm_zos_sysauto/docs/source/community_guides","ibm_zos_sysauto/docs/source/release_notes","ibm_zos_sysauto/docs/source/requirements_managed","ibm_zos_sysauto/docs/source/roles","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource","ibm_zosmf/docs/ansible_content","ibm_zosmf/docs/source/community_guides","ibm_zosmf/docs/source/modules","ibm_zosmf/docs/source/modules/zmf_authenticate","ibm_zosmf/docs/source/modules/zmf_sca","ibm_zosmf/docs/source/modules/zmf_workflow","ibm_zosmf/docs/source/release_notes","ibm_zosmf/docs/source/requirements_control","ibm_zosmf/docs/source/requirements_managed","ibm_zosmf/docs/source/resources","ibm_zosmf/docs/source/roles","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance","ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates","ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid","ibm_zosmf/docs/source/roles/zmf_workflow_complete","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service","index","installation/installation","playbooks/playbooks","reference/community","reference/documentation","reference/helpful_links","release/release","requirements/requirements","troubleshooting/errorsandmessages","zhmc-ansible-modules/CHANGELOG","zhmc-ansible-modules/docs/ansible_content","zhmc-ansible-modules/docs/source/bibliography","zhmc-ansible-modules/docs/source/development","zhmc-ansible-modules/docs/source/modules","zhmc-ansible-modules/docs/source/modules/zhmc_adapter","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list","zhmc-ansible-modules/docs/source/modules/zhmc_console","zhmc-ansible-modules/docs/source/modules/zhmc_cpc","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_hba","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages","zhmc-ansible-modules/docs/source/modules/zhmc_nic","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list","zhmc-ansible-modules/docs/source/modules/zhmc_session","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume","zhmc-ansible-modules/docs/source/modules/zhmc_user","zhmc-ansible-modules/docs/source/modules/zhmc_user_list","zhmc-ansible-modules/docs/source/modules/zhmc_user_role","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function","zhmc-ansible-modules/docs/source/release_notes","zhmc-ansible-modules/docs/source/requirements_managed","zhmc-ansible-modules/docs/source/troubleshooting"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["faqs/faqs.rst","ibm_zos_cics/docs/ansible_content.rst","ibm_zos_cics/docs/source/community_guides.rst","ibm_zos_cics/docs/source/modules.rst","ibm_zos_cics/docs/source/modules/cmci_action.rst","ibm_zos_cics/docs/source/modules/cmci_create.rst","ibm_zos_cics/docs/source/modules/cmci_delete.rst","ibm_zos_cics/docs/source/modules/cmci_get.rst","ibm_zos_cics/docs/source/modules/cmci_update.rst","ibm_zos_cics/docs/source/release_notes.rst","ibm_zos_cics/docs/source/requirements_managed.rst","ibm_zos_core/docs/ansible_content.rst","ibm_zos_core/docs/source/community_guides.rst","ibm_zos_core/docs/source/community_guides_docs/better_arg_parser.rst","ibm_zos_core/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_core/docs/source/filters.rst","ibm_zos_core/docs/source/modules.rst","ibm_zos_core/docs/source/modules/zos_apf.rst","ibm_zos_core/docs/source/modules/zos_archive.rst","ibm_zos_core/docs/source/modules/zos_backup_restore.rst","ibm_zos_core/docs/source/modules/zos_blockinfile.rst","ibm_zos_core/docs/source/modules/zos_copy.rst","ibm_zos_core/docs/source/modules/zos_data_set.rst","ibm_zos_core/docs/source/modules/zos_encode.rst","ibm_zos_core/docs/source/modules/zos_fetch.rst","ibm_zos_core/docs/source/modules/zos_find.rst","ibm_zos_core/docs/source/modules/zos_gather_facts.rst","ibm_zos_core/docs/source/modules/zos_job_output.rst","ibm_zos_core/docs/source/modules/zos_job_query.rst","ibm_zos_core/docs/source/modules/zos_job_submit.rst","ibm_zos_core/docs/source/modules/zos_lineinfile.rst","ibm_zos_core/docs/source/modules/zos_mount.rst","ibm_zos_core/docs/source/modules/zos_mvs_raw.rst","ibm_zos_core/docs/source/modules/zos_operator.rst","ibm_zos_core/docs/source/modules/zos_operator_action_query.rst","ibm_zos_core/docs/source/modules/zos_ping.rst","ibm_zos_core/docs/source/modules/zos_script.rst","ibm_zos_core/docs/source/modules/zos_tso_command.rst","ibm_zos_core/docs/source/modules/zos_unarchive.rst","ibm_zos_core/docs/source/modules/zos_volume_init.rst","ibm_zos_core/docs/source/plugins.rst","ibm_zos_core/docs/source/reference/community.rst","ibm_zos_core/docs/source/reference/documentation.rst","ibm_zos_core/docs/source/release_notes.rst","ibm_zos_core/docs/source/requirements_managed.rst","ibm_zos_core/docs/source/resources/character_set.rst","ibm_zos_core/docs/source/resources/releases_maintenance.rst","ibm_zos_core/docs/source/resources/resources.rst","ibm_zos_ims/docs/ansible_content.rst","ibm_zos_ims/docs/source/community_guides.rst","ibm_zos_ims/docs/source/community_guides_docs/zos_ansible_module_testing.rst","ibm_zos_ims/docs/source/modules.rst","ibm_zos_ims/docs/source/modules/ims_acb_gen.rst","ibm_zos_ims/docs/source/modules/ims_catalog_populate.rst","ibm_zos_ims/docs/source/modules/ims_catalog_purge.rst","ibm_zos_ims/docs/source/modules/ims_command.rst","ibm_zos_ims/docs/source/modules/ims_dbd_gen.rst","ibm_zos_ims/docs/source/modules/ims_dbrc.rst","ibm_zos_ims/docs/source/modules/ims_ddl.rst","ibm_zos_ims/docs/source/modules/ims_psb_gen.rst","ibm_zos_ims/docs/source/release_notes.rst","ibm_zos_ims/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/ansible_content.rst","ibm_zos_sysauto/docs/source/community_guides.rst","ibm_zos_sysauto/docs/source/release_notes.rst","ibm_zos_sysauto/docs/source/requirements_managed.rst","ibm_zos_sysauto/docs/source/roles.rst","ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst","ibm_zosmf/docs/ansible_content.rst","ibm_zosmf/docs/source/community_guides.rst","ibm_zosmf/docs/source/modules.rst","ibm_zosmf/docs/source/modules/zmf_authenticate.rst","ibm_zosmf/docs/source/modules/zmf_sca.rst","ibm_zosmf/docs/source/modules/zmf_workflow.rst","ibm_zosmf/docs/source/release_notes.rst","ibm_zosmf/docs/source/requirements_control.rst","ibm_zosmf/docs/source/requirements_managed.rst","ibm_zosmf/docs/source/resources.rst","ibm_zosmf/docs/source/roles.rst","ibm_zosmf/docs/source/roles/zmf_cpm_create_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_get_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_list_software_templates.rst","ibm_zosmf/docs/source/roles/zmf_cpm_manage_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_cpm_provision_software_service.rst","ibm_zosmf/docs/source/roles/zmf_cpm_remove_software_instance.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_csi_query.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_critical_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_identify_missing_fixcat_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_search_software_updates.rst","ibm_zosmf/docs/source/roles/zmf_swmgmt_zos_system_uuid.rst","ibm_zosmf/docs/source/roles/zmf_workflow_complete.rst","ibm_zosmf/docs/source/roles/zmf_zmsc_run_management_service.rst","index.rst","installation/installation.rst","playbooks/playbooks.rst","reference/community.rst","reference/documentation.rst","reference/helpful_links.rst","release/release.rst","requirements/requirements.rst","troubleshooting/errorsandmessages.rst","zhmc-ansible-modules/CHANGELOG.rst","zhmc-ansible-modules/docs/ansible_content.rst","zhmc-ansible-modules/docs/source/bibliography.rst","zhmc-ansible-modules/docs/source/development.rst","zhmc-ansible-modules/docs/source/modules.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter.rst","zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_console.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc.rst","zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_hba.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic.rst","zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.rst","zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_session.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst","zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role.rst","zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.rst","zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.rst","zhmc-ansible-modules/docs/source/release_notes.rst","zhmc-ansible-modules/docs/source/requirements_managed.rst","zhmc-ansible-modules/docs/source/troubleshooting.rst"],objects:{},objnames:{},objtypes:{},terms:{"0000000bba01":39,"000c":33,"000d":33,"000e":33,"000f":33,"00106f234c71":113,"00106f237ab1":129,"00106f239c31":[106,109,111,118,120,126,128],"00106f239d19":[109,118,120,126,128],"00106f25b43c":131,"009c0f4c":[126,128],"01a0":29,"023f":118,"033f":133,"0706c00180000000000000000070e050":115,"083c":29,"0c99":129,"0f03":29,"0ick00703i":39,"0ick01314i":39,"0ick04000i":39,"0xc1":45,"100088947155a1e9":[106,126],"100mb":19,"1036k":29,"1048k":29,"10c":[107,109],"10fa8489":115,"10m":27,"11548k":27,"11740k":29,"11896k":29,"11e8":[106,109,111,118,120,126],"11e9":[109,123,126,128,129],"11ea":[109,118,120],"11eb":129,"11ec":131,"11ee":113,"11m":29,"123f":112,"12c":106,"14m":29,"15t02":[4,5,6,7,8],"16s":[106,126],"1768k":29,"1876480k":29,"19e90e27":129,"1appus":30,"1cae":129,"1data":27,"1gb":19,"1ickdsf":39,"200a":[126,128],"20a6":109,"240k":[27,29],"252k":29,"2535b19e":73,"256k":29,"2gb":0,"2mb":25,"32323df4":[118,120],"351b":109,"358a":126,"3dc87062":131,"3e7ed5ca28d7":[106,109,111,120,126],"3f99":[106,109,111,120,126],"422c":129,"465f":113,"4947c6d0":[109,120],"4a00003c":39,"4a14":[106,109,111,120,126],"4a52":73,"4a7e":123,"4e06":115,"4f01576a":115,"4gb":0,"50m":[14,50],"518ac1d8":129,"520c0138":123,"5695df18658i10001000":72,"58e41a42":109,"5956e97a":[118,120],"600507681081001d4800000000000083":[126,128],"60k":27,"6a46d18a":109,"80ca":113,"8bb3":123,"8d320d5f68b048fc97559d771ede68b37a71e8374d1d678d96dcfa2b2da7a64":[21,24],"8dfc":109,"8e5b":131,"8ea3":131,"8f73":[109,120],"91773b88":129,"91ba":129,"92k":29,"9d77":73,"9fbb":109,"boolean":[13,39,43,120,126,129,134],"byte":[18,21,22,25,27,29,32,38,53,54,100],"case":[2,4,5,6,7,8,10,12,13,14,18,21,22,24,29,31,36,38,39,43,46,49,50,60,72,73,74,76,79,80,81,83,85,90,91,97,100,106,113,115,123,125,134],"class":[17,18,19,21,22,27,28,29,32,38,39,43,53,54,72,106,111,113,115,118,120,123,126,128,129,131],"default":[0,4,5,6,7,8,9,14,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,43,44,50,52,53,54,56,58,59,61,64,67,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,93,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],"export":[14,20,50],"final":[22,72,73,90,104],"float":[33,134],"function":[4,5,6,7,8,12,27,29,32,39,40,43,45,49,74,76,104,105,120,126,134],"import":[12,14,43,46,50,53,58,104,120,126,134],"int":[4,5,6,7,8,13,17,18,19,20,21,22,24,25,27,28,29,30,31,32,33,34,36,37,38,39,43,53,54,56,57,59,67,71,72,73,82,83,90,91,108,109,111,115,117,122,126],"long":[13,20,21,22,28,29,30,31,39,43,126],"new":[8,13,14,19,20,21,22,29,32,37,39,46,50,53,54,55,60,61,67,73,74,85,86,87,88,90,93,98,106,108,109,115,120,125,134],"null":[25,28,29,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],"public":[14,32,50,73,79,90],"return":[3,13,14,16,43,50,51,60,70,74,79,80,81,83,85,86,87,88,90,91,100,105,134],"short":[67,104,106,120,126],"static":17,"switch":[32,35,102,118,120,126,127,128],"throw":[14,43,50],"transient":[79,80,81,83,91],"true":[4,5,6,7,8,9,13,14,17,18,19,20,21,22,23,24,25,28,29,30,31,32,33,34,36,37,38,39,43,50,52,53,54,55,56,57,58,59,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],"try":[14,21,29,36,43,50],"var":[0,14,20,21,29,30,36,50,65,67,76,79,80,81,82,83,84,90,91,134],"while":[14,16,21,22,25,30,31,32,36,43,50,51,54,70,73],ACS:19,ADDED:53,AND:[25,27,29,39],ARE:54,Added:[9,43,60,64,74,134],Age:25,BAS:5,Bus:112,But:[14,50],CTS:7,DDs:[29,32,43],FOR:[20,27,29,39,54],For:[0,2,3,4,5,6,7,8,10,12,13,15,17,18,20,21,22,23,24,25,27,28,29,30,31,32,33,36,38,44,45,46,49,52,53,54,61,63,65,69,72,73,74,79,85,90,93,94,99,100,104,106,107,108,109,110,111,112,113,115,116,118,120,121,123,125,126,127,128,129,131,133,134],GDS:[22,24],HAS:29,HFS:24,Has:43,IDs:[43,44,61,88,134],IMS:[0,25,34,51,58,60,61,79,82,83,84,92,95,98,99,100],INS:120,Its:73,JES:[27,28,29,73,90],LDS:[21,53,54],MVS:[17,18,20,21,23,24,25,27,30,31,32,38,39,61],NOS:29,NOT:[14,21,24,29,43,50],Not:[18,21,22,32,38,53,54,120],ONE:[13,27],One:[25,37,77],PAS:[44,61],PDS:[13,18,20,21,22,23,24,25,29,30,38,43,53,54,56,57,59],PFS:31,PRs:134,PYS:[44,61],SMS:[17,18,19,21,22,32,38,39,53,54],SYS:[27,29,43],Such:[73,90,99],Sys:[0,92,95,98,99,100],THAT:[27,29,54],THE:[27,29,53,54],TIS:45,TRS:[18,38],That:[21,73,104,134],The:[0,1,3,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,43,44,45,46,48,50,51,52,53,54,55,56,57,58,59,60,61,62,65,66,67,68,70,71,72,73,74,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,97,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136],Then:[43,90,104],There:[0,19,94,104,136],These:[0,4,6,7,8,14,21,29,31,36,43,46,50,56,59,66,104,134],UCS:45,USING:29,Use:[0,14,18,19,21,25,32,38,50,53,54,57,93,94,106,129],Used:[19,30,40,85,86,87,88,89,113,118,123,126,128,129,131],Uses:[26,28],Using:[7,17,20,21,44,61],VFs:134,WAS:[27,29,39,53],WILL:[27,29],WITH:29,Will:[17,36,38,112,118,120,126,133],With:[14,32,50,61,74,76,134],YES:[21,31],Yes:0,ZFS:[20,24,31,67],ZOS:61,_________________________________________:29,__dict__:[14,50],__future__:[14,50],__init__:[14,50],__metaclass__:[14,50],_bpxk_autocvt:[14,50],_cee_runopt:[14,50],_encode_file_exist:61,_encode_file_new:61,_export_:[14,50],_keydata:[4,5,6,7,8],_play_context:43,_tag_redir_err:[14,50],_tag_redir_in:[14,50],_tag_redir_out:[14,50],_text:43,a13b:118,a142:[126,128],a14b:[106,111,126],a87c:[106,109,111,120,126],a8c3:73,a951:115,aap:[46,99,115],abbrev:29,abbrevi:31,abc:[21,25,133],abend:[27,28,29,43],abil:[4,6,7,8,92,106],abl:[21,24,29,74,76],abnorm:[29,32,43,53,54],abnormal_disposit:[53,54],about:[0,4,5,6,7,8,9,14,43,50,57,61,65,74,76,79,83,91,93,94,98,99,100,104,106,108,109,111,112,113,115,118,120,123,126,127,128,129,131,133,134],abov:[13,67,74,85,86,87,88,89,100,131,134],absenc:134,absent:[17,18,20,22,30,31,43,106,112,113,118,120,123,126,128,129,131,133,134],absolut:[13,14,17,18,20,21,23,24,30,31,32,38,50,72,115,120,126],absolute_import:[14,50],acb:[48,51,53,54],acb_lib:[52,53],acbgen:52,acblib:[52,53],acc:[106,111],acceler:133,accent:43,accept:[0,2,3,4,6,7,8,12,13,14,22,32,37,43,49,50,57,63,69,70,79,80,81,83,85,91,105,108,109,110,115,116,120,121,126,134],accept_firmwar:[108,109],acceptable_statu:[109,134],access:[0,14,16,22,27,29,32,39,43,50,70,71,72,73,74,85,86,87,88,90,93,94,100,105,106,107,108,109,110,111,112,114,115,116,117,118,119,120,121,122,124,126,127,128,129,130,132,133],access_group:32,access_mod:[111,120],accomod:134,accord:[4,5,6,7,8],accordingli:[34,134],account:[13,73,90,104],achiev:[14,50,73],across:[105,134],act:[13,18,21,38,43,89],action:[1,3,5,6,7,8,11,14,16,22,38,43,50,53,54,57,72,79,82,83,91,104,108,125,126,127,128,134],action_nam:4,action_paramet:4,actionobjectid:72,activ:[22,27,28,29,33,39,43,52,55,62,76,94,104,106,107,109,110,111,115,116,120,121,122,126,127,128,134],activation_mod:116,activation_profile_nam:[109,115],actual:[13,31,43,125,127,134],adapt:[102,105,109,111,112,118,120,126,131,133,134],adapter1:[106,107,120],adapter2:120,adapter_count:[111,134],adapter_famili:107,adapter_id:[106,107],adapter_list:107,adapter_nam:[111,112,118,133,134],adapter_port:[112,118],adapter_port_uri:112,adapter_uri:133,add:[16,18,20,21,22,30,31,32,36,38,43,51,60,64,74,93,100,104,115,134],add_stylesheet:134,added:[14,17,18,21,25,26,29,30,31,32,33,36,43,50,53,60,61,94,100,111,134],adding:[17,35,53,134],addit:[12,13,19,26,27,28,29,39,40,42,44,49,52,60,67,72,75,85,86,87,88,94,96,97,104,106,107,108,109,110,111,112,113,115,116,118,119,120,121,123,124,126,128,129,130,131,132,133,134,135,136],addition:[14,39,50,93],additional_properti:[107,110,116,119,121,124,130,132,134],additionalinfo:72,address:[13,27,28,29,32,39,43,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],adequ:[18,38],adher:93,adhoc:[14,50],adjust:[94,134],admin:28,administr:[21,38,72,94,129],adrdssu:[18,19,32,38],advanc:43,advis:57,aes:[120,126],affect:[52,107,116,121,134],after:[13,14,18,20,21,24,26,29,30,31,32,36,38,43,50,53,54,60,73,90,91,94,104,108,109,111,112,115,118,120,125,126,127,128,133,134],afterward:43,again:[73,104,134],against:[0,14,25,50,100,104,126,127,128,134],age:[13,25],age_stamp:25,agil:0,alarm:[117,122],algorithm:[0,18],alia:21,alias:[13,14,21,43,50],align:[43,99],all:[0,7,9,13,14,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,43,45,50,52,54,55,56,57,58,59,72,74,76,78,85,92,93,94,99,100,104,106,107,109,110,111,112,113,115,116,118,119,120,121,123,124,126,127,128,129,130,131,132,133,134],alldzon:85,alloc:[18,19,21,22,25,27,29,32,33,36,37,38,52,53,54,57,115],allow:[9,12,13,14,22,29,31,32,37,43,45,50,57,78,82,83,91,106,109,115,123,126,129,134],allow_uid:31,alltzon:85,aloadtim:[4,5,6,7,8],alon:[4,5,6,7,8,9,10],along:[43,54,55,74,90,134],alpha:[32,104,134],alphabet:[45,123],alphanumer:39,alreadi:[17,21,22,24,29,32,36,43,53,73,85,86,87,88,106,108,109,112,113,118,120,123,126,128,129,131,133,134],also:[0,1,4,5,6,7,8,9,10,11,16,17,19,23,30,43,45,48,52,53,54,57,58,60,62,67,68,70,72,73,74,78,85,86,87,88,93,102,104,105,109,112,113,115,118,123,126,128,129,131,133,134,136],alter:72,altern:[12,13,14,50,100,134],although:[0,41,94,95,117,122],alwai:[4,5,6,7,8,13,15,17,18,20,21,22,23,24,28,30,31,32,33,34,35,37,38,43,52,54,55,56,57,58,59,71,72,73,93,94,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],am2:134,amaters:19,amod:29,amount:[19,22,32,53,54],analog:32,analysi:54,analysis_mod:54,analyz:54,angel:115,ani:[4,5,6,7,8,13,14,18,20,21,24,25,26,27,28,29,31,32,33,34,35,38,39,43,50,52,53,54,55,58,60,71,72,73,79,81,82,83,84,85,90,91,93,99,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],anoth:[13,17,20,21,23,30,31,32,33,43,134],ansi:[21,43],ansibl:[1,3,7,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,29,30,31,32,35,36,38,39,40,42,43,44,46,48,50,51,58,59,60,61,62,64,65,67,68,70,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91,94,96,97,98,99,102,104,105,112,118,120,126,133,134],ansible_collect:[0,93],ansible_collections_ibm_zos_cor:14,ansible_collections_ibm_zos_im:50,ansible_collections_ibm_zos_ims:50,ansible_config:[0,93],ansible_date_tim:20,ansible_fact:[14,26,43,50],ansible_hostnam:20,ansible_lint:134,ansible_python_interpret:100,ansible_sample_workflow_:[73,90],ansible_sample_workflow_sy1:73,ansible_shell_execut:[44,61],ansible_vers:[21,29,36],ansible_workflowname_:73,ansiblemodul:[14,50],ansitest:[4,5,6,7,8],anymor:104,anyth:97,anywher:[30,31],apar:[32,65,74],apf:[11,16,31,32,39,52],apfadm:17,apg:67,api:[0,1,4,5,6,7,8,9,10,14,17,20,30,31,32,42,43,50,62,65,67,72,74,76,85,86,87,88,89,93,96,99,102,103,104,106,107,108,109,110,111,112,113,115,116,118,120,121,123,126,128,129,131,133,134,135],api_polling_interval_second:[82,83,91],api_polling_retry_count:[82,83,91],api_vers:108,apist:[4,5,6,7,8],appear:[4,6,7,8,32,43,100],append:[17,20,21,23,24,25,30,31,93,94],applehelp:134,appli:[19,21,22,26,29,31,36,37,43,56,59,65,109,115,134,136],applianc:[120,126],applic:[0,4,5,6,7,8,18,21,24,25,31,32,38,48,52,53,56,58,59,67,74,79,81,82,83,84,87,92,94,99,131],applid:[4,5,6,7,8],applmajorv:[4,5,6,7,8],applmicrov:[4,5,6,7,8],applminorv:[4,5,6,7,8],approach:[76,120,126],appropri:[0,4,17,21,43,46,67,74,79,80,81,82,83,84,91,93,100],approv:104,approxim:[18,43],appveyor:134,april:46,arch_level:26,architectur:[40,43,97],archiv:[0,16,19,32,38,40,43,93,104,134],archive_folder_test:38,arcroot:18,area:[18,21,22,32,38],arg:[14,36,50],arg_def:13,arg_typ:12,argpars:[12,13],argument:[12,32,36,43,60,73,85,86,87,88,89,134],around:[14,31,43,50],arr:[85,88],arrai:[72,79,82,134],artifact:[0,94],artifici:[106,112,118,120,126,129,131,133,134],as_resourc:4,asa:[21,43],asa_text:21,ascii:[21,61],asid:[27,28,29,43],asif:13,ask:100,asm:104,asma90:29,assembl:[43,56],assert:[14,50],assert_called_with:[14,50],assign:[4,5,6,7,8,14,21,27,28,29,36,39,50,73,85,86,87,88,90,115,117,122],assist:[43,72,74],associ:[4,5,6,7,8,17,21,22,32,33,38,40,52,55,67,73,74,79,80,82,83,85,90,91,109,117,122,126,127,128,131],associated_system_defined_user_role_nam:131,associated_system_defined_user_role_uri:131,assum:[4,6,7,8,14,20,21,23,24,30,31,32,34,36,50,67,79,80,81,82,83,84,85,86,87,88,89,91,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],asterisk:[17,19,28,34,85],asynchron:31,atb:[27,29],attach:[34,105,120,126,128,134],attempt:[21,22,29,82,83,91],attent:[72,104,117,122],attribut:[4,5,6,7,8,18,21,22,31,32,38,39,43,53,54,58,134],attribute1:[4,5,6,7,8],attribute2:[4,5,6,7,8],attribute3:[4,5,6,7,8],attribute4:[4,5,6,7,8],attribute5:[4,5,6,7,8],attribute6:[4,5,6,7,8],attributeerror:134,audit:[72,74],augment:15,auth:[32,93,134],auth_url:[0,93],authent:[4,5,6,7,8,14,50,65,70,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],authentication_typ:[129,134],author:[0,11,16,20,21,23,30,32,39,52,53,54,58,94,104,134],auto:[0,58,92,95,98,99,100,115,120,126],auto_commit:58,auto_reload:[21,29,36],autocommit:58,autocvt:[14,50],autodb:[53,54],autogener:[120,126],autom:[0,1,3,9,10,11,14,16,23,26,27,28,29,43,46,48,50,51,60,61,64,65,66,67,68,70,73,74,90,92,94,97,98,99,102,104,134],automat:[19,21,24,31,32,34,43,58,72,73,74,76,78,85,104,112,115,134],automation_hub:93,automationhub:[104,134],automov:[31,43],automove_list:31,autotag:[14,50],avail:[0,4,5,6,7,8,13,17,18,19,20,21,22,23,24,26,29,30,31,32,36,38,39,46,55,61,92,93,94,98,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],available_features_list:134,ave:13,avoid:[0,12,13,20,23,30,43,134],await:34,awar:[20,26],awx:0,b1bf361886a4:115,b352:29,b447:109,b4d3:129,b67c:[118,120],b9dd:129,b_text:29,back:[3,7,11,16,17,19,20,21,24,29,30,31,32,36,38,39,43,51,112,118,133,134],backref:30,backrefer:30,backslash:33,backup:[0,16,17,20,21,22,23,24,30,31,32,39,43,108,113],backup_compress:23,backup_location_typ:108,backup_nam:[17,19,20,21,23,30,31,32],bad3:[126,128],bad:134,bailei:13,bak:[17,20,21,23,30,31],bar:[18,21],basdefinev:[4,5,6,7,8],base64:32,base:[0,17,18,20,21,22,25,29,30,36,37,39,43,44,54,57,61,72,74,76,78,104,110,116,121,130,134],bash:[44,61],basi:[45,104,134],basic:[4,5,6,7,8,14,21,22,25,32,50,53,54,56,59,94,120,124,126,129],batch:[17,22,27,28,29,37,43,52,53,55,56,59,73,90],batch_result:[56,59],bc93:126,bd0a:[118,120],bdfeb245fc36:123,bear:43,becaus:[13,31,43,44,53,61,73,79,80,81,83,91,94,106,112,113,118,120,123,126,128,129,131,133,134,135],becom:[14,31,50,100,112,118,133],become_us:100,been:[0,12,14,19,21,23,28,29,32,38,43,50,74,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],befor:[10,13,14,17,18,20,21,29,30,32,36,39,43,46,50,52,53,54,61,76,82,83,91,93,94,99,100,104,108,109,115,134],beforehand:21,beg:28,begin:[13,17,20,21,28,29,30,34,36,53,54,64,73,90,117,122],beginnendn:20,behavior:[0,21,24,43,100,134],behind:[14,43,50],being:[4,5,6,7,8,13,17,19,20,21,22,24,29,30,31,36,43,56,59,91,104,112,113,118,120,123,125,126,128,129,131,133,134],below:[14,32,43,45,50,72,90,100,107,116,120,121,126,134],benefici:[14,50],benefit:[14,50],besid:104,best:134,beta:[46,64,93,134],better:134,better_arg_pars:13,betterarg:12,between:[13,31,32,43,53,54,90,106,134],beyond:12,bf98:129,bgysc1310:17,bgysc1311:[20,30],bibliographi:134,big5:45,bin:[13,14,20,30,36,50,100],binari:[20,21,23,24,25,30,32,35,37,38,43,100],binconr:[4,5,6,7,8],binconsc:[4,5,6,7,8],bind:[56,113],binder:29,binsterr:[4,5,6,7,8],bit:31,blake:13,blank:[32,39,43],blklgth:32,blksize:[18,29,38],block:[16,17,18,21,22,29,32,36,38,43,48,52,53,54,56,58,59,115],block_end_str:[21,29,36],block_siz:[18,21,22,32,38,53,54],block_start_str:[21,29,36],blog:[0,74],bmp:[53,54,58],bodi:[4,5,6,7,8,20],bof:[20,30],book:[103,106,108,109,111,112,113,115,118,120,123,126,128,129,131,133],bool:[4,5,6,7,8,13,17,18,19,20,21,22,23,24,27,28,29,30,31,32,33,34,36,38,39,52,53,54,55,56,58,59,71,72,73,90,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],boot1:120,boot:[115,117,120,122,126,128,134],boot_devic:120,boot_ftp_host:120,boot_ftp_insfil:120,boot_ftp_password:120,boot_ftp_usernam:120,boot_load_paramet:134,boot_network_devic:120,boot_network_nic_nam:120,boot_storage_devic:120,boot_storage_group_nam:[120,134],boot_storage_hba_nam:120,boot_storage_volum:[120,134],boot_storage_volume_nam:[120,134],bootstrap:53,bootstrap_dataset:53,both:[0,13,14,19,21,30,32,43,50,52,54,56,59,61,86,87,88,100,103,134],bound:67,box:[14,50],bpxprm00:20,bpxprmaa:31,bpxprmab:31,bpxprmxx:31,bpxw0003i:36,branch:[104,134],brief:0,bring:[1,11,48,62,68,102,134],broaden:134,broader:[1,9,11,48,60,62,64,68,74,102],broken:[14,50,64],browser:104,buffer:[32,33,53,54],buffer_pool_param_dataset:[53,54],bug:[0,2,9,12,43,49,60,63,69,98,104,134],bugfix:0,build:[0,4,6,7,8,14,50,52,92,134],build_ignor:93,build_psb:52,builder:58,built:[0,9,12,52,93,104,134],builtin:35,bundl:[4,5,6,8,108,109,134],bundle_level:[108,109],bundledir:5,busi:33,buster:134,button:104,bypass:[21,100],byte_count:[27,29,32,43],bz2:[18,38,43],bzip:38,c05076d24d80016e:126,c1d5e2c9e3c5e2e3:[4,5,6,7,8],c3f6:115,c44338de:109,ca_cert:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],cab:[29,43],cach:7,cadenc:0,calcul:18,call:[9,14,17,20,22,27,30,31,43,45,50,52,55,56,57,59,60,65,67,71,85,86,87,88,89,134],callabl:32,can:[1,3,4,5,6,7,8,9,10,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,33,35,36,38,39,43,44,45,46,50,51,52,53,54,56,57,58,59,60,61,65,66,70,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,99,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],cancel:[28,29,43],candid:[4,5,6,7,8,126,134],candidateassign:[4,5,6,7,8],candidatedescript:[4,5,6,7,8],candidategroup:[4,5,6,7,8],candidatenam:[4,5,6,7,8],candidateoverrid:[4,5,6,7,8],candidatesystemgroup:[4,5,6,7,8],candidatetyp:[4,5,6,7,8],candidateusag:[4,5,6,7,8],candidatevers:[4,5,6,7,8],cannot:[13,20,30,32,39,53,54,58,73,100,104,106,109,112,113,115,118,120,123,126,128,129,131,133,134],canon:109,cap:[115,120,126],capabl:31,capac:[0,43,106,115,126],captur:[30,43,79,81,83,91],card:[27,29,43,106,111,118,126,134],carefulli:100,cat:[0,20,53,54],catalog:[17,20,21,22,23,24,25,29,30,31,32,43,48,51,58,60,74,76,81,83,91],catalog_service_nam:91,catalog_service_namm:91,catalogu:43,categori:[0,72,73,74,87,91],category_nam:91,catlg4:37,catlg:[43,53,54],caught:43,caus:[14,22,27,29,43,52,54,60,104,107,109,110,115,116,117,119,120,121,122,124,130,132,134],caution:[21,43],cbp:115,cca:[106,111],ccg:37,cchh:39,ccsid:[31,45],cctext:55,cedf:[4,5,6,7,8],cedfstatu:[4,5,6,7,8],central:[60,115],certain:[14,50,53,57,66,70,78,115,123,126,129,131,134],certif:[4,5,6,7,8,43,71,72,73,90,99,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],certifi:[1,9,11,42,43,48,60,62,64,68,74,93,94,96,97,99,102,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],cf79:109,cfg:[0,35,93,94],chain:[4,5,6,7,8,37,43,71,72,73,90],chang:[4,5,6,7,8,9,13,14,17,20,21,22,23,27,28,29,30,31,32,33,34,36,44,46,50,52,53,58,60,61,64,71,72,73,91,93,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],change_record_numb:91,changeag:[4,5,6,7,8],changeagrel:[4,5,6,7,8],changedataset:72,changelog:134,changetim:[4,5,6,7,8],changeusrid:[4,5,6,7,8],channel:[97,104,106,111,115,126],charact:[4,5,6,7,8,9,13,17,18,19,20,21,23,24,25,28,29,30,31,32,33,34,36,39,43,47,54,123,134],characterist:32,charset:[20,21,23,24,30,36],chdir:36,check:[13,14,16,21,22,24,31,38,39,43,50,53,72,73,90,104,127,134],check_format:17,check_req:104,check_timestamp:[53,60],checkout:104,checkpoint:[53,54],checksum:[21,24],child:[109,120,134],chmod:32,choic:[4,5,6,7,8,13,17,18,19,20,21,22,25,29,30,31,32,36,38,43,44,52,53,54,56,59,60,61,72,73,90,106,108,109,111,112,113,115,118,120,123,125,126,127,128,129,131,133],chomp:32,choos:[14,25,46,50,93],chosen:45,chown:[18,21,38],cic:[2,3,9,10,17,79,81,82,83,84,92,95,98,99,100],cics13:25,cicsapi:[4,5,6,7,8],cicsbundl:[4,6],cicsdefinitionbundl:[5,6,8],cicsdefinitionprogram:7,cicslocalfil:7,cicsplex:[3,9,10],cicsprogram:4,cicsregion:7,cicssi:[4,6,7,8],circumv:134,circumvent:134,citi:13,clarifi:134,classic:[105,107,109,110,115,117,121,131,134],clean:[0,43,94,104,134],clean_staging_dataset:53,cleanup:[104,134],clear:[14,50,100,115,134],clear_ind:[115,134],cli:[10,21,24],click:[104,134],client:[1,4,5,6,7,8,35,71,72,73,90,92,93],clist:36,clock:115,clone:[0,93,104],close:[20,104],cloud:[74,76,77,79,80,81,83,84,93],cluster:[25,32,43,115],cma:[4,5,6,7,8],cmci:[1,4,5,6,7,8,9,10],cmci_:0,cmci_act:[3,9],cmci_cert:[4,5,6,7,8],cmci_creat:[3,9],cmci_delet:[3,9],cmci_get:[0,3,4,6,8,9],cmci_group:9,cmci_host:[4,5,6,7,8],cmci_kei:[4,5,6,7,8],cmci_password:[4,5,6,7,8],cmci_port:[4,5,6,7,8],cmci_upd:[3,9],cmci_us:[4,5,6,7,8],cmd:[20,21,30,31,32,33,36,43],cna:134,cnv:[29,43],cobolsrc:21,coboltyp:[4,5,6,7,8],cobu:25,code:[4,5,6,7,8,14,17,20,21,24,25,27,28,29,31,32,33,36,37,39,43,45,50,52,53,54,55,56,57,58,59,72,108,134],codec:100,cogpsbl2:59,cogpsbl:59,colleciton:134,collect:[1,2,3,9,10,11,14,15,16,26,27,28,29,40,41,42,43,44,46,48,50,51,57,60,61,62,64,65,66,67,68,70,74,75,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,95,96,97,98,99,102,104,105,129,134,135,136],colo:[120,126],colon:[56,59],column:[32,43,104],com:[4,5,6,7,8,71,85,86,87,88,89,93,104,134],combin:[4,6,7,8,13,32,52,60,104,106],come:[26,40,41,92,95],comma:25,command:[0,4,5,6,7,8,10,11,14,16,17,18,20,21,24,25,31,32,34,36,38,39,43,45,48,50,51,52,61,70,72,85,86,87,88,89,93,94,97,99,100,104,105,111,117,120,122,126],command_input:52,comment:[0,2,12,21,29,30,31,36,49,63,67,69],comment_end_str:[21,29,36],comment_start_str:[21,29,36],commit:[58,104,134],common:[17,19,20,23,24,29,30,42,43,94,96,97,134],commun:[2,12,36,41,49,63,69,92,93,94,95],comn01:17,comnuc:25,compar:[22,25,73,115,134],compat:[18,134],compil:[34,56,57,59],complement:40,complet:[4,6,14,21,22,27,28,29,31,33,36,39,43,50,55,57,73,74,78,79,80,81,82,83,91,108,109,126,128],complete_check_delai:90,complete_check_tim:90,complex:[0,4,6,7,8,13,18],complex_filt:[4,6,7,8],complianc:60,compliant:134,complic:[4,6,7,8],compon:[25,43,46,62,65],compos:[4,5,6,7,8],compress:[18,19,23,38,52,60],comput:[18,21,26,43],concaten:[32,52,53,54,58],concept:106,concurr:[4,5,6,7,8,52],cond:[27,29],condit:[0,21,34,39,43,85,117,122,134],condition:43,conf:[21,104],config:[14,50],configur:[4,5,6,7,8,9,12,13,17,20,23,29,30,31,36,43,44,49,61,65,67,72,73,74,76,79,91,92,93,94,99,100,102,106,108,111,120,126,127,128,131,134],conflict:[0,73,90,134],conform:53,conjunct:[0,10,12,32],connect:[0,4,5,6,7,8,10,14,34,50,65,76,92,93,100,113,126],connect_vers:[4,5,6,7,8],conntent:120,consecut:[54,123],consid:[13,14,25,31,32,36,50,53,54,73,104,117,122],consist:[43,73,90,93,94,134],consol:[33,93,94,102,103,104,105,108,113,123,126,129,131,134],consolid:52,constant:[14,50],constraint:104,construct:[20,30,120],consult:4,contact:[14,50,100],contain:[0,3,4,5,6,7,8,9,13,14,16,17,18,19,20,21,24,25,27,28,29,30,31,32,33,34,35,36,39,43,50,51,52,53,54,57,58,60,66,70,72,74,78,79,85,86,87,88,89,94,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],content:[1,2,9,11,12,13,14,19,20,21,22,24,25,27,29,30,31,32,33,34,37,38,39,42,43,48,49,50,52,53,54,56,58,59,60,62,63,64,68,69,73,74,78,90,93,94,96,97,99,100,102,104,115,120],content_typ:[27,29],context:[4,5,6,7,8,9],continu:[0,21,24,29,32,36,43,100],contribut:[92,94],control:[0,3,4,5,8,10,15,16,18,21,24,29,31,32,36,38,39,40,43,46,48,51,52,53,54,56,57,58,61,72,73,74,79,81,82,83,84,90,93,100,111,115,120,126,129,134],control_domain:111,control_stat:53,convent:[19,21,53,93],convers:[18,19,20,21,23,24,30,38,134],convert:[20,21,23,24,27,28,29,30,31,36,43,45],coordin:[43,92],copi:[4,5,6,7,8,11,14,16,18,24,27,29,31,32,36,38,40,43,45,50,56,59,93],coprocessor:[111,120,126],core:[0,10,15,16,31,40,42,43,44,46,48,60,92,95,96,98,99,100,104,115,134],corp:26,correct:[20,21,30,43,134],correctli:[36,43,100,134],correspond:[4,18,21,24,31,36,38,43,54,57,89,94,97,98,104,115,134],corrupt:43,cost:44,could:[0,14,21,27,28,29,36,39,43,50,73,134],count:[7,27,29,34,106,123,125,126,134],counter:[120,126],countri:13,coupl:0,cover:[9,74,102,103,104,134],coverag:[60,104,134],coveral:134,cpc1:[107,109,116,119,121,131],cpc2:131,cpc:[105,106,107,111,112,115,116,117,118,119,120,121,122,126,127,128,131,133,134],cpc_list:[110,125],cpc_name:[106,107,111,112,115,116,117,118,119,120,121,122,126,127,128,133],cpca:[107,109,110,116,119,120,121,126],cpca_sg_mgmt1:126,cpca_sg_part1:109,cpca_sg_part2:109,cpid:115,cpm_template_nam:83,cpsm:[4,5,6,7,8],cpsm_reason:[4,5,6,7,8],cpsm_reason_cod:[4,5,6,7,8],cpsm_respons:[4,5,6,7,8],cpsm_response_cod:[4,5,6,7,8],cpu:[26,27,29,102,115],creat:[0,1,3,8,9,11,14,17,18,19,20,21,22,23,25,27,28,29,30,31,32,34,36,38,39,43,50,52,53,55,58,59,62,64,66,73,74,76,78,80,85,86,87,88,90,93,94,104,105,107,108,109,110,111,113,114,115,116,117,119,121,122,124,125,127,130,132,134],create_dataset:[14,50],create_paramet:5,createinstancedirectori:73,createno:58,createy:58,creation:[22,43,67,73,90,104,125,134],creation_d:[25,27,28,29],creation_tim:[27,28,29],credenti:[64,71,72,73,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],creslib:57,cresp1:[4,5,6,7,8],cresp2:[4,5,6,7,8],criteria:[4,6,7,8,25,27,28,54,67],critic:[32,78,117,122],cross:[58,120,126],crt:71,cryp00:111,cryp01:111,crypto1:111,crypto:[105,106,120,126,134],crypto_adapter_nam:120,crypto_adapter_uri:120,crypto_configur:[111,120],crypto_domain_configur:120,crypto_numb:134,crypto_typ:[106,111,134],cryptograph:131,cryptographi:134,cryptographydeprecationwarn:134,crystal:13,csd:[5,7,8],csdapi:[4,5,6,7,8],csdcopi:4,csdgroup:[4,5,6,7,8],csi:78,csi_data_set_nam:85,csi_query_respons:85,csi_query_response_fil:85,csp:37,cspf1:[111,120],csvapf:17,ctl:55,cull:25,curl_ca_bundl:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],currency_symbol:13,currency_typ:13,current:[0,2,12,13,17,18,21,24,25,28,32,38,39,44,46,49,56,58,59,61,62,63,69,72,73,79,83,90,91,93,104,107,110,115,116,120,121,126,127,129,134],currentloc:[4,5,6,7,8],currnetli:120,currtask:7,custom:[12,17,18,20,21,38,57,66,79,81,82,83,84,115,123],customiz:20,cve:134,cycl:[46,99],cyl:[18,19,21,22,29,32,38,39],cylind:39,cyp:[14,50],d0000101:[27,29],d0000102:[27,29],d0000103:27,d112:106,d113:126,d17:37,d52:37,d67:37,dai:[25,54,104],dapter_count:134,darv1:32,dasd:39,data:[4,5,6,7,8,11,12,13,15,16,17,23,27,29,31,32,36,37,39,40,43,44,45,48,51,52,53,54,55,56,57,59,60,61,78,80,86,87,88,100,106,107,108,109,110,111,112,113,115,116,118,120,121,123,126,128,129,131,133,134],data_class:[53,54],data_set:[13,19,25,29,43,56,59],data_set_bas:13,data_set_memb:13,data_set_nam:[17,32],data_set_or_path:13,data_set_typ:24,data_stor:31,databas:[21,32,48,52,53,54,56,57,58],datacla:29,dataloc:[4,5,6,7,8],dataset:[14,17,18,19,20,21,22,23,24,25,29,30,31,32,37,38,39,43,50,52,57,58],dataset_nam:[53,54],datasetcreateerror:[14,50],date:[13,17,22,25,27,28,29,43,46,104,117,122,134],db2:[79,81,82,83,84],db2f0bec:[118,120],db2run:20,db2sms10:19,db2ssid:20,db682456:126,dbc1:33,dbd1:[52,56],dbd2:[52,56],dbd3:[52,56],dbd4:52,dbd5:52,dbd6:52,dbd:[48,51,52,53,54,57],dbd_lib:[52,53,54,57],dbd_name:[52,56],dbdgen00:29,dbdgen:[29,56,60],dbdlib1:52,dbdlib2:52,dbdlib3:52,dbdlib:[29,52,53,54,56,57],dbdname:52,dbdsrc:29,dbf000:54,dbrc:[48,51,53,54],dbrc_output:57,dbrm:21,dbver:54,dcb6d966:113,dcb:27,dd_concat:[32,43],dd_data_set:[32,43],dd_dummi:32,dd_input:[32,43],dd_name:32,dd_output:32,dd_unix:[32,43],dd_vio:32,ddde026c:109,ddl:[48,51],ddnama:43,ddname:[27,29,37,43,56,59],dds:[32,43],deactiv:[109,115,134],dead:31,deal:134,debug1:[73,90],debug:[14,50,52,80,134],dec:46,decid:43,decim:[18,21,31,38,106,109,112,113,115,118,120,123,126,128,129,131,133,134],decod:[43,100],decompress:19,dedbjn21:56,dedbjnv1:56,def:[13,14,50],default_group_nam:129,default_group_uri:129,defin:[1,5,12,17,18,19,20,21,22,29,31,32,36,38,39,43,45,53,54,56,58,60,62,72,73,80,85,86,87,88,94,100,104,106,108,109,112,113,115,118,120,123,126,128,129,130,131,132,133,134],definesourc:[4,5,6,7,8],definetim:[4,5,6,7,8],definit:[1,3,4,6,9,13,27,29,32,48,51,56,73,90,105,123,129,134],degrad:[120,126],delai:[32,43,129],deleg:[0,10,99],delegate_to:[10,76],delet:[1,3,9,17,18,19,21,22,24,29,32,37,38,43,52,53,54,57,60,62,66,73,90,104,106,112,113,115,118,120,123,125,126,128,129,131,133,134],delete_dbd_by_vers:54,delimit:21,deliv:0,demetri:13,demo01:39,demo02:39,demo03:39,demo0:39,demo:[29,74],demonstr:[43,94,125],deni:[14,50],denot:93,depend:[0,10,12,16,18,21,22,26,32,38,43,44,46,49,61,73,74,76,82,93,98,99,100,104,134],dependabot:134,deploy:[0,92,94],deprec:[100,104,129,134],deprovis:[79,82,84],depth:13,des:[120,126],describ:[0,17,20,23,30,31,33,46,53,54,55,56,82,85,86,87,88,89,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],descript:[4,5,6,7,8,13,14,43,50,52,57,67,72,73,79,85,90,104,106,107,109,110,111,112,113,115,116,118,120,121,123,126,128,129,131,133,134],descriptor:[27,28,29,39,48,52,56,72,74,76],design:[12,13,14,50,104],desir:[13,14,18,22,31,32,38,43,50,72,73,106,107,109,111,112,113,115,116,118,120,121,123,125,126,127,128,129,131,133,134],desktop:99,dest:[18,21,23,24,37,38,43,56,59],dest_creat:21,dest_data_set:[18,21,38,43],dest_dataset:43,dest_path:38,dest_stat:18,dest_volum:38,destin:[17,18,19,20,21,23,24,29,30,31,36,38,43,45],destination_attribut:21,destinatt:31,destmem:21,detach:[111,127],detail:[0,4,6,7,8,15,21,61,65,74,76,85,94,98,99,104,106,107,109,110,111,112,115,116,118,120,121,127,133,134],detect:[21,24,29,36,38,43,73,90,106,111,126],determin:[0,4,5,6,7,8,13,19,21,23,25,29,31,32,36,38,43,45,53,54,72,73,74,86,87,88,93,94,115,117,122,134],dev1:[31,104],dev2:31,dev3:31,dev4:31,dev5:31,dev6:31,dev7:31,dev9:31,dev:[93,104,120,126,134],develop:[42,46,92,96,134],devic:[19,21,31,32,33,39,108,115,118,120,126,128],device_numb:[112,118,133],dfb2147a:[106,109],dfh:[7,17],dfs3139i:34,dfs3id00:58,dfs3pu00:53,dfs3pu10:54,dfs4434i:53,dfs4810i:54,dfs671i:54,dfscp001:53,dfsdf_member:[53,54,60],dfsdfcat:[53,54],dfsdfxxx:[53,54,58,60],dfsmsdss:[18,19,38],dfsmsrmm:72,dfsort:32,dfsrrc00:32,dfsvsmhp:[53,54],diagnost:[4,5,6,7,8,33,120,126],dialog:104,dict:[4,5,6,7,8,13,17,18,19,21,22,23,24,26,27,28,29,31,32,34,36,37,38,39,53,54,55,56,57,59,72,73,79,82,83,90,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],dictionari:[4,6,7,8,13,14,17,26,27,28,43,50,79,82,83,106,109,112,113,115,118,120,123,126,128,129,131,133,134],did:[31,43,72,104,134],differ:[0,4,6,7,8,13,16,18,21,22,24,29,36,43,44,46,51,53,58,61,70,73,90,115,131,134],difficulti:134,digit:[28,39,53,54],dir:[20,21,30],direct:[14,21,24,32,39,50,126],directli:[14,21,50,52,53,58,85,129],directori:[0,13,15,18,21,22,23,24,25,29,30,31,32,36,38,43,44,53,54,58,61,73,79,80,81,82,83,84,85,86,87,88,91,93,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],directory_block:[18,21,22,32,38],directory_dataset:53,directory_staging_dataset:53,disabl:[4,5,6,7,8,129,134],discard:[6,9],discord:97,discourag:[44,61],discov:[33,104,126,134],discover_timeout:126,discover_wait:126,discoveri:[126,134],discuss:[43,94,97],disk:[22,39,43,115],disp:[20,21,22,29,30,43],displai:[16,17,33,43,74,76,79,80,81,83,85,86,87,88,89,91,104,134],disposit:[20,22,30,32,53,54],disposition_abnorm:[32,43],disposition_norm:[32,43],disrupt:[50,129],dist:104,distinguish:113,distribut:[61,92,93,100,104,134],divis:[14,50],dli:[53,54,58],dlib:85,dlord6:29,dmod:[20,43],dmp:109,dmy:27,dns:[115,120,126],doc:[0,14,16,43,50,64,70,85,86,87,88,89,100,104,105,134],docker:134,docs_build:104,docs_loc:104,docsloc:104,doctor_appointment_d:13,document:[1,3,4,6,7,8,9,11,15,16,20,21,23,24,29,30,31,32,34,36,40,43,48,51,52,60,61,62,64,65,66,68,70,72,74,76,77,78,92,94,97,100,102,105,134],doe:[0,13,14,18,21,22,24,25,30,32,36,38,39,43,50,52,53,56,58,59,72,73,90,104,106,107,112,113,115,116,118,120,121,123,125,126,127,128,129,131,133,134],doesn:[4,5,8,21,85,86,87,88,100],doing:[21,24],domain:[83,111,120,134],domain_config:111,domain_index:120,domain_nam:83,domain_rang:111,don:[10,24,31,32],done:[17,20,21,24,26,30,31,76,104,134],dopt:[53,58],dot:93,dotal:34,doubl:[19,20,33,43],download:[44,61],dpm:[105,106,109,110,111,112,116,118,120,122,126,127,128,131,133,134],dpm_enabl:110,draft:104,drain:31,drive:[0,14,50,72,76],drop:[32,58,134],dropdown:93,ds1:[17,32],ds2:17,ds3:17,ds_name:[14,20,50],ds_name_2:20,dsed:30,dsedhelp:30,dsi:34,dskeylbl:32,dsmembr1:56,dsmembr2:56,dsmembr3:56,dsmembr4:56,dsn120:37,dsn130:37,dsn210:37,dsn3epx:33,dsn:[20,29],dsname:[7,14,37,50],dsncat:37,dsntep12:20,dsntep2:20,dsntype:32,due:[0,14,50,134],dummi:[27,29],dummy_dict:[14,50],dump:[19,53,120],dupact:4,duplic:[43,53,60,134],duplist:53,durat:[27,29,43],dure:[13,14,19,20,21,22,24,27,30,31,32,33,34,38,43,50,52,58,65,71,72,73,76,94,115,134],dynalloc:[43,57],dynam:[17,53,57,62,66,106,111,112,118,120,126,127,128,133],dynamic_allocation_dataset:57,dynamic_programview:58,dynamicprogramview:58,dynamstatu:[4,5,6,7,8],dzp:19,e03d413a:126,e0ea33d6:126,e1274d16:111,e30bb920f912:73,e3a63476c2f8:131,e578:[106,109,111,118,120,126],e730:[4,5,6,7,8],e8c098cb:131,e8d8:39,each:[0,3,4,5,6,7,8,9,14,16,18,20,21,22,31,32,36,37,38,41,42,43,44,45,46,50,51,53,56,57,59,61,66,70,74,76,78,82,83,90,91,92,93,94,95,96,97,99,104,105,106,107,109,110,116,119,121,124,125,130,131,132,134],earlier:[93,134],easi:[0,74,76,78,92,94,104],easiest:0,easili:[0,31,94,134],ebcdic:[27,29,45],ec33017a:33,ec33018a:26,ecosystem:92,edc5129i:100,edd782f2:[126,128],edg:72,edit:[11,20,73,104],eee82e26937c:115,effect:[14,32,104,134],effort:92,eibfn:[4,5,6,7,8],eibfn_alt:[4,5,6,7,8],eight:21,either:[4,6,7,8,10,13,17,18,19,20,21,23,24,25,29,30,31,32,33,34,38,43,52,53,54,60,71,73,74,76,90,94,99,104,134],elaps:[33,43],element:[4,6,7,8,13,17,18,22,25,26,27,28,29,31,32,34,35,37,38,39,45,52,53,54,55,56,57,58,59,60,72,106,107,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,128,130,131,132,133,134],elev:100,elig:[4,5,6,7,8,54],els:21,email:129,embed:43,emerg:43,empti:[18,21,22,26,29,36,43,53,55,56,59,104,106,109,112,113,115,118,120,123,126,128,129,131,133,134],emul:29,enabl:[0,20,22,30,32,35,40,43,53,54,58,92,93,94,99,111,115,120,126,131,134,135],encapsul:[31,135],enclos:36,encod:[11,13,16,20,21,24,29,30,32,35,36,38,43,45,61],encount:[29,32,43,100],encourag:[0,2,12,31,49,63,69,94,97],encrypt:[32,71,72,73],encryption_key_1:32,encryption_key_2:32,end2end:[104,134],end2end_mock:[104,134],end:[4,6,7,8,13,14,17,18,20,21,27,28,29,30,32,36,38,39,43,46,50,67,79,80,81,82,83,84,91,117,122,125],endpoint:99,enforc:[19,31,43],engin:[21,29,36],enhanc:[39,43,60,61,104,134],enrich:134,ensur:[10,14,17,18,20,21,23,24,30,31,32,38,39,43,50,100,106,109,111,112,113,115,118,120,123,126,127,128,129,131,133,134],enter:[0,46,67,71],enterpris:[0,14,43,46,50,60,61,92,99,100],entir:[19,22,32,43,54,58,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],entiti:17,entitl:0,entri:[4,5,6,7,8,17,22,27,29,31,32,35,39,43,85,134],entrypoint:[4,5,6,7,8],env:134,environ:[4,5,6,7,8,14,18,21,24,36,38,50,61,62,66,93,94,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],environment_var:[52,53,54,57,58],environmenterror:[14,50],eod:27,eof:[20,30],eol:46,ep11:[106,111],equal:[4,6,7,8,25,31],equival:[4,5,6,7,8,14,50,53,57],errno:[14,50,100],error:[4,5,6,7,8,14,17,19,20,21,25,27,29,30,31,32,36,43,50,53,54,56,58,59,60,72,74,85,86,87,88,92,94,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],errorcod:[4,5,6,7,8],errormax:53,erroroper:[4,5,6,7,8],esa:39,escal:[17,20,23,30],escap:[33,34,36],esd:[21,22,32,53,54],essenti:[21,24,43],establish:[4,5,6,7,8],estim:27,etc:[13,20,21,24,25,29,30,32,33,36,42,74,90,93,96,104],euccn:45,eucjc:45,eucjp:45,euckr:45,euctw:45,evalu:[27,28,43],even:[15,19,21,43,120,134],event:43,everi:[20,30,43,85,86,87,88,134],everyth:18,exactli:19,examin:[25,100,134],exampl:[0,3,10,12,16,42,43,45,46,61,93,94,96,100,104,105,134],example1:55,exampledbd:56,exce:17,exceed:[22,27,43],except:[10,13,14,31,43,50,74,86,106,112,113,115,118,120,123,126,128,129,131,133,134],excl:[53,54],exclam:[27,29],exclud:[18,19,25,31,38,43,109,131,134],exclude_sourc:18,exclus:[4,6,7,8,12,17,32,38,43,52,53,60,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133],exec:[27,29,37,73,90],execkei:[4,5,6,7,8],execut:[0,3,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,34,36,38,39,40,43,44,50,51,52,54,56,57,58,59,61,70,85,86,87,88,89,90,94,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],executionset:[4,5,6,7,8],exempt:[21,24,29,36,38],exercis:21,exist:[0,4,5,6,7,8,13,18,19,20,21,22,24,30,32,36,38,39,43,50,53,56,59,61,72,73,85,86,87,88,90,94,106,112,113,115,118,120,123,125,126,128,129,131,133,134],existingassign:[4,5,6,7,8],existingdescript:[4,5,6,7,8],existinggroup:[4,5,6,7,8],existingnam:[4,5,6,7,8],existingoverrid:[4,5,6,7,8],existingsystemgroup:[4,5,6,7,8],existingtyp:[4,5,6,7,8],existingusag:[4,5,6,7,8],existingvalu:[73,90],existingvers:[4,5,6,7,8],exit:[18,21,43,82,83,91],exitlib:57,expand:[18,29,30,40,52,115,120,126,129,134],expand_crypto_adapt:[120,134],expand_storage_group:[120,134],expanded_exclude_sourc:18,expanded_sourc:18,expans:18,expect:[13,14,21,22,25,39,50,56,59,70,72,82,83,91],expected_result:72,expir:[22,123,129],explain:[9,12,14,50,74],explan:[0,29],explanatori:35,explicitli:[37,43,115,134],exploit:31,express:[4,6,7,8,15,20,25,30,34,43,106,107,111,126,134],ext:[27,29],extend:[18,22,23,31,32,43,46,108,120,126,134],extens:[19,104],extent:43,extern:[4,5,6,7,8,32,79,80,93],external_nam:[79,80,83],external_software_nam:80,extpref:25,extract:[27,28,38,43],extractor:134,extreq:25,eyj0b2tlmvhcmvyiiwici:71,eyj0exaioijkv1qilcjhbgcioijsuzi1nij9:71,eyu_cicsnam:[4,5,6,7,8],eyu_cicsrel:[4,5,6,7,8],eyu_reserv:[4,5,6,7,8],eyuda:[4,5,6,7,8],eyup2ki:[4,5,6,7,8],eyup2kv:[4,5,6,7,8],eyup2kw:[4,5,6,7,8],eyup2kx:[4,5,6,7,8],f02e2632:[126,128],f1b97ed8:120,f433:[109,118,120],f651:131,f76ac7fb8b82:129,f920:29,fabric:[106,126],face:0,facil:[16,18,38,39,43,52,53,54,68,72,74,75],fact:[0,16,19,20,106,108,109,111,112,113,115,118,120,123,126,127,128,129,131,133,134],factor:[0,129],fail:[4,5,6,7,8,9,17,20,21,22,24,26,28,29,30,32,36,38,43,55,58,72,73,74,94,115,126,127,129,134],fail_on_miss:24,fail_on_nodata:9,failur:[0,12,13,17,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,39,43,52,56,58,59,82,83,91,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],fall:[21,24,29,36,38],fallback:43,fals:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,43,50,52,53,54,55,56,57,58,59,60,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],famili:[106,107,109,111,118,126],faq:92,far:[14,50],fast:[26,32],fba:[18,21,22,32,38,53,54],fcp:[106,109,112,120,126,128,134],fcp_120_san1_02:[106,109],fcp_124_san1_03:126,featur:[0,2,12,40,49,63,69,112,120,126,127,128],feb:[27,46],februari:27,feedback:[4,5,6,7,8,9],fetch:[11,16,18,21,31,40,43,134],fetchcnt:[4,5,6,7,8],fetchtim:[4,5,6,7,8],few:[0,134],ff000000:[4,5,6,7,8],ficon:[106,107,109,120,126,134],field:[0,29,32,43,52,55,56,57,59,72,120,134],fifo:[22,32],file:[4,5,6,7,8,9,11,14,16,17,19,20,21,23,24,25,27,29,30,32,35,36,43,44,45,50,56,59,60,61,67,71,72,73,74,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],file_data_typ:32,file_nam:[17,20,21,23,30,31],file_with_your_certificate_chain:71,file_with_your_private_kei:71,filedata:32,filenam:[21,85,86,87,88,89],filenotfounderror:[21,31],filesi:31,filesystem:[13,20,21,31,38,90],filetag:[14,50],fill:[32,79,80,82,83,91],filter:[0,4,6,7,8,11,17,25,26,27,28,34,43,67,85,106,107,113,117,122,134],filter_wtor_messag:15,final_result:74,find:[4,11,16,21,29,36,43,67,73,100,134],fine:13,finish:[36,134],firmwar:[108,109,112,115,126,127,128,134],first:[7,13,19,20,21,23,24,25,29,30,31,32,36,37,43,53,54,94,97,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],firstmatch:30,fit:134,fix:[9,21,43,44,60,61,64,74,86,87,98,104,134],fixcat:78,fixtur:[14,50],flag:[14,18,21,31,34,50,58],flake8:[104,134],flashcopi:32,flat:24,flexibl:[40,46,74,76,94,134],floor:134,flow:[43,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],flu:[29,43],flush:[29,43],fmid:[44,61,85],fnmatch:26,fold:[32,85],folder:[0,14,18,50],follow:[0,10,13,14,15,16,17,18,19,20,21,26,28,32,33,36,38,39,46,50,51,53,58,70,72,76,79,80,81,82,83,85,86,87,88,89,91,93,94,99,100,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],fom:32,foo:[18,21,25,31,38],foo_archive_test:18,foo_bar_archive_test:18,foobar:129,forc:[0,17,18,20,21,22,30,31,38,43,93,115,129],force_complet:90,force_dynam:17,force_lock:[21,43],forcibl:90,fork:[0,134],form:85,format:[4,5,6,7,8,13,14,17,18,21,22,28,31,32,38,43,50,52,53,54,55,56,57,59,64,71,72,73,74,76,79,80,81,82,83,85,88,90,91,92,93,115,120,134],format_opt:[18,38],found:[4,5,6,7,8,9,18,20,21,22,24,25,27,28,29,30,32,38,39,43,73,90,93,100],four:[0,104],fqn:31,fragment:134,framework:[14,50,76],freespac:32,fridai:29,from:[0,4,5,6,7,8,9,10,13,14,16,17,18,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,43,45,50,51,52,53,55,56,57,58,59,60,61,62,64,67,70,73,74,80,81,82,83,84,85,86,87,88,90,91,92,93,98,99,100,104,105,107,108,111,115,116,117,120,121,122,125,126,127,131,134],from_encod:43,fs_type:[31,43],fsum8976:21,ftp:[108,120,126],ftppass:120,ftpuser:120,fulfil:[109,126,128],full:[19,25,33,43,58,82,84,100,104,126,129,134],full_properti:[107,110,116,119,121,124,130,132,134],full_volum:19,fullapi:[4,5,6,7,8],fulli:[15,21,31,106,109,111,112,113,118,120,123,126,127,128,129,131,133],fulll:67,function_numb:134,function_rang:134,further:[12,61,94],futur:[2,12,14,49,50,63,69,72],ga1:103,ga2:103,galaxi:[0,9,43,60,64,74,92,98,100,104,134],galaxy_api_kei:104,galaxy_serv:93,gap:115,gatewai:[115,120,126],gather:[0,16,21,25,31,53,100,106,108,109,111,112,113,115,118,120,123,126,127,128,129,131,133,134],gather_fact:[67,79,80,81,82,83,84,85,86,87,88,89,91],gather_subset:26,gdg:[22,24,29],gdss:22,gener:[9,14,17,20,21,22,23,24,27,29,30,31,32,37,43,46,48,50,51,53,54,55,57,72,73,74,79,82,83,84,91,92,100,104,112,115,117,122,126,127,128,134],genjcl:57,genjcl_input_dataset:57,genjcl_output_dataset:57,get:[0,4,6,7,8,9,13,14,17,30,31,34,50,78,92,93,94,97,104,105,107,108,109,110,112,113,115,116,118,119,120,121,123,124,126,128,129,130,131,132,133,134],get_cpc_io:134,get_fact:134,get_paramet:[4,6,7,8],gid:[21,31],gigabyt:25,git:[0,2,12,49,63,69,93,104,134],github:[0,9,43,60,64,74,92,93,94,100,104,134],give:[18,21,38],given:[18,21,25,27,30,33,34,38,39,43,67,73,79,80,81,82,83,84,85,86,87,88,89,91,104],glob:18,global:[72,73,85,90,120,126],goe:[12,21],going:43,good:94,gov:134,granular:[74,76],greater:[4,6,7,8,21,23,24,25,28,29,117,122],greatli:66,grep:0,group:[0,4,5,6,7,8,9,18,21,22,24,27,29,30,32,36,38,43,67,72,78,94,105,109,115,120,128,129,131,134],group_var:94,gsam:53,gsamdbd:53,gsampcb:53,guaranteed_spac:21,guest:[14,50],gui:108,guid:[0,2,61,97,100],guidanc:[9,74],guidelin:[42,96],h71:108,had:134,halt:13,hamgmt0:[118,120],hamgmt:[118,120],handl:[13,14,20,32,36,43,44,50,61,73,90,134],handler:[78,134],happen:[31,100,134],hardwar:[102,103,131],has:[0,4,5,6,7,8,12,13,14,17,18,19,20,21,22,23,28,29,30,32,33,34,36,38,39,43,46,50,52,56,58,59,60,61,73,74,76,85,86,87,88,90,94,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],has_il:13,has_unacceptable_statu:[110,116,121],hash:32,hasp373:[27,29],hasp375:27,hasp395:[27,29],hat:[0,1,9,11,42,46,48,60,62,64,68,74,93,94,96,97,99,102],have:[13,14,17,18,21,22,25,29,30,32,34,38,43,50,52,53,58,67,72,79,80,81,82,83,84,85,86,87,88,89,91,93,99,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135],hba1:112,hba:[105,120,126,134],head:39,held:[19,117,122],hello:[13,20,25,27,28,29,33,36],help:[20,22,30,33,42,43,60,74,86,87,92,94,96,104,134],henc:54,here1:22,here2:22,here:[21,22,61,93,97],hexadecim:[39,115],hfs:[22,31],hidden:134,hierarchi:31,high:[17,18,19,20,21,22,23,24,25,30,31,32,38,39,43],higher:[107,116,121,134],highest:[0,39],highlight:43,hill3:37,hint:136,hiper:[74,86],hipersocket:[105,107,118,134],hisoclass:131,histori:[123,134],hlq:[17,18,19,20,21,22,23,24,25,29,30,31,32,37,38,39,43],hmc1:108,hmc:[0,92,95,96,98,99,100,103,104,105,106,107,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,126,127,128,133,134,135,136],hmc_auth:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],hmc_host:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],hmc_verify_cert:134,hmrest:[120,126],hoc:100,hold:[19,43,79,82,83,84,91],holddata:[74,86],holdstatu:[4,5,6,7,8],home:[14,21,36,50,72,93],honor:[30,31,43],hook:104,host1:20,host2:20,host3:20,host:[0,4,5,6,7,8,14,20,35,44,50,61,65,67,76,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,99,112,115,120,126,134],host_var:94,hostnam:[24,71,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],how:[2,4,5,6,7,8,10,12,14,25,31,32,41,43,45,49,50,57,61,63,66,69,73,78,90,94,95,97,126,134],howev:[0,2,12,14,19,31,49,50,63,69,99],hp10230:85,html:[4,5,6,7,8,20,21,104,106],http:[0,4,5,6,7,8,10,30,67,71,72,73,85,86,87,88,89,90,93,104,106,134],http_statu:[4,5,6,7,8],http_status_cod:[4,5,6,7,8],httpd:21,httpstatu:72,hub:[0,9,43,60,64,74,77,92,98,104,134],hub_token:93,hurslei:[4,5,6,7,8],hw_name:26,hwsc0000i:34,hyphen:[43,93,106,107,108,109,110,111,112,113,115,116,118,119,120,121,123,124,126,128,129,130,131,132,133,134],i15rtsmm:[29,57,59],ibm:[1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,20,21,23,24,25,26,29,30,31,32,35,39,40,42,43,45,46,48,50,51,60,61,64,65,66,67,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,93,94,96,97,99,102,103,104,105,134,135,136],ibm_cpc:134,ibm_zhmc:[93,102,104,105,125,134],ibm_zos_c:[1,9,93],ibm_zos_cor:[0,11,15,16,26,43,46,93,100],ibm_zos_im:[48,60,93],ibm_zos_sysauto:[62,64,67,93],ibm_zosmf:[68,70,72,73,74,79,80,81,82,83,84,85,86,87,88,89,91],ibmus:[5,7,27,72],ich70001i:[27,29],ick00001i:39,ick00002i:39,ick00091i:39,ick00700i:39,ick03091i:39,ick03096i:39,ick:39,ickdsf:39,iconv:[20,23,24,30,35,45],icsf:32,idcam:[32,44,61],idempot:[30,73,90,106,109,111,112,113,118,120,123,125,126,127,128,129,131,133,134],identif:[34,134],identifi:[4,5,6,7,8,15,17,18,20,21,23,27,28,29,31,32,34,36,43,44,45,53,54,58,61,65,67,73,74,76,78,79,80,81,82,83,84,89,91,93,106,115,117,122,134],idl:129,ieb352i:27,iebcopi:[44,61],iebgen:[27,28,29,32],iee094d:15,iee457i:33,ief032i:[27,29],ief033i:[27,29],ief142i:[27,29],ief236i:[27,29],ief237i:[27,29],ief285i:[27,29],ief373i:[27,29],ief375i:[27,29],iefbr14:32,iefc001i:29,iefc653i:29,iefrder:53,iew2008i:29,iew2231i:29,iew2278i:29,iew2650i:29,iew2850i:29,iewl:29,ifl:[115,120,126],ifl_processor:120,igd100i:29,ignor:[0,17,18,19,21,24,25,29,30,31,32,36,38,43,53,71,72,73,90,93,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],ignore_error:43,ignore_sftp_stderr:[21,24,100],ikjeft01:[44,61],illustr:100,im5:34,im5h:34,im5hconn:34,im5hctrl:34,imag:[32,115,120,126,134],image_fil:120,image_nam:120,immedi:[31,93,117,122],immut:134,impact:18,implement:[32,43,46,104,134],impli:43,implicitli:[4,6,7,8,21,31],import_nam:[14,50],importlib:134,imposs:134,improp:43,improv:[9,18,19,43,60,107,116,121,134],ims1501:57,ims15r:57,ims1:[14,29,50,53,54,55,57,58,59],ims2:55,ims3:55,ims_acb_gen:[51,60],ims_acbgen:60,ims_catalog_popul:[51,60],ims_catalog_purg:[51,60],ims_command:[51,60],ims_command_util:60,ims_data_definit:58,ims_dbd_gen:[51,52,60],ims_dbrc:[51,60],ims_ddl:[51,60],ims_id:[53,54,58],ims_member_data:55,ims_member_messag:55,ims_output:55,ims_psb_gen:[51,52,60],imsbank:[14,50,59],imsbg2:29,imsbld:[29,57,59],imsdb1:55,imsgrp1:37,imsgrp2:37,imsgrp3:37,imsplex:55,imsrc:55,imssun:25,imstest:25,imstestg:57,imstestl:[25,29,57],imstestu:[57,59],imsv:37,in1:37,inact:[109,115,120,129,134],includ:[0,4,6,7,8,9,13,14,15,17,18,19,21,22,23,24,28,30,31,32,34,36,38,42,43,45,50,53,58,61,64,73,79,80,81,83,85,86,87,88,89,91,92,93,94,96,102,104,106,109,110,120,126,131,134],include_memb:131,include_modul:[79,80,81,82,83,84,91],include_rol:[67,85,86,87,88,89,90],include_unmanaged_cpc:110,inclus:111,incom:104,incompat:[104,134],incomplet:18,inconsist:134,inconsistentscop:[4,5,6,7,8],inconsistentset:[4,5,6,7,8],incorrect:[43,100,134],incorrectli:[12,13,43,100,134],increas:[43,94,134],indataset:21,indd:37,indent:[20,32,43],independ:[104,129,134],index:[7,20,25,32,39,43,56,104,106,111,112,118,120,126,134],indic:[7,17,18,19,20,21,24,27,28,29,30,31,32,33,34,43,52,53,54,55,58,71,72,73,85,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],indirectli:[52,129],individu:[0,21,24,31,36,41,56,59,74,76,79,83,95],ine8d8:39,infil:32,influenc:43,info:[72,76,80,82,94,115,126],inform:[0,2,4,5,6,7,8,9,12,14,17,21,23,25,27,28,29,30,31,33,34,36,37,39,43,44,46,49,50,52,53,55,57,61,63,65,69,73,74,76,79,81,82,83,84,85,86,87,88,89,90,91,93,94,112,115,117,118,120,122,131,133,134],infrastructur:134,inherit:131,ini:35,init:[27,29,39,57],initi:[1,4,5,6,7,8,9,11,14,16,30,34,43,48,50,60,62,64,68,74,102,115,120,126,134],initial_memori:120,initial_processing_weight:115,inject:[14,50],inlin:21,inline_copi:21,input:[14,18,23,27,31,32,37,43,45,50,52,53,54,56,57,58,59,71,73,74,82,83,90,91,112,113,115,118,120,123,125,126,128,129,131,133,134],input_var:[82,83,91],input_vari:83,ins:[120,126],ins_fil:120,insecur:[4,5,6,7,8],insensit:[13,73,113],insert:[17,20,30,43,53,104],insertaft:[20,30,43],insertbefor:[20,30],insfil:[120,126],insid:[13,15,20,21,27,29,36,43,93],inspect:[14,50],instal:[1,4,5,6,7,8,9,10,31,39,43,44,61,65,74,76,85,86,87,88,89,92,94,99,100,104,108,109,115,134],installag:[4,5,6,7,8],installd:85,installerror:[4,5,6,7,8],installtim:[4,5,6,7,8],installusrid:[4,5,6,7,8],instanc:[0,4,5,6,7,8,53,54,55,67,73,74,76,78,83,85,89,90,91,100],instance_action_nam:82,instance_descript:79,instance_info_json:80,instance_info_json_path:[80,82,84],instance_own:79,instance_provid:79,instance_record_dir:[79,80,81,83,91],instance_var_json_path:79,instance_variable_record:79,instead:[10,20,21,30,43,60,79,83,106,107,109,110,112,113,115,116,118,119,120,121,123,124,126,128,129,130,131,132,133,134],instream:[29,32,43],instruct:[0,33,35,43,44,61,79,94,104,134],insuffici:100,integ:[7,13,27,28,29,45,106,109,111,112,113,115,118,120,123,126,128,129,131,133,134],integr:[0,24,40,65,94,97],intend:[0,18,43,134],interact:[1,10,11,43,48,62,76,102,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],interfac:[1,4,5,6,7,8,16,21,24,51,55,70,74,76,108,118,129],intern:[45,52,100,104,108,115],internation:45,internet:97,interpret:[14,36,43,50,100],interrupt:[53,115],interv:[82,83,90,91],intial:39,introduc:[33,43,134],introduct:97,invalid:[13,21,27,29,36,43,56,59,60,100],inventori:[14,21,29,36,44,50,52,53,54,57,58,61,64,65,67,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,134],inventory_hostnam:[73,90],investig:104,invoc:[29,37,43,55,104,125,134],invok:[32,36,55,129,134],invreq:[4,5,6,7,8],iodf:26,ioerror:100,ipaddr:113,ipl:[26,31,115,120,126],ipl_volum:26,ipv4:[120,126],ipv6:[120,126],irc:97,irlm:[53,54],irlm_id:[53,54],irr010i:[27,29],is_binari:[21,24],is_held:[117,122],is_manag:110,is_prior:[117,122],isf031i:33,isinst:13,iso8601:20,iso8859:[23,24,29,32,45],iso:[20,30,45,117,120,122,126,134],iso_mount:[120,134],iso_unmount:[120,134],isrtlist:53,issu:[2,12,21,32,33,34,36,49,63,69,74,100,104,134],item1:[14,50],item2:[14,50],item3:[14,50],item:[13,14,20,32,39,50,72,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],itemcategori:72,itemdescript:72,itemid:72,itemtyp:72,iter:20,its:[0,18,20,21,24,29,30,36,38,41,43,46,57,58,73,95,98,104,106,109,110,112,115,116,118,120,121,126,127,128,129,131,133,134,135],itself:[21,32,135],iycwemw2:[4,5,6,7,8],iyk3z0r9:[4,5,6,7,8,28],izuwf0145:73,izuwf0162i:73,j09:37,j42:37,j91:37,j93:37,j97:37,jcl:[11,16,20,21,27,28,32,36,43,57,73,90],jclerr:[29,43],jclhold:43,jclout:57,jclpd:57,jes2:[26,27,29],jesjcl:[27,29],jesmsglg:[27,29,43],jesysmsg:[27,29],jinja2:[20,21,29,36,43,134],jm00:[27,29],job00134:[27,29],job00361:29,job00551:29,job01427:28,job12345:28,job12:28,job16577:28,job:[0,4,5,6,7,8,11,13,16,29,32,33,34,40,43,53,54,58,67,73,90,91],job_class:[27,28,29],job_id:[27,28,29,34,43],job_nam:[27,28,29,34,43],job_stat:91,job_submit:43,jobparm:29,join:[43,80],jose:13,jrm:[27,29],json:[0,20,43,60,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91],json_queri:80,jsonschema:134,june:46,just:[104,125,134],jvmclass:[4,5,6,7,8],jvmgrp:[4,5,6,8],jvmserver:[4,5,6,7,8],jwt_token:[71,72,73],jycqqfni:36,kbyte:[27,29],keep:[21,29,30,32,36,53,54],keep_trailing_newlin:[21,29,36],kei:[4,5,6,7,8,13,21,22,32,38,56,59,60,71,72,73,90,93,100,104,106,109,112,113,115,118,120,123,126,128,129,131,133],kept:29,kernel:[117,122],ket678:39,ket987:39,key_label:32,key_length:[21,22,32,38],key_offset:[21,22,32,38],keycd1:32,keycd2:32,keydata:[4,5,6,7,8],keyerror:134,keygen:[14,50],keylab1:32,keylab2:32,keyword:[0,15,43,54],kilobyt:25,kind:[32,104],know:[18,21,38,104,134],knowledg:[126,127,128],knowledgecent:[4,5,6,7,8],known:[32,78,92,93,94,104],ksd:[21,22,23,24,32,38,53,54],kwarg:13,label:[32,39,43,93],lang:[14,50],languag:[4,5,6,7,8,44,45,48,51,61],laps:29,laptop:99,larg:[22,25,32,53,54],larger:46,last:[7,19,20,25,27,28,29,30,43,108,115,134],lastli:21,later:[0,9,10,14,27,28,29,35,43,46,50,53,60,61,72,73,74,76,93,99,112,120,126,127,128,134],latest:[2,12,18,29,43,44,49,53,61,63,69,93,97,100,104,134],latin:45,lba:[120,126],ldap:[105,129,134],ldap_server_definit:[113,114],ldap_server_definition_nam:129,ldap_server_definition_uri:129,lds:[21,22,32],lead:[18,19,21,29,36,38,43,107,116,121,134],learn:[0,2,12,41,49,63,69,74,93,94,95,97,98,99,100],least:[25,27,65,76,115,134],leav:[38,39,43,55],leaveconflict:[73,90],left:[0,18,21,30,38],length:[4,5,6,7,8,17,18,21,22,23,32,38,43,53,54,67,123],less:[4,6,7,8,25,29,31,39,43,108,117,122,134],letter:[25,45,94],level:[13,15,17,18,19,20,21,22,23,24,25,30,31,32,38,39,43,58,64,67,72,94,104,108,109,115,134],leverag:[10,13,43,99],lg09:111,lib:[14,20,25,50],liberti:30,libnam:17,libpath:[14,50],librari:[4,5,6,7,8,11,14,16,18,20,21,22,25,32,43,50,52,53,54,56,58,59,60,74,106],librarydsn:[4,5,6,7,8],life:[46,99],lifecycl:[46,102,129],lightweight:[71,72,73],like:[0,14,18,19,21,27,33,37,38,46,50,74,93,100],likelyhood:134,limit:[4,5,6,7,8,14,22,31,43,50,85,106,109,111,112,113,115,117,118,120,122,123,126,127,128,129,131,133,134],line:[0,14,16,17,21,24,27,29,30,31,32,36,37,43,50,55,70,105,134],line_comment_prefix:[21,29,36],line_statement_prefix:[21,29,36],linear:[18,21,22,38],link:[0,21,28,39,42,56,59,64,92,96,104,134],linkcbl:28,linkcheck:104,linkjob:28,linklib:17,lint:[74,134],linux:[109,116,117,122],linuxon:[102,134],lise:134,list:[4,5,6,7,8,13,14,17,18,19,21,22,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,43,44,45,50,52,53,54,55,56,57,58,59,60,61,72,74,78,85,86,87,88,93,94,97,99,104,105,106,108,109,111,112,113,115,117,118,120,122,123,125,126,127,128,129,131,133,134],listcat:32,listdsd:37,listen:30,liter:32,littl:94,llq:[20,29],load:[20,21,43,53,78,111,115,117,120,126,134],load_address:[115,134],load_paramet:[115,134],loadlib:[21,43],loadpoint:[4,5,6,7,8],local:[0,4,14,15,21,24,27,28,29,34,36,38,40,43,50,56,59,72,82,104,120,129,134],local_file_backup:21,local_follow:21,localfil:7,localhost:[10,76,99,134],locat:[0,4,5,6,7,8,20,21,22,23,27,28,29,30,31,36,39,43,56,59,71,72,73,83,90,91,93,94,106,108,111,113,115,126],locfil:7,lock:[115,120,126,129,131],log1:54,log:[18,21,24,27,28,29,33,38,43,45,53,54,58,94,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],log_fil:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],logger:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],logic:[4,5,6,7,8,19,31,32,43,52,53,54,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],login:129,logon:72,longer:[9,18,21,35,43,125,134],longrun:29,look:[14,30,43,50,73,104],lookup:[20,80],loop:[20,39,107,110,116,119,121,124,129,130,132,134],loss:[21,32,43],lossless:18,lost:[22,31],low:25,lower:43,lowercas:[31,43],lowest:0,lpar1:[115,116],lpar2:115,lpar:[105,109,131,134],lpar_list:116,lpar_messag:117,lpar_nam:26,lpastat:[4,5,6,7,8],lpp:[13,14,50,100],lrecl:[18,29,32,38,58],lsd1:113,lsd:113,lsd_list:114,lstrip_block:[21,29,36],ltpa:[71,72,73],ltpa_token_2:[71,72,73],luke:13,lun:126,m12:37,m32:37,m63:37,m82:37,mac:[118,120],mac_address:134,machin:[21,24,29,36,38,39,43,99,102,134],maclib:[56,59],maco:134,macro:[56,59],made:[4,5,6,7,8,9,27,32,33,34,36,43,45,46,52,58,64,71,72,73,90,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],magicmock:[14,50],mai:[0,13,14,17,18,20,21,26,30,32,33,36,38,39,46,50,72,73,79,80,81,83,85,91,93,104,106,109,112,113,115,117,118,120,122,123,126,128,129,131,133],mail:97,main:[32,104],maintain:[43,52,134],mainten:[47,52,76],maintenenac:52,major:[104,134],make:[0,2,8,9,12,14,18,32,34,36,49,50,52,60,63,69,100,104,134],manag:[0,1,4,5,6,7,8,9,15,16,17,18,19,21,24,25,29,31,32,35,36,38,39,40,43,45,46,53,54,55,57,68,72,73,74,75,77,78,79,80,81,83,84,90,92,94,102,103,105,106,107,110,111,112,114,116,118,120,121,123,124,126,127,128,129,130,131,132,133,134],managed_acb:[53,54],managedacb:53,management_class:[53,54],mani:[0,45,65,79,80,81,83,91,94],manifest:0,manner:125,manual:[73,79],manullai:79,map:[4,5,6,7,8,20,32,57,58,93],mar:29,march:29,margin:32,mark:[14,17,19,20,31,43,50],markdown:134,marker:[17,20,21,29,31,36,43,57],marker_begin:20,marker_end:20,mask:[118,120],mass:37,master:[17,104,115,120,126,134],match:[16,17,18,19,20,21,22,24,26,27,28,30,32,34,38,39,43,54,56,59,72,85,106,107,115,134],materi:[42,66,70,78,96,105],matrix:[43,104],max:[29,43,111,123,126,129],max_error_msg:53,max_messag:117,max_rc:[29,37,43,57],maxi:29,maximum:[19,22,29,32,33,37,39,43,57,67,90,106,111,115,117,120,126],maximum_memori:120,mbr:29,mc2cnam:25,mcat:17,mean:[0,7,18,21,26,29,31,32,34,35,38,55,111],meant:[13,43],measur:[18,19,21,22,29,32,38],mechan:[0,104],media:[120,126],mediacent:74,meet:[13,21,64],megabyt:25,mem:[17,20],member1:22,member2:22,member:[13,17,20,21,22,23,24,25,29,30,31,32,41,43,53,54,56,57,58,59,60,95,131],member_list:[56,59,60],member_nam:54,memlimit:29,memori:[102,115,120,126],merg:[32,52,104,134],messag:[4,5,6,7,8,16,17,20,21,24,25,28,29,30,31,33,35,36,39,43,52,53,54,55,56,57,58,59,72,73,79,80,81,83,85,86,87,88,89,91,92,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134],message_filt:34,message_id:[34,117,122],message_text:[34,117,122],messageid:72,messagetext:72,met:[14,50,72],metadata:[53,58,104,134],method:[4,5,6,7,8,24,32,72,113,134],methodolog:0,mgmt1:126,mgmt1_mgmt1:[126,128],middl:19,middlewar:[68,81,82,83,84],might:[45,52,74,87],migrat:134,mileston:104,min:[27,29,111,123,129],minidisk:[16,43],minim:[14,50],minimum:[0,46,99,104,115,120,126,134],minor:[60,64,104,134],minor_chang:43,minu:39,minut:[27,29],miss:[14,18,21,24,35,36,38,43,50,74,78,104,134],missing_critical_updates_respons:86,missing_critical_updates_response_fil:86,missing_fixcat_updates_respons:87,missing_fixcat_updates_response_fil:87,mitig:134,mix:[21,38,58,85],mixtur:22,mlq:20,mnew:104,mnu:104,mock:[104,134],mocked_hmc_z14:134,mocked_inventori:134,mocked_vault:134,mocked_z14_class:134,mocked_z14_dpm:134,mocker:[14,50],mod:32,mode:[18,20,21,24,31,32,38,39,43,53,54,73,94,105,106,107,109,110,111,112,115,116,117,118,120,121,122,126,127,128,131,133,134],model:[37,39,106,107,108,109,110,111,112,113,115,116,118,120,121,123,126,128,129,131,133],modif:[13,43,52,94],modifi:[0,20,21,30,43,53,100,104,115],modstat:53,modul:[1,9,10,11,13,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,38,39,40,42,45,48,52,53,54,55,56,57,58,59,60,68,71,72,73,74,76,90,92,93,96,97,98,99,102,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],module_path:[14,50],module_stderr:[14,50],module_util:[13,14,43,50],moment:136,monitor:29,month:25,more:[0,4,5,6,7,8,10,12,13,15,20,21,22,25,27,28,29,31,33,34,35,36,37,43,44,52,53,60,61,64,65,73,74,82,85,86,87,88,89,90,93,94,98,99,100,104,108,109,134],most:[0,18,20,23,24,29,30,43,74,76,97,100,104],mount:[16,20,108,120,134],mount_iso:120,mount_opt:[31,43],mountpoint:[20,31],move:[31,32,134],movement:31,mozilla:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],msg:[17,20,21,24,25,27,28,29,30,31,36,39,43,52,53,54,56,57,58,59,72,79,80,81,83,85,86,87,88,89,91,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],msg_code:[27,28,29,43],msg_text:43,msg_txt:[27,28,29,43],msgclass:[27,29],msglevel:[27,29],msgprt:32,much:44,multi:[16,32,43,129],multipl:[4,6,7,8,13,14,18,21,22,25,28,32,37,43,50,53,54,55,56,57,59,76,83,91,94,125,134],must:[0,4,5,6,7,8,9,10,13,14,15,17,18,19,20,21,22,23,25,28,29,30,31,32,33,36,38,39,46,50,52,53,54,61,65,72,76,83,85,86,87,88,90,91,93,94,99,104,106,107,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135],mustgath:100,mutual:[4,6,7,8,12,17,32,38,43,52,53,60,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133],mutually_exclus:13,mv27:34,mv29:34,mv2h:34,mvscmdauth:100,mvscmdmsg:100,mvssys01:31,my_:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],my_adapter_nam:106,my_certs_dir:125,my_cpc_nam:[106,109,111,112,115,117,118,120,122,126,127,128,133],my_first_partition_nam:111,my_hba_nam:112,my_hmc_auth:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133],my_hmc_host:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],my_hmc_password:125,my_hmc_userid:125,my_image_fil:120,my_image_nam:120,my_ins_fil:120,my_lpar_nam:[115,117],my_lsd_nam:113,my_nic_nam:118,my_part_nam:122,my_partition_nam:[111,112,118,120,127,133],my_password_rule_nam:123,my_second_partition_nam:111,my_storage_group_nam:[126,127,128],my_storage_volume_nam:128,my_user_nam:129,my_user_role_nam:131,my_vfunction_nam:133,mycobol:21,mydata:22,mygrp:7,myhlq:[19,32],mypgm:32,myprog:7,myuser:[14,32,50],myvar:79,myvol1:19,myvol2:19,myworkflow:[73,90],name:[0,4,5,6,7,8,9,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,43,45,46,50,52,53,54,55,56,57,58,59,65,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],namespac:[15,93,104],nation:39,navig:[0,14,50,98],necessari:[13,52,76,94],ned:39,need:[10,13,14,20,22,23,24,25,26,30,31,32,33,36,43,50,53,56,59,61,72,73,74,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,99,104,107,111,112,115,118,125,131,133,134],neg:[7,25,29],neither:[19,21,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],nest:[4,6,7,8,13],netview:67,network:[106,115,118,120,126,134,135],network_adapter_port_uri:118,never:[43,134],newcopi:4,newcopycnt:[4,5,6,7,8],newcpc:110,newer:[43,46,60,107,116,121,134],newest:22,newli:53,newlin:[21,29,32,34,36,43],newline_sequ:[21,29,36],newslett:97,next:[73,109,115],nfs:31,nic1:[118,119],nic:[105,120,126,134],nic_list:119,nicknam:[73,83,85,86,87,88,89,90,91],nist:134,nnew:104,no_log:125,noautomov:31,nocopi:[4,5,6,7,8],nod:39,node:[0,3,9,15,16,18,22,29,35,36,38,40,43,46,51,70,72,73,74,90,93,94,100],nodeck:29,noempti:22,noeras:32,noindex:39,nolimit:29,nolist:29,non:[18,21,22,24,25,31,32,38,39,43,79,80,81,83,91,117,134],nonblock:32,none:[4,5,6,7,8,13,14,17,22,28,29,31,39,50,52,115,120,126,134],nonexist:[18,19,21],nonresid:[4,5,6,7,8],nonspan:32,nonvsam:25,nonzero:55,noqa:134,noreus:32,normal:[31,32,43,53,54,100,115,134],normal_disposit:[53,54],nosecur:31,nosetuid:31,notappl:[4,5,6,7,8],notdefin:[4,5,6,7,8],notdynam:[4,5,6,7,8],note:[0,13,14,19,22,26,27,39,44,46,50,61,92,93,94,98,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134],notext:31,noth:[108,109,134],notic:24,notif:[73,90],notifi:[27,29,94],notrequir:[4,5,6,7,8],noverifi:39,noverifyofflin:39,now:[14,20,30,43,50,104,134],nowait:31,nrd:33,nucleu:[52,53,54,57,58],number:[0,4,5,6,7,8,13,17,18,20,21,22,25,26,27,29,30,32,33,34,37,38,39,43,53,54,61,65,71,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,111,115,117,118,120,122,125,126,128,134,135],numer:[4,5,6,7,8,13,27,28,29,32,45,53,54,123],nvd:134,nvme:134,oa59461:65,oappend:32,object:[12,14,21,22,38,43,50,72,79,85,89,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134],objectid:91,obtain:[17,20,23,30,37,43,74,80,81,85,86,87,88,94,134],occasion:[43,46],occur:[4,5,6,7,8,21,31,33,34,39,43,52,58],ocopi:37,ocreat:32,oct:46,octal:[18,21,32,38],ocur:36,oexcl:32,off:[0,22,54],offer:[1,9,11,41,42,45,48,60,62,64,68,74,92,95,96,99,102],offici:[0,21,29,34,36,134],offlin:[33,39,53,54],offset:[21,22,29,32,38],often:[0,12,13,29,43,99],old:[21,29,32,53,54,134],older:[100,107,108,115,116,119,121,134],oldest:22,omessag:[117,122],omit:[4,5,8,53,73,90,106,109,112,113,115,117,118,120,122,123,126,128,129,131,133],ommit:53,omvs0000:33,omvsadm8:54,omvsadm:[27,29,31,37,59],onc:[104,120,125,126,129,134],one:[0,4,5,6,7,8,9,13,14,17,18,19,20,21,22,24,25,27,32,34,35,37,38,43,50,64,65,73,74,76,85,88,90,92,93,99,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],ones:[43,115,134],onli:[0,8,13,14,18,19,21,22,23,25,26,27,29,30,31,32,36,38,40,43,44,50,52,53,54,56,57,58,59,61,72,73,74,76,79,85,86,87,88,89,90,104,105,106,107,109,110,111,115,116,117,119,120,121,122,126,127,128,129,131,134],onlin:[39,53,58,106,111,126],online_batch:[53,54],onoctti:32,ononblock:32,onto:[31,134],opdata:33,open:[2,10,11,12,14,18,20,21,22,23,27,28,29,30,31,32,41,43,46,48,49,50,60,61,63,69,77,95,99,100,104,120],openid:93,openssh:[14,35,44,50,61,99],oper:[4,5,6,7,8,11,13,14,15,16,17,18,19,21,22,27,29,30,31,34,39,41,43,44,50,55,56,59,61,62,65,66,67,68,70,71,72,85,86,87,88,90,92,94,95,102,104,105,106,107,108,109,110,111,112,115,116,117,118,119,120,121,122,124,126,127,128,130,131,132,133,134],operand:15,operator_action_queri:43,opercmd:17,opt:31,optim:24,option:[0,4,5,6,7,8,9,12,14,17,18,20,21,22,23,26,29,30,31,32,33,35,36,37,38,39,43,44,45,50,52,53,54,55,56,58,59,61,65,73,76,82,83,90,91,93,94,104,108,109,110,115,125,131,134],orchestr:[0,92],order:[0,21,22,29,36,43,93,104,106,125,134],ordonli:32,ordwr:32,org:104,organ:[18,21,38,94],organis:104,origin:[17,21,22,23,30,31,32,36,43,57,104,115],original_nam:32,orphan:43,os_ipl_token:[115,134],os_nam:[117,122],os_setup:134,osa:[107,109,118],osd:[107,118,120],osd_128_mgmt_net2_30:[118,120],osm1:109,osm:109,osmf:[0,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,95,96,98,99,100],osync:32,other:[4,6,7,8,9,10,13,14,19,20,21,22,27,29,30,32,39,43,50,54,65,72,74,78,79,81,82,83,84,86,89,92,93,100,106,109,111,115,120,125,126,129,131,134],otherwis:[4,5,6,7,8,14,18,19,20,21,25,28,29,30,36,38,39,50,54,73,85,86,87,88,106,107,115,116,117,121,126,127,134],otrunc:32,our:[0,14,30,50,94,100,112,118,134],out1:[32,37],out2:32,out3:32,out:[0,14,23,26,32,50],outcom:55,outdataset:21,outdd:37,outfil:32,outlin:[12,21,49],output:[11,14,16,17,18,23,24,28,29,32,33,37,38,39,43,50,53,54,55,56,57,58,59,60,73,85,86,87,88,89,90,93,100,134],output_dir:36,outputfil:32,outputfilevalu:[73,90],outstand:34,over:[0,10,14,21,43,50,52,53,54,57,58,72,108,117,122,134],overal:134,overflowout:32,overlap:13,overrid:[0,4,5,6,7,8,17,18,19,20,21,22,23,24,30,31,32,38,39,43,54],overridden:0,overview:[0,14,50],overwitten:[56,59],overwrit:[19,23,113,123,129,131],overwritten:[20,24,53,85,86,87,88],own:[0,14,18,21,30,38,41,50,93,95,129,134,135],owner:[18,21,27,28,29,31,32,36,38,43,73,79,90],ownership:[18,21,31,38],owronli:32,p000a218:131,p2ss01:29,pa1:[44,46,61],pack:18,packag:[93,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],pad:[39,43],page:[0,27,31,32,39,44,45,61,97,104,134],pair:[14,36,50,56,59,60],paramet:[0,3,9,13,14,43,50,51,60,64,70,79,80,81,82,83,84,85,86,87,88,89,91,104,105,134],parametererror:134,parametr:[14,50],parent:[18,21,38,106,107,111,113,115,116,118,119,120,121,123,126,128,129,131],parm:[27,29,32],parmlib:[20,26,31],pars:[13,14,20,50,57],parsabl:60,parse_arg:13,parser:[12,13,18,21,38,58],part1:[109,119,120,131],part2:[109,131],part:[1,9,11,14,19,29,43,48,50,60,62,64,68,74,102,134],part_messag:122,parti:[71,72,73],particip:31,particular:[4,5,6,7,8,13,19,20,27,29,30,31,34,45,50,100,104],particularli:43,partit:[17,20,21,22,23,24,25,29,30,32,43,56,59,102,105,106,109,115,116,119,126,128,131,134],partition1:[119,121],partition_link_uri:134,partition_list:121,partition_nam:[111,112,118,119,127,133],pass:[4,5,6,7,8,13,14,18,21,29,30,31,36,38,43,50,56,59,72,79,83,100,109,115,120,134],passthrough:43,password:[4,5,6,7,8,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,125,126,127,128,129,130,131,132,133,134,135],password_rul:[123,124],password_rule_nam:129,password_rule_uri:129,past:[43,108],patch:[14,50,93],patched_method:[14,50],path:[13,14,17,18,20,21,23,24,29,30,31,32,36,38,43,50,56,59,67,72,79,80,81,82,83,84,85,86,87,88,89,91,93,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],path_of_security_requir:72,path_to_inventori:[14,50],path_to_modul:[14,50],pathmod:32,pathnam:[20,23,30,32],pathopt:32,pattern:[13,14,15,16,17,18,19,20,25,26,27,30,32,34,43,50,51,70,94,107,113,129,130,134],paus:[73,120,134],pax:[18,38,43],pbr:134,pchid:[107,109,134],pdir:58,pds:[14,21,22,32,38,50],pds_pattern:25,pdse:[18,20,21,22,23,24,25,29,30,32,37,38,43,53,54,56,59],pem:[4,5,6,7,8,71,72,73,90],pend:[29,115],peopl:104,pep8:[60,134],pep:134,per:[0,20,32,120,126],percent:[19,73],perform:[0,1,3,5,6,7,8,13,14,16,18,19,21,22,24,26,27,29,31,32,35,38,39,43,44,50,51,53,54,56,58,59,61,70,72,73,79,82,83,84,90,91,100,104,107,108,111,115,116,117,120,121,122,125,126,127,128,134],perform_import:[14,50],period:[2,12,21,49,63,69,90],perman:32,permiss:[14,18,19,21,36,38,43,50,72,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134],permit:[7,39,43,107,116,120,121,125,126,134],permit_ecc_key_import_funct:134,persist:[17,31,32],person:13,perspect:[107,116,121],pgm:[27,28,29,32,55],pgm_input:36,pgm_result:36,pgrjusecount:[4,5,6,7,8],ph12143:74,ph28089:32,ph41248:74,ph47050:74,ph47746:74,ph52813:74,physic:[19,29,31,39,43,52,106,111,126],pick:134,pin:134,ping:[11,13,16,100],pip3:[14,50],pip:[10,14,50,104,134],pipdeptre:134,place:[4,6,7,8,13,19,24,39,43,52,53,54,59,60,93],placement:[43,53],plai:19,plain:21,plan:20,platform:[0,4,5,6,7,8,29,46,61,92,99,102],playbook:[3,9,10,15,16,17,20,21,23,26,29,30,36,43,51,60,64,65,66,70,74,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,97,99,105,134],playbook_dir:[21,29,36],pleas:[0,19,43,61,73,74],plex1:[4,5,6,7,8,55],plex2:55,plex:[55,65],plu:[106,109,115,116,120,126,129],plugin:[0,11,14,43,50,76,92,93,97,134],point:[20,27,29,45,52,53,54,58,67,79,80,81,82,83,84,91,93,117,122],polici:62,poll:[82,83,91],pong:[5,35,100],pongalt:[4,5,6,8],pongbundle_1:5,pool:[53,54],pop:104,popul:[30,53],port:[4,5,6,7,8,13,30,61,65,67,71,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,106,112,113,115,118,120,126,128,134],portabl:[18,38],portion:39,posit:[27,28,29,30,32,43,100],posix:[14,50],possibl:[25,27,28,43,106,109,112,113,115,118,120,123,125,126,128,129,131,133,134],post2:134,post:[5,9,107,116,134],postcomp:[32,52,60],postpon:134,potenti:[4,6,7,8,19],pp0l6p:17,pprint:[14,50],practic:94,pre:[0,10,39,73,90],prealloc:20,prebuilt:52,preced:[21,29,36,52,53,54,57,58],precend:21,precomp:[32,52,60],predefin:20,preexist:53,prefer:[104,107,116,121],prefix:[18,21,22,29,32,33,36,38,117,118,120,122],prepackag:93,prepar:104,prepend:[20,43],prerequisit:[12,49,60,104,134],presenc:[35,43,134],present:[13,14,17,18,19,20,21,22,25,30,31,32,36,43,50,106,112,113,118,123,126,128,129,131,133],preserv:[18,21,22,32,35,38,43,113],pretti:104,prevent:[9,31,43,53],preview:[46,134],previou:[18,21,24,29,38,43,74,93,104,108,109],previous:[31,39,43,53,64,74,80,93,125,134],primari:[18,21,22,32,38,39,43,53,54,113],primarili:[20,30],primary_hostname_ipaddr:113,primary_j:26,primary_log_dataset:[53,54],primary_spac:43,primary_unit:[53,54],print:[14,17,21,27,29,36,50,58],print_duplicate_resourc:53,print_inserted_resourc:53,printabl:43,prior:[22,43,46,60,104],prioriti:[27,28,29,43,117,122,134],prioritis:[4,5,6,7,8],privat:[0,4,5,6,7,8,13,19,32,67,71,72,73,79,90],private_galaxi:93,private_token:93,privileg:[17,20,23,30,32],prmaabak:31,problem:[32,120,126],proc1:[27,29],proc:29,proce:[57,61,76],procedur:[29,67,93],proceed:[34,56,59],process:[12,13,14,19,20,21,22,27,29,30,32,36,37,39,40,43,49,50,53,54,56,59,67,73,82,90,93,115,120,126,134],processor:[115,120,126],procl8b:13,proclib:[13,24,53,54,58,60],procstep:[27,29],produc:[0,18,21,24],product:[0,44,46,61,65,74,76,79,100],product_mod_level:26,product_nam:26,product_own:26,product_releas:26,product_vers:[26,79],profil:[17,20,24,30,39,72,109,115],prog001:17,prog00:20,progdef:[4,5,6,7,8],program:[0,1,4,5,6,7,8,11,13,16,18,20,21,22,27,28,29,31,36,38,39,43,44,48,52,53,55,56,58,59,61,115],program_nam:[27,28,29,32],programm:[72,106,126,127,128,129],programview:58,progress:[73,93],progtyp:[4,5,6,7,8],proivd:79,project:[31,93,104,134],promot:[60,134],prompt:[65,67,71,76,79,80,81,82,83,84,90,91,117,122],prompt_text:[117,122],promptli:22,propag:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],proper:[14,32,43,50,74],properli:[46,74,76,100,134],properti:[25,43,73,74,80,90,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,123,124,126,127,128,129,130,131,132,133,134],proport:25,protect:[17,32,39,72,125],protocol:[21,24,29,35,36,38,67,93],provid:[0,3,4,5,6,7,8,9,12,13,14,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,36,37,38,43,44,50,53,54,55,57,58,61,64,65,66,67,70,73,74,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,102,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],provis:[0,14,29,50,68,70,74,76,77,78,79,80,81,84,92,94],proxi:[85,86,87,88,89],proxy_zmf_password:[85,86,87,88,89],proxy_zmf_us:[85,86,87,88,89],psb1:52,psb2:52,psb3:52,psb:[48,51,52,53,54,58],psb_lib:[52,53,54],psb_name:[52,59],psbgen02:59,psbgen:[59,60],psbgenl:59,psblib1:52,psblib2:52,psblib:[52,53,54,59],psw:[115,120],ptf:[44,60,61,65,74,86],publish:[0,74,78,83,91,104,134],pull:[104,109,115,120],punch:[27,29],pure:31,purg:[22,33,43,51],purpos:[14,50,104],push:104,put:[4,5,6,7,8,9,21],pwrule_list:124,pycodestyl:134,pycrypto:134,pyflak:134,pylint:[104,134],pypi:134,pyt:[44,46,61],pytest:[12,49,104,134],python3:[14,36,50],python:[1,9,10,11,13,14,18,34,35,36,43,46,48,50,60,74,76,99,102,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],python_path:[14,50],pythonpath:[14,50],pyyaml:134,pyz:[14,50],quaiti:134,qualifi:[13,15,17,18,19,20,21,22,23,24,25,29,30,31,32,38,39,43,67],qualifier_pattern:13,quarter:46,quasir:[4,5,6,7,8],queri:[3,4,5,6,8,11,16,34,43,55,78,108,109,115,120,134],question:19,queue:[27,28,29,43],queue_posit:[27,28,29],quickli:93,quot:[14,18,20,21,33,36,38,43,50],quotat:[14,20,33,43,50],r0101894:29,r0101895:29,ra000:29,race:[21,43],racf:17,rad:37,rain:13,rais:[0,13,14,26,43,50,100,134],ran:[14,27,28,29,50],random:[17,20,22,23,30,31],randomli:[20,21,31],rang:[4,6,7,8,28,32,39,93,111],rather:73,raw:[19,22,32,37,39,56,59,60,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],reach:[43,46],read:[14,20,23,27,29,30,31,32,39,42,43,44,45,50,53,61,72,73,90,94,96,104,120],read_onli:32,read_writ:32,readabl:[19,134],readi:[32,34],readm:[9,43,61,74,134],readonli:31,readthedoc:106,real:[27,29,134],realloc:43,realm:93,reason:[4,5,6,7,8,55],rebuild:52,receiv:[13,18,21,33,37,38,43,52,57,73,90],recent:134,recfm:[18,29,38],reclgth:32,recogn:134,recommend:[0,12,13,14,26,32,39,50,60,61,73,79,80,81,83,91,104],recon1:57,recon2:57,recon3:57,recon:57,record:[4,5,6,7,8,9,18,21,22,27,29,31,32,36,38,43,51,56,57,58,59,79,80,82,83,91,115,120,126],record_count:[4,5,6,7,8,27,29,32],record_format:[18,21,22,32,38,43,53,54],record_length:[18,21,22,32,38,53,54],records:32,recov:19,recover:19,recoveri:[17,20,30,31,32,53,54,57],recreat:[18,21,53],red:[0,1,9,11,42,46,48,60,62,64,68,74,93,94,96,97,99,102],redesign:134,redhat:[93,104,134],redirect:100,reduc:[26,43,125,134],redund:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],ref:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133],ref_dat:25,refer:[0,4,5,6,7,8,14,20,21,23,24,25,26,27,29,30,32,36,39,40,42,43,44,50,52,56,58,59,61,64,65,66,67,70,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,96,99,100,105,134],referenc:[25,30,32,54,83,91,129,131,134],reflect:43,regardless:[13,21,34,115,134],regex:[20,30,34],regexp:30,region:[4,5,6,7,8,9,10,29,53,54,58],regist:[29,35,43,72,73,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],registri:[74,79,80,82,84],regular:[20,25,30,32,34,43,107],regularli:94,reject:[115,134],rel:[21,24,29,31],relai:97,relat:[0,4,5,6,7,8,9,21,27,28,29,32,73,90,100,115,134],relatedassign:[4,5,6,7,8],relateddescript:[4,5,6,7,8],relatedscop:[4,5,6,7,8],relationship:[52,56],releas:[14,44,47,50,61,76,92,100],release_:104,release_m:104,release_not:[104,134],relev:[55,104],reli:[20,23,24,29,30,35,36,43,45,99,107,116,121,134],reload:[21,29,36],remain:[18,21,31,38,39,43,106,109,111,112,113,118,120,123,126,128,129,131,133,134],remot:[0,17,18,20,21,23,24,29,30,36,38,56,59,70,72,76,85,86,87,88,89,100,104,129],remote_cmd:36,remote_src:[21,36,38,43],remote_tmp:[36,43],remote_zmf_password:[85,86,87,88,89],remote_zmf_us:[85,86,87,88,89],remotenam:[4,5,6,7,8],remotesystem:[4,5,6,7,8],remount:31,remov:[6,9,16,18,20,21,22,29,30,31,36,43,54,74,78,79,104,120,126,134],removecnt:[4,5,6,7,8],renam:[17,20,30,31,39,43,106,134],render:[21,29,36],renov:134,repeat:0,repeatedli:[17,20],replac:[14,17,20,21,22,30,32,43,50,56,59,60,129],replace_acb:53,repli:34,replic:[32,43,113,123,129,131],repo:[104,134],report:[29,43,76,86,87,88,134],repositori:[0,5,9,32,64,74,77,93,94,97,100,134],repres:[1,4,6,7,8,11,14,20,30,45,48,50,54,62,67,68,85,86,87,88,92,102,104,108,131],represent:[45,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],repro:[21,32],req:[0,104,134],request:[0,2,4,5,6,7,8,9,10,12,14,21,22,31,32,34,43,49,50,63,69,72,74,80,82,83,85,86,87,88,89,91,104,107,108,109,110,115,116,119,121,124,127,130,132,134],requestmethod:72,requests_ca_bundl:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],requesturi:72,requir:[4,5,6,7,8,9,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,44,45,46,50,52,53,54,55,56,57,58,59,60,61,64,65,67,70,71,73,74,75,76,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,98,100,104,125,134,135],requisit:10,res820:26,rescount:[4,5,6,7,8],reserv:[0,13,120,126],reset:[31,109,115,125,134],reset_clear:[115,134],reset_norm:[115,134],resgroup:[4,5,6,7,8],resid:[4,5,6,7,8,17,27,28,29,32,39,73,85,86,87,88,90],reslib:[52,53,54,58],resolv:[0,13,24,52,53,54,58,74,86,87,134],resourc:[0,1,3,5,9,17,25,35,43,53,54,56,62,64,66,72,94,97,100,102,105,106,107,109,110,112,113,115,116,118,120,121,123,126,128,129,131,133,134,135],resource_chkp_freq:[53,54],resource_typ:25,resourceclass:72,resourceitem:72,resourceprofil:72,resp2:[4,5,6,7,8],resp:[4,5,6,7,8],resp_alt:[4,5,6,7,8],respect:[18,25,129,134],respond:[14,50,117,122],respons:[4,5,6,7,8,16,17,20,23,24,29,30,32,33,37,43,51,52,57,58,70,85,86,87,88,89,117,122],response_encod:32,ressnam:[4,5,6,7,8],rest:[1,4,5,6,7,8,9,10,21,29,36,62,65,66,67,68,72,73,74,76,85,86,87,88,89,99],restart:[34,120],restor:[11,16,36,39,43],restore_backup:43,restrict:[25,26,73,90,134],result:[3,7,13,14,16,17,18,20,21,22,24,27,28,29,30,32,33,35,36,37,38,43,50,51,52,55,56,59,72,73,85,86,87,88,90,104,107,110,115,116,117,121,122,125,129,134],result_auth:[72,73],resum:66,resver:[4,5,6,7,8],ret_cod:[27,28,29,32,43],retain:[21,32,43,54],retent:54,retri:[82,83,91],retriev:[9,11,17,18,20,21,23,26,30,31,38,43,74,78,80,85,86,87,88,134],return_cod:55,return_cont:[30,32],return_output:[29,43],return_text:[56,59],return_valu:[14,50],reus:[21,32],revert:43,review:[0,2,12,15,31,41,43,44,46,49,61,63,69,76,93,94,95,99,100,104],rexx:[11,25,35,36,37,40,43,73,90],rich:40,rid:134,right:104,rload:[4,5,6,7,8],rlse:29,rmode:29,roce:118,rocket:[61,100],role:[19,62,64,68,71,74,76,85,86,87,88,89,92,93,105,129,134],roll:22,rollback:58,root:[14,17,18,20,21,23,30,38,50,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],round:115,rout:55,routin:[19,43],rplid:[4,5,6,7,8],rrd:[21,22,32,53,54],rremov:[4,5,6,7,8],rsdnt:33,rsn:55,rst:[104,134],rsusr:13,rule1:[123,131],rule:[18,21,22,38,73,104,105,106,129,134,135],run:[2,4,5,6,7,8,9,10,11,12,16,17,19,20,21,22,28,29,30,31,37,39,43,44,45,48,49,52,53,54,55,56,58,59,61,65,73,74,76,78,79,80,81,82,83,84,90,93,97,99,104,117,122,134],runlib:20,runner:22,runth:13,runtim:[4,5,6,7,8,9,13,53,58],ruse:[4,5,6,7,8],rwx:[18,21,38],s0c4:[27,28],s0jm:[27,29],s71:109,sa_create_dynamic_resourc:66,sa_rest_api_timeout:67,sa_service_hostnam:67,sa_service_port:67,sa_service_protocol:67,saf:[72,74,76],safeti:[125,134],same:[13,18,20,21,22,23,24,26,29,31,32,36,38,43,46,53,72,73,76,90,91,93,104,125,129,134],same_workflow_inst:73,sampl:[4,5,6,7,8,9,10,15,17,20,21,23,24,25,26,27,28,29,30,31,33,34,35,36,37,39,51,52,53,54,56,57,58,59,60,64,71,72,73,74,80,85,86,87,88,89,90,93,94,100,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,134],sample2:60,sample_seq_data_set:21,samplehost:[67,79,80,81,82,83,84,85,86,87,88,89,91],samplenam:13,san:[13,126,127,128],saniti:[60,104,134],sanitis:9,sass:37,satisfi:[21,43,72,134],save:[26,29,32,53,74,79,80,81,83,89,91,109,115,120],save_acb:53,sc27:103,sca:[72,74,76],scalar:32,scan:[29,43],scenario:21,scene:[14,50],schedul:52,scheme:[4,5,6,7,8],sci:55,scope:[4,5,6,7,8,9,14,21,29,36,50,113,131],scp:[21,24,29,35,36,38],scp_extra_arg:35,scr002:32,scr013:13,scr03:25,scratch:[22,53],script:[16,20,29,37,38,40,43,44,61,73,90,134],sdesc:67,sdfhauth:17,sdfjauth:17,sdfsmac:[29,56,59],sdfsresl1:52,sdfsresl2:52,sdfsresl:[52,53,54,57,58],sdk:[0,43,46,60,99,100],sdsf:43,se_vers:[110,116,121],seamless:[0,92],search:[13,21,25,32,36,38,43,46,74,78,93,113],search_distinguished_nam:113,search_software_updates_respons:88,search_software_updates_response_fil:88,sec:[7,27,29,43],second:[9,13,29,33,43,67,82,83,90,91,104,108,109,115,126],secondari:[18,21,22,32,38,43,53,54],secondary_log_dataset:53,secondary_unit:[53,54],secret:[129,134],sect:29,section:[4,5,8,12,13,14,27,28,29,43,44,49,50,53,54,60,93,94,99,104,134,136],secur:[21,24,29,31,36,38,43,60,70,74,76],secure_boot:134,secure_execut:134,see:[0,2,4,5,6,7,8,10,12,13,22,29,49,61,63,69,93,100,104,109,110,115,116,126,129,134],seen:43,segment:[25,43,52,53,54,56],segment_chkp_freq:53,select:[0,14,19,25,38,43,46,50,53,54,94,98,99,104,111,120,126],select_properti:[109,115,120,134],selector:[120,126],self:134,semant:[93,104],semicolon:[37,43],semver:104,send:[18,43,104],senseg:52,sensit:[4,5,6,7,8,18,21,22,31,38,43,52,85,90,123],sent:[4,5,6,7,8,32,38,117,120,122],separ:[20,25,93,94,120,125,134],seq:[17,18,21,22,25,32,38,53,54,56,59],sequenc:[21,29,32,36,117,122,125],sequence_numb:[117,122],sequenti:[17,18,20,21,22,23,24,25,29,30,32,56,59],ser:29,seri:[27,28,29,45,93],serial:[13,17,21,29,39,53,54],serv01:31,serv02:31,serv03:31,serv04:31,serv:12,server:[0,31,62,65,66,67,70,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,97,99,100,105,108,120,126,129,134],server_list:93,servic:[11,18,20,21,23,24,27,28,29,30,31,32,36,38,42,43,44,45,56,59,61,66,67,68,73,74,76,78,81,82,84,86,87,88,89,90,94,96,102,103,104,129,135],session:[14,50,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134],session_id:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],set:[0,4,5,6,7,8,10,11,12,13,14,16,17,20,21,23,24,26,27,28,29,30,31,32,33,34,36,37,39,40,43,44,47,50,52,53,54,56,57,58,59,60,61,76,78,86,87,88,93,99,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],set_dynam:17,set_fact:[20,80],set_stat:17,setgid:31,setprog:17,setuid:31,setup:[43,53,76,134],setuptool:134,sever:[14,29,43,50,70,78,105,134],sftp:[21,24,29,35,36,38,100],sg1:[120,126],sga1:127,sha256:[21,24],share:[20,21,22,29,30,31,36,43,53,78,115,120,126,129],share_mod:53,shareopt:32,sharestatu:[4,5,6,7,8],shell:[14,20,26,30,36,46,50,60,61,73,90,100,104],shorter:43,shortli:134,should:[13,14,18,19,20,21,22,23,24,25,29,30,31,32,33,35,36,38,43,50,53,54,73,74,76,104,107,116,117,121,122,125,134],shouldn:[14,50],show:[0,10,27,33,36,55,93,104,115,134],shown:[4,5,8,27,28,29,79,80,81,83,85,86,87,88,89,91,104,115,120],shr:[20,21,22,29,30,32,37,43,53,54],shrd:[27,29],shutdown:31,side:14,sign:[19,134],signifi:21,similar:[16,32,51,70,94,123],similarli:[14,32,50],simpl:[18,38,134],simplex:39,simplifi:[14,50,66,134],simul:58,simultan:[0,20,22,30,43],sinc:[19,22,32,45,60,73,104,125,134],singl:[4,5,6,7,8,14,18,19,22,30,32,33,37,50,55,56,57,59,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],site:[0,9,74,104],situat:[13,31,32,94],six:[4,5,6,7,8,17],size:[14,18,19,21,22,24,25,27,29,32,33,36,38,39,43,50,53,54,126,128],skelet:57,skip:[36,39,73],slack:104,slack_hook:104,slightli:30,slot:[27,29],smaller:18,smf000i:[27,29],smf_name:26,smp:78,sms:17,sms_data_class:[18,21,22,32,38],sms_manag:39,sms_management_class:[18,19,21,22,32,38],sms_storage_class:[18,19,21,22,32,38],smss:[4,5,6,7,8],snippet:13,socket:[64,67],softar:79,softwar:[68,74,76,78,85,89,94,98,99],software_instance_nam:[85,86,87,88],software_instance_uuid:[85,86,87,88],software_management_csi_query_cicdtest1:85,software_management_reports_cicdtest1:[86,87,88],software_management_system_uuid_cicdtest1:89,software_typ:79,sole:[14,50],solut:[41,92,95,134],some:[14,17,18,20,21,22,24,25,30,31,32,39,43,44,50,52,53,54,56,58,59,73,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],somedirectori:20,somefil:[24,30,56,59],somefile1:56,somefile2:56,someobject:[14,50],sometim:[53,54,55,57,58],someus:31,sort:32,sortin01:32,sortin02:32,sortout:32,sortpgmoutput:32,sound:[117,122],sound_alarm:[117,122],sourc:[0,17,18,20,21,23,24,29,30,31,32,35,38,40,41,43,45,56,59,92,93,95,104],source_memb:[56,59],source_nam:[56,59],space:[0,4,5,6,7,8,18,19,20,21,22,27,28,29,32,36,38,39,43,53,54,94],space_primari:[18,21,22,32,38,43],space_secondari:[18,21,22,32,38],space_typ:[18,19,21,22,32,38,43],spack:18,spe:65,special:[9,18,20,21,29,30,32,33,34,36,38,39,111,123],special_nam:13,special_names_get_uppercas:13,specif:[14,18,21,25,26,27,32,33,38,42,43,44,48,50,52,54,55,59,61,74,76,78,79,82,83,85,91,93,96,98,99,100,104,105,107,108,111,115,116,119,120,121,126,134],specifi:[0,4,5,6,7,8,9,10,13,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,36,37,38,39,43,52,53,54,55,56,57,58,59,67,72,73,76,79,80,81,82,83,84,85,86,87,88,89,90,91,93,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],speed:[32,134],sphinx:[104,134],sphinxcontrib:134,spool:[27,29,43,73,90],sql:[21,51],sql_input:58,srb:[27,29],src:[18,20,21,23,24,29,30,31,36,37,38,43,56,59],src_encod:32,src_param:31,srcmem:21,ssc:[109,115,118,120,126],ssc_dns_server:134,ssc_ipv4_gatewai:134,ssc_ipv6_gatewai:134,ssgmcp_5:[4,5,6,7,8],ssh:[0,10,35,76],ssh_modul:35,ssl:[4,5,6,7,8,113],sso:93,stabl:[104,106,134],stable_:104,stable_m:[104,134],stack:43,stage:[53,58,72],stand:[4,5,6,7,8,9,10],standard:[21,24,29,36,38,53,54,56,58,59,104,114,123,124,129,130,132,134],start:[7,14,20,21,22,25,27,29,30,35,36,43,50,67,73,74,82,90,92,93,97,109,115,117,120,126,134],start_:104,start_m:104,start_partit:134,state:[4,5,6,7,8,14,17,18,20,21,22,28,30,31,39,43,50,72,73,79,106,108,109,111,112,113,115,118,120,123,125,126,127,128,129,131,133,134],statement:[14,17,21,27,29,32,36,43,50,51,52,53,54,57,73,76,90,91,134],statist:[27,29],statu:[4,5,6,7,8,16,23,27,29,31,32,33,43,53,54,55,56,57,59,72,73,90,104,106,107,109,110,111,115,116,120,121,126,127,134],status:[43,120,134],status_group:32,stc00143:54,stc01533:34,stc01537:34,stc02560:27,stc:[27,28],stderr:[17,20,21,24,25,31,32,35,36,43,53,54,56,58,59,100],stderr_lin:[21,24,31,36],stdout:[17,20,21,24,25,31,32,36,43,56,59],stdout_lin:[21,24,31,36],step0001:[27,28,29],step1:54,step:[14,27,28,29,32,50,56,73,74,90,104,108],step_cc:[27,28,29],step_nam:[27,28,29,73],step_numb:73,step_titl:73,steplib:[52,53,54,57,58],stepnam:[27,29,73],stgadmin:[39,72],still:[43,73,104,134],stl1:[27,29],stmt:29,stop:[27,29,37,43,55,73,77,82,109,120,134],stop_partit:134,stor:32,storag:[17,18,19,21,22,24,32,36,38,39,53,54,105,106,108,109,112,115,120,131,134],storage_class:[53,54],storage_group:[126,131],storage_group_attach:127,storage_group_nam:[127,128],storage_group_templ:131,storage_group_uri:134,storage_volum:128,storageadmin:131,store:[4,5,6,7,8,18,19,22,24,31,32,38,39,53,57,67,94,100,115],store_status_ind:[115,134],str:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,50,52,53,54,55,56,57,58,59,60,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],strategi:[0,92],stream:[21,24,32],streamlin:76,street:13,string:[4,5,6,7,8,13,14,18,21,22,24,25,29,31,32,34,36,37,38,43,45,50,55,60,73,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],strip:[21,29,36],strong:[71,72,73],structur:[14,37,50,52,55,78,125,134],style:[26,32],sub:134,subdirectori:43,subentri:85,subgroup:37,subgroup_info:55,subject:[21,43,88,131],submiss:[27,28,29,43],submit:[11,16,33,37,40,43,51,54,73,90],subopt:43,subscript:94,subsequ:[17,20,73,90,134],subset:[4,5,6,7,8,26,60,107,109,110,114,116,119,121,124,130,132,134],substep3:73,substitut:[29,33],substr:34,subsystem:[17,18,27,29,38,67,94,115,126,127,128],succe:[100,104,108,109,134],succeed:[43,71,104],succesfulli:57,success:[4,5,6,7,8,17,18,20,21,22,23,24,25,27,28,29,30,31,32,33,34,35,38,52,56,59,71,72,73,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],success_count:[4,6],successfulli:[4,6,22,24,31,32,104],sudo:134,suffici:[117,122,129],suffix:104,summari:29,supplementari:[42,96,97],suppli:[4,5,6,7,8,14,22,32,50,71,72,73,90],support:[1,4,5,6,7,8,9,11,13,14,18,20,21,23,24,25,29,30,32,34,36,38,39,43,44,45,48,50,52,53,54,56,58,59,60,61,62,68,71,72,73,74,76,82,90,92,98,99,104,105,106,111,120,134],supprt:134,sure:[0,18,36,100,104],surround:[20,31],sv1:128,svc:[52,53,54,58],svc_class:[27,28,29],svllab01:26,svplex1:26,sy1:73,symbol:[18,21,29,33,38,45,56,59],sync:[104,134],syntax:[20,43,85,86,87,88,89,93,94,106,109,112,113,115,118,120,123,126,128,129,131,133,134],sys1:[20,31,32,56,59],sys20073:29,sys:[14,26,50],sys_lib:[56,59],sys_nam:26,sysabend:53,sysaff:29,sysctlg:37,sysda:29,sysexec:36,sysin:[27,29,32],syslib:29,syslin:29,syslmod:29,sysmod1:88,sysmod2:88,sysmod3:88,sysmod:[74,86,87,88],sysnam:31,sysout:[27,29,32],sysplex:[31,76,79,115],sysplex_nam:[26,79],sysprint:[27,29,32],sysr:17,system:[0,1,4,5,6,7,8,11,14,16,17,18,19,20,21,22,23,24,25,27,28,29,30,32,33,34,36,37,38,39,43,45,50,52,53,54,55,56,58,59,64,65,66,67,73,74,76,78,79,80,81,82,83,84,85,86,87,88,90,91,93,94,103,104,106,107,109,110,111,112,113,115,116,117,118,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135],system_nam:79,system_nicknam:[83,85,86,87,88,89,91],systems_nam:[79,91],systems_nicknam:83,sysut1:[27,29,54],sysut2:[27,29],sysut3:52,sysut4:52,syszd6:26,t043jm:[27,29],t12345:17,t125008:29,tabl:[4,5,6,7,8,22,39,43,46,83,91,104],tag:[21,31,43,61,104,134],tag_ccsid:[31,43],tag_untag:[31,43],tailor:94,take:[13,18,21,24,29,32,43,52,53,54,57,58],taken:[22,25],takeov:31,tape2:31,tape_link_uri:134,tar:[17,18,20,21,23,30,31,38,43,93,104],tarfil:18,target1:59,target2:[56,59],target3:59,target4:[56,59],target:[0,3,4,5,6,7,8,12,13,14,16,19,21,26,27,28,29,35,37,38,39,43,50,51,52,53,54,55,56,57,58,59,61,67,70,73,76,79,80,81,82,83,84,85,90,91,99,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134,135],target_userid:72,targetassign:[4,5,6,7,8],targetdescript:[4,5,6,7,8],task:[0,1,3,10,11,16,17,20,21,22,23,24,29,30,36,39,43,44,48,51,53,61,62,64,65,67,68,70,71,73,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,97,99,100,105,106,108,109,111,112,113,114,115,117,118,120,122,123,124,126,127,128,129,130,131,132,133,134],tbd:46,tcp:[4,5,6,7,8,27],tcpip:27,team:[94,100,104],tell:[14,50],temp_acb_dataset:53,temp_backup:19,temp_volum:19,tempdir:60,templat:[0,15,17,20,21,29,36,43,62,64,67,74,78,83,129,130,131],template_paramet:[21,29,36],templatenam:67,tempnam:29,temporari:[0,14,17,18,19,20,21,22,23,24,30,31,32,36,38,39,43,50,134],temporarili:[19,21,22,24,29,36,38,134],tenant:83,tenant_nam:83,tend:100,terabyt:25,term:[94,99,106,107,108,109,110,111,112,113,115,116,118,120,121,123,126,128,129,131,133],termin:[21,29,31,32,53,54,120,134],termuacc:37,ters:[18,38,43],terse_pack:[18,43],test01:[14,50],test1:[14,23,38,50],test2:38,test:[2,18,19,20,21,22,23,24,25,29,30,32,37,38,42,43,46,60,96,113,131,134],test_config:[14,50],test_create_dataset_arg_expans:[14,50],test_create_dataset_exception_receiving_nam:[14,50],test_create_dataset_missing_all_arg:[14,50],test_create_dataset_missing_second_arg:[14,50],test_create_dataset_various_arg:[14,50],test_data:[14,50],test_dataset_cr:[14,50],test_partit:104,test_us:113,test_zhmc_adapter_list:134,test_zhmc_partit:134,test_zhmc_password_rul:134,test_zhmc_sess:134,test_zhmc_us:134,testcas:[60,104,134],testdata:23,testdb:57,testdsn:[14,50],tester:[14,29,50],testhmc:[104,134],testinventori:134,testnam:[13,14,50],testopt:104,testpgm:21,testus:37,testusr:39,testutil:134,testvault:134,text:[4,5,6,7,8,20,21,29,31,32,33,34,35,43,55,58,72,104,117,122,129,134],textual:[11,16],tfs:31,than:[4,6,7,8,18,21,23,24,25,28,29,31,37,39,43,53,73,104,115,117,122,126,134],thei:[0,13,14,15,17,18,19,21,22,24,31,33,38,43,50,61,70,134],them:[10,13,18,21,29,32,34,36,43,54,79,83,94,99,104,111,134,135],therefor:[10,14,15,17,32,41,50,74,76,95],thi:[0,1,2,4,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,43,46,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,67,68,69,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,102,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],thin:[14,50],thing:104,third:[71,72,73],those:[0,10,25,38,70,74,86,109,115,120,131,134],though:[21,31,43],thread:[120,126],three:25,through:[1,11,20,21,22,24,27,28,29,30,36,43,48,52,62,68,73,92,102,104,129],throughout:43,thu:[21,24,29,36,38,46,61,99,120,134],time:[4,6,7,8,13,14,18,25,26,27,28,29,32,33,39,43,46,50,56,59,73,82,83,90,91,107,109,115,116,117,120,121,122,129,134],time_stamp:54,timeout:[9,64,67,108,109,115,120,126,129,134],timer:115,timestamp:[17,20,21,23,30,31,53,54,117,122],tinad:25,tip:[12,49],titl:73,tke:111,tmp:[0,18,19,20,21,24,25,30,31,32,36,38,43,56,59,79,80,81,83,85,86,87,88,89,91,100],tmp_hlq:[17,18,19,20,21,22,23,24,30,31,32,38,39,43],tmp_path:43,tmphlq:[17,18,19,20,21,22,23,24,30,31,32,38,39],to_csdgroup:4,to_encod:[23,43],to_expand:[14,50],todai:104,togeth:[25,27,29,41,92,95,109,115,120],token:[0,71,72,73,93,115],toler:[113,125,134],tool:134,toolkit:35,top:[15,18,104],topic:[0,31,85,86,87,88,89,94,104],total:[29,34,82,83,91,106,126],tower:0,trace:43,traceback:43,track:[39,43],tracker:104,tradit:[61,94],trail:[19,21,29,34,36,43],tran:55,transact:55,transfer:[21,24,29,35,36,38,40,45,100],transform:15,transid:[4,5,6,7,8],transit:134,transmit:18,transport:18,travers:[24,43],travi:134,treat:[21,29,32,35,36,56,59],tree:[18,21],tri:134,trigger:[43,126],trim_block:[21,29,36],trk:[18,19,21,22,32,38,39],troubleshoot:[92,134],truncat:[21,23,32],trust:[4,5,6,7,8],tso:[11,16,25,36,43],tsocmd_to_issu:[73,90],tstre:57,tsu:28,tuesdai:[13,27],tupl:111,turn:0,two:[13,14,18,19,20,25,32,36,50,52,53,56,66,111,134],txt:[9,14,18,20,21,30,32,36,38,50,104,134],type:[4,5,6,7,8,12,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,43,48,50,52,53,54,55,56,57,58,59,60,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],type_2_data:55,typeerror:[14,50,134],typic:[12,14,30,50,76],typrun:[29,43],u0026mbr:29,u00270000:39,u0027:[21,24,27,29,31,39],u0027hello:[27,29],u0027i:31,u0027object:29,u0027sourc:31,u0027un:24,u0027us:24,u0027xref:29,udx:111,ui66511:74,ui66512:74,ui70435:60,uid:[21,31],unabl:[43,100],unaccept:[110,115,116,120,121,126],unarch:[16,18,43],unarchiv:[38,43],unassign:126,unauthent:[4,5,6,7,8],unauthor:[32,43,52],uncatalog:[20,21,22,23,24,25,29,30,31,32,43,53],uncatalogu:43,uncatlg:[43,53,54],unchang:[30,31,39,106,109,111,112,113,118,120,123,126,128,129,131,133],uncompress:[38,117,122],uncond:53,uncondition:53,unconfigur:[106,134],undefin:21,under:[0,4,5,6,7,8,14,15,18,26,27,43,50,57,82,93],undercov:72,undergo:99,underli:[21,24,29,32,36,38,46],underscor:[60,106,107,109,110,112,113,115,116,118,119,120,121,123,124,126,128,129,130,131,132,133,134],understand:[43,94,97,100,104],understood:31,undo:[14,50],undocu:43,unew:104,unexpect:[18,21,38,43],unformat:57,unformatted_output:57,unicod:[45,134],unicodedecodeerror:100,unidentifi:43,unifi:[0,41,92,95,134],uniform:56,uniqu:[20,21,27,28,29,31,32,43,67,73,83,89,91,117,122],unit:[12,18,19,21,22,29,32,33,38,39,49,53,54,93,104,115,120,126,128],unittest:[14,50],unix:[11,18,19,20,21,23,24,29,30,31,32,36,38,43,45,56,59,73,90],unknown:[4,5,6,7,8,33,72,93],unless:[18,21,29,32,33,34,36,38,46,52,58,93,115,126,127],unlik:15,unmanag:[110,134],unmount:[31,134],unmount_iso:120,unmount_opt:[31,43],unnecessari:[12,13,32,43,134],unord:32,unpack:[18,38,43],unpin:134,unqualifi:25,unrel:[117,122],unspecifi:[18,21,38],unsuccess:93,unsupport:26,untag:[31,44,61],until:32,untrust:113,unusu:134,unvers:104,upb:32,updat:[1,3,5,9,13,17,20,22,30,31,43,53,54,55,60,64,72,74,78,94,100,104,105,107,109,112,113,115,116,118,120,123,126,128,129,131,133,134],update_paramet:8,update_retention_criteria:54,upgrad:[100,108,109,134],upgrade_timeout:[108,109,134],upload:[104,134],upon:89,upper:[13,43],uppercas:[43,85],uppercase_str:13,upstream:104,uri:[64,72,106,109,111,113,115,118,120,123,126,128,129,131,134],url:[4,5,6,7,8,73,90,93,104,134],urole_list:132,usag:[0,4,5,6,7,8,13,15,43,60,111,120,126,128,134],usage_domain:111,usb:108,use:[0,4,5,6,7,8,10,12,14,17,18,19,21,22,24,29,30,31,32,33,35,36,38,39,43,50,53,54,57,61,66,72,73,74,78,92,93,94,97,99,100,104,107,113,116,121,125,134],use_adrdssu:[18,38],use_qualifi:24,use_regex:34,use_templ:[21,29,36],useagelstat:[4,5,6,7,8],usecount:[4,5,6,7,8],used:[0,3,4,5,6,7,8,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,31,32,33,36,38,39,40,43,45,50,51,52,53,54,56,57,58,59,60,65,66,67,70,71,72,73,74,76,79,80,81,82,83,84,85,86,87,88,89,90,91,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],usefetch:[4,5,6,7,8],useful:[20,30,97],user03:29,user1:129,user:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,29,30,31,32,36,37,38,39,40,43,50,54,55,58,67,71,72,73,74,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,104,105,107,108,114,116,121,134,135],user_list:130,user_nam:100,user_pattern_nam:129,user_pattern_uri:129,user_rol:[129,131,132],user_role_nam:129,user_to_list:[73,90],userexeckei:[4,5,6,7,8],userhlq:24,userid:[27,29,85,86,87,88,89,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],userlib:[25,57],usernam:[14,19,22,50,67,71,72,73,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],uses:[0,14,18,21,24,27,29,36,38,39,40,50,79,80,81,83,91,104,125,134],using:[4,5,6,7,8,9,10,14,15,16,18,19,20,21,22,24,25,28,29,30,31,32,33,35,36,37,38,39,43,46,50,52,53,62,70,75,76,79,80,81,82,83,84,85,86,87,88,89,91,93,104,105,106,109,112,115,118,120,125,131,133,134],usr0010:17,usr:[13,14,36,50,100],uss:[14,17,18,20,21,23,24,25,29,30,31,32,38,43,45,50,56,59,64,67],usual:[0,27,31,70],utf:[13,21,29,43,45,100],util:[0,10,11,14,20,23,24,27,28,29,30,32,43,46,48,50,52,53,54,57,58,59,60,61,100],uuid:[74,78,85,86,87,88,126,128],v15:61,v2r2:45,v2r3:[14,46,50,60,61,74,76,77],v2r4:[46,60,74],v2r5:74,v2rx:46,v3r8:[14,50],v5r3m0:17,v7k:112,valid:[4,5,6,7,8,9,12,13,14,18,19,21,22,24,25,29,31,32,34,36,38,43,50,53,54,58,70,73,74,76,85,104,106,120,125,126,134],validate_checksum:24,validatedid:72,valu:[3,9,12,13,14,19,43,50,51,60,64,67,70,74,79,80,81,82,83,84,85,86,87,88,89,90,91,94,134],value1:[14,50,91],value2:[14,50,91],value3:[14,50],value_specified_in_no_log_paramet:129,valueerror:13,var1:[79,80,82,83,91],var1_valu:[79,82,83],var2:[79,91],var2_valu:79,varaibl:90,vari:[0,17,18,21,22,32,38,39,41,43,45,56,94,95,99],variabl:[0,4,5,6,7,8,9,13,14,17,18,20,21,22,24,26,29,30,32,36,38,43,50,53,61,72,73,93,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],variable_end_str:[21,29,36],variable_start_str:[21,29,36],variant:104,variou:[53,54,58,74,79,82,83,91,94,102],vars_fil:[67,78],vars_prompt:[67,71],vault:134,vba:[18,21,22,32,38,53,54],vcat:37,vendor:[73,79],vendor_nam:79,verbos:[21,24,32,33,43,58,94,104],verif:[4,5,6,7,8,17,20,30,39,134],verifi:[13,24,35,39,72,100,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],verify_offlin:39,verify_volid:39,verify_volume_empti:39,verison:134,version:[4,5,6,7,8,14,18,20,21,23,24,26,29,30,44,45,46,50,54,61,72,73,79,90,98,99,100,103,107,108,110,116,120,121,126,131],version_ad:134,version_numb:54,vfm:115,vfunction1:133,vhba_cpca_sg_mgmt12:126,via:[4,5,6,7,8,9,68,104,107,110,112,116,119,121,124,129,130,132,134],video:97,view:[0,14,46,50,53,73,98,104,117,122,131],view_onli:131,vio:32,virt:[27,29],virtual:[39,102,104,105,112,118,120,126,134],virtual_funct:133,virtual_switch_uri:118,visibl:[21,79,104,135],visit:[0,44,61,97],vlan:[118,120],vlan_typ:134,vm_name:26,vol033:21,vol:[17,29],volid:39,volser:[29,33,39,43],volstat:33,volum:[11,13,16,17,21,22,25,29,32,38,43,53,54,85,86,87,88,105,120,126,134],volupt:134,voluptu:134,vsam:[18,21,22,23,24,25,32,38,39,43,57],vsamdset:37,vtoc:[39,43],vtoc_siz:39,vuln:134,vulner:134,vvd:39,vvv:[31,94],vvvv:[21,24,94],wai:[0,10,21,29,36,43,78,93,109,115,120,134],wait:[29,31,32,33,43,73,82,83,91,104,108,109,126,134],wait_for_transition_complet:134,wait_time_:[29,33,43],want:[18,20,22,30,43,54,67,93,94,100,104],warn:[14,27,29,35,43,50,93,94,134],weakli:73,weather:13,web:[35,42,71,72,73,96,102,103,104,129,135],webhook:104,webspher:[79,81,82,83,84],week:25,weekli:104,weheth:110,weight:[115,120,126],welcom:20,well:[0,20,21,29,30,32,36,43,54,55,57,61,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],were:[13,18,27,28,29,31,33,34,43,52,54,58,60,111,115,131,134],what:[22,31,32,39,43,70,73,93,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],wheel:134,when:[2,4,5,6,7,8,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,43,46,49,50,53,54,56,59,63,65,69,71,72,73,75,76,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,99,104,109,111,112,113,115,117,118,120,121,122,123,125,126,128,129,131,133,134],whenev:[31,104],where:[10,13,14,18,19,21,22,23,24,27,28,29,31,32,34,36,38,43,50,53,54,56,60,65,67,79,80,81,83,85,86,87,88,89,91,94,112,113,115,117,118,120,122,123,126,128,129,131,133,134],whether:[0,4,5,6,7,8,13,20,21,22,24,29,30,31,32,36,38,43,52,54,72,73,79,90,100,104,110,115,116,117,120,121,122,126,127,129,131,134],which:[4,5,6,7,8,9,13,14,18,19,20,21,22,23,24,25,29,30,31,32,34,36,38,43,50,52,53,54,55,57,58,59,60,61,64,67,71,72,73,74,76,85,86,87,88,90,93,94,99,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134],whitespac:60,who:[17,20,23,27,28,30,72,74,79,83],whoneedsaccess:72,whose:[19,25,34,119,120],why:104,wide:[115,120,126,128],wider:92,wih:28,wild:43,wildcard:[4,6,7,8,18,21,25,28,34,43,54],win:134,window:99,winmvs2c:[4,5,6,7,8],with_:20,within:[0,25,27,28,29,43,45,55,56,58,59,104,106,109,111,112,113,118,120,123,126,127,128,129,131,133,134],without:[11,13,14,17,18,20,21,24,27,32,38,43,50,52,53,54,56,58,59,93,94,134],won:0,word:[25,115],work:[14,21,27,29,30,36,43,50,53,74,93,94,100,104,134],workaround:43,workflow:[0,68,70,74,76,77,78,92,104,134],workflow_access_typ:[73,90],workflow_account_info:[73,90],workflow_assign_to_own:[73,90],workflow_categori:73,workflow_com:[73,90],workflow_complet:73,workflow_def:[73,90],workflow_delete_completed_job:[73,90],workflow_failed_step:73,workflow_fil:[73,90],workflow_file_system:[73,90],workflow_host:73,workflow_job_stat:[73,90],workflow_kei:73,workflow_nam:[73,90],workflow_notification_url:[73,90],workflow_own:[73,90],workflow_perform_subsequ:[73,90],workflow_resolve_conflict_by_us:[73,90],workflow_resolve_global_conflict_by_us:[73,90],workflow_sample_automation_step:[73,90],workflow_step_nam:[73,90],workflow_var:[73,90],workflow_vars_fil:[73,90],workflow_vendor:73,workflow_wait:73,workload:115,world:[13,20,27,29,115,120,126,128],worri:[14,50],would:[13,14,18,21,24,27,28,32,33,38,43,50,54,60,93,100,117],wrap:[14,50,117,122],wrapper:[14,50],write:[21,22,23,31,32,44,54,58,61,85,86,87,88],write_onli:32,writeabl:[106,109,112,113,115,118,120,123,126,128,129,131,133,134],written:[1,11,21,23,24,31,32,35,38,48,53,54,62,94,102,134],wrong:43,www:[4,5,6,7,8,20,85,86,87,88,89],xiaopin:7,xmit:[18,38,43],xmit_log_data_set:[18,38],xml:[4,5,6,7,8,73,90],xmltodict:10,xref:29,xxx:[79,80,81,83,85,86,87,88,89,91,100],xyz:[25,125],yaml:[14,18,21,25,32,38,43,50,64,67,94,106,109,112,113,115,118,120,123,126,128,129,131,133,134],yds7ujxqrd3h8v5wxq9pf1yptztq4jzrozn3xqkf26zicxghc7mdzgycmca:71,year:[25,46],yes:[23,30,67,100],yet:[32,104,134],yield:[27,28],yml:[14,50,79,80,81,82,83,84,85,86,87,88,89,91,93,104,134],you:[0,2,4,6,7,8,10,12,13,14,16,17,18,20,21,22,23,24,25,29,30,31,32,35,36,38,39,43,45,46,49,50,52,53,54,57,61,63,67,69,70,73,74,76,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,97,99,100,104,105,107,108,116,121,134],your:[0,4,5,6,7,8,10,14,20,21,38,39,43,44,50,53,58,61,66,67,71,72,73,76,78,90,93,94,97,100,104],your_password:71,your_usernam:71,yqchen:[4,5,6,7,8],z114:134,z13:[112,115,116,120,121],z14:[112,115,120,126,127,128,134],z15:134,z16:134,z196:134,z_ansible_collections_sampl:134,z_python_interpret:[14,50],zaa:129,zawar:115,zbc12:134,zec12:134,zero:[7,18,21,27,28,29,32,38,43],zeroiz:106,zfs:[22,31],zhmc:[104,113,120,131,134],zhmc_adapt:[105,107,120,134],zhmc_adapter_list:[105,106,134],zhmc_consol:[105,134],zhmc_cpc:[105,134],zhmc_cpc_list:[105,125,134],zhmc_crypto_attach:[105,134],zhmc_hba:[105,120],zhmc_inventori:134,zhmc_ldap_server_definit:[105,134],zhmc_ldap_server_definition_list:[105,134],zhmc_lpar:[105,134],zhmc_lpar_list:[105,134],zhmc_lpar_messag:[105,134],zhmc_nic:[105,119,120,134],zhmc_nic_list:[105,134],zhmc_partit:[105,112,118,121,133,134],zhmc_partition_list:[105,120,134],zhmc_partition_messag:[105,134],zhmc_password_rul:[105,134],zhmc_password_rule_list:[105,134],zhmc_session:[105,134],zhmc_session_modul:[106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133],zhmc_storage_group:[105,120,134],zhmc_storage_group_attach:[105,126,134],zhmc_storage_volum:[105,134],zhmc_test_lsd_1:113,zhmc_test_role_1:131,zhmc_user:[105,134],zhmc_user_list:[105,134],zhmc_user_rol:[105,134],zhmc_user_role_list:[105,134],zhmc_vault:134,zhmc_virtual_funct:[105,120],zhmcclient:[104,106,134,136],zhmcclient_mock:134,ziip:115,zinventori:[14,50],zip:[18,38,43],zmf_authent:[70,72,73,74],zmf_bodi:[79,83],zmf_cpm_create_software_inst:[74,76,78],zmf_cpm_get_software_inst:[74,76,78],zmf_cpm_list_software_templ:[74,76,78],zmf_cpm_manage_software_inst:[74,76,78,79,83],zmf_cpm_provision_software_servic:[74,76,78,82,84],zmf_cpm_remove_software_inst:[74,76,78,79,83],zmf_credenti:[72,73],zmf_crt:[71,72,73,90],zmf_host:[71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91],zmf_kei:[71,72,73,90],zmf_password:[71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91],zmf_port:[71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91],zmf_sca:[70,74,76],zmf_swmgmt_csi_queri:[74,78],zmf_swmgmt_identify_missing_critical_upd:[74,76,78],zmf_swmgmt_identify_missing_fixcat_upd:[74,76,78],zmf_swmgmt_search_software_upd:[74,76,78],zmf_swmgmt_system_uuid:74,zmf_swmgmt_zos_system_uuid:[78,85,86,87,88],zmf_user:[71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91],zmf_workflow:[70,74,76,90],zmf_workflow_complet:[74,76,78],zmf_zmsc_run_management_servic:[74,76,78],zmsc:76,zoa:0,zoau:[10,14,17,19,20,26,27,28,29,30,31,43,50,52,60,100],zoau_dir:20,zoau_hom:[14,50],zoau_root:[14,50],zoautil:[14,50],zoautil_dir:[14,50],zoautil_pi:[14,50],zone:85,zoneindex:85,zos:[85,86,87,88,89,93,100],zos_apf:[16,43],zos_arch:[16,38,43],zos_backup_restor:[16,39,43],zos_blockinfil:[16,43],zos_copi:[16,18,24,29,36,38,40,43],zos_data_set:[0,16,20,21,24,25,31,32,43],zos_dataset:[14,50],zos_datset:[14,50],zos_encod:[16,43],zos_encode_out:23,zos_fetch:[16,18,21,40,43],zos_find:[16,43],zos_gather_fact:[16,43],zos_job_output:[16,43],zos_job_queri:[0,16,43],zos_job_submit:[16,40,43],zos_lineinfil:[16,43],zos_mount:[16,43],zos_mvs_raw:[0,16,43],zos_oper:[16,34,43],zos_operator_action_queri:[16,43],zos_p:[16,40,100],zos_raw:32,zos_script:[16,40,43],zos_ssh:100,zos_system_uuid_respons:89,zos_tso_command:[16,36,43],zos_unarch:[16,18,40,43],zos_volume_init:[16,43],zosmf:[71,72,73,85,86,87,88,89,90]},titles:["General","z/OS CICS","Contributing","Modules","cmci_action \u2013 Perform actions on CICS and CICSPlex SM resources","cmci_create \u2013 Create CICS and CICSPlex SM definitions","cmci_delete \u2013 Delete CICS and CICSPlex SM resources","cmci_get \u2013 Query CICS and CICSPlex SM resources and definitions","cmci_update \u2013 Update CICS and CICSPlex resources and definitions","Releases","Requirements of managed nodes","z/OS Core","Contributing","Features","Prerequisites","Filters","Modules","zos_apf \u2013 Add or remove libraries to Authorized Program Facility (APF)","zos_archive \u2013 Archive files and data sets on z/OS.","zos_backup_restore \u2013 Backup and restore data sets and volumes","zos_blockinfile \u2013 Manage block of multi-line textual data on z/OS","zos_copy \u2013 Copy data to z/OS","zos_data_set \u2013 Manage data sets","zos_encode \u2013 Perform encoding operations.","zos_fetch \u2013 Fetch data from z/OS","zos_find \u2013 Find matching data sets","zos_gather_facts \u2013 Gather z/OS system facts.","zos_job_output \u2013 Display job output","zos_job_query \u2013 Query job status","zos_job_submit \u2013 Submit JCL","zos_lineinfile \u2013 Manage textual data on z/OS","zos_mount \u2013 Mount a z/OS file system.","zos_mvs_raw \u2013 Run a z/OS program.","zos_operator \u2013 Execute operator command","zos_operator_action_query \u2013 Display messages requiring action","zos_ping \u2013 Ping z/OS and check dependencies.","zos_script \u2013 Run scripts in z/OS","zos_tso_command \u2013 Execute TSO commands","zos_unarchive \u2013 Unarchive files and data sets in z/OS.","zos_volume_init \u2013 Initialize volumes or minidisks.","Plugins","Contributing","Documentation","Releases","Managed node","Character Sets","Releases and maintenance","Resources","z/OS IMS","Contributing","Prerequisites","Modules","ims_acb_gen \u2013 Generate IMS ACB","ims_catalog_populate \u2013 Add records to the IMS Catalog","ims_catalog_purge \u2013 Purge records from the IMS Catalog","ims_command \u2013 Submit IMS Commands","ims_dbd_gen \u2013 Generate IMS DBD","ims_dbrc \u2013 Submit IMS DBRC Commands","ims_ddl \u2013 Submits Data Definition Language (DDL) SQL statements.","ims_psb_gen \u2013 Generate IMS PSB","Releases","Managed node","IBM Z System Automation","Contributing","Releases","Managed node","Roles","sa_create_dynamic_resource \u2013 Role creates and resumes a dynamic resource","IBM z/OSMF","Contributing","Modules","zmf_authenticate \u2013 Authenticate with z/OSMF server","zmf_sca \u2013 Automate z/OS security requirements validation and provision","zmf_workflow \u2013 Operate z/OS workflows","Releases","Control node","Managed node","Resources","Roles","zmf_cpm_create_software_instance \u2013 Role creates a z/OS software instance","zmf_cpm_get_software_instance \u2013 Role get specific z/OS software instance","zmf_cpm_list_software_templates \u2013 Role lists all published z/OS software templates","zmf_cpm_manage_software_instance \u2013 Role manages a provisioned z/OS software instance","zmf_cpm_provision_software_service \u2013 Role provisions a z/OS software service","zmf_cpm_remove_software_instance \u2013 Role removes a z/OS software instance","zmf_swmgmt_csi_query \u2013 Query a SMP/E CSI data set","zmf_swmgmt_identify_missing_critical_updates \u2013 Identify Missing Critical Software Updates for a Software Instance","zmf_swmgmt_identify_missing_fixcat_updates \u2013 Identify Missing Fixcat Software Updates for a Software Instance","zmf_swmgmt_search_software_updates \u2013 Search a Software Instance for Software Updates","zmf_swmgmt_zos_system_uuid \u2013 Retrieve the z/OS system UUID","zmf_workflow_complete \u2013 Role completes a z/OS workflow","zmf_zmsc_run_management_service \u2013 Role runs a z/OS management service","Red Hat Ansible Certified Content for IBM Z","Installation","Playbooks","Contributing","Documentation","Helpful Links","Releases","Requirements","Errors and Messages","<no title>","Z HMC","Resources","Development","Modules","zhmc_adapter \u2013 Update adapters and create Hipersocket adapters","zhmc_adapter_list \u2013 List adapters","zhmc_console \u2013 Manage the HMC","zhmc_cpc \u2013 Manage CPCs","zhmc_cpc_list \u2013 List CPCs","zhmc_crypto_attachment \u2013 Attach crypto resources to partitions","zhmc_hba \u2013 Create HBAs in partitions","zhmc_ldap_server_definition \u2013 Manage LDAP Server Definitions","zhmc_ldap_server_definition_list \u2013 List LDAP Server Definitions","zhmc_lpar \u2013 Manage LPARs","zhmc_lpar_list \u2013 List LPARs","zhmc_lpar_messages \u2013 Get console messages for OS in an LPAR","zhmc_nic \u2013 Create NICs in partitions","zhmc_nic_list \u2013 List NICs","zhmc_partition \u2013 Create partitions","zhmc_partition_list \u2013 List partitions","zhmc_partition_messages \u2013 Get console messages for OS in a partition","zhmc_password_rule \u2013 Create HMC password rules","zhmc_password_rule_list \u2013 List Password Rules","zhmc_session \u2013 Manage HMC sessions across tasks","zhmc_storage_group \u2013 Create storage groups","zhmc_storage_group_attachment \u2013 Attach storage groups to partitions","zhmc_storage_volume \u2013 Create storage volumes","zhmc_user \u2013 Create HMC users","zhmc_user_list \u2013 List HMC users","zhmc_user_role \u2013 Create HMC user roles","zhmc_user_role_list \u2013 List HMC user roles","zhmc_virtual_function \u2013 Create virtual functions in partitions","Releases","Managed node","Troubleshooting"],titleterms:{"default":13,"function":[13,14,50,133],"import":13,"new":[0,9,43,64,104],"return":[4,5,6,7,8,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,52,53,54,55,56,57,58,59,71,72,73,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],Are:0,IMS:[48,52,53,54,55,56,57,59],abl:100,acb:52,across:125,action:[4,34,40],adapt:[106,107],add:[14,17,50,53],addit:[0,14,50],affect:100,after:0,all:81,also:[18,20,21,24,25,31,32,34,35,36,38,39,90,106,107,119,120,121],ani:[0,100],ansibl:[0,12,49,92,93,100],ansible_librari:[14,50],ansible_zos_modul:[14,50],apf:17,archiv:18,arg_typ:13,argument:[13,14,50],askpass:100,attach:[111,127],authent:[71,100],author:17,autom:[44,62,72,93],avail:[9,43,60,64,74],backup:19,befor:0,behind:0,best:0,beta1:60,beta2:60,beta3:60,beta:[43,60],betterargpars:[12,13],block:20,bugfix:43,build:[93,104],built:13,can:[0,100],catalog:[53,54],caus:100,certifi:[0,92],chang:43,charact:45,check:[0,35],cic:[0,1,4,5,6,7,8],cicsplex:[4,5,6,7,8],cli:[14,50],cmci_act:4,cmci_creat:5,cmci_delet:6,cmci_get:7,cmci_upd:8,collect:[0,100],command:[33,37,55,57],commun:0,complet:[0,90],concept:94,configur:[0,14,50],consol:[117,122],content:[0,92],contribut:[0,2,12,41,49,63,69,95],control:[14,50,75,99],copi:21,core:11,cpc:[109,110],creat:[5,67,79,106,112,118,120,123,126,128,129,131,133],critic:86,crypto:111,csi:85,custom:[0,13],data:[18,19,20,21,22,24,25,30,38,58,85],dbd:56,dbrc:57,ddl:58,debug:94,defin:[0,13],definit:[5,7,8,58,113,114],delet:6,depend:[13,14,35,50,90],deprec:43,detail:[14,50],develop:[0,2,12,14,49,50,104],directori:[14,50],displai:[27,34],document:[0,42,96,104],doe:100,download:0,dure:100,dynam:67,encod:23,enterpris:44,environ:[0,104],error:100,exampl:[4,5,6,7,8,13,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,50,52,53,54,55,56,57,58,59,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],exclus:13,execut:[33,37,100],exist:93,facil:17,fact:26,fail:[0,100],featur:[13,43],fetch:24,file:[0,18,31,38],filter:15,find:[0,25],fix:100,fixcat:87,frequent:0,fresh:93,from:[24,54],galaxi:93,gather:26,gener:[0,52,56,59],get:[80,100,117,122],group:[126,127],guid:43,hat:92,have:[0,100],hba:112,help:97,hipersocket:106,hmc:[102,108,123,125,129,130,131,132],host:100,how:[0,100],hub:93,ibm:[0,44,62,68,92,100],idempot:0,identifi:[86,87],ims_acb_gen:52,ims_catalog_popul:53,ims_catalog_purg:54,ims_command:55,ims_dbd_gen:56,ims_dbrc:57,ims_ddl:58,ims_psb_gen:59,initi:39,instal:[0,14,50,93],instanc:[79,80,82,84,86,87,88],instead:100,inventori:94,issu:[0,43],jcl:29,job:[27,28],kei:[14,50],know:0,known:43,languag:58,latest:0,ldap:[113,114],leav:0,librari:17,line:20,link:97,list:[81,107,110,114,116,119,121,124,130,132],local:93,login:100,lpar:[115,116,117],mainten:46,major:43,manag:[10,14,20,22,30,44,50,61,65,76,82,91,99,100,108,109,113,115,125,135],match:25,matrix:46,memori:0,messag:[34,100,117,122],method:[14,50],minidisk:39,minor:43,miss:[86,87],mock:[14,50],mode:0,modul:[0,3,12,14,16,43,49,50,51,70,100,105],mount:31,much:0,multi:20,mutual:13,need:[0,100],nic:[118,119],node:[10,14,44,50,61,65,75,76,99,135],note:[17,18,20,21,23,24,25,29,30,31,32,33,35,36,38,52,53,54,55,56,57,58,59,60,64,67,73,74,79,80,81,82,83,84,85,86,87,88,89,90,91,126,127,128],object:0,offer:0,open:[0,44],oper:[0,23,33,73],option:13,osmf:[68,71],other:0,output:27,overrid:93,packag:[14,50],paramet:[4,5,6,7,8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,52,53,54,55,56,57,58,59,67,71,72,73,100,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],pars:12,part:0,particular:0,partit:[111,112,118,120,121,122,127,133],password:[123,124],perform:[4,23],ping:35,playbook:[0,94,100],plugin:40,port:43,practic:0,pre:[93,100],preced:0,prerequisit:[14,50],privat:93,privileg:100,problem:[0,100],program:[17,32],prompt:100,provis:[72,82,83],psb:59,publish:81,purg:54,pytest:[14,50],python:[0,44,61,100],queri:[7,28,85],ram:0,reach:100,record:[53,54],red:92,redhat:0,refer:[9,60,74],releas:[0,9,43,46,60,64,74,93,98,104,134],remov:[17,84],repositori:104,requir:[0,10,13,34,43,72,99,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133],resourc:[4,6,7,8,14,47,50,67,77,103,111],restor:19,resum:67,retriev:89,role:[66,67,78,79,80,81,82,83,84,90,91,131,132],rule:[0,123,124],run:[0,14,32,36,50,91,94,100],sa_create_dynamic_resourc:67,sampl:0,script:36,sdk:44,search:88,secret:104,secur:72,see:[18,20,21,24,25,31,32,34,35,36,38,39,90,106,107,119,120,121],seek:[0,100],server:[71,93,113,114],servic:[83,91],session:125,set:[18,19,22,25,38,45,85,104],shell:44,should:[0,100],smp:85,softwar:[79,80,81,82,83,84,86,87,88],special:100,specif:[0,80],sql:58,ssh:[14,50,100],start:104,statement:58,statu:28,storag:[126,127,128],submit:[29,55,57,58],support:[0,46,100],synopsi:[4,5,6,7,8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,52,53,54,55,56,57,58,59,67,71,72,73,79,80,81,82,83,84,85,86,87,88,89,90,91,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],system:[26,31,62,89,100],target:100,task:125,templat:81,test:[0,12,14,49,50,100,104],textual:[20,30],them:0,thi:100,tip:[14,50],track:0,troubleshoot:[100,136],tso:37,type:13,unarch:38,unit:[14,50],unsupport:100,updat:[0,8,86,87,88,106],upgrad:0,usag:[14,50],user:[100,129,130,131,132],using:[0,100],uss:100,util:44,uuid:89,valid:72,valu:[4,5,6,7,8,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,52,53,54,55,56,57,58,59,71,72,73,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],variabl:[79,80,81,82,83,84,85,86,87,88,89,90,91,94,104],version:[0,9,43,60,64,74,93,104,134],virtual:133,volum:[19,39,128],warn:100,what:[0,9,64,100],when:[0,100],where:0,which:[0,100],why:100,workflow:[73,90],zhmc_adapt:106,zhmc_adapter_list:107,zhmc_consol:108,zhmc_cpc:109,zhmc_cpc_list:110,zhmc_crypto_attach:111,zhmc_hba:112,zhmc_ldap_server_definit:113,zhmc_ldap_server_definition_list:114,zhmc_lpar:115,zhmc_lpar_list:116,zhmc_lpar_messag:117,zhmc_nic:118,zhmc_nic_list:119,zhmc_partit:120,zhmc_partition_list:121,zhmc_partition_messag:122,zhmc_password_rul:123,zhmc_password_rule_list:124,zhmc_session:125,zhmc_storage_group:126,zhmc_storage_group_attach:127,zhmc_storage_volum:128,zhmc_user:129,zhmc_user_list:130,zhmc_user_rol:131,zhmc_user_role_list:132,zhmc_virtual_funct:133,zmf_authent:71,zmf_cpm_create_software_inst:79,zmf_cpm_get_software_inst:80,zmf_cpm_list_software_templ:81,zmf_cpm_manage_software_inst:82,zmf_cpm_provision_software_servic:83,zmf_cpm_remove_software_inst:84,zmf_sca:72,zmf_swmgmt_csi_queri:85,zmf_swmgmt_identify_missing_critical_upd:86,zmf_swmgmt_identify_missing_fixcat_upd:87,zmf_swmgmt_search_software_upd:88,zmf_swmgmt_zos_system_uuid:89,zmf_workflow:73,zmf_workflow_complet:90,zmf_zmsc_run_management_servic:91,zoau:[0,61],zos_apf:17,zos_arch:18,zos_backup_restor:19,zos_blockinfil:20,zos_copi:[21,100],zos_data_set:22,zos_encod:23,zos_fetch:[24,100],zos_find:25,zos_gather_fact:26,zos_import_mock:[14,50],zos_job_output:27,zos_job_queri:28,zos_job_submit:29,zos_lineinfil:30,zos_mount:31,zos_mvs_raw:32,zos_oper:33,zos_operator_action_queri:34,zos_p:35,zos_script:36,zos_tso_command:37,zos_unarch:38,zos_volume_init:39}}) \ No newline at end of file diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html index 74583bd2..94e1fa45 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html @@ -491,6 +491,9 @@

        Return Values
        {property}

        Additional properties of the adapter, as described in the data model of the ‘Adapter’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        ports

        Artificial property for the ports of the adapter.

        {property}

        Additional properties of the port, as described in the data model of the ‘Network Port’ or ‘Storage Port’ element object of the ‘Adapter’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book. In case of unconfigured FICON adapters, the property list is short.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.html index 68218a60..cbaa5a11 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.html @@ -465,6 +465,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties or additional_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_console.html b/zhmc-ansible-modules/docs/source/modules/zhmc_console.html index 1999ba7d..cff51d29 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_console.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_console.html @@ -406,13 +406,19 @@

        Return Values
        {property}

        Additional properties of the Console object representing the targeted HMC, as described in the data model of the ‘Console’ object in the :term:`HMC API` book. Note that the set of properties has been extended over the past HMC versions, so you will get less properties on older HMC versions. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        api_version

        Additional facts from the ‘Query API Version’ operation.

        type: dict
        -
        +
        {property}

        The properties returned from the ‘Query API Version’ operation, as described in the :term:`HMC API` book. Note that the set of properties has been extended over the past HMC versions, so you will get less properties on older HMC versions. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.html b/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.html index 8aa5c90b..838799a7 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.html @@ -510,6 +510,9 @@

        Return Values
        {property}

        Additional properties of the CPC, as described in the data model of the ‘CPC’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        adapters

        The adapters of the CPC, with a subset of their properties. For details, see the :term:`HMC API` book.

        {additional_property}

        Additional properties requested via full_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.html b/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.html index 4cd61d34..c539b66e 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.html @@ -528,6 +528,9 @@

        Return Values
        {property}

        Additional properties of the adapter, as described in the data model of the ‘Adapter’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_hba.html b/zhmc-ansible-modules/docs/source/modules/zhmc_hba.html index 7fa1c0f2..b065807e 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_hba.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_hba.html @@ -401,6 +401,9 @@

        Return Values
        {property}

        Additional properties of the HBA, as described in the data model of the ‘HBA’ element object of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.html b/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.html index c0eabb5b..bac0c4b6 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.html @@ -413,6 +413,9 @@

        Return Values
        {property}

        Additional properties of the LDAP Server Definition, as described in the data model of the ‘LDAP Server Definition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html index 8bb4cb21..2f4ec364 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html @@ -691,6 +691,9 @@

        Return Values
        {property}

        Additional properties of the LPAR, as described in the data model of the ‘Logical Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.html index c936b869..8f9d057c 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.html @@ -416,6 +416,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties or additional_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html b/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html index c6e4e16e..6dd2e8c3 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html @@ -439,6 +439,9 @@

        Return Values
        {property}

        Additional properties of the NIC, as described in the data model of the ‘NIC’ element object of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.html index 484cbf31..46c7b0e4 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.html @@ -395,6 +395,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_partition.html b/zhmc-ansible-modules/docs/source/modules/zhmc_partition.html index 1edc2131..552108e3 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_partition.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_partition.html @@ -679,6 +679,9 @@

        Return Values
        {property}

        Additional properties of the partition, as described in the data model of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        hbas

        HBAs of the partition. If the CPC does not have the storage-management feature enabled (ie. on z13), the list is empty.

        {property}

        Additional properties of the HBA, as described in the data model of the ‘HBA’ element object of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -707,6 +713,9 @@

        Return Values
        {property}

        Additional properties of the NIC, as described in the data model of the ‘NIC’ element object of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -722,6 +731,9 @@

        Return Values
        {property}

        Additional properties of the virtual function, as described in the data model of the ‘Virtual Function’ element object of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.html index 97945c82..78300066 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.html @@ -421,6 +421,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties or additional_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.html b/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.html index b74b6e1a..8d66202d 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.html @@ -434,6 +434,9 @@

        Return Values
        {property}

        Additional properties of the password rule, as described in the data model of the ‘Password Rule’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.html index 9f6ede0e..bbd5dfcd 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule_list.html @@ -361,6 +361,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.html b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.html index 19649d22..5cada101 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.html @@ -655,6 +655,9 @@

        Return Values
        {property}

        Additional properties of the storage group, as described in the data model of the ‘Storage Group’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        attached-partition-names

        Names of the partitions to which the storage group is attached.

        {property}

        Additional properties of the storage port, as described in the data model of the ‘Storage Port’ element object of the ‘Adapter’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        parent-adapter

        Storage adapter of the candidate port.

        {property}

        Additional properties of the storage adapter, as described in the data model of the ‘Adapter’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -710,6 +719,9 @@

        Return Values
        {property}

        Additional properties of the storage volume, as described in the data model of the ‘Storage Volume’ element object of the ‘Storage Group’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -719,8 +731,11 @@

        Return Valuestype: list
        elements: dict
        -
        +
        {property}

        Properties of the virtual storage resource, as described in the data model of the ‘Virtual Storage Resource’ element object of the ‘Storage Group’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -730,8 +745,11 @@

        Return Valuestype: list
        elements: dict
        -
        +
        {property}

        Properties of the partition, as described in the data model of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.html b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.html index 26ed239c..18e5875b 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_volume.html @@ -448,6 +448,9 @@

        Return Values
        {property}

        Additional properties of the storage volume, as described in the data model of the ‘Storage Volume’ element object of the ‘Storage Group’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +

        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_user.html b/zhmc-ansible-modules/docs/source/modules/zhmc_user.html index 2cdcc31a..f05f8150 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_user.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_user.html @@ -455,6 +455,9 @@

        Return Values
        {property}

        Additional properties of the user, as described in the data model of the ‘User’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        user-role-names

        Name of the user roles referenced by property user-roles.

        -
        +
        {property}

        Properties of the user role, as described in the data model of the ‘User Pattern’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -481,8 +487,11 @@

        Return Values
        type: dict
        -
        +
        {property}

        Properties of the user pattern, as described in the data model of the ‘User Pattern’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -496,8 +505,11 @@

        Return Values
        type: dict
        -
        +
        {property}

        Properties of the password rule, as described in the data model of the ‘Password Rule’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        @@ -511,8 +523,11 @@

        Return Values
        type: dict
        -
        +
        {property}

        Properties of the LDAP server definition, as described in the data model of the ‘LDAP Server Definition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +
        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.html index 90167a1c..6224b368 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_user_list.html @@ -368,6 +368,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +

        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.html b/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.html index 95f35002..07eea90f 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_user_role.html @@ -324,7 +324,7 @@

        Parameters{property}

        Any other property defined as writeable in the data model for user role resources (where the property names contain underscores instead of hyphens), except those excluded in the description above.

        required: False
        -
        type: str
        +
        type: raw
        associated_system_defined_user_role_name

        The name of the associated system-defined user role. Specifying it requires that the referenced user role exists.

        @@ -618,6 +618,9 @@

        Return Values

        {property}

        Additional properties of the user role, as described in the data model of the ‘User Role’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +

        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.html index 3179deb8..87e95908 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_user_role_list.html @@ -368,6 +368,9 @@

        Return Values
        {additional_property}

        Additional properties requested via full_properties. The property names will have underscores instead of hyphens.

        +
        +
        type: raw
        +

        diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.html b/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.html index 3db59212..1a96159f 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.html @@ -399,6 +399,9 @@

        Return Values
        {property}

        Additional properties of the virtual function, as described in the data model of the ‘Virtual Function’ element object of the ‘Partition’ object in the :term:`HMC API` book. The property names have hyphens (-) as described in that book.

        +
        +
        type: raw
        +

        diff --git a/zhmc-ansible-modules/docs/source/release_notes.html b/zhmc-ansible-modules/docs/source/release_notes.html index 3466f88e..bde88aec 100644 --- a/zhmc-ansible-modules/docs/source/release_notes.html +++ b/zhmc-ansible-modules/docs/source/release_notes.html @@ -104,6 +104,8 @@
      • z/OS Sys Auto
      • z/OS z/OSMF
      • Z HMC
          +
        • Version 1.8.3
        • +
        • Version 1.8.2
        • Version 1.8.1
        • Version 1.8.0
        • Version 1.7.0
        • @@ -207,6 +209,43 @@

          Releases

          +
          +

          Version 1.8.3

          +

          Released: 2024-02-29

          +

          Availability: AutomationHub, Galaxy, GitHub

          +

          Bug fixes:

          +
            +
          • Fixed safety issues up to 2024-02-18.

          • +
          • Fixed dependabot issues up to 2024-02-18.

          • +
          • Fixed readable attribute error when ensuring ISO mounted onto the partition. +(related to issue #932)

          • +
          +

          Cleanup:

          +
            +
          • Resolved the ‘no-log-needed’ issue raised by the sanity test and ansible-lint +on the ‘os_ipl_token’ input parameter of the ‘zhmc_lpar’ module. That +allowed to get rid of the corresponding entries in the ignore files. +(issue #915)

          • +
          • Resolved the ‘return-syntax-error’ issue raised by the sanity test and +ansible-lint on all modules that specify generic return properties. That +allowed to get rid of the corresponding entries in the ignore files. +(issue #915)

          • +
          +
          +
          +

          Version 1.8.2

          +

          Released: 2024-01-28

          +

          Availability: AutomationHub, Galaxy, GitHub

          +

          Bug fixes:

          +
            +
          • Fixed safety issues up to 2024-01-26.

          • +
          • Fixed a performance issue in the ‘zhmc_lpar_list’ and ‘zhmc_partition_list’ +modules where the ‘se-version’ property was fetched from CPCs even if it +was already available in the LPAR/partition properties. (issue #904)

          • +
          • Increased the minimum version of zhmcclient to 1.13.3 to pick up fixes and +performance improvements. (related to issue #904)

          • +
          +

          Version 1.8.1

          Released: 2024-01-15