diff --git a/_sources/ibm_zos_sysauto/docs/ansible_content.rst.txt b/_sources/ibm_zos_sysauto/docs/ansible_content.rst.txt index db06e0e3..c5f4b595 100644 --- a/_sources/ibm_zos_sysauto/docs/ansible_content.rst.txt +++ b/_sources/ibm_zos_sysauto/docs/ansible_content.rst.txt @@ -9,23 +9,22 @@ The **IBM Z System Automation collection**, also represented as `ibm_zos_sysauto is  part of the broader initiative to bring Ansible Automation to IBM Z® through the offering **Red Hat® Ansible Certified Content for IBM Z®**. -The **IBM Z System Automation collection** supports operational tasks using the IBM Z System Automation Operations API +The **IBM Z System Automation collection** supports operational tasks using the IBM Z System Automation Operations API such as creating and deleting `dynamic resources`_ from a template defined in the current active policy of an `IBM Z System Automation`_ environment. The Ansible roles in this collection are written in Ansible and interact with the `Operations REST server component`_ of IBM Z System Automation. .. _ibm_zos_sysauto: https://galaxy.ansible.com/ibm/ibm_zos_sysauto -.. _IBM Z System Automation: +.. _dynamic resources: + https://www.ibm.com/docs/en/z-system-automation/4.3.0?topic=concepts-dynamic-resources +.. _IBM Z System Automation: https://www.ibm.com/products/z-system-automation .. _Operations REST server component: - https://www.ibm.com/support/knowledgecenter/de/SSWRCJ_4.2.0/com.ibm.safos.doc_4.2/Integrating.html -.. _dynamic resources: - https://www.ibm.com/support/knowledgecenter/de/SSWRCJ_4.2.0/com.ibm.safos.doc_4.2/UserGuide/Dynamic_Resources.html - - + https://www.ibm.com/docs/en/z-system-automation/4.3.0?topic=program-system-automation-operations-rest-serverr + .. toctree:: :maxdepth: 1 :caption: Collection Content - source/roles \ No newline at end of file + source/roles \ No newline at end of file diff --git a/_sources/ibm_zos_sysauto/docs/source/release_notes.rst.txt b/_sources/ibm_zos_sysauto/docs/source/release_notes.rst.txt index 295e9052..0c6696d9 100644 --- a/_sources/ibm_zos_sysauto/docs/source/release_notes.rst.txt +++ b/_sources/ibm_zos_sysauto/docs/source/release_notes.rst.txt @@ -1,11 +1,26 @@ .. ........................................................................... -.. © Copyright IBM Corporation 2020, 2022 . +.. © Copyright IBM Corporation 2020, 2023 . .. ........................................................................... ====================== Releases ====================== +Version 1.1.0 +==================== + +What's New +---------- + +* Added new parameters to create USS resources from templates. + +Availability +------------ + +* `Automation Hub`_ +* `Galaxy`_ +* `GitHub`_ + Version 1.0.1 ==================== @@ -13,7 +28,7 @@ What's New ---------- * Update collection to meet new requirements. - + Availability ------------ @@ -35,12 +50,12 @@ What's New * Beginning this release, the sample playbooks previously included with the collection will be made available on the `playbook repository`_. - + * Playbooks * Add default values for credentials in sample playbooks. * Provide inventory sample in YAML format. - + Availability ------------ @@ -60,7 +75,7 @@ Notes * Update not required * Fixed one more broken link in the docs. * Minor updates to the documentation. - + Availability ------------ @@ -75,7 +90,7 @@ Notes * Update not required * Minor updates to the documentation. - + Availability ------------ @@ -90,7 +105,7 @@ Notes * Update not required * Fixed broken links in the documentation. - + Availability ------------ @@ -103,16 +118,16 @@ Version 0.0.1 Notes ----- -* Initial beta release of IBM Z System Automation collection, referred to as ibm_zos_sysauto +* Initial beta release of IBM Z System Automation collection, referred to as ibm_zos_sysauto which is part of the broader offering Red Hat® Ansible Certified Content for IBM Z. - + Availability ------------ * `Galaxy`_ * `GitHub`_ - + .. _GitHub: https://github.com/ansible-collections/ibm_zos_sysauto @@ -120,4 +135,4 @@ Availability https://galaxy.ansible.com/ibm/ibm_zos_sysauto .. _Automation Hub: - https://www.ansible.com/products/automation-hub \ No newline at end of file + https://www.ansible.com/products/automation-hub diff --git a/_sources/ibm_zos_sysauto/docs/source/roles.rst.txt b/_sources/ibm_zos_sysauto/docs/source/roles.rst.txt index 2a66b7b4..52c5cd41 100644 --- a/_sources/ibm_zos_sysauto/docs/source/roles.rst.txt +++ b/_sources/ibm_zos_sysauto/docs/source/roles.rst.txt @@ -18,7 +18,6 @@ use certain roles in your playbook. :glob: roles/* - + .. _IBM Z System Automation: - https://www.ibm.com/support/knowledgecenter/SSWRCJ_4.2.0/com.ibm.safos.doc_4.2/kc_welcome-444.html - \ No newline at end of file + https://www.ibm.com/products/z-system-automation diff --git a/_sources/ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst.txt b/_sources/ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst.txt index 0f4b1258..b671280d 100644 --- a/_sources/ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst.txt +++ b/_sources/ibm_zos_sysauto/docs/source/roles/sa_create_dynamic_resource.rst.txt @@ -27,7 +27,7 @@ Parameters ---------- - + sa_service_hostname Specifies the IBM Z System Automation Operations REST server host name. @@ -36,7 +36,7 @@ sa_service_hostname | **type**: str - + sa_service_port Specifies the port to which the IBM Z Automation Operations REST service is bound. @@ -45,7 +45,7 @@ sa_service_port | **type**: str - + sa_service_protocol Specifies the protocol that is configured for the IBM Z Automation Operations REST server. @@ -55,7 +55,7 @@ sa_service_protocol | **default**: HTTPS - + sa_rest_api_timeout Specifies the socket level timeout for the REST API call in seconds. @@ -65,7 +65,7 @@ sa_rest_api_timeout | **default**: 30 - + username Specifies the NetView user. @@ -74,7 +74,7 @@ username | **type**: str - + password Specifies the password for above user. @@ -83,7 +83,7 @@ password | **type**: str - + templateName Specifies the name of the template that will be used to create the dynamic resource. @@ -92,7 +92,7 @@ templateName | **type**: str - + subsystem Specifies the subsystem name of the new resource. @@ -103,7 +103,7 @@ subsystem | **type**: str - + system Specifies the system where the resource will be created. @@ -114,7 +114,7 @@ system | **type**: str - + job Specifies the job name of the new resource. @@ -125,7 +125,7 @@ job | **type**: str - + procedure Specifies the procedure name used by the new resource. @@ -136,7 +136,7 @@ procedure | **type**: str - + comment Specifies a comment to be associated with the creation of the new resource. @@ -147,7 +147,7 @@ comment | **type**: str - + group Specifies the automation name of the application group (APG) that will host the new resource. @@ -158,7 +158,7 @@ group | **type**: str - + sdesc Specifies a short description of the new resource. @@ -168,6 +168,24 @@ sdesc | **required**: False | **type**: str +path + Specifies the fulll qualified ZFS path to find the application to be started by this new resource. + + The maximum length for this value is 159. + + + | **required**: False + | **type**: str + +filter: + Specifies an additional filter criteria to uniquely identify the USS process represented by this new resource. + + The maximum length for this value is 159. + + + | **required**: False + | **type**: str + @@ -176,7 +194,7 @@ Examples .. code-block:: yaml+jinja - + - name: create and resume a dynamic resource in SA hosts: sampleHost gather_facts: no diff --git a/_sources/requirements/requirements.rst.txt b/_sources/requirements/requirements.rst.txt index 32776657..ec2b0ded 100644 --- a/_sources/requirements/requirements.rst.txt +++ b/_sources/requirements/requirements.rst.txt @@ -1,5 +1,5 @@ .. ........................................................................... -.. © Copyright IBM Corporation 2020, 2021 . +.. © Copyright IBM Corporation 2020, 2024 . .. ........................................................................... ============ @@ -18,18 +18,12 @@ you can run commands and playbooks from a laptop, desktop, or server. However, Windows® is not a supported controller for Ansible collections managing a z/OS node. -All IBM z/OS collections are either `Ansible Automation Platform Certified Content`_ -(AAP) or undergoing certification. Thus, the supported versions of Ansible align -with the `AAP Life Cycle`_ which currently is Ansible versions 2.9 - 2.15. For -support, the controller must use the supported version of Ansible and when applicable -the collections dependencies. Review the `Ansible Automation Platform Certified Content`_ -to determine which versions of Ansible a collection is supporting. +All IBM z/OS collections are either `Ansible Automation Platform Certified Content`_ (AAP) or undergoing certification. Thus, the supported versions of Ansible align with the `AAP Life Cycle`_. For support, the controller must use the supported version of Ansible and when applicable the collections dependencies. -IBM z/OS collections minimally require these versions of software, for additional -supported versions review `Ansible Automation Platform Certified Content`_. +The minimum software requirements for IBM z/OS collections are: -* `Ansible version`_: 2.9 -* `Python`_: 2.7 or later +* `ansible-core`_: 2.15 (AAP 2.4) or later +* `IBM Open Enterprise SDK for Python`_: 3.11 or later * `OpenSSH`_ * Modules which can have Ansible tasks delegated to a localhost need not @@ -38,19 +32,12 @@ supported versions review `Ansible Automation Platform Certified Content`_. to review which collections leverage a REST endpoint. Each offering in the **Red Hat® Ansible Certified Content for IBM Z** offering -can vary in terms of the requirements for the control node. Select one of the -following offerings to learn more about the specific dependencies and -required/supported software versions. +can vary in terms of the requirements for the control node. When you install any of them, review the specific dependencies and required/supported software versions, if any. -.. toctree:: - :maxdepth: 1 - - z/OS z/OSMF <../ibm_zosmf/docs/source/requirements_control> - -.. _Ansible version: +.. _ansible-core: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html -.. _Python: - https://www.python.org/downloads +.. _IBM Open Enterprise SDK for Python: + https://www.ibm.com/products/open-enterprise-python-zos .. _OpenSSH: https://www.openssh.com/ .. _Ansible Automation Platform Certified Content: diff --git a/_sources/zhmc-ansible-modules/CHANGELOG.rst.txt b/_sources/zhmc-ansible-modules/CHANGELOG.rst.txt new file mode 100644 index 00000000..168b9231 --- /dev/null +++ b/_sources/zhmc-ansible-modules/CHANGELOG.rst.txt @@ -0,0 +1 @@ +.. include:: docs/sources/release_notes.rst diff --git a/_sources/zhmc-ansible-modules/docs/ansible_content.rst.txt b/_sources/zhmc-ansible-modules/docs/ansible_content.rst.txt index b84822e7..333eb8c1 100644 --- a/_sources/zhmc-ansible-modules/docs/ansible_content.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/ansible_content.rst.txt @@ -1,4 +1,4 @@ -.. Copyright 2017-2020 IBM Corp. All Rights Reserved. +.. Copyright 2017,2020 IBM Corp. All Rights Reserved. .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. diff --git a/_sources/zhmc-ansible-modules/docs/source/bibliography.rst.txt b/_sources/zhmc-ansible-modules/docs/source/bibliography.rst.txt index e5a8a997..465b036c 100644 --- a/_sources/zhmc-ansible-modules/docs/source/bibliography.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/bibliography.rst.txt @@ -1,4 +1,4 @@ -.. Copyright 2017-2021 IBM Corp. All Rights Reserved. +.. Copyright 2017,2021 IBM Corp. All Rights Reserved. .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. diff --git a/_sources/zhmc-ansible-modules/docs/source/development.rst.txt b/_sources/zhmc-ansible-modules/docs/source/development.rst.txt index fb84bb72..43ed50f7 100644 --- a/_sources/zhmc-ansible-modules/docs/source/development.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/development.rst.txt @@ -1,4 +1,4 @@ -.. Copyright 2017-2020 IBM Corp. All Rights Reserved. +.. Copyright 2017,2020 IBM Corp. All Rights Reserved. .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. @@ -34,6 +34,30 @@ The repository for the **IBM Z HMC collection** is on GitHub: https://github.com/zhmcclient/zhmc-ansible-modules +.. _`Secret variables`: + +Secret variables +---------------- + +This Github repo needs the following secret variables to be set in order +to run its Github Actions workflows successfully: + +* ``GALAXY_API_KEY`` - API key for the `Ansible Galaxy `_ + service. This variable is set at the repo level. + + To get such an API key, you need to have a user on Ansible Galaxy and then go + to the user preferences page to view the API key the site has generated for + your user. + +* ``SLACK_HOOK`` - Slack hook URL to send test result messages to the + `#python-zhmcclient-test-status `_ + Slack channel. Note that this channel is IBM-internal and looking at it requires + an IBM ID. This variable is set at the organisation level. + + To get such a URL, follow the instructions in + `Sending messages using Incoming Webhooks `_ + + .. _`Setting up the development environment`: Setting up the development environment @@ -157,8 +181,9 @@ Python Packages Ansible Ansible core 3.7 latest 4.x 2.11 3.8 latest 6.x 2.13 3.9 latest 8.x 2.15 -3.10 latest 8.x 2.15 -3.11 latest 8.x 2.15 +3.10 latest 9.x 2.16 +3.11 latest 9.x 2.16 +3.12 latest 9.x 2.16 2.7 minimum 2.9 2.9 3.5 minimum 2.9 2.9 3.6 minimum 2.9 2.9 @@ -167,6 +192,7 @@ Python Packages Ansible Ansible core 3.9 minimum 4.0 2.11 3.10 minimum 5.0 2.12 3.11 minimum 7.0 2.14 +3.12 minimum 9.0 2.16 2.7 ansible 2.9 2.9 3.5 ansible 2.10 2.10 3.6 ansible 3.x 2.10 @@ -174,47 +200,15 @@ Python Packages Ansible Ansible core 3.8 ansible 5.x 2.12 3.9 ansible 6.x 2.13 3.10 ansible 7.x 2.14 -3.11 ansible 8.x+ 2.15+ +3.11 ansible 8.x 2.15 +3.12 ansible 9.x 2.16 ====== ======== ======= ============ -For reference, the following two tables show supported Python versions for -Ansible versions and vice versa, for the Python and Ansible versions that are -relevant for this collection. At the time of writing, the latest Python version -is 3.11 and the latest Ansible version is 8.0. - -======= ================= ========================= -Ansible Ansible core Supported Python versions -------- ----------------- ------------------------- -2.9 ansible 2.9 2.7, 3.5 - 3.8 -2.10 ansible 2.10 2.7, 3.5 - 3.8 -3 ansible-base 2.10 2.7, 3.5 - 3.8 -4 ansible-core 2.11 2.7, 3.5 - 3.9 (1) -5 ansible-core 2.12 3.8 - 3.10 (2) -6 ansible-core 2.13 3.8 - 3.10 (2) -7 ansible-core 2.14 3.9 - 3.11+ -8 ansible-core 2.15 3.9 - 3.11+ -======= ================= ========================= - -====== ========================== -Python Supported Ansible versions ------- -------------------------- -2.7 2.9, 2.10, 3, 4 -3.5 2.9, 2.10, 3, 4 -3.6 2.9, 2.10, 3, 4 -3.7 2.9, 2.10, 3, 4 -3.8 2.9, 2.10, 3 - 6 -3.9 4 - 8+ -3.10 5 - 8+ (1) -3.11 7 - 8+ (2) -====== ========================== - -Notes: - -* (1) The sanity test of Ansible 4 supports Python only up to 3.9, so Python - 3.10 requires at least Ansible 5. -* (2) The sanity test of Ansible 5 and 6 supports Python only up to 3.10, so - Python 3.11 requires at least Ansible 7. - +The versions for the 'latest' and 'minimum' package levels are in sync with the +latest and minimum Ansible versions supported for a particular Python version, +as documented in :ref:`Supported environments`. +The versions for the 'ansible' package level are designed to cover all +Ansible versions. .. _`Releasing a version`: @@ -311,14 +305,20 @@ local clone of the zhmc-ansible-modules Git repo. add text for any known issues you want users to know about. * Remove all empty list items. -5. Commit your changes and push the topic branch to the remote repo: +5. Update the authors: + + .. code-block:: sh + + make authors + +6. Commit your changes and push the topic branch to the remote repo: .. code-block:: sh git commit -asm "Release ${MNU}" git push --set-upstream origin release_${MNU} -6. On GitHub, create a Pull Request for branch ``release_M.N.U``. +7. On GitHub, create a Pull Request for branch ``release_M.N.U``. Important: When creating Pull Requests, GitHub by default targets the ``master`` branch. When releasing based on a stable branch, you need to @@ -328,18 +328,18 @@ local clone of the zhmc-ansible-modules Git repo. tests for all defined environments, since it discovers by the branch name that this is a PR for a release. -7. On GitHub, once the checks for that Pull Request have succeeded, merge the +8. On GitHub, once the checks for that Pull Request have succeeded, merge the Pull Request (no review is needed). This automatically deletes the branch on GitHub. If the PR did not succeed, fix the issues. -8. On GitHub, close milestone ``M.N.U``. +9. On GitHub, close milestone ``M.N.U``. Verify that the milestone has no open items anymore. If it does have open items, investigate why and fix. -9. Publish the collection to Ansible Galaxy +10. Publish the collection to Ansible Galaxy .. code-block:: sh @@ -355,7 +355,7 @@ local clone of the zhmc-ansible-modules Git repo. it on Github, and finally creates a new stable branch on Github if the master branch was released. -10. Verify the publishing +11. Verify the publishing * Verify that the new version is available on Ansible Galaxy at https://galaxy.ansible.com/ibm/ibm_zhmc/ @@ -370,7 +370,7 @@ local clone of the zhmc-ansible-modules Git repo. * Verify that the new version has documentation on Github pages at https://zhmcclient.github.io/zhmc-ansible-modules/release_notes.html -11. Publish the collection to Ansible AutomationHub +12. Publish the collection to Ansible AutomationHub This needs to be done in addition to the prior publish step, and it has not successfully been automated as of today. diff --git a/_sources/zhmc-ansible-modules/docs/source/modules.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules.rst.txt index 584b576a..69688326 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules.rst.txt @@ -1,4 +1,4 @@ -.. Copyright 2017-2020 IBM Corp. All Rights Reserved. +.. Copyright 2017,2020 IBM Corp. All Rights Reserved. .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. @@ -46,6 +46,8 @@ Modules targeting the HMC (i.e. not a specific CPC): modules/zhmc_password_rule_list modules/zhmc_user_role modules/zhmc_user_role_list + modules/zhmc_ldap_server_definition + modules/zhmc_ldap_server_definition_list Modules supported with CPCs in any operational mode: @@ -70,6 +72,7 @@ Modules supported only with CPCs in DPM operational mode: modules/zhmc_nic_list modules/zhmc_partition modules/zhmc_partition_list + modules/zhmc_partition_messages modules/zhmc_storage_group modules/zhmc_storage_group_attachment modules/zhmc_storage_volume @@ -83,6 +86,7 @@ Modules supported only with CPCs in classic operational mode: modules/zhmc_lpar modules/zhmc_lpar_list + modules/zhmc_lpar_messages You can also access the documentation of each module from the command line by using the `ansible-doc`_ command, for example: 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 d7ec7ada..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 @@ -36,10 +36,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -50,35 +52,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -86,30 +88,30 @@ hmc_auth -name - The name of the target adapter. In case of renaming an adapter, this is the new name of the adapter. +cpc_name + The name of the CPC with the target adapter. | **required**: True | **type**: str -cpc_name - The name of the CPC with the target adapter. +name + The name of the target adapter. In case of renaming an adapter, this is the new name of the adapter. | **required**: True | **type**: str match - Only for ``state=set``: Match properties for identifying the target adapter in the set of adapters in the CPC, if an adapter with the name specified in the ``name`` module parameter does not exist in that set. This parameter will be ignored otherwise. + Only for \ :literal:`state=set`\ : Match properties for identifying the target adapter in the set of adapters in the CPC, if an adapter with the name specified in the \ :literal:`name`\ module parameter does not exist in that set. This parameter will be ignored otherwise. - Use of this parameter allows renaming an adapter: The ``name`` module parameter specifies the new name of the target adapter, and the ``match`` module parameter identifies the adapter to be renamed. This can be combined with other property updates by using the ``properties`` module parameter. + Use of this parameter allows renaming an adapter: The \ :literal:`name`\ module parameter specifies the new name of the target adapter, and the \ :literal:`match`\ module parameter identifies the adapter to be renamed. This can be combined with other property updates by using the \ :literal:`properties`\ module parameter. The parameter is a dictionary. The key of each dictionary item is the property name as specified in the data model for adapter resources, with underscores instead of hyphens. The value of each dictionary item is the match value for the property (in YAML syntax). Integer properties may also be provided as decimal strings. The specified match properties follow the rules of filtering for the zhmcclient library as described in https://python-zhmcclient.readthedocs.io/en/stable/concepts.html#filtering - The possible match properties are all properties in the data model for adapter resources, including ``name``. + The possible match properties are all properties in the data model for adapter resources, including \ :literal:`name`\ . | **required**: False | **type**: dict @@ -118,13 +120,13 @@ match state The desired state for the adapter. All states are fully idempotent within the limits of the properties that can be changed: - * ``set``: Ensures that an existing adapter has the specified properties. + \* \ :literal:`set`\ : Ensures that an existing adapter has the specified properties. - * ``present``: Ensures that a Hipersockets adapter exists and has the specified properties. + \* \ :literal:`present`\ : Ensures that a Hipersockets adapter exists and has the specified properties. - * ``absent``: Ensures that a Hipersockets adapter does not exist. + \* \ :literal:`absent`\ : Ensures that a Hipersockets adapter does not exist. - * ``facts``: Returns the adapter properties including its ports. + \* \ :literal:`facts`\ : Returns the adapter properties including its ports. | **required**: True | **type**: str @@ -132,17 +134,17 @@ state properties - Only for ``state=set|present``: New values for the properties of the adapter. Properties omitted in this dictionary will remain unchanged. This parameter will be ignored for other states. + Only for \ :literal:`state=set|present`\ : New values for the properties of the adapter. Properties omitted in this dictionary will remain unchanged. This parameter will be ignored for other states. The parameter is a dictionary. The key of each dictionary item is the property name as specified in the data model for adapter resources, with underscores instead of hyphens. The value of each dictionary item is the property value (in YAML syntax). Integer properties may also be provided as decimal strings. The possible properties in this dictionary are the properties defined as writeable in the data model for adapter resources, with the following exceptions: - * ``name``: Cannot be specified as a property because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified as a property because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``type``: The desired adapter type can be specified in order to support adapters that can change their type (e.g. the FICON Express adapter can change its type between 'not-configured', 'fcp' and 'fc'). + \* \ :literal:`type`\ : The desired adapter type can be specified in order to support adapters that can change their type (e.g. the FICON Express adapter can change its type between 'not-configured', 'fcp' and 'fc'). - * ``crypto_type``: The crypto type can be specified in order to support the ability of the Crypto Express adapters to change their crypto type. Valid values are 'ep11', 'cca' and 'acc'. Changing to 'acc' will zeroize the crypto adapter. + \* \ :literal:`crypto\_type`\ : The crypto type can be specified in order to support the ability of the Crypto Express adapters to change their crypto type. Valid values are 'ep11', 'cca' and 'acc'. Changing to 'acc' will zeroize the crypto adapter. | **required**: False | **type**: dict @@ -226,7 +228,6 @@ Examples - See Also -------- @@ -242,7 +243,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -254,9 +255,9 @@ msg | **type**: str adapter - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=set|present|facts``, the adapter and its ports. + For \ :literal:`state=set|present|facts`\ , the adapter and its ports. | **returned**: success | **type**: dict @@ -308,8 +309,9 @@ adapter | **type**: str {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. + 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. @@ -323,8 +325,9 @@ adapter | **type**: str {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. + 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 8d5ffada..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 @@ -19,12 +19,13 @@ Synopsis - List adapters on a specific CPC (Z system) or on all managed CPCs. - CPCs in classic mode are ignored (i.e. do not lead to a failure). - Adapters for which the user has no object access permission are ignored (i.e. do not lead to a failure). +- On HMCs with version 2.16.0 or higher, the "List Permitted Adapters" operation is used by this module. Otherwise, the managed CPCs are listed and then the adapters on each desired CPC or CPCs are listed. This improves the execution time of the module on newer HMCs but does not affect the module result data. Requirements ------------ -- The HMC userid must have object-access permissions to these objects: Target adapters, CPCs of target adapters (only for z13 and older). +- The HMC userid must have object-access permissions to these objects: Target adapters, CPCs of target adapters (CPC access is only needed for HMC version 2.15 and older). @@ -34,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -48,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -128,6 +131,31 @@ status | **type**: str +additional_properties + List of additional properties to be returned for each adapter, in addition to the default properties (see result description). + + Mutually exclusive with \ :literal:`full\_properties`\ . + + The property names are specified with underscores instead of hyphens. + + On HMCs with an API version below 4.10 (= HMC version 2.16.0 with some post-GA updates), all properties of each adapter will be returned if this parameter is specified, but you should not rely on that. + + | **required**: False + | **type**: list + | **elements**: str + + +full_properties + If True, all properties of each adapter will be returned. Default: False. + + Mutually exclusive with \ :literal:`additional\_properties`\ . + + Note: Setting this to True causes a loop of 'Get Adapter Properties' operations to be executed. It is preferable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -172,7 +200,6 @@ Examples - See Also -------- @@ -200,7 +227,7 @@ msg | **type**: str adapters - The list of adapters, with a subset of their properties. For details on the properties, see the data model of the 'Adapter' resource (see :term:`HMC API`) + The list of adapters, with a subset of their properties. For details on the properties, see the data model of the 'Adapter' resource (see :term:\`HMC API\`) | **returned**: success | **type**: list @@ -250,4 +277,9 @@ adapters | **type**: str + {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 9798f728..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 @@ -4,8 +4,8 @@ .. _zhmc_console_module: -zhmc_console -- Get facts about the HMC -======================================= +zhmc_console -- Manage the HMC +============================== @@ -17,12 +17,14 @@ zhmc_console -- Get facts about the HMC Synopsis -------- - Get facts about the targeted HMC. +- Upgrade the firmware of the targeted HMC. Requirements ------------ -- No specific task or object-access permissions are required. +- For \ :literal:`state=facts`\ , no specific task or object-access permissions are required. +- For \ :literal:`state=upgrade`\ , task permission to the 'Single Step Console Internal Code' task is required. @@ -32,10 +34,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,35 +50,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -83,13 +87,57 @@ hmc_auth state - The desired state for the HMC. For consistency with other modules, and for extensibility, this parameter is required even though it has only one value: + The action to be performed on the HMC: - * ``facts``: Returns facts about the HMC. + \* \ :literal:`facts`\ : Returns facts about the HMC. + + \* \ :literal:`upgrade`\ : Upgrades the firmware of the HMC and returns the new facts after the upgrade. If the HMC firmware is already at the requested bundle level, nothing is changed and the module succeeds. | **required**: True | **type**: str - | **choices**: facts + | **choices**: facts, upgrade + + +bundle_level + Name of the bundle to be installed on the HMC (e.g. 'H71') + + Required for \ :literal:`state=upgrade`\ + + | **required**: False + | **type**: str + + +upgrade_timeout + Timeout in seconds for waiting for completion of upgrade (e.g. 3600) + + | **required**: False + | **type**: int + | **default**: 3600 + + +backup_location_type + Type of backup location for the HMC backup that is performed: + + \* 'ftp': The FTP server that was used for the last console backup as defined on the 'Configure Backup Settings' user interface task in the HMC GUI. + + \* 'usb': The USB storage device mounted to the HMC. + + Optional for \ :literal:`state=upgrade`\ , default: 'usb' + + | **required**: False + | **type**: str + | **default**: usb + | **choices**: ftp, usb + + +accept_firmware + Accept the previous bundle level before installing the new level. + + Optional for \ :literal:`state=upgrade`\ , default: True + + | **required**: False + | **type**: bool + | **default**: True log_file @@ -117,6 +165,15 @@ Examples state: facts register: hmc1 + - name: Upgrade the HMC firmware and return facts + zhmc_console: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + state: upgrade + bundle_level: "H71" + upgrade_timeout: 3600 + register: hmc1 + @@ -131,7 +188,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -165,8 +222,9 @@ hmc | **type**: str {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. + 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. @@ -174,8 +232,9 @@ hmc | **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. + 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 9a6f3127..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 @@ -20,6 +20,7 @@ Synopsis - Activate/Start a CPC and update its properties. - Gather facts about a CPC, and for DPM operational mode, including its adapters, partitions and storage groups. - Update the properties of a CPC. +- Upgrade the SE firmware of a CPC. Requirements @@ -36,10 +37,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -50,35 +53,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -96,32 +99,52 @@ name state The desired state for the CPC. All states are fully idempotent within the limits of the properties that can be changed: - * ``inactive``: Ensures the CPC is inactive. + \* \ :literal:`inactive`\ : Ensures the CPC is inactive. + + \* \ :literal:`active`\ : Ensures the CPC is active and then ensures that the CPC has the specified properties. The operational mode of the CPC cannot be changed. - * ``active``: Ensures the CPC is active and then ensures that the CPC has the specified properties. The operational mode of the CPC cannot be changed. + \* \ :literal:`set`\ : Ensures that the CPC has the specified properties. - * ``set``: Ensures that the CPC has the specified properties. + \* \ :literal:`facts`\ : Returns the CPC properties including its child resources. - * ``facts``: Returns the CPC properties including its child resources. + \* \ :literal:`upgrade`\ : Upgrades the firmware of the SE of the CPC and returns the new facts after the upgrade. If the SE firmware is already at the requested bundle level, nothing is changed and the module succeeds. | **required**: True | **type**: str - | **choices**: inactive, active, set, facts + | **choices**: inactive, active, set, facts, upgrade + + +select_properties + Limits the returned properties of the CPC to those specified in this parameter plus those specified in the \ :literal:`properties`\ parameter. + + The properties can be specified with underscores or hyphens in their names. + + Null indicates not to limit the returned properties in this way. + + This parameter is ignored for \ :literal:`state`\ values that cause no properties to be returned. + + The returned child resources (adapters, partitions, storage groups) cannot be excluded using this parameter. + + The specified properties are passed to the 'Get CPC Properties' HMC operation using the 'properties' query parameter and save time for the HMC to pull together all properties. + + | **required**: False + | **type**: list + | **elements**: str activation_profile_name - The name of the reset activation profile to be used when activating the CPC in the classic operational mode, for ``state=active``. This parameter is ignored when the CPC is in classic mode and was already active, and when the CPC is in DPM mode. + The name of the reset activation profile to be used when activating the CPC in the classic operational mode, for \ :literal:`state=active`\ . This parameter is ignored when the CPC is in classic mode and was already active, and when the CPC is in DPM mode. Default: The reset activation profile specified in the 'next-activation-profile-name' property of the CPC. - This parameter is not allowed for the other ``state`` values. + This parameter is not allowed for the other \ :literal:`state`\ values. | **required**: False | **type**: str properties - Only for ``state=set`` and ``state=active``: New values for the properties of the CPC. Properties omitted in this dictionary will remain unchanged. This parameter will be ignored for other ``state`` values. + Only for \ :literal:`state=set`\ and \ :literal:`state=active`\ : New values for the properties of the CPC. Properties omitted in this dictionary will remain unchanged. This parameter will be ignored for other \ :literal:`state`\ values. The parameter is a dictionary. The key of each dictionary item is the property name as specified in the data model for CPC resources, with underscores instead of hyphens. The value of each dictionary item is the property value (in YAML syntax). Integer properties may also be provided as decimal strings. @@ -131,6 +154,33 @@ properties | **type**: dict +bundle_level + Name of the bundle to be installed on the SE of the CPC (e.g. 'S71') + + Required for \ :literal:`state=upgrade`\ + + | **required**: False + | **type**: str + + +upgrade_timeout + Timeout in seconds for waiting for completion of upgrade (e.g. 10800) + + | **required**: False + | **type**: int + | **default**: 10800 + + +accept_firmware + Accept the previous bundle level before installing the new level. + + Optional for \ :literal:`state=upgrade`\ , default: True + + | **required**: False + | **type**: bool + | **default**: True + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -180,10 +230,19 @@ Examples state: set properties: acceptable_status: - - active + - active description: "This is CPC {{ my_cpc_name }}" register: cpc1 + - name: Upgrade the SE firmware and return CPC facts + zhmc_cpc: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + name: "{{ my_cpc_name }}" + state: upgrade + bundle_level: "S71" + upgrade_timeout: 10800 + register: cpc1 @@ -199,7 +258,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -211,7 +270,9 @@ msg | **type**: str cpc - The CPC and its adapters, partitions, and storage groups. + For \ :literal:`state=inactive`\ , an empty dictionary. + + For \ :literal:`state=active|set|facts|upgrade`\ , the resource properties of the CPC after after any specified updates have been applied, and its adapters, partitions, and storage groups. | **returned**: success | **type**: dict @@ -278,11 +339,12 @@ cpc | **type**: str {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. + 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. + The adapters of the CPC, with a subset of their properties. For details, see the :term:\`HMC API\` book. | **type**: list | **elements**: dict @@ -319,7 +381,7 @@ cpc partitions - The defined partitions of the CPC, with a subset of their properties. For details, see the :term:`HMC API` book. + The defined partitions of the CPC, with a subset of their properties. For details, see the :term:\`HMC API\` book. | **type**: list | **elements**: dict @@ -346,7 +408,7 @@ cpc storage-groups - The storage groups associated with the CPC, with a subset of their properties. For details, see the :term:`HMC API` book. + The storage groups associated with the CPC, with a subset of their properties. For details, see the :term:\`HMC API\` book. | **type**: list | **elements**: dict 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 9805dd7d..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 @@ -32,10 +32,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,35 +48,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -89,6 +91,15 @@ include_unmanaged_cpcs | **type**: bool +full_properties + If True, all properties of each CPC will be returned. Default: False. + + Note: Setting this to True causes a loop of 'Get CPC Properties' operations to be executed. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -129,7 +140,6 @@ Examples - Return Values ------------- @@ -182,7 +192,7 @@ cpcs | **type**: bool status - The current status of the CPC. For details, see the description of the 'status' property in the data model of the 'CPC' resource (see :term:`HMC API`). Only included for managed CPCs. + The current status of the CPC. For details, see the description of the 'status' property in the data model of the 'CPC' resource (see :term:\`HMC API\`). Only included for managed CPCs. | **type**: str @@ -201,4 +211,9 @@ cpcs | **type**: str + {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 c7eb7601..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 @@ -36,10 +36,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -50,35 +52,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -103,11 +105,11 @@ partition_name state The desired state for the crypto attachment. All states are fully idempotent within the limits of the properties that can be changed: - * ``attached``: Ensures that the specified number of crypto adapters of the specified crypto type, and the specified range of domain index numbers in the specified access mode are attached to the partition. + \* \ :literal:`attached`\ : Ensures that the specified number of crypto adapters of the specified crypto type, and the specified range of domain index numbers in the specified access mode are attached to the partition. - * ``detached``: Ensures that no crypto adapter and no crypto domains are attached to the partition. + \* \ :literal:`detached`\ : Ensures that no crypto adapter and no crypto domains are attached to the partition. - * ``facts``: Returns the crypto configuration of the partition. + \* \ :literal:`facts`\ : Returns the crypto configuration of the partition. | **required**: True | **type**: str @@ -115,15 +117,23 @@ state adapter_count - Only for ``state=attached``: The number of crypto adapters the partition needs to have attached. The special value -1 means all adapters of the desired crypto type in the CPC. The ``adapter_names`` and ``adapter_count`` parameters are mutually exclusive; if neither is specified the default for ``adapter_count`` applies. + Only for \ :literal:`state=attached`\ : The number of crypto adapters the partition needs to have attached. The special value -1 means all adapters of the desired crypto type in the CPC. The \ :literal:`adapter\_names`\ and \ :literal:`adapter\_count`\ parameters are mutually exclusive and one of them must be specified. | **required**: False | **type**: int - | **default**: -1 + + +crypto_type + Only for \ :literal:`state=attached`\ : The crypto type of the crypto adapters that will be selected from when \ :literal:`adapter\_count`\ is specified. Ignored when \ :literal:`adapter\_names`\ is specified. + + | **required**: False + | **type**: str + | **default**: ep11 + | **choices**: ep11, cca, acc adapter_names - Only for ``state=attached``: The names of the crypto adapters the partition needs to have attached. The ``adapter_names`` and ``adapter_count`` parameters are mutually exclusive; if neither is specified the default for ``adapter_count`` applies. + Only for \ :literal:`state=attached`\ : The names of the crypto adapters the partition needs to have attached. The \ :literal:`adapter\_names`\ and \ :literal:`adapter\_count`\ parameters are mutually exclusive and one of them must be specified. | **required**: False | **type**: list @@ -131,7 +141,7 @@ adapter_names domain_range - Only for ``state=attached``: The domain range the partition needs to have attached, as a tuple of integers (min, max) that specify the inclusive range of domain index numbers. Other domains attached to the partition remain unchanged. The special value -1 for the max item means the maximum supported domain index number. + Only for \ :literal:`state=attached`\ : The domain range the partition needs to have attached, as a tuple of integers (min, max) that specify the inclusive range of domain index numbers. Other domains attached to the partition remain unchanged. The special value -1 for the max item means the maximum supported domain index number. | **required**: False | **type**: list @@ -140,7 +150,7 @@ domain_range access_mode - Only for ``state=attached``: The access mode in which the crypto domains specified in ``domain_range`` need to be attached. + Only for \ :literal:`state=attached`\ : The access mode in which the crypto domains specified in \ :literal:`domain\_range`\ need to be attached. | **required**: False | **type**: str @@ -148,15 +158,6 @@ access_mode | **choices**: usage, control -crypto_type - Only for ``state=attached``: The crypto type of the crypto adapters that will be considered for attaching. - - | **required**: False - | **type**: str - | **default**: ep11 - | **choices**: ep11, cca, acc - - log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -220,14 +221,13 @@ Examples domain_range: 0,-1 access_mode: usage - - name: Ensure domains 0-max on two specific ep11 adapters are attached + - name: Ensure domains 0-max on two specific adapters are attached zhmc_crypto_attachment: hmc_host: "{{ my_hmc_host }}" hmc_auth: "{{ my_hmc_auth }}" cpc_name: "{{ my_cpc_name }}" partition_name: "{{ my_second_partition_name }}" state: attached - crypto_type: ep11 adapter_names: [CRYP00, CRYP01] domain_range: 0,-1 access_mode: usage @@ -241,13 +241,12 @@ Examples - Return Values ------------- changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -343,8 +342,9 @@ crypto_configuration | **type**: str {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. + 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 d9e5f777..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 @@ -17,7 +17,7 @@ zhmc_hba -- Create HBAs in partitions Synopsis -------- - Create, update, or delete an HBA (virtual Host Bus Adapter) in a partition of a CPC (Z system). -- Note that the Ansible module zhmc_partition can be used to gather facts about existing HBAs of a partition. +- Note that the Ansible module zhmc\_partition can be used to gather facts about existing HBAs of a partition. Requirements @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -109,9 +111,9 @@ name state The desired state for the HBA. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the HBA does not exist in the specified partition. + \* \ :literal:`absent`\ : Ensures that the HBA does not exist in the specified partition. - * ``present``: Ensures that the HBA exists in the specified partition and has the specified properties. + \* \ :literal:`present`\ : Ensures that the HBA exists in the specified partition and has the specified properties. | **required**: True | **type**: str @@ -119,17 +121,17 @@ state properties - Dictionary with input properties for the HBA, for ``state=present``. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for ``state=absent``. + Dictionary with input properties for the HBA, for \ :literal:`state=present`\ . Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for \ :literal:`state=absent`\ . The possible input properties in this dictionary are the properties defined as writeable in the data model for HBA resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``adapter_port_uri``: Cannot be specified because this information is specified using the artificial properties ``adapter_name`` and ``adapter_port``. + \* \ :literal:`adapter\_port\_uri`\ : Cannot be specified because this information is specified using the artificial properties \ :literal:`adapter\_name`\ and \ :literal:`adapter\_port`\ . - * ``adapter_name``: The name of the adapter that has the port backing the target HBA. Cannot be changed after the HBA exists. + \* \ :literal:`adapter\_name`\ : The name of the adapter that has the port backing the target HBA. Cannot be changed after the HBA exists. - * ``adapter_port``: The port index of the adapter port backing the target HBA. Cannot be changed after the HBA exists. + \* \ :literal:`adapter\_port`\ : The port index of the adapter port backing the target HBA. Cannot be changed after the HBA exists. Properties omitted in this dictionary will remain unchanged when the HBA already exists, and will get the default value defined in the data model for HBAs when the HBA is being created. @@ -193,7 +195,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -205,9 +207,9 @@ msg | **type**: str hba - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present``, the resource properties of the HBA after any changes. + For \ :literal:`state=present`\ , the resource properties of the HBA after any changes. | **returned**: success | **type**: dict @@ -218,7 +220,8 @@ hba | **type**: str {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. + 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 new file mode 100644 index 00000000..b93dda77 --- /dev/null +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.rst.txt @@ -0,0 +1,235 @@ + +:github_url: https://github.com/ansible-collections/ibm_zos_core/blob/dev/plugins/modules/zhmc_ldap_server_definition.py + +.. _zhmc_ldap_server_definition_module: + + +zhmc_ldap_server_definition -- Manage LDAP Server Definitions +============================================================= + + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- Gather facts about an LDAP Server Definition on an HMC of a Z system. +- Create, delete, or update an LDAP Server Definition on an HMC. + + +Requirements +------------ + +- The HMC userid must have these task permissions: 'Manage LDAP Server Definitions'. + + + + +Parameters +---------- + + +hmc_host + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. + + | **required**: True + | **type**: raw + + +hmc_auth + The authentication credentials for the HMC. + + | **required**: True + | **type**: dict + + + userid + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + password + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + session_id + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. + + | **required**: False + | **type**: str + + + ca_certs + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + + | **required**: False + | **type**: str + + + verify + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. + + | **required**: False + | **type**: bool + | **default**: True + + + +name + The name of the target LDAP Server Definition object. + + The name is case-insensitive (but case-preserving). + + | **required**: True + | **type**: str + + +state + The desired state for the LDAP Server Definition. All states are fully idempotent within the limits of the properties that can be changed: + + \* \ :literal:`absent`\ : Ensures that the LDAP Server Definition does not exist. + + \* \ :literal:`present`\ : Ensures that the LDAP Server Definition exists and has the specified properties. + + \* \ :literal:`facts`\ : Returns the LDAP Server Definition properties. + + | **required**: True + | **type**: str + | **choices**: absent, present, facts + + +properties + Dictionary with desired properties for the LDAP Server Definition. Used for \ :literal:`state=present`\ ; ignored for \ :literal:`state=absent|facts`\ . Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + + The possible input properties in this dictionary are the properties defined as writeable in the data model for LDAP Server Definition resources (where the property names contain underscores instead of hyphens), with the following exceptions: + + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. + + Properties omitted in this dictionary will remain unchanged when the LDAP Server Definition already exists, and will get the default value defined in the data model for LDAP Server Definitions in the :term:\`HMC API\` when the LDAP Server Definition is being created. + + | **required**: False + | **type**: dict + + +log_file + File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. + + | **required**: False + | **type**: str + + + + +Examples +-------- + +.. code-block:: yaml+jinja + + + --- + # Note: The following examples assume that some variables named 'my_*' are set. + + - name: Gather facts about an LDAP Server Definition + zhmc_ldap_server_definition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + name: "{{ my_lsd_name }}" + state: facts + register: lsd1 + + - name: Ensure the LDAP Server Definition does not exist + zhmc_ldap_server_definition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + name: "{{ my_lsd_name }}" + state: absent + + - name: Ensure the LDAP Server Definition exists + zhmc_ldap_server_definition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + name: "{{ my_lsd_name }}" + state: present + properties: + description: "Example LDAP Server Definition 1" + primary_hostname_ipaddr: "10.11.12.13" + search_distinguished_name: "test_user{0}" + register: lsd1 + + + + + + + + + + +Return Values +------------- + + +changed + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. + + | **returned**: always + | **type**: bool + +msg + An error message that describes the failure. + + | **returned**: failure + | **type**: str + +ldap_server_definition + For \ :literal:`state=absent`\ , an empty dictionary. + + For \ :literal:`state=present|facts`\ , a dictionary with the resource properties of the target LDAP Server Definition. + + | **returned**: success + | **type**: dict + | **sample**: + + .. code-block:: json + + { + "backup-hostname-ipaddr": null, + "bind-distinguished-name": null, + "class": "ldap-server-definition", + "connection-port": null, + "description": "zhmc test LSD 1", + "element-id": "dcb6d966-465f-11ee-80ca-00106f234c71", + "element-uri": "/api/console/ldap-server-definitions/dcb6d966-465f-11ee-80ca-00106f234c71", + "location-method": "pattern", + "name": "zhmc_test_lsd_1", + "parent": "/api/console", + "primary-hostname-ipaddr": "10.11.12.13", + "replication-overwrite-possible": false, + "search-distinguished-name": "test_user{0}", + "search-filter": null, + "search-scope": null, + "tolerate-untrusted-certificates": null, + "use-ssl": false + } + + name + LDAP Server Definition name + + | **type**: str + + {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_ldap_server_definition_list.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.rst.txt new file mode 100644 index 00000000..bd207f73 --- /dev/null +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.rst.txt @@ -0,0 +1,160 @@ + +:github_url: https://github.com/ansible-collections/ibm_zos_core/blob/dev/plugins/modules/zhmc_ldap_server_definition_list.py + +.. _zhmc_ldap_server_definition_list_module: + + +zhmc_ldap_server_definition_list -- List LDAP Server Definitions +================================================================ + + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- List LDAP Server Definitions on the HMC. + + +Requirements +------------ + +- The HMC userid must have object-access permission to the target LDAP Server Definitions, or task permission to the 'Manage Users' task. + + + + +Parameters +---------- + + +hmc_host + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. + + | **required**: True + | **type**: raw + + +hmc_auth + The authentication credentials for the HMC. + + | **required**: True + | **type**: dict + + + userid + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + password + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + session_id + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. + + | **required**: False + | **type**: str + + + ca_certs + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + + | **required**: False + | **type**: str + + + verify + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. + + | **required**: False + | **type**: bool + | **default**: True + + + +log_file + File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. + + | **required**: False + | **type**: str + + + + +Examples +-------- + +.. code-block:: yaml+jinja + + + --- + # Note: The following examples assume that some variables named 'my_*' are set. + + - name: List LDAP Server Definitions + zhmc_ldap_server_definition_list: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + register: lsd_list + + + + + + + + + + +Return Values +------------- + + +changed + Indicates if any change has been made by the module. This will always be false. + + | **returned**: always + | **type**: bool + +msg + An error message that describes the failure. + + | **returned**: failure + | **type**: str + +ldap_server_definitions + The list of LDAP Server Definitions, with a subset of their properties. + + | **returned**: success + | **type**: list + | **elements**: dict + | **sample**: + + .. code-block:: json + + [ + { + "name": "Standard" + }, + { + "name": "User 1" + } + ] + + name + User name + + | **type**: str + + 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 8a7a4995..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 @@ -39,10 +39,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -53,35 +55,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -106,66 +108,139 @@ name state The desired state for the LPAR: - * ``inactive``: Ensures that the LPAR is inactive (i.e. status 'not-activated'), unless the LPAR is currently operating and the ``force`` parameter was not set to True. Properties cannot be updated. The LPAR is deactivated if needed. + \* \ :literal:`inactive`\ : Ensures that the LPAR is inactive (i.e. status 'not-activated'), unless the LPAR is currently operating and the \ :literal:`force`\ parameter was not set to True. Properties cannot be updated. The LPAR is deactivated if needed. - * ``reset_clear``: Initialize the LPAR for loading by performing a 'Reset Clear' operation (clearing its pending interruptions, resetting its channel subsystem, resetting its processors, clearing its memory), unless the LPAR is currently loaded (i.e. status is 'operating' or 'acceptable') and the ``force`` parameter was not set to True. Properties cannot be updated. After successful execution of the 'Reset Normal' operation, the LPAR will be inactive (i.e. status 'not-activated'). + \* \ :literal:`active`\ : Ensures that the LPAR is at least active (i.e. status is 'not-operating', 'operating' or 'exceptions'), and then ensures that the LPAR properties have the specified values. The LPAR is activated if needed using the 'Activate Logical Partition' operation. In certain cases, that operation will automatically load the LPAR. For details, see the \ :literal:`activation\_profile\_name`\ parameter. - * ``reset_normal``: Initialize the LPAR for loading by performing a 'Reset Normal' operation (clearing its pending interruptions, resetting its channel subsystem, resetting its processors), unless the LPAR is currently loaded (i.e. status is 'operating' or 'acceptable') and the ``force`` parameter was not set to True. Properties cannot be updated. After successful execution of the 'Reset Normal' operation, the LPAR will be inactive (i.e. status 'not-activated'). + \* \ :literal:`loaded`\ : Ensures that the LPAR is loaded (i.e. status is 'operating' or 'exceptions'), and then ensures that the LPAR properties have the specified values. The LPAR is first activated if needed using the 'Activate Logical Partition' operation, and then loaded if needed using the 'Load Logical Partition' operation. For details, see the \ :literal:`activation\_profile\_name`\ parameter. - * ``active``: Ensures that the LPAR is at least active (i.e. status is 'not-operating', 'operating' or 'acceptable'), and then ensures that the LPAR properties have the specified values. The LPAR is activated if needed. If auto-load is set in the activation profile, the LPAR will also be loaded. + \* \ :literal:`reset\_clear`\ : Performs the 'Reset Clear' HMC operation on the LPAR. This initializes the LPAR for loading by clearing its pending interruptions, resetting its channel subsystem, resetting its processors, and clearing its memory). The LPAR must be in status 'not-operating', 'operating', or 'exceptions'. If the LPAR status is 'operating' or 'exceptions', the operation will fail unless the \ :literal:`force`\ parameter is set to True. Properties cannot be updated. - * ``loaded``: Ensures that the LPAR is loaded (i.e. status is 'operating' or 'acceptable'), and then ensures that the LPAR properties have the specified values. The LPAR is first activated if needed, and then loaded if needed. + \* \ :literal:`reset\_normal`\ : Performs the 'Reset Normal' HMC operation on the LPAR. This initializes the LPAR for loading by clearing its pending interruptions, resetting its channel subsystem, and resetting its processors). It does not clear the memory. The LPAR must be in status 'not-operating', 'operating', or 'exceptions'. If the LPAR status is 'operating' or 'exceptions', the operation will fail unless the \ :literal:`force`\ parameter is set to True. Properties cannot be updated. - * ``set``: Ensures that the LPAR properties have the specified values. Requires that the LPAR is at least active (i.e. status is 'not-operating', 'operating' or 'acceptable') but does not activate the LPAR if that is not the case. + \* \ :literal:`set`\ : Ensures that the LPAR properties have the specified values. Requires that the LPAR is at least active (i.e. status is 'not-operating', 'operating' or 'exceptions') but does not activate the LPAR if that is not the case. - * ``facts``: Returns the current LPAR properties. + \* \ :literal:`facts`\ : Returns the current LPAR properties. In all cases, the LPAR must exist. | **required**: True | **type**: str - | **choices**: inactive, reset_clear, reset_normal, active, loaded, set, facts + | **choices**: inactive, active, loaded, reset_clear, reset_normal, set, facts + + +select_properties + Limits the returned properties of the LPAR to those specified in this parameter plus those specified in the \ :literal:`properties`\ parameter. + + The properties can be specified with underscores or hyphens in their names. + + Null indicates not to limit the returned properties in this way. + + This parameter is ignored for \ :literal:`state`\ values that cause no properties to be returned. + + The specified properties are passed to the 'Get Logical Partition Properties' HMC operation using the 'properties' query parameter and save time for the HMC to pull together all properties. + + | **required**: False + | **type**: list + | **elements**: str activation_profile_name - The name of the image or load activation profile to be used when the LPAR needs to be activated, for ``state=active`` and ``state=loaded``. + The name of the image or load activation profile to be used when the LPAR needs to be activated, for \ :literal:`state=active`\ and \ :literal:`state=loaded`\ . + + This parameter is not allowed for the other \ :literal:`state`\ values. Default: The image or load activation profile specified in the 'next-activation-profile-name' property of the LPAR is used when the LPAR needs to be activated. - If the LPAR was already active, the ``force`` parameter determines what happens. + For LPARs with activation modes other than SSC or zAware, the following applies: If an image activation profile is specified, the 'load-at-activation' property of the image activation profile determines whether an automatic load is performed, using the load parameters from the image activation profile. If a load activation profile is specified, an automatic load is always performed, using the parameters from the load activation profile. + + For LPARs with activation modes SSC or zAware, the following applies: A load activation profile cannot be specified. The LPAR is always auto-loaded using internal load parameters (ignoring the 'load-at-activation' property and the load-related properties of their image activation profile). + + | **required**: False + | **type**: str + + +load_address + The hexadecimal address of an I/O device that provides access to the control program to be loaded, for \ :literal:`state=loaded`\ . + + This parameter is not allowed for the other \ :literal:`state`\ values. + + This parameter is used only when the LPAR is explicitly loaded using the 'Load Logical Partition' operation. It is not used when the LPAR is automatically loaded during the 'Activate Logical Partition' operation. + + For z13 and older generations, this parameter is required. Starting with z14, this parameter is optional and defaults to the load address specified in the 'last-used-load-address' property of the LPAR. + + | **required**: False + | **type**: str + + +load_parameter + A parameter string that is passed to the control program when loading it, for \ :literal:`state=loaded`\ . + + This parameter is not allowed for the other \ :literal:`state`\ values. - This parameter is not allowed for the other ``state`` values. + This parameter is used only when the LPAR is explicitly loaded using the 'Load Logical Partition' operation. It is not used when the LPAR is automatically loaded during the 'Activate Logical Partition' operation. | **required**: False | **type**: str +clear_indicator + Controls whether memory is cleared before performing the load, for \ :literal:`state=loaded`\ . + + This parameter is not allowed for the other \ :literal:`state`\ values. + + This parameter is used only when the LPAR is explicitly loaded using the 'Load Logical Partition' operation. It is not used when the LPAR is automatically loaded during the 'Activate Logical Partition' operation. + + | **required**: False + | **type**: bool + | **default**: True + + +store_status_indicator + Controls whether the current values of CPU timer, clock comparator, program status word, and the contents of the processor registers are stored to their assigned absolute storage locations, for \ :literal:`state=loaded`\ . + + This parameter is not allowed for the other \ :literal:`state`\ values. + + This parameter is used only when the LPAR is explicitly loaded using the 'Load Logical Partition' operation. It is not used when the LPAR is automatically loaded during the 'Activate Logical Partition' operation. + + | **required**: False + | **type**: bool + + +timeout + Timeout in seconds, for activate (if needed) and for load (if needed). + + | **required**: False + | **type**: int + | **default**: 60 + + force - Controls whether operations that change the LPAR status are performed when the LPAR is currently loaded (i.e. status 'operating' or 'acceptable'): + Controls whether operations that change the LPAR status are performed when the LPAR is currently loaded (i.e. status 'operating' or 'exceptions'): If True, such operations are performed regardless of the current LPAR status. - If False, such operations are performed only if the LPAR is not currently loaded, and are rejected otherwise. + If False (default), such operations are performed only if the LPAR is not currently loaded, and are rejected otherwise. | **required**: False | **type**: bool os_ipl_token - Setting this parameter for ``state=reset_clear`` or ``state=reset_normal`` requests that the corresponding HMC operations only be performed if the provided value matches the current value of the 'os-ipl-token' property of the LPAR, and be rejected otherwise. Note that the 'os-ipl-token' property of the LPAR is set by the operating system and is set only by some operating systems, such as z/OS. This parameter is ignored for other ``state`` values. + Setting this parameter for \ :literal:`state=reset\_clear`\ or \ :literal:`state=reset\_normal`\ requests that the corresponding HMC operations only be performed if the provided value matches the current value of the 'os-ipl-token' property of the LPAR, and be rejected otherwise. Note that the 'os-ipl-token' property of the LPAR is set by the operating system and is set only by some operating systems, such as z/OS. This parameter is ignored for other \ :literal:`state`\ values. | **required**: False | **type**: str properties - Dictionary with new values for the LPAR properties, for ``state=active``, ``state=loaded`` and ``state=set``. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + Dictionary with new values for the LPAR properties, for \ :literal:`state=active`\ , \ :literal:`state=loaded`\ and \ :literal:`state=set`\ . Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. The possible input properties in this dictionary are the properties defined as writeable in the data model for LPAR resources (where the property names contain underscores instead of hyphens). Properties omitted in this dictionary will not be updated. - This parameter is not allowed for the other ``state`` values. + This parameter is not allowed for the other \ :literal:`state`\ values. | **required**: False | **type**: dict @@ -198,7 +273,8 @@ Examples state: inactive register: lpar1 - - name: Ensure the LPAR is active (using the default image profile when it needs to be activated), and then set the CP sharing weight to 20 + - name: "Ensure the LPAR is active (using the default image profile when it needs to be activated), + and then set the CP sharing weight to 20" zhmc_lpar: hmc_host: "{{ my_hmc_host }}" hmc_auth: "{{ my_hmc_auth }}" @@ -275,13 +351,12 @@ Examples - Return Values ------------- changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -293,9 +368,11 @@ msg | **type**: str lpar - The resource properties of the LPAR, after any specified updates have been applied. + For \ :literal:`state=inactive|reset\_clear|reset\_normal`\ , an empty dictionary. + + For \ :literal:`state=active|loaded|set|facts`\ , the resource properties of the LPAR after after any specified updates have been applied. - Note that the returned properties may show different values than the ones that were specified as input for the update. For example, memory properties may be rounded up, hexadecimal strings may be shown with a different representation format, and other properties may change as a result of updating some properties. For details, see the data model of the 'Logical Partition' object in the :term:`HMC API` book. + Note that the returned properties may show different values than the ones that were specified as input for the update. For example, memory properties may be rounded up, hexadecimal strings may be shown with a different representation format, and other properties may change as a result of updating some properties. For details, see the data model of the 'Logical Partition' object in the :term:\`HMC API\` book. | **returned**: success | **type**: dict @@ -463,7 +540,8 @@ lpar | **type**: str {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. + 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 674bd526..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 @@ -19,7 +19,7 @@ Synopsis - List LPARs on a specific CPC (Z system) or on all managed CPCs. - CPCs in DPM mode are ignored (i.e. do not lead to a failure). - LPARs for which the user has no object access permission are ignored (i.e. do not lead to a failure). -- The module works for any HMC version. On HMCs with version 2.14.0 or higher, the "List Permitted Logical Partitions" opration is used. On older HMCs, the managed CPCs are listed and the LPARs on each CPC. +- On HMCs with version 2.14.0 or higher, the "List Permitted Logical Partitions" operation is used by this module. Otherwise, the managed CPCs are listed and then the LPARs on each desired CPC or CPCs are listed. This improves the execution time of the module on newer HMCs but does not affect the module result data. Requirements @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -94,6 +96,31 @@ cpc_name | **type**: str +additional_properties + List of additional properties to be returned for each LPAR, in addition to the default properties (see result description). + + Mutually exclusive with \ :literal:`full\_properties`\ . + + The property names are specified with underscores instead of hyphens. + + On HMCs with an API version below 4.10 (= HMC version 2.16.0 plus some post-GA updates), all properties of each LPAR will be returned if this parameter is specified, but you should not rely on that. + + | **required**: False + | **type**: list + | **elements**: str + + +full_properties + If True, all properties of each LPAR will be returned. Default: False. + + Mutually exclusive with \ :literal:`additional\_properties`\ . + + Note: Setting this to True causes a loop of 'Get Logical Partition Properties' operations to be executed. It is preferable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -134,7 +161,6 @@ Examples - Return Values ------------- @@ -188,7 +214,7 @@ lpars | **type**: str status - The current status of the LPAR. For details, see the description of the 'status' property in the data model of the 'Logical Partition' resource (see :term:`HMC API`). + The current status of the LPAR. For details, see the description of the 'status' property in the data model of the 'Logical Partition' resource (see :term:\`HMC API\`). | **type**: str @@ -198,8 +224,13 @@ lpars | **type**: bool activation_mode - The activation mode of the LPAR. For details, see the description of the 'activation-mode' property in the data model of the 'Logical Partition' resource (see :term:`HMC API`). + The activation mode of the LPAR. For details, see the description of the 'activation-mode' property in the data model of the 'Logical Partition' resource (see :term:\`HMC API\`). | **type**: str + {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_lpar_messages.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.rst.txt new file mode 100644 index 00000000..6bab51e5 --- /dev/null +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.rst.txt @@ -0,0 +1,290 @@ + +:github_url: https://github.com/ansible-collections/ibm_zos_core/blob/dev/plugins/modules/zhmc_lpar_messages.py + +.. _zhmc_lpar_messages_module: + + +zhmc_lpar_messages -- Get console messages for OS in an LPAR +============================================================ + + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- Get the OS console messages for the OS running in a loaded LPAR. + + +Requirements +------------ + +- The targeted CPC must be in the classic operational mode. +- The targeted LPAR must be loaded (i.e. running an operating system). +- The HMC userid must have these task permissions: 'Operating System Messages' (view-only is sufficient) +- The HMC userid must have object-access permissions to these objects: Target CPC, target LPAR. + + + + +Parameters +---------- + + +hmc_host + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. + + | **required**: True + | **type**: raw + + +hmc_auth + The authentication credentials for the HMC. + + | **required**: True + | **type**: dict + + + userid + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + password + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + session_id + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. + + | **required**: False + | **type**: str + + + ca_certs + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + + | **required**: False + | **type**: str + + + verify + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. + + | **required**: False + | **type**: bool + | **default**: True + + + +cpc_name + The name of the CPC with the target LPAR. + + | **required**: True + | **type**: str + + +name + The name of the target LPAR. + + | **required**: True + | **type**: str + + +begin + A message sequence number to limit returned messages. Messages with a sequence number less than this are omitted from the results. + + If null, no such filtering is performed. + + | **required**: False + | **type**: int + + +end + A message sequence number to limit returned messages. Messages with a sequence number greater than this are omitted from the results. + + If null, no such filtering is performed. + + | **required**: False + | **type**: int + + +max_messages + Limits the returned messages to the specified maximum number, starting from the begin of the sequence numbers in the result that would otherwise be returned. + + If null or 0, no such filtering is performed. + + | **required**: False + | **type**: int + + +is_held + Limit the returned messages to only held (if true) or only non-held (if false) messages. + + If null, no such filtering is performed. + + | **required**: False + | **type**: bool + + +is_priority + Limit the returned messages to only priority (if true) or only non-priority (if false) messages. + + If null, no such filtering is performed. + + | **required**: False + | **type**: bool + + +log_file + File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. + + | **required**: False + | **type**: str + + + + +Examples +-------- + +.. code-block:: yaml+jinja + + + --- + # Note: The following examples assume that some variables named 'my_*' are set. + + - name: Get OS console messages for the OS in the LPAR + zhmc_lpar_messages: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_lpar_name }}" + register: lpar_messages + + + + + + + + + + +Return Values +------------- + + +changed + Indicates if any change has been made by the module. This will always be false. + + | **returned**: always + | **type**: bool + +msg + An error message that describes the failure. + + | **returned**: failure + | **type**: str + +messages + The list of operating system console messages. + + | **returned**: success + | **type**: list + | **elements**: dict + | **sample**: + + .. code-block:: json + + [ + { + "is_held": false, + "is_priority": false, + "message_id": 2328551, + "message_text": "Uncompressing Linux... ", + "os_name": null, + "prompt_text": "", + "sequence_number": 0, + "sound_alarm": false, + "timestamp": null + }, + { + "is_held": false, + "is_priority": false, + "message_id": 2328552, + "message_text": "Ok, booting the kernel. ", + "os_name": null, + "prompt_text": "", + "sequence_number": 1, + "sound_alarm": false, + "timestamp": null + } + ] + + sequence_number + The sequence number assigned to this message by the HMC. + + Although sequence numbers may wrap over time, this number can be considered a unique identifier for the message. + + | **type**: int + + message_text + The text of the message + + | **type**: str + + message_id + The message identifier assigned to this message by the operating system. + + | **type**: str + + timestamp + The point in time (as an ISO 8601 date and time value) when the message was created, or null if this information is not available from the operating system. + + | **type**: str + + sound_alarm + Indicates whether the message should cause the alarm to be sounded. + + | **type**: bool + + is_priority + Indicates whether the message is a priority message. + + A priority message indicates a critical condition that requires immediate attention. + + | **type**: bool + + is_held + Indicates whether the message is a held message. + + A held message is one that requires a response. + + | **type**: bool + + prompt_text + The prompt text that is associated with this message, or null indicating that there is no prompt text for this message. + + The prompt text is used when responding to a message. The response is to be sent as an operating system command where the command is prefixed with the prompt text and followed by the response to the message. + + | **type**: str + + os_name + The name of the operating system that generated this omessage, or null indicating there is no operating system name associated with this message. + + This name is determined by the operating system and may be unrelated to the name of the LPAR in which the operating system is running. + + | **type**: str + + 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 21f8fec6..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 @@ -18,7 +18,7 @@ Synopsis -------- - Gather facts about a NIC (virtual Network Interface Card) in a partition of a CPC (Z system). - Create, update, or delete a NIC in a partition. -- Note that the Ansible module zhmc_partition can be used to gather facts about existing NICs of a partition. +- Note that the Ansible module zhmc\_partition can be used to gather facts about existing NICs of a partition. Requirements @@ -36,10 +36,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -50,35 +52,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -110,11 +112,11 @@ name state The desired state for the NIC. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the NIC does not exist in the specified partition. + \* \ :literal:`absent`\ : Ensures that the NIC does not exist in the specified partition. - * ``present``: Ensures that the NIC exists in the specified partition and has the specified properties. + \* \ :literal:`present`\ : Ensures that the NIC exists in the specified partition and has the specified properties. - * ``facts``: Returns the NIC properties. + \* \ :literal:`facts`\ : Returns the NIC properties. | **required**: True | **type**: str @@ -122,17 +124,17 @@ state properties - Dictionary with input properties for the NIC, for ``state=present``. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for ``state=absent``. + Dictionary with input properties for the NIC, for \ :literal:`state=present`\ . Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for \ :literal:`state=absent`\ . The possible input properties in this dictionary are the properties defined as writeable in the data model for NIC resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``network_adapter_port_uri`` and ``virtual_switch_uri``: Cannot be specified because this information is specified using the artificial properties ``adapter_name`` and ``adapter_port``. + \* \ :literal:`network\_adapter\_port\_uri`\ and \ :literal:`virtual\_switch\_uri`\ : Cannot be specified because this information is specified using the artificial properties \ :literal:`adapter\_name`\ and \ :literal:`adapter\_port`\ . - * ``adapter_name``: The name of the adapter that has the port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets). + \* \ :literal:`adapter\_name`\ : The name of the adapter that has the port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets). - * ``adapter_port``: The port index of the adapter port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets). + \* \ :literal:`adapter\_port`\ : The port index of the adapter port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets). Properties omitted in this dictionary will remain unchanged when the NIC already exists, and will get the default value defined in the data model for NICs when the NIC is being created. @@ -206,7 +208,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -218,9 +220,9 @@ msg | **type**: str nic - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present|facts``, the resource properties of the NIC after any changes. + For \ :literal:`state=present|facts`\ , the resource properties of the NIC after any changes. | **returned**: success | **type**: dict @@ -256,7 +258,8 @@ nic | **type**: str {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. + 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 22a91a2d..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 @@ -32,10 +32,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,35 +48,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -96,6 +98,15 @@ partition_name | **type**: str +full_properties + If True, all properties of each NIC will be returned. Default: False. + + Note: Setting this to True causes a loop of 'Get NIC Properties' operations to be executed. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -127,7 +138,6 @@ Examples - See Also -------- @@ -187,4 +197,9 @@ nics | **type**: str + {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 41f532dd..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 @@ -36,10 +36,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -50,35 +52,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -103,53 +105,108 @@ name state The desired state for the partition. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the partition does not exist in the specified CPC. + \* \ :literal:`absent`\ : Ensures that the partition does not exist in the specified CPC. + + \* \ :literal:`stopped`\ : Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the inactive statuses ('stopped', 'terminated', 'paused', 'reservation-error'). + + \* \ :literal:`active`\ : Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the active statuses ('active', 'degraded'). - * ``stopped``: Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the inactive statuses ('stopped', 'terminated', 'paused', 'reservation-error'). + \* \ :literal:`mount\_iso`\ : Ensures that an ISO image with the specified name is mounted to the partition, and that the specified INS file is set. The content of a currnetly mounted ISO image is not verified. - * ``active``: Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the active statuses ('active', 'degraded'). + \* \ :literal:`unmount\_iso`\ : Ensures that no ISO image is mounted to the partition. - * ``facts``: Returns the partition properties and the properties of its child resources (HBAs, NICs, and virtual functions). + \* \ :literal:`facts`\ : Returns the partition properties and the properties of its child resources (HBAs, NICs, and virtual functions). | **required**: True | **type**: str - | **choices**: absent, stopped, active, facts + | **choices**: absent, stopped, active, iso_mount, iso_unmount, facts + + +select_properties + Limits the returned properties of the partition to those specified in this parameter plus those specified in the \ :literal:`properties`\ parameter. + + The properties can be specified with underscores or hyphens in their names. + + Null indicates not to limit the returned properties in this way. + + This parameter is ignored for \ :literal:`state`\ values that cause no properties to be returned. + + The specified properties are passed to the 'Get Partition Properties' HMC operation using the 'properties' query parameter and save time for the HMC to pull together all properties. + + | **required**: False + | **type**: list + | **elements**: str properties - Dictionary with input properties for the partition, for ``state=stopped`` and ``state=active``. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for ``state=absent``. + Dictionary with input properties for the partition, for \ :literal:`state=stopped`\ and \ :literal:`state=active`\ . Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for \ :literal:`state=absent`\ . The possible input properties in this dictionary are the properties defined as writeable in the data model for Partition resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. + + \* \ :literal:`type`\ : Cannot be changed once the partition exists, because updating it is not supported. + + \* \ :literal:`boot\_storage\_device`\ : Cannot be specified because this information is specified using the artificial property \ :literal:`boot\_storage\_hba\_name`\ . - * ``type``: Cannot be changed once the partition exists, because updating it is not supported. + \* \ :literal:`boot\_network\_device`\ : Cannot be specified because this information is specified using the artificial property \ :literal:`boot\_network\_nic\_name`\ . - * ``boot_storage_device``: Cannot be specified because this information is specified using the artificial property ``boot_storage_hba_name``. + \* \ :literal:`boot\_storage\_hba\_name`\ : The name of the HBA whose URI is used to construct \ :literal:`boot\_storage\_device`\ . Specifying it requires that the partition exists. Only valid when the partition is on a z13. - * ``boot_network_device``: Cannot be specified because this information is specified using the artificial property ``boot_network_nic_name``. + \* \ :literal:`boot\_storage\_group\_name`\ : The name of the storage group that contains the boot volume specified with \ :literal:`boot\_storage\_volume\_name`\ . - * ``boot_storage_hba_name``: The name of the HBA whose URI is used to construct ``boot_storage_device``. Specifying it requires that the partition exists. + \* \ :literal:`boot\_storage\_volume\_name`\ : The name of the storage volume in storage group \ :literal:`boot\_storage\_group\_name`\ whose URI is used to construct \ :literal:`boot\_storage\_volume`\ . This property is mutually exclusive with \ :literal:`boot\_storage\_volume`\ . Specifying it requires that the partition and storage group exist. Only valid when the partition is on a z14 or later. - * ``boot_network_nic_name``: The name of the NIC whose URI is used to construct ``boot_network_device``. Specifying it requires that the partition exists. + \* \ :literal:`boot\_network\_nic\_name`\ : The name of the NIC whose URI is used to construct \ :literal:`boot\_network\_device`\ . Specifying it requires that the partition exists. - * ``crypto_configuration``: The crypto configuration for the partition, in the format of the ``crypto-configuration`` property of the partition (see :term:`HMC API` for details), with the exception that adapters are specified with their names in field ``crypto_adapter_names`` instead of their URIs in field ``crypto_adapter_uris``. If the ``crypto_adapter_names`` field is null, all crypto adapters of the CPC will be used. + \* \ :literal:`crypto\_configuration`\ : The crypto configuration for the partition, in the format of the \ :literal:`crypto-configuration`\ property of the partition (see :term:\`HMC API\` for details), with the exception that adapters are specified with their names in field \ :literal:`crypto\_adapter\_names`\ instead of their URIs in field \ :literal:`crypto\_adapter\_uris`\ . If the \ :literal:`crypto\_adapter\_names`\ field is null, all crypto adapters of the CPC will be used. - Properties omitted in this dictionary will remain unchanged when the partition already exists, and will get the default value defined in the data model for partitions in the :term:`HMC API` when the partition is being created. + Properties omitted in this dictionary will remain unchanged when the partition already exists, and will get the default value defined in the data model for partitions in the :term:\`HMC API\` when the partition is being created. | **required**: False | **type**: dict +image_name + Name of the ISO image for \ :literal:`state=iso\_mount`\ (required). Not permitted for any other \ :literal:`state`\ values. + + This value is shown in the 'boot-iso-image-name' property of the partition. + + If an ISO image with this name is already mounted to the partition, the new image will not be mounted. The image conntent is not verified. + + | **required**: False + | **type**: str + + +image_file + Path name of the local ISO image file for \ :literal:`state=iso\_mount`\ (required). Not permitted for any other \ :literal:`state`\ values. + + When mounting an ISO image, this file is opened for reading and its content is sent to the HMC using the 'Mount ISO Image' operation. This file is not used when an image with the name specified in \ :literal:`image\_name`\ was already mounted. + + | **required**: False + | **type**: str + + +ins_file + Path name of the INS file within the ISO image that will be used when booting from the ISO image for \ :literal:`state=iso\_mount`\ (required). Not permitted for any other \ :literal:`state`\ values. + + This value is shown in the 'boot-iso-ins-file' property of the partition. + + The 'boot-iso-ins-file' property of the partition is always updated, even when the ISO image was already mounted and thus is not re-mounted. + + | **required**: False + | **type**: str + + expand_storage_groups - Boolean that controls whether the returned partition contains an additional artificial property 'storage-groups' that is the list of storage groups attached to the partition, with properties as described for the zhmc_storage_group module with expand=true. + Boolean that controls whether the returned partition contains an additional artificial property 'storage-groups' that is the list of storage groups attached to the partition, with properties as described for the zhmc\_storage\_group module with expand=true. | **required**: False | **type**: bool expand_crypto_adapters - Boolean that controls whether the returned partition contains an additional artificial property 'crypto-adapters' in its 'crypto-configuration' property that is the list of crypto adapters attached to the partition, with properties as described for the zhmc_adapter module. + Boolean that controls whether the returned partition contains an additional artificial property 'crypto-adapters' in its 'crypto-configuration' property that is the list of crypto adapters attached to the partition, with properties as described for the zhmc\_adapter module. | **required**: False | **type**: bool @@ -173,11 +230,6 @@ Examples --- # Note: The following examples assume that some variables named 'my_*' are set. - # Because configuring LUN masking in the SAN requires the host WWPN, and the - # host WWPN is automatically assigned and will be known only after an HBA has - # been added to the partition, the partition needs to be created in stopped - # state. Also, because the HBA has not yet been created, the boot - # configuration cannot be done yet: - name: Ensure the partition exists and is stopped zhmc_partition: hmc_host: "{{ my_hmc_host }}" @@ -192,11 +244,20 @@ Examples maximum_memory: 1024 register: part1 - # After an HBA has been added (see Ansible module zhmc_hba), and LUN masking - # has been configured in the SAN, and a bootable image is available at the - # configured LUN and target WWPN, the partition can be configured for boot - # from the FCP LUN and can be started: - - name: Configure boot device and start the partition + - name: Configure an FCP boot volume and start the partition (z14 or later) + zhmc_partition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_partition_name }}" + state: active + properties: + boot_device: storage-volume + boot_storage_group_name: sg1 + boot_storage_volume_name: boot1 + register: part1 + + - name: Configure an FTP boot server and start the partition zhmc_partition: hmc_host: "{{ my_hmc_host }}" hmc_auth: "{{ my_hmc_auth }}" @@ -204,10 +265,11 @@ Examples name: "{{ my_partition_name }}" state: active properties: - boot_device: storage-adapter - boot_storage_device_hba_name: hba1 - boot_logical_unit_number: 00000000001 - boot_world_wide_port_name: abcdefabcdef + boot_device: ftp + boot_ftp_host: 10.11.12.13 + boot_ftp_username: ftpuser + boot_ftp_password: ftppass + boot_ftp_insfile: /insfile register: part1 - name: Ensure the partition does not exist @@ -237,6 +299,25 @@ Examples access_mode: control register: part1 + - name: Ensure that an ISO image is mounted to the partition + zhmc_partition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_partition_name }}" + image_name: "{{ my_image_name }}" + image_file: "{{ my_image_file }}" + ins_file: "{{ my_ins_file }}" + state: iso_mount + + - name: Ensure that no ISO image is mounted to the partition + zhmc_partition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_partition_name }}" + state: iso_unmount + - name: Gather facts about a partition zhmc_partition: hmc_host: "{{ my_hmc_host }}" @@ -253,7 +334,6 @@ Examples - See Also -------- @@ -272,7 +352,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -284,9 +364,9 @@ msg | **type**: str partition - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent|iso\_mount|iso\_unmount`\ , an empty dictionary. - For ``state=stopped|active|facts``, the resource properties of the partition after any changes, including its child resources as described below. + For \ :literal:`state=stopped|active|facts`\ , the resource properties of the partition after any changes, including its child resources as described below. | **returned**: success | **type**: dict @@ -435,11 +515,12 @@ partition | **type**: str {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. + 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. before z15), the list is empty. + HBAs of the partition. If the CPC does not have the storage-management feature enabled (ie. on z13), the list is empty. | **type**: list | **elements**: dict @@ -450,8 +531,9 @@ partition | **type**: str {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. + 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 @@ -466,8 +548,9 @@ partition | **type**: str {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. + 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 @@ -482,8 +565,9 @@ partition | **type**: str {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. + 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 5625dbd8..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 @@ -19,7 +19,7 @@ Synopsis - List partitions on a specific CPC (Z system) or on all managed CPCs. - CPCs in classic mode are ignored (i.e. do not lead to a failure). - Partitions for which the user has no object access permission are ignored (i.e. do not lead to a failure). -- The module works for any HMC version. On HMCs with version 2.14.0 or higher, the "List Permitted Partitions" opration is used. On older HMCs, the managed CPCs are listed and the partitions on each CPC. +- On HMCs with version 2.14.0 or higher and when the \ :literal:`additional\_properties`\ module parameter is not used, the "List Permitted Partitions" operation is used by this module. Otherwise, the managed CPCs are listed and then the partitions on each desired CPC or CPCs are listed. This improves the execution time of the module on newer HMCs but does not affect the module result data. Requirements @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -94,6 +96,31 @@ cpc_name | **type**: str +additional_properties + List of additional properties to be returned for each partition, in addition to the default properties (see result description). + + Mutually exclusive with \ :literal:`full\_properties`\ . + + The property names are specified with underscores instead of hyphens. + + On HMCs with an HMC version below 2.14.0, all properties of each partition will be returned if this parameter is specified, but you should not rely on that. + + | **required**: False + | **type**: list + | **elements**: str + + +full_properties + If True, all properties of each partition will be returned. Default: False. + + Mutually exclusive with \ :literal:`additional\_properties`\ . + + Note: Setting this to True causes a loop of 'Get Partition Properties' operations to be executed. It is preferable from a performance perspective to use the \ :literal:`additional\_properties`\ parameter instead. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -130,7 +157,6 @@ Examples - See Also -------- @@ -193,7 +219,7 @@ partitions | **type**: str status - The current status of the partition. For details, see the description of the 'status' property in the data model of the 'Logical Partition' resource (see :term:`HMC API`). + The current status of the partition. For details, see the description of the 'status' property in the data model of the 'Logical Partition' resource (see :term:\`HMC API\`). | **type**: str @@ -202,4 +228,9 @@ partitions | **type**: bool + {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_partition_messages.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.rst.txt new file mode 100644 index 00000000..5acdd12c --- /dev/null +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.rst.txt @@ -0,0 +1,263 @@ + +:github_url: https://github.com/ansible-collections/ibm_zos_core/blob/dev/plugins/modules/zhmc_partition_messages.py + +.. _zhmc_partition_messages_module: + + +zhmc_partition_messages -- Get console messages for OS in a partition +===================================================================== + + + +.. contents:: + :local: + :depth: 1 + + +Synopsis +-------- +- Get the OS console messages for the OS running in an active partition. + + +Requirements +------------ + +- The targeted CPC must be in the DPM operational mode. +- The targeted partition must be active (i.e. running an operating system). +- The HMC userid must have these task permissions: 'Operating System Messages' (view-only is sufficient) +- The HMC userid must have object-access permissions to these objects: Target CPC, target partition. + + + + +Parameters +---------- + + +hmc_host + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. + + | **required**: True + | **type**: raw + + +hmc_auth + The authentication credentials for the HMC. + + | **required**: True + | **type**: dict + + + userid + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + password + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . + + | **required**: False + | **type**: str + + + session_id + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. + + | **required**: False + | **type**: str + + + ca_certs + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + + | **required**: False + | **type**: str + + + verify + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. + + | **required**: False + | **type**: bool + | **default**: True + + + +cpc_name + The name of the CPC with the target partition. + + | **required**: True + | **type**: str + + +name + The name of the target partition. + + | **required**: True + | **type**: str + + +begin + A message sequence number to limit returned messages. Messages with a sequence number less than this are omitted from the results. + + If null, no such filtering is performed. + + | **required**: False + | **type**: int + + +end + A message sequence number to limit returned messages. Messages with a sequence number greater than this are omitted from the results. + + If null, no such filtering is performed. + + | **required**: False + | **type**: int + + +log_file + File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. + + | **required**: False + | **type**: str + + + + +Examples +-------- + +.. code-block:: yaml+jinja + + + --- + # Note: The following examples assume that some variables named 'my_*' are set. + + - name: Get OS console messages for the OS in the partition + zhmc_partition_messages: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_part_name }}" + register: part_messages + + + + + + + + + + +Return Values +------------- + + +changed + Indicates if any change has been made by the module. This will always be false. + + | **returned**: always + | **type**: bool + +msg + An error message that describes the failure. + + | **returned**: failure + | **type**: str + +messages + The list of operating system console messages. + + | **returned**: success + | **type**: list + | **elements**: dict + | **sample**: + + .. code-block:: json + + [ + { + "is_held": false, + "is_priority": false, + "message_id": 2328551, + "message_text": "Uncompressing Linux... ", + "os_name": null, + "prompt_text": "", + "sequence_number": 0, + "sound_alarm": false, + "timestamp": null + }, + { + "is_held": false, + "is_priority": false, + "message_id": 2328552, + "message_text": "Ok, booting the kernel. ", + "os_name": null, + "prompt_text": "", + "sequence_number": 1, + "sound_alarm": false, + "timestamp": null + } + ] + + sequence_number + The sequence number assigned to this message by the HMC. + + Although sequence numbers may wrap over time, this number can be considered a unique identifier for the message. + + | **type**: int + + message_text + The text of the message + + | **type**: str + + message_id + The message identifier assigned to this message by the operating system. + + | **type**: str + + timestamp + The point in time (as an ISO 8601 date and time value) when the message was created, or null if this information is not available from the operating system. + + | **type**: str + + sound_alarm + Indicates whether the message should cause the alarm to be sounded. + + | **type**: bool + + is_priority + Indicates whether the message is a priority message. + + A priority message indicates a critical condition that requires immediate attention. + + | **type**: bool + + is_held + Indicates whether the message is a held message. + + A held message is one that requires a response. + + | **type**: bool + + prompt_text + The prompt text that is associated with this message, or null indicating that there is no prompt text for this message. + + The prompt text is used when responding to a message. The response is to be sent as an operating system command where the command is prefixed with the prompt text and followed by the response to the message. + + | **type**: str + + os_name + The name of the operating system that generated this omessage, or null indicating there is no operating system name associated with this message. + + This name is determined by the operating system and may be unrelated to the name of the partition in which the operating system is running. + + | **type**: str + + 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 154c24de..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 @@ -33,10 +33,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -47,35 +49,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -93,11 +95,11 @@ name state The desired state for the HMC password rule. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the password rule does not exist. + \* \ :literal:`absent`\ : Ensures that the password rule does not exist. - * ``present``: Ensures that the password rule exists and has the specified properties. + \* \ :literal:`present`\ : Ensures that the password rule exists and has the specified properties. - * ``facts``: Returns the password rule properties. + \* \ :literal:`facts`\ : Returns the password rule properties. | **required**: True | **type**: str @@ -105,13 +107,13 @@ state properties - Dictionary with desired properties for the password rule. Used for ``state=present``; ignored for ``state=absent|facts``. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + Dictionary with desired properties for the password rule. Used for \ :literal:`state=present`\ ; ignored for \ :literal:`state=absent|facts`\ . Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. The possible input properties in this dictionary are the properties defined as writeable in the data model for Password Rule resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - Properties omitted in this dictionary will remain unchanged when the password rule already exists, and will get the default value defined in the data model for password rules in the :term:`HMC API` when the password rule is being created. + Properties omitted in this dictionary will remain unchanged when the password rule already exists, and will get the default value defined in the data model for password rules in the :term:\`HMC API\` when the password rule is being created. | **required**: False | **type**: dict @@ -169,13 +171,12 @@ Examples - Return Values ------------- changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -187,9 +188,9 @@ msg | **type**: str password_rule - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present|facts``, a dictionary with the resource properties of the target password rule. + For \ :literal:`state=present|facts`\ , a dictionary with the resource properties of the target password rule. | **returned**: success | **type**: dict @@ -247,7 +248,8 @@ password_rule | **type**: str {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. + 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 dab738ca..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 @@ -32,10 +32,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,35 +48,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -82,6 +84,15 @@ hmc_auth +full_properties + If True, all properties of each password rule will be returned. Default: False. + + Note: Setting this to True causes a loop of 'Get Password Rule Properties' operations to be executed. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -155,4 +166,9 @@ password_rules | **type**: str + {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_session.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_session.rst.txt index ca8c4594..dc0827b6 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_session.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_session.rst.txt @@ -16,9 +16,9 @@ zhmc_session -- Manage HMC sessions across tasks Synopsis -------- -- Create a session on the HMC for use by other ibm_zhmc modules, with ``action=create``. -- Delete a session on the HMC, with ``action=delete``. -- This module can be used in order to create an HMC session once and then use it for multiple tasks that use ibm_zhmc modules, reducing the number of HMC sessions that need to be created, to just one. When this module is not used, each ibm_zhmc module invocation will create and delete a separate HMC session. +- Create a session on the HMC for use by other ibm\_zhmc modules, with \ :literal:`action=create`\ . +- Delete a session on the HMC, with \ :literal:`action=delete`\ . +- This module can be used in order to create an HMC session once and then use it for multiple tasks that use ibm\_zhmc modules, reducing the number of HMC sessions that need to be created, to just one. When this module is not used, each ibm\_zhmc module invocation will create and delete a separate HMC session. @@ -30,10 +30,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,7 +48,7 @@ hmc_auth userid The userid (username) for creating the HMC session. - Required for ``action=create``, not permitted for ``action=delete``. + Required for \ :literal:`action=create`\ , not permitted for \ :literal:`action=delete`\ . | **required**: False | **type**: str @@ -55,7 +57,7 @@ hmc_auth password The password for creating the HMC session. - Required for ``action=create``, not permitted for ``action=delete``. + Required for \ :literal:`action=create`\ , not permitted for \ :literal:`action=delete`\ . | **required**: False | **type**: str @@ -64,25 +66,25 @@ hmc_auth session_id Session ID of the HMC session to be deleted. - Required for ``action=delete``, not permitted for ``action=create``. + Required for \ :literal:`action=delete`\ , not permitted for \ :literal:`action=create`\ . | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. - Optional for ``action=create``, not permitted for ``action=delete``. + Optional for \ :literal:`action=create`\ , not permitted for \ :literal:`action=delete`\ . | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. - Optional for ``action=create``, not permitted for ``action=delete``. + Optional for \ :literal:`action=create`\ , not permitted for \ :literal:`action=delete`\ . | **required**: False | **type**: bool @@ -93,9 +95,9 @@ hmc_auth action The action to perform for the HMC session. Since an HMC session does not have a name, it is not possible to specify the desired end state in an idempotent manner, so this module uses actions: - * ``create``: Create a new session on the HMC and verify that the credentials are valid. Requires ``hmc_auth.userid`` and ``hmc_auth.password`` and uses ``hmc_auth.ca_certs`` and ``hmc_auth.verify`` if provided. + \* \ :literal:`create`\ : Create a new session on the HMC and verify that the credentials are valid. Requires \ :literal:`hmc\_auth.userid`\ and \ :literal:`hmc\_auth.password`\ and uses \ :literal:`hmc\_auth.ca\_certs`\ and \ :literal:`hmc\_auth.verify`\ if provided. - * ``delete``: Delete the specified session on the HMC. No longer existing sessions are tolerated. Requires ``hmc_auth.session_id``. + \* \ :literal:`delete`\ : Delete the specified session on the HMC. No longer existing sessions are tolerated. Requires \ :literal:`hmc\_auth.session\_id`\ . | **required**: True | **type**: str @@ -124,7 +126,7 @@ Examples - name: Create an HMC session zhmc_session: - hmc_host: "{{ my_hmc_host }}" + hmc_host: "{{ my_hmc_host }}" # Single HMC or list of redundant HMCs hmc_auth: userid: "{{ my_hmc_userid }}" password: "{{ my_hmc_password }}" @@ -136,13 +138,13 @@ Examples - name: Example task using the previously created HMC session zhmc_cpc_list: - hmc_host: "{{ my_hmc_host }}" + hmc_host: "{{ session.hmc_host }}" # The actually used HMC hmc_auth: "{{ session.hmc_auth }}" register: cpc_list - name: Delete the HMC session zhmc_session: - hmc_host: "{{ my_hmc_host }}" + hmc_host: "{{ session.hmc_host }}" # The actually used HMC hmc_auth: "{{ session.hmc_auth }}" action: delete register: session # Just for safety in case it is used after that @@ -172,8 +174,16 @@ msg | **returned**: failure | **type**: str +hmc_host + The hostname or IP address of the HMC that was actually used for the session creation, for \ :literal:`action=create`\ . This value must be specified as 'hmc\_host' for \ :literal:`action=delete`\ . + + For \ :literal:`action=delete`\ , returns the null value. + + | **returned**: success + | **type**: str + hmc_auth - Credentials for the HMC session, for use by other tasks. This return value should be protected with ``no_log=true`` for ``action=create``, since it contains the HMC session ID. For ``action=delete``, the same structure is returned, just with null values. This can be used to reset the variable that was set for ``action=create``. + Credentials for the HMC session, for use by other tasks. This return value should be protected with \ :literal:`no\_log=true`\ for \ :literal:`action=create`\ , since it contains the HMC session ID. For \ :literal:`action=delete`\ , the same structure is returned, just with null values. This can be used to reset the variable that was set for \ :literal:`action=create`\ . | **returned**: success | **type**: dict @@ -184,22 +194,21 @@ hmc_auth { "ca_certs": null, "session_id": "xyz.........", - "userid": "my_user", "verify": true } session_id - New HMC session ID for ``action=create``, or null for ``action=delete``. + New HMC session ID for \ :literal:`action=create`\ , or null for \ :literal:`action=delete`\ . | **type**: str ca_certs - Value of ``ca_certs`` input parameter for ``action=create``, or null for ``action=delete``. + Value of \ :literal:`ca\_certs`\ input parameter for \ :literal:`action=create`\ , or null for \ :literal:`action=delete`\ . | **type**: str verify - Value of ``verify`` input parameter for ``action=create``, or null for ``action=delete``. + Value of \ :literal:`verify`\ input parameter for \ :literal:`action=create`\ , or null for \ :literal:`action=delete`\ . | **type**: bool 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 6e62c6ab..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 @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -102,27 +104,29 @@ name state The desired state for the storage group. All states are fully idempotent within the limits of the properties that can be changed, unless otherwise stated: - * ``absent``: Ensures that the storage group does not exist. If the storage group is currently attached to any partitions, the module will fail (this is an idempotency limitation). + \* \ :literal:`absent`\ : Ensures that the storage group does not exist. If the storage group is currently attached to any partitions, the module will fail (this is an idempotency limitation). + + \* \ :literal:`present`\ : Ensures that the storage group exists and is associated with the specified CPC, and has the specified properties. The attachment state of an already existing storage group to a partition is not changed. - * ``present``: Ensures that the storage group exists and is associated with the specified CPC, and has the specified properties. The attachment state of an already existing storage group to a partition is not changed. + \* \ :literal:`discover`\ : Triggers LUN discovery. If \ :literal:`discover\_wait`\ is specified, waits for completion of the discovery. Requires that the storage group exists and is of type 'fcp'. - * ``facts``: Returns the storage group properties. + \* \ :literal:`facts`\ : Returns the storage group properties. | **required**: True | **type**: str - | **choices**: absent, present, facts + | **choices**: absent, present, discover, facts properties - Dictionary with desired properties for the storage group. Used for ``state=present``; ignored for ``state=absent|facts``. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + Dictionary with desired properties for the storage group. Used for \ :literal:`state=present`\ ; ignored for \ :literal:`state=absent|facts`\ . Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. The possible input properties in this dictionary are the properties defined as writeable in the data model for Storage Group resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``type``: Cannot be changed once the storage group exists. + \* \ :literal:`type`\ : Cannot be changed once the storage group exists. - Properties omitted in this dictionary will remain unchanged when the storage group already exists, and will get the default value defined in the data model for storage groups in the :term:`HMC API` when the storage group is being created. + Properties omitted in this dictionary will remain unchanged when the storage group already exists, and will get the default value defined in the data model for storage groups in the :term:\`HMC API\` when the storage group is being created. | **required**: False | **type**: dict @@ -135,6 +139,21 @@ expand | **type**: bool +discover_wait + Boolean that controls whether to wait for completion of the FCP discovery for \ :literal:`state=discover`\ . + + | **required**: False + | **type**: bool + + +discover_timeout + Timeout in seconds for how long to wait for completion of the FCP discovery for \ :literal:`state=discover`\ . + + | **required**: False + | **type**: int + | **default**: 300 + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -187,6 +206,14 @@ Examples max-partitions: 1 register: sg1 + - name: Trigger LUN discovery + zhmc_storage_group: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_storage_group_name }}" + state: discover + register: sg1 @@ -197,7 +224,7 @@ Notes .. note:: This module manages only the knowledge of the Z system about its storage, but does not perform any actions against the storage subsystems or SAN switches attached to the Z system. - Attachment of storage groups to and from partitions is managed by the Ansible module zhmc_storage_group_attachment. + Attachment of storage groups to and from partitions is managed by the Ansible module zhmc\_storage\_group\_attachment. @@ -210,7 +237,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -222,9 +249,9 @@ msg | **type**: str storage_group - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present|facts``, the resource properties of the target storage group after any changes, plus additional artificial properties as described below. + For \ :literal:`state=present|facts|discover`\ , the resource properties of the target storage group after any changes, plus additional artificial properties as described below. | **returned**: success | **type**: dict @@ -446,8 +473,9 @@ storage_group | **type**: str {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. + 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. @@ -456,7 +484,7 @@ storage_group | **elements**: str candidate-adapter-ports - Only present if ``expand=true``: List of candidate storage adapter ports of the storage group. + Only present if \ :literal:`expand=true`\ : List of candidate storage adapter ports of the storage group. Will be empty for storage group types other than FCP. | **returned**: success+expand | **type**: list @@ -473,8 +501,9 @@ storage_group | **type**: int {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. + 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. @@ -487,13 +516,14 @@ storage_group | **type**: str {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. + 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 storage-volumes - Only present if ``expand=true``: Storage volumes of the storage group. + Only present if \ :literal:`expand=true`\ : Storage volumes of the storage group. | **returned**: success+expand | **type**: list @@ -505,32 +535,35 @@ storage_group | **type**: str {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. + 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 - Only present if ``expand=true``: Virtual storage resources of the storage group. + Only present if \ :literal:`expand=true`\ : Virtual storage resources of the storage group. Will be empty for storage group types other than FCP. | **returned**: success+expand | **type**: 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. + 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 - Only present if ``expand=true``: Partitions to which the storage group is attached. + Only present if \ :literal:`expand=true`\ : Partitions to which the storage group is attached. | **returned**: success+expand | **type**: 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. + 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_group_attachment.rst.txt b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst.txt index a37a6e17..dd15831b 100644 --- a/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.rst.txt @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -109,11 +111,11 @@ partition_name state The desired state for the storage group attachment. All states are fully idempotent within the limits of the properties that can be changed, unless otherwise stated: - * ``detached``: Ensures that the storage group is not attached to the partition. If the storage group is currently attached to the partition and the partition is currently active, the module will fail (this is an idempotency limitation). + \* \ :literal:`detached`\ : Ensures that the storage group is not attached to the partition. If the storage group is currently attached to the partition and the partition is currently active, the module will fail (this is an idempotency limitation). - * ``attached``: Ensures that the storage group is attached to the partition. + \* \ :literal:`attached`\ : Ensures that the storage group is attached to the partition. - * ``facts``: Returns the attachment status. + \* \ :literal:`facts`\ : Returns the attachment status. | **required**: True | **type**: str @@ -169,7 +171,6 @@ Examples - Notes ----- @@ -187,7 +188,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool 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 dcd5e2ba..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 @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -109,11 +111,11 @@ name state The desired state for the storage volume. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the storage volume does not exist in the specified storage group. + \* \ :literal:`absent`\ : Ensures that the storage volume does not exist in the specified storage group. - * ``present``: Ensures that the storage volume exists in the specified storage group, and has the specified properties. + \* \ :literal:`present`\ : Ensures that the storage volume exists in the specified storage group, and has the specified properties. - * ``facts``: Returns the storage volume properties. + \* \ :literal:`facts`\ : Returns the storage volume properties. | **required**: True | **type**: str @@ -121,13 +123,13 @@ state properties - Dictionary with desired properties for the storage volume. Used for ``state=present``; ignored for ``state=absent|facts``. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + Dictionary with desired properties for the storage volume. Used for \ :literal:`state=present`\ ; ignored for \ :literal:`state=absent|facts`\ . Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. The possible input properties in this dictionary are the properties defined as writeable in the data model for Storage Volume resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - Properties omitted in this dictionary will remain unchanged when the storage volume already exists, and will get the default value defined in the data model for storage volumes in the :term:`HMC API` when the storage volume is being created. + Properties omitted in this dictionary will remain unchanged when the storage volume already exists, and will get the default value defined in the data model for storage volumes in the :term:\`HMC API\` when the storage volume is being created. | **required**: False | **type**: dict @@ -186,7 +188,6 @@ Examples - Notes ----- @@ -204,7 +205,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -216,9 +217,9 @@ msg | **type**: str storage_volume - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present|facts``, the resource properties of the storage volume after any changes. + For \ :literal:`state=present|facts`\ , the resource properties of the storage volume after any changes. | **returned**: success | **type**: dict @@ -260,7 +261,8 @@ storage_volume | **type**: str {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. + 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 8400a363..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 @@ -34,10 +34,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -48,35 +50,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -94,11 +96,11 @@ name state The desired state for the HMC user. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the user does not exist. + \* \ :literal:`absent`\ : Ensures that the user does not exist. - * ``present``: Ensures that the user exists and has the specified properties. + \* \ :literal:`present`\ : Ensures that the user exists and has the specified properties. - * ``facts``: Returns the user properties. + \* \ :literal:`facts`\ : Returns the user properties. | **required**: True | **type**: str @@ -106,32 +108,32 @@ state properties - Dictionary with desired properties for the user. Used for ``state=present``; ignored for ``state=absent|facts``. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + Dictionary with desired properties for the user. Used for \ :literal:`state=present`\ ; ignored for \ :literal:`state=absent|facts`\ . Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. The possible input properties in this dictionary are the properties defined as writeable in the data model for User resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``type``: Cannot be changed once the user exists. + \* \ :literal:`type`\ : Cannot be changed once the user exists. - * ``user_roles``: Cannot be set directly, but indirectly via the artificial property ``user_role_names`` which replaces the current user roles, if specified. + \* \ :literal:`user\_roles`\ : Cannot be set directly, but indirectly via the artificial property \ :literal:`user\_role\_names`\ which replaces the current user roles, if specified. - * ``user_pattern_uri``: Cannot be set directly, but indirectly via the artificial property ``user_pattern_name``. + \* \ :literal:`user\_pattern\_uri`\ : Cannot be set directly, but indirectly via the artificial property \ :literal:`user\_pattern\_name`\ . - * ``password_rule_uri``: Cannot be set directly, but indirectly via the artificial property ``password_rule_name``. + \* \ :literal:`password\_rule\_uri`\ : Cannot be set directly, but indirectly via the artificial property \ :literal:`password\_rule\_name`\ . - * ``ldap_server_definition_uri``: Cannot be set directly, but indirectly via the artificial property ``ldap_server_definition_name``. + \* \ :literal:`ldap\_server\_definition\_uri`\ : Cannot be set directly, but indirectly via the artificial property \ :literal:`ldap\_server\_definition\_name`\ . - * ``default_group_uri``: Cannot be set directly, but indirectly via the artificial property ``default_group_name``. + \* \ :literal:`default\_group\_uri`\ : Cannot be set directly, but indirectly via the artificial property \ :literal:`default\_group\_name`\ . - Properties omitted in this dictionary will remain unchanged when the user already exists, and will get the default value defined in the data model for users in the :term:`HMC API` when the user is being created. + Properties omitted in this dictionary will remain unchanged when the user already exists, and will get the default value defined in the data model for users in the :term:\`HMC API\` when the user is being created. | **required**: False | **type**: dict expand - Deprecated: The ``expand`` parameter is deprecated because the returned password rule, user role, user pattern and LDAP server definition objects have an independent lifecycle, so the same objects are returned when invoking this module in a loop through all users. Use the respective other modules of this collection to get the properties of these objects. + Deprecated: The \ :literal:`expand`\ parameter is deprecated because the returned password rule, user role, user pattern and LDAP server definition objects have an independent lifecycle, so the same objects are returned when invoking this module in a loop through all users. Use the respective other modules of this collection to get the properties of these objects. Boolean that controls whether the returned user contains additional artificial properties that expand certain URI or name properties to the full set of resource properties (see description of return values of this module). @@ -198,13 +200,12 @@ Examples - Return Values ------------- changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -216,9 +217,9 @@ msg | **type**: str user - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present|facts``, a dictionary with the resource properties of the target user, plus additional artificial properties as described in the following list items. + For \ :literal:`state=present|facts`\ , a dictionary with the resource properties of the target user, plus additional artificial properties as described in the following list items. | **returned**: success | **type**: dict @@ -276,75 +277,80 @@ user | **type**: str {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. + 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``. + Name of the user roles referenced by property \ :literal:`user-roles`\ . | **type**: str user-role-objects - Deprecated: This result property is deprecated because the ``expand`` parameter is deprecated. + Deprecated: This result property is deprecated because the \ :literal:`expand`\ parameter is deprecated. - Only if ``expand=true``: User roles referenced by property ``user-roles``. + Only if \ :literal:`expand=true`\ : User roles referenced by property \ :literal:`user-roles`\ . | **type**: dict {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. + 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 - Only for users with ``type=pattern``: Name of the user pattern referenced by property ``user-pattern-uri``. + Only for users with \ :literal:`type=pattern`\ : Name of the user pattern referenced by property \ :literal:`user-pattern-uri`\ . | **type**: str user-pattern - Deprecated: This result property is deprecated because the ``expand`` parameter is deprecated. + Deprecated: This result property is deprecated because the \ :literal:`expand`\ parameter is deprecated. - Only for users with ``type=pattern`` and if ``expand=true``: User pattern referenced by property ``user-pattern-uri``. + Only for users with \ :literal:`type=pattern`\ and if \ :literal:`expand=true`\ : User pattern referenced by property \ :literal:`user-pattern-uri`\ . | **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. + 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 - Only for users with ``authentication-type=local``: Name of the password rule referenced by property ``password-rule-uri``. + Only for users with \ :literal:`authentication-type=local`\ : Name of the password rule referenced by property \ :literal:`password-rule-uri`\ . | **type**: str password-rule - Deprecated: This result property is deprecated because the ``expand`` parameter is deprecated. + Deprecated: This result property is deprecated because the \ :literal:`expand`\ parameter is deprecated. - Only for users with ``authentication-type=local`` and if ``expand=true``: Password rule referenced by property ``password-rule-uri``. + Only for users with \ :literal:`authentication-type=local`\ and if \ :literal:`expand=true`\ : Password rule referenced by property \ :literal:`password-rule-uri`\ . | **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. + 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 - Only for users with ``authentication-type=ldap``: Name of the LDAP server definition referenced by property ``ldap-server-definition-uri``. + Only for users with \ :literal:`authentication-type=ldap`\ : Name of the LDAP server definition referenced by property \ :literal:`ldap-server-definition-uri`\ . | **type**: str ldap-server-definition - Deprecated: This result property is deprecated because the ``expand`` parameter is deprecated. + Deprecated: This result property is deprecated because the \ :literal:`expand`\ parameter is deprecated. - Only for users with ``authentication-type=ldap`` and if ``expand=true``: LDAP server definition referenced by property ``ldap-server-definition-uri``. + Only for users with \ :literal:`authentication-type=ldap`\ and if \ :literal:`expand=true`\ : LDAP server definition referenced by property \ :literal:`ldap-server-definition-uri`\ . | **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. + 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 2667f01d..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 @@ -32,10 +32,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,35 +48,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -82,6 +84,15 @@ hmc_auth +full_properties + If True, all properties of each user will be returned. Default: False. + + Note: Setting this to True causes a loop of 'Get User Properties' operations to be executed. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -162,4 +173,9 @@ users | **type**: str + {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 a705ff06..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 @@ -33,10 +33,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -47,35 +49,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -93,11 +95,11 @@ name state The desired state for the HMC user role. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the user role does not exist. + \* \ :literal:`absent`\ : Ensures that the user role does not exist. - * ``present``: Ensures that the user role exists and has the specified properties. + \* \ :literal:`present`\ : Ensures that the user role exists and has the specified properties. - * ``facts``: Returns the user role properties. + \* \ :literal:`facts`\ : Returns the user role properties. | **required**: True | **type**: str @@ -105,19 +107,19 @@ state properties - Dictionary with desired properties for the user role. Used for ``state=present``; ignored for ``state=absent|facts``. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. + Dictionary with desired properties for the user role. Used for \ :literal:`state=present`\ ; ignored for \ :literal:`state=absent|facts`\ . Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. The possible input properties in this dictionary are the properties defined as writeable in the data model for user role resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``associated_system_defined_user_role_uri``: Cannot be specified because this information is specified using the artificial property ``associated_system_defined_user_role_name``. + \* \ :literal:`associated\_system\_defined\_user\_role\_uri`\ : Cannot be specified because this information is specified using the artificial property \ :literal:`associated\_system\_defined\_user\_role\_name`\ . - * ``associated_system_defined_user_role_name``: The name of the associated system-defined user role. + \* \ :literal:`associated\_system\_defined\_user\_role\_name`\ : The name of the associated system-defined user role. - * ``permissions``: Can be specified as if it were writeable. + \* \ :literal:`permissions`\ : Can be specified as if it were writeable. - Properties omitted in this dictionary will remain unchanged when the user role already exists, and will get the default value defined in the data model for user roles in the :term:`HMC API` when the user role is being created. + Properties omitted in this dictionary will remain unchanged when the user role already exists, and will get the default value defined in the data model for user roles in the :term:\`HMC API\` when the user role is being created. | **required**: False | **type**: dict @@ -127,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 @@ -142,7 +144,7 @@ properties permissions The permissions for this user role. - This property is represented different from its description in the :term:`HMC API`: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any required scoping items, and optional option items. + This property is represented different from its description in the :term:\`HMC API\`: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any required scoping items, and optional option items. | **required**: False | **type**: list @@ -157,7 +159,7 @@ properties view_only - Option item only for ``task``: Indicates whether the task's view-only version is subject of the permission. Only certain tasks have a view-only version. Default: true. + Option item only for \ :literal:`task`\ : Indicates whether the task's view-only version is subject of the permission. Only certain tasks have a view-only version. Default: true. | **required**: False | **type**: bool @@ -178,7 +180,7 @@ properties include_members - Option item only for ``group``: Indicates whether the group members are included in the permission. Default: false. + Option item only for \ :literal:`group`\ : Indicates whether the group members are included in the permission. Default: false. | **required**: False | **type**: bool @@ -196,7 +198,7 @@ properties partition Permission item: Object permission to the partition with the specified name on the specified CPC (in DPM mode). - Requires ``cpc`` to be specified as a scoping item. + Requires \ :literal:`cpc`\ to be specified as a scoping item. | **required**: False | **type**: str @@ -205,7 +207,7 @@ properties lpar Permission item: Object permission to the LPAR with the specified name on the specified CPC (in classic mode). - Requires ``cpc`` to be specified as a scoping item. + Requires \ :literal:`cpc`\ to be specified as a scoping item. | **required**: False | **type**: str @@ -214,7 +216,7 @@ properties adapter Permission item: Object permission to the adapter with the specified name on the specified CPC (in DPM mode). - Requires ``cpc`` to be specified as a scoping item. + Requires \ :literal:`cpc`\ to be specified as a scoping item. | **required**: False | **type**: str @@ -223,7 +225,7 @@ properties storage_group Permission item: Object permission to the storage group with the specified name that is associated with the specified CPC (in DPM mode). - Requires ``cpc`` to be specified as a scoping item. + Requires \ :literal:`cpc`\ to be specified as a scoping item. | **required**: False | **type**: str @@ -232,7 +234,7 @@ properties storage_group_template Permission item: Object permission to the storage group template with the specified name that is associated with the specified CPC (in DPM mode). - Requires ``cpc`` to be specified as a scoping item. + Requires \ :literal:`cpc`\ to be specified as a scoping item. | **required**: False | **type**: str @@ -282,13 +284,18 @@ Examples properties: description: "Example user role 1" permissions: - - task: "configure-storage-storageadmin" # Task permission to "configure-storage-storageadmin" - - task: "hardware-messages" # Task permission to the view-only version of "hardware-messages" + # Task permission to "configure-storage-storageadmin": + - task: "configure-storage-storageadmin" + # Task permission to the view-only version of "hardware-messages": + - task: "hardware-messages" view_only: true - - class: cpc # Object permission to all CPCs - - partition: part1 # Object permission to part1 in cpc1 + # Object permission to all CPCs: + - class: cpc + # Object permission to part1 in cpc1: + - partition: part1 cpc: cpc1 - - partition: part2 # Object permission to part2 in cpc2 + # Object permission to part2 in cpc2: + - partition: part2 cpc: cpc2 register: rule1 @@ -306,7 +313,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -318,9 +325,9 @@ msg | **type**: str user_role - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present|facts``, a dictionary with the resource properties of the target user role. + For \ :literal:`state=present|facts`\ , a dictionary with the resource properties of the target user role. | **returned**: success | **type**: dict @@ -380,7 +387,7 @@ user_role permissions The permissions for this user role. - This property is represented different from its description in the :term:`HMC API`: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any needed scoping items, and any applicable option items. + This property is represented different from its description in the :term:\`HMC API\`: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any needed scoping items, and any applicable option items. | **type**: list | **elements**: dict @@ -391,7 +398,7 @@ user_role | **type**: str view_only - Option item present for ``task``: Indicates whether the task's view-only version is subject of the permission. Only certain tasks have a view-only version, but the option item will be present for all tasks. + Option item present for \ :literal:`task`\ : Indicates whether the task's view-only version is subject of the permission. Only certain tasks have a view-only version, but the option item will be present for all tasks. | **type**: bool @@ -406,7 +413,7 @@ user_role | **type**: str include_members - Option item present for ``group``: Indicates whether the group members are included in the permission. The option item will be present for all groups. + Option item present for \ :literal:`group`\ : Indicates whether the group members are included in the permission. The option item will be present for all groups. | **type**: bool @@ -420,41 +427,42 @@ user_role partition Permission item: Object permission to the partition with the specified name on the specified CPC (in DPM mode). - ``cpc`` will be present as a scoping item. + \ :literal:`cpc`\ will be present as a scoping item. | **type**: str lpar Permission item: Object permission to the LPAR with the specified name on the specified CPC (in classic mode). - ``cpc`` will be present as a scoping item. + \ :literal:`cpc`\ will be present as a scoping item. | **type**: str adapter Permission item: Object permission to the adapter with the specified name on the specified CPC (in DPM mode). - ``cpc`` will be present as a scoping item. + \ :literal:`cpc`\ will be present as a scoping item. | **type**: str storage_group Permission item: Object permission to the storage group with the specified name that is associated with the specified CPC (in DPM mode). - ``cpc`` will be present as a scoping item. + \ :literal:`cpc`\ will be present as a scoping item. | **type**: str storage_group_template Permission item: Object permission to the storage group template with the specified name that is associated with the specified CPC (in DPM mode). - ``cpc`` will be present as a scoping item. + \ :literal:`cpc`\ will be present as a scoping item. | **type**: str {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. + 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 337ee6a1..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 @@ -32,10 +32,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -46,35 +48,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -82,6 +84,15 @@ hmc_auth +full_properties + If True, all properties of each user role will be returned. Default: False. + + Note: Setting this to True causes a loop of 'Get User Role Properties' operations to be executed. + + | **required**: False + | **type**: bool + + log_file File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger. @@ -162,4 +173,9 @@ user_roles | **type**: str + {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 bc45581e..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 @@ -17,7 +17,7 @@ zhmc_virtual_function -- Create virtual functions in partitions Synopsis -------- - Create, update, or delete a virtual function in a partition of a CPC (Z system). -- Note that the Ansible module zhmc_partition can be used to gather facts about existing virtual functions of a partition. +- Note that the Ansible module zhmc\_partition can be used to gather facts about existing virtual functions of a partition. Requirements @@ -35,10 +35,12 @@ Parameters hmc_host - The hostname or IP address of the HMC. + The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation. + + The first available HMC of a list of redundant HMCs is used for the entire execution of the module. | **required**: True - | **type**: str + | **type**: raw hmc_auth @@ -49,35 +51,35 @@ hmc_auth userid - The userid (username) for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The userid (username) for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str password - The password for authenticating with the HMC. This is mutually exclusive with providing ``session_id``. + The password for authenticating with the HMC. This is mutually exclusive with providing \ :literal:`session\_id`\ . | **required**: False | **type**: str session_id - HMC session ID to be used. This is mutually exclusive with providing ``userid`` and ``password`` and can be created as described in :ref:`zhmc_session_module`. + HMC session ID to be used. This is mutually exclusive with providing \ :literal:`userid`\ and \ :literal:`password`\ and can be created as described in :ref:\`zhmc\_session\_module\`. | **required**: False | **type**: str ca_certs - Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS_CA_BUNDLE' environment variable or the path name in the 'CURL_CA_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. + Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the 'REQUESTS\_CA\_BUNDLE' environment variable or the path name in the 'CURL\_CA\_BUNDLE' environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the 'certifi' Python package are used for verifying the HMC certificate. | **required**: False | **type**: str verify - If True (default), verify the HMC certificate as specified in the ``ca_certs`` parameter. If False, ignore what is specified in the ``ca_certs`` parameter and do not verify the HMC certificate. + If True (default), verify the HMC certificate as specified in the \ :literal:`ca\_certs`\ parameter. If False, ignore what is specified in the \ :literal:`ca\_certs`\ parameter and do not verify the HMC certificate. | **required**: False | **type**: bool @@ -109,9 +111,9 @@ name state The desired state for the virtual function. All states are fully idempotent within the limits of the properties that can be changed: - * ``absent``: Ensures that the virtual function does not exist in the specified partition. + \* \ :literal:`absent`\ : Ensures that the virtual function does not exist in the specified partition. - * ``present``: Ensures that the virtual function exists in the specified partition and has the specified properties. + \* \ :literal:`present`\ : Ensures that the virtual function exists in the specified partition and has the specified properties. | **required**: True | **type**: str @@ -119,15 +121,15 @@ state properties - Dictionary with input properties for the virtual function, for ``state=present``. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for ``state=absent``. + Dictionary with input properties for the virtual function, for \ :literal:`state=present`\ . Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for \ :literal:`state=absent`\ . The possible input properties in this dictionary are the properties defined as writeable in the data model for Virtual Function resources (where the property names contain underscores instead of hyphens), with the following exceptions: - * ``name``: Cannot be specified because the name has already been specified in the ``name`` module parameter. + \* \ :literal:`name`\ : Cannot be specified because the name has already been specified in the \ :literal:`name`\ module parameter. - * ``adapter_uri``: Cannot be specified because this information is specified using the artificial property ``adapter_name``. + \* \ :literal:`adapter\_uri`\ : Cannot be specified because this information is specified using the artificial property \ :literal:`adapter\_name`\ . - * ``adapter_name``: The name of the adapter that backs the target virtual function. + \* \ :literal:`adapter\_name`\ : The name of the adapter that backs the target virtual function. Properties omitted in this dictionary will remain unchanged when the virtual function already exists, and will get the default value defined in the data model for virtual functions when the virtual function is being created. @@ -190,7 +192,7 @@ Return Values changed - Indicates if any change has been made by the module. For ``state=facts``, always will be false. + Indicates if any change has been made by the module. For \ :literal:`state=facts`\ , always will be false. | **returned**: always | **type**: bool @@ -202,9 +204,9 @@ msg | **type**: str virtual_function - For ``state=absent``, an empty dictionary. + For \ :literal:`state=absent`\ , an empty dictionary. - For ``state=present``, the resource properties of the virtual function after any changes. + For \ :literal:`state=present`\ , the resource properties of the virtual function after any changes. | **returned**: success | **type**: dict @@ -215,7 +217,8 @@ virtual_function | **type**: str {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. + 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 230dd04a..0a059d6f 100644 --- a/_sources/zhmc-ansible-modules/docs/source/release_notes.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/release_notes.rst.txt @@ -1,4 +1,4 @@ -.. Copyright 2017-2020 IBM Corp. All Rights Reserved. +.. Copyright 2017,2020 IBM Corp. All Rights Reserved. .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. @@ -20,20 +20,395 @@ Releases ======== -Version 1.4.1 +Version 1.8.3 ------------- -Released: 2023-06-23 +Released: 2024-02-29 Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ **Bug fixes:** -* Addressed safety issues from 6/23, by increasing 'requests' to 2.31.0 - on Python >=3.7. +* 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 + +Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ + +**Bug fixes:** + +* Addressed collection import issues on AutomationHub. + + +Version 1.8.0 +------------- + +This version contains all fixes up to version 1.7.4. + +Released: 2024-01-15 + +Availability: `Galaxy`_, `GitHub`_ + +**Bug fixes:** + +* Addressed safety issues up to 2024-01-08. + +* Fixed link to Ansible Galaxy on README page. (issue #785) + +* Fixed that the 'name' property was missing in result of the 'zhmc_nic_list' + module. + +* Development: Added package level to .done files. (issue #799) + +* Logging: Fixed the result name in the log message for module success. + +* Fixed that the 'zhmc_lpar' module with state=reset_normal/clear waited for + LPAR status "operational" which never happened, by picking up the fix + in zhmcclient 1.11.3. (issue #801) + +* In the description of the 'zhmc_lpar' module, changed incorrect references + to the "acceptable" status to be "exceptions". + +* Fixed that the 'zhmc_lpar' module with state=set when invoked in check mode + rejected the property update in status "exceptions". + +* Fixed and improved the description of the 'zhmc_lpar' module for + state=active/loaded; cleaned up the code without functional changes. + +* Dev: Pinned voluptuous package to <0.14 on Python < 3.6. + +* Fixed "missing required arguments: b, u, n, d, l, e, _, l, e, v, e, l" + error when using the 'zhmc_console' or 'zhmc_cpc' modules with 'state=upgrade'. + (issue #834) + +* Fixed end2end test for zhmc_cpc_list module that failed when the HMC had + unmanaged CPCs or had HMC version 2.14. + +* Fixed KeyError in 'zhmc_storage_group' module when used with non-FCP storage + groups, and clarified that the artificial properties 'candidate-adapter-ports' + and 'virtual-storage-resources' returned by the module will be empty arrays + for non-FCP storage groups. (e.g. NVMe). (issue #864) + +* Fixed that on HMC versions 2.14 and 2.15, the zhmc_adapter_list module + failed because it tried to use the "List Permitted Adapters" operation + that was added in HMC version 2.16 (actually API version 4.10). + (issue #850) + +* Fixed that on HMC versions 2.14 and 2.15, the zhmc_partition_list module + failed because it tried to use the 'additional-properties' query parameter + that was added in HMC version 2.16 (actually API version 4.10). + (issue #850) + +* Clarified that Ansible versions below 7 (ansible-core 2.14) are not officially + supported, but only supported on a best-can-do basis. As part of that change, + the Ansible sanity checks are reduced to run only on officially supported + Ansible versions. (issue #784) + +* Corrected the status reported in the log when zhmc_lpar was called with + state=active or loaded, and check mode was enabled. (related to issue #851) + +* Clarified in the description of the return parameters of the 'zhmc_cpc' + module that for state 'inactive', an empty dict is returned. + (related to issue #851) + +* Clarified in the description of the return parameters of the 'zhmc_lpar' + module that for state 'facts', properties are returned. + (related to issue #851) + +* Dev: Fixed the call to pipdeptree in the test workflow to use 'python -m' + because otherwise it does not show the correct packages of the virtual env. + +* Docs: Increased minimum Sphinx versions to 7.1.0 on Python 3.8 and to 7.2.0 on + Python >=3.9 and adjusted dependent package versions in order to fix a version + incompatibility between sphinxcontrib-applehelp and Sphinx. + Disabled Sphinx runs on Python <=3.7 in order to no longer having to deal + with older Sphinx versions. (issue #890) + +**Enhancements:** + +* Added support for Python 3.12. (issue #796) + +* Added support for Ansible 9. + +* Increased minimum version of zhmcclient to 1.13.0 to pick up fixes and + functionality. + +* Added new Ansible modules 'zhmc_lpar_messages' and 'zhmc_partition_messages' + that retrieve and return console messages from the operating system running + in an LPAR or DPM partition. (issue #565) + +* Added upgrade_timeout parameter to zhmc_console and zhmc_cpc modules. + +* Added a new make target 'make ansible_lint' which invokes ansible-lint. + Fixed some of the warnings reported by ansible-lint. + (related to issue #784) + +* Increased the minimum versions of the following packages used for installing + the collection: + + - packaging to 21.3 (on Python >= 3.6) + - PyYAML to 6.0.1 (on Python >= 3.6) + - jsonschema to 4.10.0 (on Python >= 3.7) + +* In the 'zhmc_adapter_list' module, improved the use of the "Permitted + Adapters" operation so that it is now also used when the 'additional_properties' + module parameter is used and the HMC API version is 4.10 or higher. + (related to issue #850) + +* Docs: In the 'zhmc_lpar_list' module, clarified that the use of the "List + Permitted Logical Partitions" operation does not affect the module result + data. (related to issue #850) + +* Docs: In the 'zhmc_partition_list' module, clarified that the use of the "List + Permitted Partitions" operation does not affect the module result data. + (related to issue #850) + +* Added support for mounting and unmounting ISO images to partitions (DPM mode) + via new state values 'iso_mount' and 'iso_unmount' for the 'zhmc_partition' + module (issue #551) + +* Support for limiting the properties returned by the 'zhmc_cpc', 'zhmc_lpar' + and 'zhmc_partition' modules by specifying a new 'select_properties' input + parameter. (issue #851) + +* Added support for a new make target 'authors' that generates an AUTHORS.md + file from the git commit history. Added the invocation of 'make authors' to + the description of how to release a version in the development + documentation. (issue #631) + +* Added support for redundant HMC hosts. The 'hmc_host' module input parameter + can now be specified as a single HMC as before, or as a list of redundant + HMCs. The HMC list can be specified as a list type or as a Python string + representation of a list in order to accomodate Ansible expressions. + (issue #849) + +* The 'zhmc_session' module now has an additional module return parameter + 'hmc_host' which for 'action=create' contains the actually used HMC. + If you use that module and now start specifying redundant HMCs for + 'action=create', you need to also change the 'hmc_host' parameter of all + ibm_zhmc modules that use that session including the 'zhmc_session' module + with 'action=delete', to specify the so returned HMC. If you use that + module with a single HMC, no change is needed. (related to issue #849) + +* Test: Added Python 3.8 with latest package levels to normal tests because + that is now the minimum version to run Sphinx. (related to issue #890) + +* In the 'zhmc_lpar_list' module, added support for the 'additional_properties' + input parameter. (issue #853) + +**Cleanup:** + +* Removed documentation and test files (except sanity test ignore files) from + the collection package that is built, for consistency with the other IBM Z + collections and in order to get rid of the dependency to have the doc extractor + installed as a dependency to build and install the collection locally. + + +Version 1.7.0 +------------- + +This version contains all fixes up to version 1.6.1. + +Released: 2023-10-09 + +Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ + +**Incompatible changes:** + +* zhmc_adapter - Fixed the 'match' input parameter to have priority over the + 'name' input parameter. Previously, the 'name' parameter had priority if + (and only if) an adapter with that name existed. + This bug fix changes the behavior if 'match' is used and another adapter with + the new name already exists: Before this change, the other adapter was used + and other input properties were updated in that adapter, which in all + likelyhood was not intended because it was not the adapter identified by the + 'match' parameter. With this change, the adapter identified by the 'match' + parameter is always used regardless of whether another adapter with that name + exists, i.e. the name change in that case will fail. + +* zhmc_crypto_attachment - Now, one of the 'adapter_count' or 'adapter_names' + parameters must be specified. Previously, not providing any of them + resulted in a default of adapter_count = -1 (all adapters of the specified + crypto type). That made it impossible to properly check for whether both + had been specified when dapter_count was specified with its default -1. + To use all adapters now, explicitly specify 'adapter_count: -1'. + +**Bug fixes:** + +* Fixed safety issues from 2023-09-15. + +* Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0. + +* Test: Fixed end2end tests in modules test_zhmc_partition.py, + test_zhmc_session.py, and test_zhmc_user.py. + +* Docs: Removed incorrect 'userid' property from return value documentation of + zhmc_session module. + +* zhmc_partition: Fixed configuration of boot from storage volume. It can now + be configured either by setting the 'boot_storage_volume' input property to + the URI of the boot volume, or by setting the 'boot_storage_volume_name' + and 'boot_storage_group_name' input properties to the name of the boot volume + and its storage group, respectively. (issue #640) + +* zhmc_partition: Fixed issue that partitions in 'paused' status could not be + stopped. As part of that, redesigned the start_partition(), stop_partition() + and wait_for_transition_completion() methods to use a simple state machine. + This will cause any bad statuses that happen on the way to be raised as + exceptions (they were previously returned). (issue #642) + +**Enhancements:** + +* Increased minimum version of zhmcclient to 1.11.2 to pick up fixes for + mock support for LDAP Server Definitions, improved mock support for Adapters, + and new functionality. + +* Docs: Clarified that firmware upgrades of SE and HMC do nothing and succeed + if the firmware was already at the desired bundle level. + +* Test: Clarified in make help that coverage data is added by each test. + Enabled end2end test for test coverage. + +* zhmc_ldap_server_definition - Added support for retrieving, creating and + deleting LDAP Server Definitions (issue 364). + +* zhmc_ldap_server_definition_list - Added support for listing LDAP Server + Definitions (issue 364). + +* zhmc_user_role: Added support for user role permissions based on groups. + +* Added support for requesting full properties with a new "full_properties" + input parameter for the list modules. (issue #651) + +* Added support for requesting specific additional properties with a new + "additional_properties" input parameter for the zhmc_adapter_list and + zhmc_partition_list modules. (issue #651) + +* zhmc_adapter - Added new properties for z15 (nvme related) and z16 + ('network-ports'), and improved the output properties for hipersocket + create in check mode. + +* zhmc_adapter - Improved the check mode support: It now recognizes if an + adapter gets renamed to another existing adapter and rejects that just + as in non-check mode. + +* zhmc_crypto_attachment - The 'crypto_type' parameter is now ignored when + 'adapter_names' is specified. That allows specifying adapter names without + having to know their crypto type. + +* Added CHANGELOG.rst file to satisfy requirement for RedHat Automation Hub. + For now, it includes release_notes.rst. A transition to fragments-based + creation of CHANGELOG.rst is postponed because the unified documentation + for the IBM Z set of collections first needs to find a common solution + for all of its collections. + +* Added new parameters load_address, load_parameter, clear_indicator, + store_status_indicator and timeout for the zhmc_lpar module with + state=loaded. (issue #556) + +* Added new parameter timeout for the zhmc_lpar module with state=active. + (issue #556) + +**Cleanup:** + +* Test: Changed identification of adapters in end2end test module + test_zhmc_adapter_list.py to be based on adapter IDs (PCHIDs) instead of + adapter names to accomodate a system on the test floor that currently has + that bug. + +* Test: Always provided optional module input parameters in end2end tests. This + allows modules to rely on optional parameters being provided with their + default values by the calling Ansible environent. Changed the modules to rely + on that. + +* Test: Added a check in the Actions test workflow for the module .rst files + to be up to date in the PR. (issue #755) + + +Version 1.6.0 +------------- + +Released: 2306-08-04 + +Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ + +**Enhancements:** + +* Added support for upgrading HMC firmware to the zhmc_console module and + for upgrading the SE firmware to the ibm_cpc module, with a new state value + 'upgrade'. Increased minimum zhmcclient version to 1.10.0 (issue #719) + + +Version 1.5.0 +------------- + +This version contains all fixes up to version 1.4.1. + +Released: 2023-07-18 + +Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ + +**Bug fixes:** + +* Addressed safety issues from 6+7/2023, by increasing 'requests' to 2.31.0 + on Python >=3.7, and 'cryptography' to 41.0.2 on Python >=3.7, and by + increasing other packages only needed for development. * Fixed issue in the new zhmc_nic_list module that resulted in TypeError. +* Increased minimum version of cryptography package to 41.0.2 to address an + issue. + +* Picked up zhmcclient version 1.9.1 to get fixes. This required upgrading + several other packages. + +**Enhancements:** + +* Documented the secret variables needed for the Github Actions workflows. + +* Added support for FCP discovery to the zhmc_storage_group module with a new + state 'discover'. (issue #704) + Version 1.4.0 ------------- diff --git a/_sources/zhmc-ansible-modules/docs/source/requirements_managed.rst.txt b/_sources/zhmc-ansible-modules/docs/source/requirements_managed.rst.txt index 320d36d8..c2998ce6 100644 --- a/_sources/zhmc-ansible-modules/docs/source/requirements_managed.rst.txt +++ b/_sources/zhmc-ansible-modules/docs/source/requirements_managed.rst.txt @@ -1,4 +1,4 @@ -.. Copyright 2017-2020 IBM Corp. All Rights Reserved. +.. Copyright 2017,2020 IBM Corp. All Rights Reserved. .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. diff --git a/ibm_zos_core/docs/source/requirements_managed.html b/ibm_zos_core/docs/source/requirements_managed.html index 3dfb8f59..34db7cff 100644 --- a/ibm_zos_core/docs/source/requirements_managed.html +++ b/ibm_zos_core/docs/source/requirements_managed.html @@ -36,7 +36,7 @@ - + diff --git a/ibm_zos_sysauto/docs/ansible_content.html b/ibm_zos_sysauto/docs/ansible_content.html index 2a44072f..d2d4e849 100644 --- a/ibm_zos_sysauto/docs/ansible_content.html +++ b/ibm_zos_sysauto/docs/ansible_content.html @@ -183,8 +183,8 @@

IBM Z System AutomationRed Hat® Ansible Certified Content for IBM Z®.

The IBM Z System Automation collection supports operational tasks using the IBM Z System Automation Operations API -such as creating and deleting dynamic resources from a template defined in the current active policy of an IBM Z System Automation environment.

-

The Ansible roles in this collection are written in Ansible and interact with the Operations REST server component of IBM Z System Automation.

+such as creating and deleting dynamic resources from a template defined in the current active policy of an IBM Z System Automation environment.

+

The Ansible roles in this collection are written in Ansible and interact with the Operations REST server component of IBM Z System Automation.

Collection Content

    diff --git a/ibm_zos_sysauto/docs/source/release_notes.html b/ibm_zos_sysauto/docs/source/release_notes.html index 365f27f2..5806c3f8 100644 --- a/ibm_zos_sysauto/docs/source/release_notes.html +++ b/ibm_zos_sysauto/docs/source/release_notes.html @@ -102,36 +102,41 @@
  • z/OS CICS
  • z/OS IMS
  • z/OS Sys Auto
      -
    • Version 1.0.1
        +
      • Version 1.1.0
      • -
      • Version 1.0.0
          +
        • Version 1.0.1
        • -
        • Version 0.0.4
            -
          • Notes
          • -
          • Availability
          • +
          • Version 1.0.0
          • -
          • Version 0.0.3
              -
            • Notes
            • +
            • Version 0.0.4
            • -
            • Version 0.0.2
                +
              • Version 0.0.3
              • -
              • Version 0.0.1
              • z/OS z/OSMF
              • @@ -218,12 +223,12 @@

                Releases

                -
                -

                Version 1.0.1

                +
                +

                Version 1.1.0

                What’s New

                  -
                • Update collection to meet new requirements.

                • +
                • Added new parameters to create USS resources from templates.

                @@ -235,11 +240,28 @@

                Availability -

                Version 1.0.0

                +
                +

                Version 1.0.1

                What’s New

                  +
                • Update collection to meet new requirements.

                • +
                +
                +
                +

                Availability

                + +
                +
                +
                +

                Version 1.0.0

                +
                +

                What’s New

                +
                • Roles

                  • Add parameter for socket level timeout to URI tasks in roles.

                  • @@ -259,8 +281,8 @@

                    What’s New -

                    Availability

                    +
                    +

                    Availability

                    -
                    -

                    Availability

                    +
                    +

                    Availability

                    • Galaxy

                    • GitHub

                    • @@ -288,15 +310,15 @@

                      Availability

                      Version 0.0.3

                      -
                      -

                      Notes

                      +
                      +

                      Notes

                      • Update not required

                      • Minor updates to the documentation.

                      -
                      -

                      Availability

                      +
                      +

                      Availability

                      @@ -303,6 +302,22 @@

                      Parameterstype: str

                      +
                      path

                      Specifies the fulll qualified ZFS path to find the application to be started by this new resource.

                      +

                      The maximum length for this value is 159.

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

                      Specifies an additional filter criteria to uniquely identify the USS process represented by this new resource.

                      +

                      The maximum length for this value is 159.

                      +
                      +
                      +
                      required: False
                      +
                      type: str
                      +
                      +
                      diff --git a/ibm_zosmf/docs/ansible_content.html b/ibm_zosmf/docs/ansible_content.html index 8b38b6b3..ba4fce55 100644 --- a/ibm_zosmf/docs/ansible_content.html +++ b/ibm_zosmf/docs/ansible_content.html @@ -36,7 +36,7 @@ - + diff --git a/ibm_zosmf/docs/source/requirements_control.html b/ibm_zosmf/docs/source/requirements_control.html index 5343ee74..c62d487a 100644 --- a/ibm_zosmf/docs/source/requirements_control.html +++ b/ibm_zosmf/docs/source/requirements_control.html @@ -34,9 +34,7 @@ - - - + @@ -81,15 +79,8 @@

                      Getting Started

                      -

                      Managed node

                      diff --git a/searchindex.js b/searchindex.js index a66dcfe1..c7d10e05 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/aux_temp_storage","ibm_zos_cics/docs/source/modules/aux_trace","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/modules/csd","ibm_zos_cics/docs/source/modules/global_catalog","ibm_zos_cics/docs/source/modules/local_catalog","ibm_zos_cics/docs/source/modules/local_request_queue","ibm_zos_cics/docs/source/modules/region_jcl","ibm_zos_cics/docs/source/modules/stop_region","ibm_zos_cics/docs/source/modules/td_intrapartition","ibm_zos_cics/docs/source/modules/transaction_dump","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_zos_sysauto/docs/source/roles/sa_delete_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/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_lpar","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list","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_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/aux_temp_storage.rst","ibm_zos_cics/docs/source/modules/aux_trace.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/modules/csd.rst","ibm_zos_cics/docs/source/modules/global_catalog.rst","ibm_zos_cics/docs/source/modules/local_catalog.rst","ibm_zos_cics/docs/source/modules/local_request_queue.rst","ibm_zos_cics/docs/source/modules/region_jcl.rst","ibm_zos_cics/docs/source/modules/stop_region.rst","ibm_zos_cics/docs/source/modules/td_intrapartition.rst","ibm_zos_cics/docs/source/modules/transaction_dump.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_zos_sysauto/docs/source/roles/sa_delete_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/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_lpar.rst","zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.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_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":49,"000c":43,"000d":43,"000e":43,"000f":43,"00106f237ab1":135,"00106f239c31":[116,119,121,125,127,132,134],"00106f239d19":[119,125,127,132,134],"00106f25b43c":137,"009c0f4c":[132,134],"01a0":39,"023f":125,"033f":139,"0706c00180000000000000000070e050":123,"083c":39,"0c99":135,"0f03":39,"0ick00703i":49,"0ick01314i":49,"0ick04000i":49,"0xc1":55,"100088947155a1e9":[116,132],"100mb":29,"1036k":39,"1048k":39,"10c":[117,119],"10fa8489":123,"10m":37,"11548k":37,"11740k":39,"11896k":39,"11e8":[116,119,121,125,127,132],"11e9":[119,129,132,134,135],"11ea":[119,125,127],"11eb":135,"11ec":137,"11m":39,"123f":122,"12c":116,"131a":15,"14m":39,"15t02":[6,7,8,9,10],"16s":[116,132],"1768k":39,"1876480k":39,"19e90e27":135,"1appus":40,"1cae":135,"1data":37,"1gb":29,"1ickdsf":49,"200a":[132,134],"20a6":119,"240k":[37,39],"252k":39,"2535b19e":84,"256k":39,"2gb":0,"2mb":35,"32323df4":[125,127],"351b":119,"358a":132,"3dc87062":137,"3e7ed5ca28d7":[116,119,121,127,132],"3f99":[116,119,121,127,132],"422c":135,"4947c6d0":[119,127],"4a00003c":49,"4a14":[116,119,121,127,132],"4a52":84,"4a7e":129,"4e06":123,"4f01576a":123,"4gb":0,"500m":15,"50m":[24,60],"518ac1d8":135,"520c0138":129,"5695df18658i10001000":83,"58e41a42":119,"5956e97a":[125,127],"600507681081001d4800000000000083":[132,134],"60k":37,"6a46d18a":119,"8bb3":129,"8d320d5f68b048fc97559d771ede68b37a71e8374d1d678d96dcfa2b2da7a64":[31,34],"8dfc":119,"8e5b":137,"8ea3":137,"8f73":[119,127],"91773b88":135,"91ba":135,"92k":39,"9d77":84,"9fbb":119,"boolean":[23,49,53,127,132,135,140],"byte":[15,28,31,32,35,37,39,42,48,63,64,111],"case":[2,6,7,8,9,10,12,15,19,20,22,23,24,28,31,32,34,39,41,46,48,49,53,56,59,60,70,83,84,85,87,90,91,92,94,96,101,102,108,111,116,123,129,131,140],"class":[15,27,28,29,31,32,37,38,39,42,48,49,53,63,64,83,116,121,123,125,127,129,132,134,135,137],"default":[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,60,62,63,64,66,68,69,71,74,77,78,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,104,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],"export":[24,30,60],"final":[15,32,83,84,101,114],"float":[43,140],"function":[6,7,8,9,10,15,16,19,22,37,39,42,49,50,53,55,59,85,87,114,115,127,132,140],"import":[22,24,53,56,60,63,68,114,127,132],"int":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,34,35,37,38,39,40,41,42,43,44,46,47,48,49,53,63,64,66,67,69,77,78,82,83,84,93,94,101,102,121,132],"long":[15,23,30,31,32,38,39,40,41,49,53],"new":[4,5,10,15,17,18,23,24,29,30,31,32,39,42,47,49,56,60,63,64,65,70,71,77,84,85,96,97,98,99,101,104,109,116,119,123,127,131,140],"null":[35,38,39,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],"public":[24,42,60,84,90,101],"return":[3,19,23,24,26,53,60,61,70,81,85,90,91,92,94,96,97,98,99,101,102,111,115,140],"short":[15,77,114,116,127,132],"static":[15,27],"switch":[15,42,45,112,125,127,132,133,134],"throw":[24,53,60],"transient":[3,15,19,90,91,92,94,102],"true":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,28,29,30,31,32,33,34,35,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],"try":[15,24,31,39,46,53,60],"var":[0,24,30,31,39,40,46,60,75,77,78,87,90,91,92,93,94,95,101,102,140],"while":[24,26,31,32,35,40,41,42,46,53,60,61,64,81,84],ACS:29,ADDED:63,AND:[35,37,39,49],ARE:64,Added:[19,53,70,85,140],Age:35,BAS:7,BMS:15,BTS:14,Bus:122,But:[24,60],CTS:9,DDs:[39,42,53],FOR:[30,37,39,49,64],For:[0,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,20,22,23,25,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,46,48,54,55,56,59,62,63,64,71,73,75,80,83,84,85,90,96,101,104,105,110,111,114,116,117,118,119,120,121,122,123,124,125,127,128,129,131,132,133,134,135,137,139],HAS:39,HFS:34,Has:53,IDs:[15,53,54,71,99],IMS:[0,15,35,44,61,68,70,71,90,93,94,95,103,106,109,110,111],Its:84,JES:[15,16,37,38,39,84,101],LDS:[31,63,64],MVS:[15,27,28,30,31,33,34,35,37,40,41,48,49,53,71],NOS:39,NOT:[24,31,34,39,53,60],Not:[28,31,32,42,48,63,64],ONE:[15,23,37],One:[35,47,88],PAS:[54,71],PDS:[11,15,23,28,30,31,32,33,34,35,39,40,48,53,63,64,66,67,69],PFS:41,PRs:140,PYS:[54,71],RLS:15,SMS:[27,28,29,31,32,42,48,49,63,64],SOS:15,SYS:[37,39,53],Such:[84,101,110],Sys:[0,103,106,109,110,111],THAT:[37,39,64],THE:[37,39,63,64],TIS:55,TLS:15,TRS:[28,48],That:[31,84,114],The:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,54,55,56,58,60,61,62,63,64,65,66,67,68,69,70,71,72,75,76,77,78,79,81,82,83,84,85,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,108,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,137,138,139,140,141,142],Then:[53,101,114],There:[0,15,29,105,114,142],These:[0,1,3,5,6,8,9,10,15,20,24,31,39,41,46,53,56,60,66,69,76,114,140],UCS:55,USING:39,Use:[0,4,5,11,12,13,14,15,17,18,24,28,29,31,35,42,48,53,60,63,64,67,104,105,116,135],Used:[29,40,50,96,97,98,99,100,125,129,132,134,135,137],Uses:[36,38],Using:[9,27,30,31,54,71],VFs:140,WAS:[37,39,49,63],WILL:[37,39],WITH:39,Will:[27,46,48,122,125,127,139],With:[24,42,60,71,85,87],YES:[15,31,41],Yes:0,ZFS:[30,34,41],ZOS:71,_________________________________________:39,__dict__:[24,60],__future__:[24,60],__init__:[24,60],__metaclass__:[24,60],_bpxk_autocvt:[24,60],_cee_runopt:[24,60],_encode_file_exist:71,_encode_file_new:71,_export_:[24,60],_keydata:[6,7,8,9,10],_play_context:53,_tag_redir_err:[24,60],_tag_redir_in:[24,60],_tag_redir_out:[24,60],_text:53,a13b:125,a142:[132,134],a14b:[116,121,132],a87c:[116,119,121,127,132],a8c3:84,a951:123,aap:[56,110,123],abbrev:39,abbrevi:[15,41],abc9abc1:15,abc:[31,35,139],abcd0001:[3,4,5,11,12,13,14,15,17,18],abcd01:15,abcdefabcdef:127,abend:[15,16,37,38,39,53],abil:[6,8,9,10,15,103,116],abl:[31,34,39,85,87],abnorm:[15,39,42,53,63,64],abnormal_disposit:[63,64],about:[0,6,7,8,9,10,15,19,24,53,60,67,71,75,85,87,90,94,102,104,105,109,110,111,114,115,116,119,121,122,123,125,127,129,132,133,134,135,137,139,140],abov:[3,15,23,77,78,85,96,97,98,99,100,111,137,140],absenc:[15,140],absent:[4,5,11,12,13,14,15,17,18,27,28,30,32,40,41,53,116,122,125,127,129,132,134,135,137,139,140],absolut:[23,24,27,28,30,31,33,34,40,41,42,48,60,83,123,127,132],absolute_import:[24,60],acb:[58,61,63,64],acb_lib:[62,63],acbgen:62,acblib:[62,63],acc:[116,121],acceler:139,accent:53,accept:[0,2,3,6,8,9,10,22,23,24,32,42,47,53,59,60,67,73,80,81,90,91,92,94,96,102,115,120,123,124,127,128,132],acceptable_statu:[119,140],access:[0,15,24,26,31,32,37,39,42,49,53,60,81,82,83,84,85,96,97,98,99,101,104,105,111,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,132,133,134,135,136,138,139],access_group:42,access_mod:[121,127],accomod:140,accord:[6,7,8,9,10],accordingli:[44,140],account:[15,23,84,101,114],accounting_inform:15,ace:15,achiev:[4,5,11,12,13,14,15,17,18,24,60,84],across:[13,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],act:[23,28,31,48,53,100],action:[3,7,8,9,10,15,19,21,24,26,32,48,53,60,63,64,67,83,90,93,94,102,114,131,132,133,134,140],action_nam:6,action_paramet:6,actionobjectid:83,activ:[5,15,37,38,39,43,49,53,62,65,72,87,105,114,116,117,119,120,121,123,124,127,128,132,133,134,140],activation_mod:124,activation_profile_nam:[119,123],actual:[19,23,41,53,133],adapt:[112,115,119,121,122,125,127,132,137,139,140],adapter1:[116,117,127],adapter2:127,adapter_count:121,adapter_famili:117,adapter_id:[116,117],adapter_list:117,adapter_nam:[121,122,125,139],adapter_port:[122,125],adapter_port_uri:122,adapter_uri:139,add:[15,16,26,28,30,31,32,40,41,42,46,48,53,61,70,74,85,104,111,114,123,140],add_stylesheet:140,added:[15,19,24,27,28,31,35,36,39,40,41,42,43,46,53,60,63,70,71,105,111,121,127,140],adding:[27,45,63,140],addit:[3,15,16,20,22,23,29,36,37,38,39,49,50,52,54,59,62,70,83,86,96,97,98,99,105,107,108,110,114,116,118,119,120,121,122,123,125,127,129,132,134,135,137,139,140,141,142],addition:[24,49,60,104],additionalinfo:83,address:[15,23,37,38,39,42,49,53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],adequ:[28,48],adher:104,adhoc:[24,60],adi:15,adjust:[15,105,140],admin:38,administr:[31,48,83,105,135],adrdssu:[28,29,42,48],advanc:53,advis:67,aes:[127,132],affect:[62,140],after:[15,16,23,24,28,30,31,34,36,39,40,41,42,46,48,53,60,63,64,70,84,101,102,105,114,121,122,123,125,127,131,132,133,134,139,140],afterward:53,again:[84,114,140],against:[0,15,24,35,60,111,114,132,133,134,140],age:[23,35],age_stamp:35,agent:15,agil:0,aging:15,ahead:15,aibridg:15,aicon:15,aiexit:15,aildelai:15,aim:[4,5,11,12,13,14,15,17,18],aiqmax:15,airdelai:15,akpfreq:15,algorithm:[0,15,28],alia:31,alias:[23,24,31,53,60],align:[53,110],all:[0,3,9,11,13,14,15,17,19,20,23,24,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,55,60,62,64,65,66,67,68,69,83,85,87,89,96,103,104,105,110,111,114,116,117,119,121,122,123,124,125,127,128,129,132,133,134,135,137,139,140],alldzon:96,alloc:[3,4,11,12,13,14,15,17,19,28,29,31,32,35,37,39,42,43,46,47,48,62,63,64,67,123],allow:[11,15,22,23,24,31,32,39,41,42,47,53,55,60,67,89,93,94,102,116,119,123,129,132,135,140],allow_uid:41,alltzon:96,aloadtim:[6,7,8,9,10],alon:[6,7,8,9,10,19,20],along:[53,64,65,85,101,140],alpha:[42,114,140],alphabet:[6,7,8,9,10,55,129],alphanumer:[15,49],alreadi:[4,5,11,12,13,14,15,17,18,27,31,32,34,39,42,46,53,63,84,96,97,98,99,116,119,122,123,125,127,129,132,134,135,137,139,140],also:[0,1,6,7,8,9,10,11,19,20,21,26,27,29,33,40,53,55,58,62,63,64,67,68,70,72,77,78,79,81,83,84,85,89,96,97,98,99,104,112,114,115,119,122,123,125,129,132,134,135,137,139,140,142],alter:83,altern:[15,16,22,23,24,60,111,140],although:[0,51,105,106],alwai:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,25,27,28,30,31,32,33,34,38,40,41,42,43,44,45,47,48,53,62,64,65,66,67,68,69,82,83,84,104,105,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],am2:140,amaters:29,amod:39,amount:[5,15,29,32,42,63,64],analog:42,analysi:64,analysis_mod:64,analyz:64,angel:123,ani:[6,7,8,9,10,11,12,13,15,17,18,23,24,28,30,31,34,35,36,37,38,39,41,42,43,44,45,48,49,53,60,62,63,64,65,68,70,82,83,84,90,92,93,94,95,96,101,102,104,110,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],anoth:[15,23,27,30,31,33,40,41,42,43,53,140],ans1234:16,ansi:[31,53],ansibl:[1,3,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,39,40,41,42,45,46,48,49,50,52,53,54,56,58,60,61,68,69,70,71,72,74,75,77,78,79,81,82,83,84,85,87,90,91,92,93,94,95,96,97,98,99,100,101,102,105,107,108,109,110,112,114,115,122,125,127,132,139,140],ansible_collect:[0,104],ansible_collections_ibm_zos_cor:24,ansible_collections_ibm_zos_im:60,ansible_collections_ibm_zos_ims:60,ansible_config:[0,104],ansible_date_tim:30,ansible_fact:[24,36,53,60],ansible_hostnam:30,ansible_python_interpret:111,ansible_sample_workflow_:[84,101],ansible_sample_workflow_sy1:84,ansible_shell_execut:[54,71],ansible_vers:[31,39,46],ansible_workflowname_:84,ansiblemodul:[24,60],ansitest:[6,7,8,9,10],anymor:114,anyth:108,anywher:[40,41],apar:[42,75,85],apf:[21,26,41,42,49,62],apfadm:27,apg:77,api:[0,1,3,6,7,8,9,10,15,19,20,24,27,30,40,41,42,52,53,60,72,75,77,78,83,85,87,96,97,98,99,100,104,107,110,112,113,116,117,118,119,120,121,122,123,124,125,127,128,129,132,134,135,137,139,140,141],api_polling_interval_second:[93,94,102],api_polling_retry_count:[93,94,102],api_vers:118,apist:[6,7,8,9,10],appar:15,appc:15,appear:[6,8,9,10,15,42,53,111],append:[15,27,30,31,33,34,35,40,41,104,105],appli:[15,29,31,32,36,39,41,46,47,53,66,69,75,121,123,140,142],applianc:[127,132],applic:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,28,31,34,35,41,42,48,58,62,63,66,68,69,77,85,90,92,93,94,95,98,103,105,110,137],applid:[6,7,8,9,10,15,19],applmajorv:[6,7,8,9,10],applmicrov:[6,7,8,9,10],applminorv:[6,7,8,9,10],approach:[87,127,132],appropri:[0,6,27,31,53,56,77,78,85,90,91,92,93,94,95,102,104,111],approv:114,approxim:[28,53],appveyor:140,april:56,arch_level:36,architectur:[50,53,108],archiv:[0,26,29,42,48,50,53,104,114,140],archive_folder_test:48,arcroot:28,area:[15,28,31,32,42,48],arg:[24,46,60],arg_def:23,arg_typ:22,argpars:[22,23],argument:[22,42,46,53,70,84,96,97,98,99,100],around:[24,41,53,60],arr:[96,99],arrai:[83,90,93],artifact:[0,105],artifici:[116,122,125,127,132,135,137,139,140],as_resourc:6,asa:[31,53],asa_text:31,ascii:[31,71],asi:15,asid:[37,38,39,53],asif:23,ask:111,asm:114,asma90:39,asr:15,asrd:15,assembl:[53,66],assert:[24,60],assert_called_with:[24,60],assign:[6,7,8,9,10,15,16,24,31,37,38,39,46,49,60,84,96,97,98,99,101,127],assist:[16,53,83,85],associ:[6,7,8,9,10,15,19,27,31,42,43,48,50,62,65,77,84,85,90,91,93,94,96,101,102,119,132,133,134,137],associated_system_defined_user_role_nam:137,associated_system_defined_user_role_uri:137,assum:[6,8,9,10,15,16,24,30,31,33,34,40,41,42,44,46,60,77,78,90,91,92,93,94,95,96,97,98,99,100,102,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],asterisk:[27,29,38,44,96],asynchron:41,atb:[37,39],attach:[15,44,115,127,132,134,140],attempt:[31,32,39,93,94,102],attent:[83,114],attribut:[6,7,8,9,10,11,15,16,28,31,32,41,42,48,49,53,63,64,68,140],attribute1:[6,7,8,9,10],attribute2:[6,7,8,9,10],attribute3:[6,7,8,9,10],attribute4:[6,7,8,9,10],attribute5:[6,7,8,9,10],attribute6:[6,7,8,9,10],attributeerror:140,audit:[83,85],augment:25,autconn:15,auth:[42,104,140],auth_url:[0,104],authent:[6,7,8,9,10,15,24,60,75,81,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],authentication_typ:[135,140],author:[0,15,21,26,30,31,33,40,42,49,62,63,64,68,105,114],auto:[0,12,15,68,103,106,109,110,111,123,127,132],auto_commit:68,auto_reload:[31,39,46],autoasi:12,autocold:12,autocommit:68,autocvt:[24,60],autodb:[63,64],autodst:15,autogener:[127,132],autoinit:12,autoinstal:15,autom:[0,1,3,16,19,20,21,24,26,33,36,37,38,39,53,56,58,60,61,70,71,74,75,76,77,78,79,81,84,85,101,103,105,108,109,110,112,114,140],automat:[15,29,31,34,41,42,44,53,68,83,84,85,87,89,96,114,122,127,140],automation_hub:104,automationhub:[114,140],automov:[41,53],automove_list:41,autoresettim:15,autostart:12,autostart_overrid:12,autoswitch:15,autotag:[24,60],aux_temp_storag:[3,19],aux_trac:[3,19],auxiliari:[3,15,19],auxiliary_temp:19,auxtr:15,auxtrsw:15,avail:[0,6,7,8,9,10,15,23,27,28,29,30,31,32,33,34,36,39,40,41,42,46,48,49,56,65,71,103,104,105,109,114,127,132,140],available_features_list:140,ave:23,avoid:[0,22,23,30,33,40,53,140],await:44,awar:[30,36],awx:0,b1bf361886a4:123,b352:39,b447:119,b4d3:135,b67c:[125,127],b9dd:135,b_text:39,back:[3,9,21,26,27,29,30,31,34,39,40,41,42,46,48,49,53,61,122,125,139,140],backout:[11,15],backoutonli:15,backref:40,backrefer:40,backslash:43,backup:[0,26,27,30,31,32,33,34,40,41,42,49,53],backup_compress:33,backup_nam:[27,29,30,31,33,40,41,42],bad3:[132,134],bad:53,bailei:23,bak:[27,30,31,33,40,41],bar:[15,28,31],basdefinev:[6,7,8,9,10],base64:42,base:[0,4,5,11,12,13,14,15,17,18,27,28,30,31,35,39,40,46,47,49,53,54,64,67,71,83,85,87,89,114,120,124,128,136,140],bash:[54,71],basi:[55,114],basic:[6,7,8,9,10,15,24,31,32,35,42,60,63,64,66,69,105,127,130,132,135],batch:[15,16,27,32,37,38,39,47,53,62,63,65,66,69,84,101],batch_result:[66,69],bc93:132,bd0a:[125,127],bdfeb245fc36:129,bear:53,becaus:[15,23,41,53,54,63,71,84,90,91,92,94,102,105,116,122,125,127,129,132,134,135,137,139,140,141],becom:[24,41,60,111,122,125,139],become_us:111,been:[0,16,19,22,24,29,31,33,38,39,42,48,53,60,85,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],befor:[4,5,11,12,13,14,15,17,18,20,23,24,27,28,30,31,39,40,42,46,49,53,56,60,62,63,64,71,87,93,94,102,104,105,110,111,114,127,140],beforehand:31,beg:38,begin:[15,23,27,30,31,38,39,40,44,46,63,64,74,84,101],beginnendn:30,behavior:[0,15,19,31,34,53,111,140],behaviour:9,behind:[24,53,60],being:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,27,29,30,31,32,34,39,40,41,46,53,66,69,102,114,122,125,127,129,131,132,134,135,137,139,140],belong:16,below:[3,15,19,24,42,53,55,60,83,101,111,127,132,140],benefici:[24,60],benefit:[24,60],besid:114,beta:[53,56,74,104,140],better:140,better_arg_pars:23,betterarg:22,between:[13,15,23,41,42,53,63,64,101,116,140],beyond:22,bf98:135,bgysc1310:27,bgysc1311:[30,40],bibliographi:140,big5:55,bin:[23,24,30,40,46,60,111],binari:[30,31,33,34,35,40,42,45,47,48,53,111],binconr:[6,7,8,9,10],binconsc:[6,7,8,9,10],bind:66,binder:39,binsterr:[6,7,8,9,10],bit:[15,41],blake:23,blank:[5,18,42,49,53],bldl:15,blklgth:42,blksize:[28,39,48],block:[15,26,27,28,31,32,39,42,46,48,53,58,62,63,64,66,68,69,123],block_end_str:[31,39,46],block_siz:[28,31,32,42,48,63,64],block_start_str:[31,39,46],blog:[0,85],bmp:[63,64,68],bms:15,bodi:[6,7,8,9,10,30],bof:[30,40],book:[113,116,118,119,121,122,123,125,127,129,132,134,135,137,139],bool:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,33,34,37,38,39,40,41,42,43,44,46,48,49,62,63,64,65,66,68,69,82,83,84,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],boot:[123,127,132,134,140],boot_devic:127,boot_load_paramet:140,boot_logical_unit_numb:127,boot_network_devic:127,boot_network_nic_nam:127,boot_storage_devic:127,boot_storage_device_hba_nam:127,boot_storage_hba_nam:127,boot_storage_volum:140,boot_storage_volume_nam:140,boot_world_wide_port_nam:127,bootabl:127,bootstrap:63,bootstrap_dataset:63,both:[0,11,13,15,16,17,18,23,24,29,31,40,42,53,60,62,64,66,69,71,97,98,99,111,113],bottom:15,bound:[77,78],box:[24,60],bpxprm00:30,bpxprmaa:41,bpxprmab:41,bpxprmxx:41,bpxw0003i:46,branch:[114,140],bridg:15,brief:0,bring:[1,21,58,72,79,112,140],brmaxkeeptim:15,broaden:140,broader:[1,19,21,58,70,72,74,79,85,112],broken:[24,60,74],browser:114,buffer:[15,42,43,63,64],buffer_pool_param_dataset:[63,64],bug:[0,2,19,22,53,59,70,73,80,109,114,140],bugfix:[0,19],build:[0,6,8,9,10,24,60,62,103,140],build_ignor:104,build_psb:62,builder:68,built:[0,15,19,22,62,104,114,140],builtin:45,bundl:[6,7,8,9,10],bundledir:7,busi:43,buster:140,button:114,bwo:15,bypass:[31,111],byte_count:[37,39,42,53],bz2:[28,48,53],bzip:48,c05076d24d80016e:132,c1d5e2c9e3c5e2e3:[6,7,8,9,10],c3f6:123,c44338de:119,ca_cert:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],cab:[39,53],cach:[9,15],cadenc:0,calcul:[15,28],call:[15,19,24,27,30,32,37,40,41,53,55,60,62,65,66,67,69,70,75,77,78,82,96,97,98,99,100],callabl:42,can:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,45,46,48,49,53,54,55,56,60,61,62,63,64,66,67,68,69,70,71,75,76,81,82,83,84,85,87,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,110,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],cancel:[16,38,39,53],candid:[6,7,8,9,10,132],candidateassign:[6,7,8,9,10],candidatedescript:[6,7,8,9,10],candidategroup:[6,7,8,9,10],candidatenam:[6,7,8,9,10],candidateoverrid:[6,7,8,9,10],candidatesystemgroup:[6,7,8,9,10],candidatetyp:[6,7,8,9,10],candidateusag:[6,7,8,9,10],candidatevers:[6,7,8,9,10],cannot:[23,30,40,42,49,63,64,68,84,111,114,116,119,122,123,125,127,129,132,134,135,137,139,140],canon:119,cap:[123,127,132],capabl:41,capac:[0,53,116,123,132],captur:[40,53,90,92,94,102],card:[15,37,39,53,116,121,125,132,140],carefulli:111,cat:[0,30,63,64],catalog:[3,15,19,27,30,31,32,33,34,35,39,40,41,42,53,58,61,68,70,85,87,92,94,102],catalog_service_nam:102,catalog_service_namm:102,catalogu:53,categori:[0,3,83,84,85,98,102],category_nam:102,catlg4:47,catlg:[53,63,64],caught:53,caus:[15,24,37,39,53,62,64,70,114,140],caution:[31,53],cbp:123,cca:[116,121],ccg:47,cchh:49,ccsid:[15,41,55],cctext:65,cdsa:15,cdsasz:15,cedf:[6,7,8,9,10],cedfstatu:[6,7,8,9,10],ceemsg:15,ceeout:15,cemt:16,center:15,central:[15,70,123],certain:[24,60,63,67,76,81,89,129,132,135,137,140],certexpirywarn:15,certif:[6,7,8,9,10,15,53,82,83,84,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],certifi:[1,19,21,52,53,58,70,72,74,79,85,104,105,107,108,110,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],cesd:16,cf79:119,cfg:[0,45,104,105],chain:[6,7,8,9,10,15,47,53,82,83,84,101],chang:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,30,31,32,33,37,38,39,40,41,42,43,44,46,54,56,60,62,63,68,70,71,74,82,83,84,102,104,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],change_record_numb:102,changeag:[6,7,8,9,10],changeagrel:[6,7,8,9,10],changedataset:83,changetim:[6,7,8,9,10],changeusrid:[6,7,8,9,10],channel:[108,116,121,123,132],charact:[6,7,8,9,10,11,15,16,23,27,28,29,30,31,33,34,35,38,39,40,41,42,43,44,46,49,53,57,64,129,140],characterist:42,charset:[30,31,33,34,40,46],chdir:46,check:[4,5,14,15,23,24,26,31,32,34,41,48,49,53,60,63,83,84,101,114,133,140],check_format:27,check_req:114,check_timestamp:[63,70],checkout:114,checkpoint:[63,64],checksum:[31,34],child:[119,127,140],chkstrm:15,chkstsk:15,chmod:42,choic:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,35,39,40,41,42,46,48,53,54,62,63,64,66,69,70,71,83,84,101,116,118,119,121,122,123,125,127,129,131,132,133,134,135,137,139],chomp:42,choos:[16,24,35,56,60,104],chosen:55,chown:[28,31,48],cic:[2,5,18,19,20,27,90,92,93,94,95,103,106,109,110,111],cics13:35,cics_data_set:[3,11,12,13,15,19],cicsapi:[6,7,8,9,10],cicsbundl:[6,8],cicsdefinitionbundl:[7,8,9,10],cicsdefinitionprogram:9,cicslocalfil:9,cicsplex:[1,3,15,19,20],cicsprogram:6,cicsregion:9,cicssi:[6,8,9,10],cicssvc:15,cicsts61:[3,11,12,13,15],cilock:15,circumv:140,circumvent:140,citi:23,clarifi:140,classic:[115,117,119,120,123,128,137,140],classifi:20,clean:[0,53,105,114],clean_staging_dataset:63,cleanup:[114,140],clear:[24,60,111,123,140],cli:[20,31,34],click:[114,140],client:[1,6,7,8,9,10,15,45,82,83,84,101,103,104],clintcp:15,clist:46,clone:[0,104,114],close:[15,30,114],cloud:[85,87,88,90,91,92,94,95,104],clsdstp:15,clt:15,cluster:[35,42,53,123],cma:[6,7,8,9,10,15],cmci:[1,3,6,7,8,9,10,19],cmci_:0,cmci_act:[3,19],cmci_cert:[6,7,8,9,10],cmci_creat:[3,19],cmci_delet:[3,19],cmci_get:[0,3,6,8,10,19],cmci_group:19,cmci_host:[6,7,8,9,10],cmci_kei:[6,7,8,9,10],cmci_password:[6,7,8,9,10],cmci_port:[6,7,8,9,10],cmci_upd:[3,19],cmci_us:[6,7,8,9,10],cmd:[16,30,31,40,41,42,43,46,53],cmdprot:15,cmdsec:15,cna:140,cnv:[39,53],cobolsrc:31,coboltyp:[6,7,8,9,10],cobu:35,code:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,30,31,34,35,37,38,39,41,42,43,46,47,49,53,55,60,62,63,64,65,66,67,68,69,83],codec:111,cogpsbl2:69,cogpsbl:69,cold:[12,13,15],colleciton:140,collect:[1,2,3,11,15,16,19,20,21,24,25,26,36,37,38,39,50,51,52,53,54,56,58,60,61,67,70,71,72,74,75,76,77,78,79,81,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,106,107,108,109,110,112,114,115,135,140,141,142],colo:[127,132],colon:[66,69],column:[42,53,114],com:[6,7,8,9,10,82,96,97,98,99,100,104,114,140],combin:[6,8,9,10,23,42,62,70,114,116],come:[36,50,51,103,106],comma:35,command:[0,6,7,8,9,10,15,16,19,20,21,24,26,27,28,30,31,34,35,41,42,44,46,48,49,53,55,58,60,61,62,71,81,83,96,97,98,99,100,104,105,108,110,111,114,115,121,127,132],command_input:62,comment:[0,2,22,31,39,40,41,46,59,73,77,80],comment_end_str:[31,39,46],comment_start_str:[31,39,46],commit:[68,114],common:[15,27,29,30,33,34,39,40,52,53,105,107,108,140],commun:[2,15,16,22,46,51,59,73,80,103,104,105,106],communicationsserv:15,comn01:27,comnuc:35,compar:[32,35,84,140],compat:[28,140],compil:[44,66,67,69],complement:50,complet:[6,8,16,24,31,32,37,38,39,41,43,46,49,53,60,65,67,84,85,89,90,91,92,93,94,102,119,132,134],complete_check_delai:101,complete_check_tim:101,complex:[0,6,8,9,10,23,28],complex_filt:[6,8,9,10],complianc:70,compliant:140,complic:[6,8,9,10],compon:[15,20,35,53,56,72,75],compos:[6,7,8,9,10],compress:[28,29,33,48,62,70],comput:[28,31,36,53],concaten:[15,42,62,63,64,68],concept:116,concurr:[6,7,8,9,10,15,62],cond:[37,39],condit:[0,11,12,13,15,17,18,31,44,49,53,96,140],condition:53,conf:[31,114],confdata:15,config:[24,60],configur:[6,7,8,9,10,15,19,22,23,27,30,31,33,39,40,41,46,53,54,59,71,75,77,78,83,84,85,87,90,102,103,104,105,110,111,112,116,121,127,132,133,134,137,140],conflict:[0,84,101,140],conform:[15,63],conftxt:15,conjunct:[0,22,42],connect:[0,3,6,7,8,9,10,15,20,24,44,60,75,87,103,104,111,132],connect_vers:[6,7,8,9,10],consecut:[64,129],consid:[15,23,24,35,41,42,46,60,63,64,84,114,121],consist:[15,53,84,101,104,105,118,140],consnam:16,consol:[15,16,43,104,105,112,113,114,118,129,132,135,137],consolid:62,constant:[24,60],constraint:114,construct:[15,30,40,127],consult:[6,31,53],contact:[24,60,111],contain:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,26,27,28,29,30,31,34,35,37,38,39,40,41,42,43,44,45,46,49,53,60,61,62,63,64,67,68,70,76,81,83,85,89,90,96,97,98,99,100,105,114,115,122,123,125,127,129,131,132,134,135,137,139,140],content:[1,2,4,5,11,15,16,17,18,19,21,22,23,24,29,30,31,32,34,35,37,39,40,41,42,43,44,47,48,49,52,53,58,59,60,62,63,64,66,68,69,70,72,73,74,79,80,84,85,89,101,104,105,107,108,110,111,112,114],content_typ:[37,39],context:[6,7,8,9,10],contigu:15,continu:[0,15,31,34,39,42,46,53,111],contribut:[103,105],control:[0,3,6,7,10,11,12,15,16,20,25,26,28,31,34,39,41,42,46,48,49,50,53,56,58,61,62,63,64,66,67,68,71,83,84,85,90,92,93,94,95,101,104,111,121,123,127,132,135,140],control_domain:121,control_stat:63,convent:[29,31,63,104],convers:[15,28,29,30,31,33,34,40,48,140],convert:[16,30,31,33,34,37,38,39,40,41,46,53,55],coordin:[53,103],copi:[6,7,8,9,10,15,21,24,26,28,34,37,39,41,42,46,48,50,53,55,60,66,69,104],coprocessor:[121,127,132],core:[0,20,25,26,41,50,52,53,54,56,58,70,103,106,107,109,110,111,114,123,140],corp:36,correct:[30,31,40,53],correctli:[46,53,111,140],correspond:[6,15,19,28,31,34,41,46,48,53,64,67,100,105,108,109,114,123,140],corrupt:53,cost:54,could:[0,24,31,37,38,39,46,49,53,60,84,140],count:[9,15,37,39,44,116,129,131,132,140],counter:[15,127,132],countri:23,coupl:[0,15],cover:[19,85,112,113,114,140],coverag:[70,114,140],coveral:140,cpc1:[117,119,124,126,128,137],cpc2:137,cpc:[115,116,117,121,122,123,124,125,126,127,128,132,133,134,137,139,140],cpc_list:[120,131],cpc_name:[116,117,121,122,123,124,125,126,127,128,132,133,134,139],cpca:[117,119,120,124,126,127,128,132],cpca_sg_mgmt1:132,cpca_sg_part1:119,cpca_sg_part2:119,cpid:123,cpm_template_nam:94,cpsm610:15,cpsm:[6,7,8,9,10,15],cpsm_data_set:15,cpsm_reason:[6,7,8,9,10],cpsm_reason_cod:[6,7,8,9,10],cpsm_respons:[6,7,8,9,10],cpsm_response_cod:[6,7,8,9,10],cpsmconn:15,cpu:[36,37,39,112],creat:[0,1,3,5,10,18,19,21,24,27,28,29,30,31,32,33,35,37,38,39,40,41,42,44,46,48,49,53,60,62,63,65,68,69,72,76,84,85,87,89,91,96,97,98,99,101,104,105,114,115,117,118,119,120,121,123,124,126,128,130,131,133,136,138,140],create_dataset:[24,60],create_paramet:7,createinstancedirectori:84,createno:68,createy:68,creation:[5,18,32,53,77,84,101,114,131,140],creation_d:[35,37,38,39],creation_tim:[37,38,39],credenti:[74,82,83,84,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],creslib:67,cresp1:[6,7,8,9,10],cresp2:[6,7,8,9,10],criteria:[6,8,9,10,16,35,37,38,64],critic:[42,89],crl:15,crlprofil:15,cross:[15,68,127,132],crt:82,cryp00:121,cryp01:121,crypto1:121,crypto:[115,116,127,132,140],crypto_adapter_nam:127,crypto_adapter_uri:127,crypto_configur:[121,127],crypto_domain_configur:127,crypto_numb:140,crypto_typ:[116,121],cryptograph:137,cryptographi:140,cryptographydeprecationwarn:140,crystal:23,csd:[3,7,9,10,15,16,19],csdacc:15,csdapi:[6,7,8,9,10],csdbkup:15,csdbufnd:15,csdbufni:15,csdcopi:6,csddisp:15,csddsn:15,csdfrlog:15,csdgroup:[6,7,8,9,10],csdinteg:15,csdjid:15,csdlsrno:15,csdrecov:15,csdrecovsystem:15,csdrl:15,csdstrno:15,csdup:[11,19],csi:89,csi_data_set_nam:96,csi_query_respons:96,csi_query_response_fil:96,csp:47,cspf1:[121,127],csvapf:27,ctl:65,cts610:15,cull:35,curl_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],currency_symbol:23,currency_typ:23,current:[0,2,4,5,11,12,13,14,15,17,18,22,23,27,28,31,34,35,38,42,48,49,54,56,59,66,68,69,71,72,73,80,83,84,90,94,101,102,104,110,114,117,120,123,124,127,128,132,133,135,140],currentloc:[6,7,8,9,10],currtask:9,custom:[3,15,16,22,27,28,30,31,48,67,76,90,92,93,94,95,123,129],customiz:30,cve:140,cwa:15,cwakei:15,cycl:[56,110],cyl:[4,5,11,12,13,14,15,17,18,28,29,31,32,39,42,48,49],cylind:[4,5,11,12,13,14,15,17,18,49],cyp:[24,60],d0000101:[37,39],d0000102:[37,39],d0000103:37,d112:116,d113:132,d17:47,d52:47,d67:47,dae:15,dai:[15,35,64,114],darv1:42,dasd:49,data:[1,3,6,7,8,9,10,11,12,13,14,19,21,22,23,25,26,27,33,37,39,41,42,46,47,49,50,53,54,55,58,61,62,63,64,65,66,67,69,70,71,89,91,97,98,99,111,116,117,118,119,120,121,122,123,124,125,127,128,129,132,134,135,137,139,140],data_class:[63,64],data_set:[11,15,23,29,35,39,53,66,69],data_set_bas:23,data_set_memb:23,data_set_nam:[3,4,5,11,12,13,14,15,17,18,27,42],data_set_or_path:23,data_set_organ:[4,5,11,12,13,14,15,17,18,19],data_set_typ:34,data_stor:41,databas:[15,31,42,58,62,63,64,66,67,68],datacla:39,dataloc:[6,7,8,9,10],dataset:[24,27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53,60,62,67,68],dataset_nam:[63,64],datasetcreateerror:[24,60],date:[15,23,27,35,37,38,39,53,56,114],datform:15,db2:[90,92,93,94,95],db2conn:15,db2entri:15,db2f0bec:[125,127],db2run:30,db2sms10:29,db2ssid:30,db682456:132,dbc1:43,dbctl:15,dbctlcon:15,dbd1:[62,66],dbd2:[62,66],dbd3:[62,66],dbd4:62,dbd5:62,dbd6:62,dbd:[58,61,62,63,64,67],dbd_lib:[62,63,64,67],dbd_name:[62,66],dbdgen00:39,dbdgen:[39,66,70],dbdlib1:62,dbdlib2:62,dbdlib3:62,dbdlib:[39,62,63,64,66,67],dbdname:62,dbdsrc:39,dbf000:64,dbrc:[58,61,63,64],dbrc_output:67,dbrm:31,dbver:64,dcb:37,dd_concat:[42,53],dd_data_set:[42,53],dd_dummi:42,dd_input:[42,53],dd_name:42,dd_output:42,dd_unix:[42,53],dd_vio:42,ddde026c:119,ddl:[58,61],ddmmyi:15,ddnama:53,ddname:[37,39,47,53,66,69],dds:[42,53],deactiv:[15,119,123,140],dead:41,debug1:[84,101],debug:[15,24,60,62,91,140],debugtool:15,dec:56,decid:53,decim:[15,28,31,41,48,116,119,122,123,125,127,129,132,134,135,137,139,140],declar:3,decod:[53,111],decodeerror:53,decompress:29,dedbjn21:66,dedbjnv1:66,def:[11,23,24,60],default_group_nam:135,default_group_uri:135,default_sysout_class:15,defer:15,defin:[4,5,7,11,12,13,14,15,16,17,18,22,27,28,29,30,31,32,39,41,42,46,48,49,53,55,63,64,66,68,70,72,83,84,91,96,97,98,99,105,111,114,116,119,122,123,125,127,129,132,134,135,136,137,138,139,140],definesourc:[6,7,8,9,10],definetim:[6,7,8,9,10],definit:[1,3,6,8,11,12,15,16,19,23,37,39,42,58,61,66,84,101,129,135,140],degrad:[127,132],delai:[15,42,53,135],deleg:[0,20,110],delegate_to:[20,87],delet:[1,3,4,5,11,12,13,14,15,17,18,19,27,28,29,31,32,34,39,42,47,48,53,62,63,64,67,70,72,76,84,101,114,116,122,123,125,127,129,131,132,134,135,137,139,140],delete_dbd_by_vers:64,delimit:31,deliv:0,deliveri:15,demand:15,demetri:23,demo01:49,demo02:49,demo03:49,demo0:49,demo:[39,85],demonstr:[19,53,105,131],deni:[24,60],denot:104,depend:[0,20,22,26,28,31,32,36,42,48,53,54,56,59,71,84,85,87,93,104,109,110,111,114,140],deploy:[0,103,105],deprec:[19,111,114,135,140],deprovis:[1,3,19,90,93,95],depth:23,deriv:15,des:[127,132],describ:[0,27,30,31,33,40,41,43,56,63,64,65,66,93,96,97,98,99,100,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],descript:[6,7,8,9,10,23,24,53,60,62,67,77,83,84,90,96,101,114,116,119,120,121,122,123,124,125,127,128,129,132,134,135,137,139,140],descriptor:[15,37,38,39,49,58,62,66,83,85,87],design:[22,23,24,60],desir:[23,24,28,32,41,42,48,53,60,83,84,116,118,119,121,122,123,125,127,129,131,132,133,134,135,137,139],desktop:110,dest:[28,31,33,34,47,48,53,66,69],dest_creat:31,dest_data_set:[28,31,48,53],dest_dataset:53,dest_path:48,dest_stat:28,dest_volum:48,destin:[5,15,18,27,28,29,30,31,33,34,39,40,41,46,48,53,55],destination_attribut:31,destinatt:41,destmem:31,detach:[121,133],detail:[0,3,6,8,9,10,16,19,25,31,53,71,75,85,87,96,105,109,110,114,116,117,119,120,121,122,123,124,125,127,128,133,139,140],detect:[15,31,34,39,46,48,53,84,101,116,121,132],determin:[0,6,7,8,9,10,15,23,29,31,33,35,39,41,42,46,48,53,55,63,64,83,84,85,97,98,99,104,105,110,123,140],dev1:[41,114],dev2:41,dev3:41,dev4:41,dev5:41,dev6:41,dev7:41,dev9:41,dev:[104,114,127,132,140],develop:[52,56,103,107,140],devic:[15,16,29,31,41,42,43,49,125,127,132,134],device_numb:[122,125,139],dfb2147a:[116,119],dfh:[9,15,27],dfhauxt:[5,15],dfhbuxt:[5,15],dfhccutl:13,dfhcnv:15,dfhcsd:[11,15],dfhcsdup:[11,16],dfhcxrf:15,dfhdip:15,dfhdmpa:[15,18],dfhdmpb:[15,18],dfhgcd:[3,12,15],dfhintra:[15,17],dfhlcd:[13,15],dfhlist:15,dfhlrq:[14,15],dfhrmutl:12,dfhrpl:15,dfhsip:15,dfhsm0136i:15,dfhstart:15,dfhtcp:15,dfhtemp:[4,15],dfhterml:15,dfltuser:15,dfs3139i:44,dfs3id00:68,dfs3pu00:63,dfs3pu10:64,dfs4434i:63,dfs4810i:64,dfs671i:64,dfscp001:63,dfsdf_member:[63,64,70],dfsdfcat:[63,64],dfsdfxxx:[63,64,68,70],dfsmsdss:[28,29,48],dfsmsrmm:83,dfsort:42,dfsrrc00:42,dfsvsmhp:[63,64],diagnost:[6,7,8,9,10,43,127,132],dialog:114,dict:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,31,32,33,34,36,37,38,39,41,42,44,46,47,48,49,63,64,65,66,67,69,83,84,90,93,94,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],dictionari:[6,8,9,10,15,23,24,27,36,37,38,53,60,90,93,94,116,119,122,123,125,127,129,132,134,135,137,139,140],did:[41,53,83,114,140],differ:[0,3,6,8,9,10,15,19,20,23,26,28,31,32,34,39,46,53,54,56,61,63,68,71,81,84,101,123,137,140],difficulti:140,digit:[38,49,63,64],dip:15,dir:[30,31,40],direct:[24,31,34,42,49,60,132],directli:[11,15,24,31,60,62,63,68,96,135],directori:[0,15,23,25,28,31,32,33,34,35,39,40,41,42,46,48,53,54,63,64,68,71,84,90,91,92,93,94,95,96,97,98,99,102,104,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],directory_block:[28,31,32,42,48],directory_dataset:63,directory_staging_dataset:63,disabl:[6,7,8,9,10,15,135,140],discard:[8,19],discord:108,discourag:[54,71],discov:114,discuss:[53,105,108],disk:[49,53,123],dismacp:15,disp:[30,31,32,39,40,53],dispatch:15,displai:[15,26,27,43,53,85,87,90,91,92,94,96,97,98,99,100,102,114,140],disposit:[15,30,32,40,42,63,64],disposition_abnorm:[42,53],disposition_norm:[42,53],disrupt:[60,135],dist:114,distribut:[15,71,103,104,111,114,140],divis:[24,60],dli:[63,64,68],dlib:96,dlord6:39,dmod:[30,53],dmp:119,dmy:37,dns:[123,127,132],doc:[0,6,7,8,9,10,24,26,53,60,74,81,96,97,98,99,100,111,114,115,140],doccodepag:15,docker:140,docs_build:114,docs_loc:114,docsloc:114,doctor_appointment_d:23,document:[1,3,6,8,9,10,15,19,20,21,25,26,30,31,33,34,39,40,41,42,44,46,50,53,58,61,62,70,71,72,74,75,76,79,81,83,85,87,88,89,103,105,108,111,112,115,140],doe:[0,4,5,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,40,42,46,48,49,53,60,62,63,66,68,69,83,84,101,114,116,122,123,125,127,129,131,132,133,134,135,137,139,140],doesn:[4,6,7,10,11,12,13,14,17,19,31,96,97,98,99,111],doing:[31,34],domain:[13,15,94,121,127,140],domain_config:121,domain_index:127,domain_nam:94,domain_rang:121,don:[20,34,41,42],done:[27,30,31,34,36,40,41,87,114,127,140],dopt:[63,68],dot:104,dotal:44,doubl:[29,30,43,53],down:16,download:[54,71],dpm:[115,116,119,120,121,122,124,125,127,132,133,134,137,139,140],dpm_enabl:120,draft:114,drain:41,drive:[0,24,60,83,87],drop:[42,68,140],dropdown:104,ds1:[27,42],ds2:27,ds3:27,ds_name:[24,30,60],ds_name_2:30,dsa:15,dsalim:15,dsed:40,dsedhelp:40,dshipidl:15,dshipint:15,dsi:44,dskeylbl:42,dsmembr1:66,dsmembr2:66,dsmembr3:66,dsmembr4:66,dsn120:47,dsn130:47,dsn210:47,dsn3epx:43,dsn:[3,4,5,11,12,13,14,15,17,18,30,39],dsname:[9,15,24,47,60],dsncat:47,dsntep12:30,dsntep2:30,dsntype:42,dsrtpgm:15,dtrpgm:15,dtrtran:15,due:[0,24,60,140],dummi:[37,39],dummy_dict:[24,60],dump:[3,15,19,29,63,127],dumpd:15,dumpsw:15,dupact:6,duplic:[53,63,70,140],duplist:63,durat:[37,39,53],dure:[4,5,11,12,13,14,15,16,17,18,19,23,24,29,30,31,32,34,37,40,41,42,43,44,48,53,60,62,68,75,82,83,84,87,105,140],duretri:15,dynalloc:[53,67],dynam:[15,27,63,67,72,76,116,121,122,125,127,132,133,134,139],dynamic_allocation_dataset:67,dynamic_programview:68,dynamicprogramview:68,dynamstatu:[6,7,8,9,10],dzp:29,e03d413a:132,e0ea33d6:132,e1274d16:121,e30bb920f912:84,e3a63476c2f8:137,e578:[116,119,121,125,127,132],e730:[6,7,8,9,10],e8c098cb:137,e8d8:49,each:[0,3,6,7,8,9,10,15,19,24,26,28,30,31,32,41,42,46,47,48,51,52,53,54,55,56,60,61,63,66,67,69,71,76,81,85,87,89,93,94,101,102,103,104,105,106,107,108,110,114,115,116,119,124,128,131,137,140],earlier:[104,140],easi:[0,85,87,89,103,105,114],easiest:0,easili:[0,41,105,140],ebcdic:[37,39,55],ec33017a:43,ec33018a:36,ecdsa:15,ecdsasz:15,ecosystem:103,edc5129i:111,edd782f2:[132,134],edg:83,edit:[21,30,84,114],edsalim:15,eee82e26937c:123,effect:[4,5,11,12,13,14,15,17,18,24,42,114,140],effort:103,eibfn:[6,7,8,9,10],eibfn_alt:[6,7,8,9,10],eight:31,either:[6,8,9,10,12,15,19,20,23,27,28,29,30,31,33,34,35,40,41,42,43,44,48,53,62,63,64,70,82,84,85,87,101,105,110,114],eject:15,elaps:[15,43,53],element:[6,8,9,10,15,23,27,28,32,35,36,37,38,39,41,42,44,45,47,48,49,55,62,63,64,65,66,67,68,69,70,83,116,117,119,120,121,122,123,124,125,126,127,128,129,130,132,134,136,137,138,139,140],elev:111,elig:[6,7,8,9,10,15,64],els:31,email:135,embed:53,emerg:[15,53],empti:[4,5,11,13,14,15,17,18,28,31,36,39,46,53,63,65,66,69,114,116,122,125,127,129,132,134,135,137,139,140],emul:39,enabl:[0,15,16,30,32,40,42,45,50,53,63,64,68,103,104,105,110,121,123,127,132,137,140,141],encapsul:[41,141],enclos:46,encod:[21,23,26,30,31,34,39,40,42,45,46,48,53,55,71],encount:[39,42,53,111],encourag:[0,2,22,41,59,73,80,105,108],encrypt:[42,82,83,84],encryption_key_1:42,encryption_key_2:42,encryptptkt:15,end2end:[114,140],end2end_mock:[114,140],end:[4,5,6,8,9,10,11,12,13,14,15,17,18,23,24,27,28,30,31,37,38,39,40,42,46,48,49,53,56,60,77,78,90,91,92,93,94,95,102,131],end_stat:[4,5,11,12,13,14,15,17,18,19],endpoint:110,enf:15,enforc:[15,29,41,53],engin:[31,39,46],enhanc:[19,49,53,70,71,114,140],enrich:140,ensur:[4,5,12,13,14,17,20,24,27,28,30,31,33,34,40,41,42,48,49,53,60,111,116,119,121,122,123,125,127,129,132,133,134,135,137,139],enter:[0,56,77,78,82],enterpris:[0,20,24,53,56,60,70,71,103,111],entir:[4,5,11,12,13,14,15,17,18,29,32,42,53,64,68],entiti:27,entitl:0,entri:[5,6,7,8,9,10,15,27,37,39,41,42,45,49,53,96,140],entrypoint:[6,7,8,9,10],env:140,enviorn:15,environ:[6,7,8,9,10,15,24,28,31,34,46,48,60,71,72,76,104,105,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],environment_var:[62,63,64,67,68],environmenterror:[24,60],eod:37,eodi:15,eof:[30,40],eol:56,ep11:[116,121],epcdsa:15,epcdsasz:15,epudsa:15,epudsasz:15,equal:[6,8,9,10,35,41],equival:[6,7,8,9,10,24,60,63,67],erdsa:15,erdsasz:15,errno:[24,60,111],error:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,29,30,31,35,37,39,40,41,42,46,53,60,63,64,66,68,69,70,83,85,96,97,98,99,103,105,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],errorcod:[6,7,8,9,10],errormax:63,erroroper:[6,7,8,9,10],esa:49,escal:[27,30,31,33,40],escap:[43,44,46,53],esd:[31,32,42,63,64],esdsa:15,esdsasz:15,esm:15,esmexit:15,essenti:[31,34,53],establish:[6,7,8,9,10,15],estim:[15,37],etc:[23,30,31,34,35,39,40,42,43,46,52,85,101,104,107,114],euccn:55,eucjc:55,eucjp:55,euckr:55,euctw:55,eudsa:15,eudsasz:15,evalu:[16,37,38,53],even:[9,15,25,29,31,53,118],event:[15,53],everi:[15,30,40,53,96,97,98,99,140],everyth:28,exact:78,exactli:29,examin:[35,111,140],exampl:[0,1,3,20,22,26,52,53,55,56,71,104,105,107,111,114,115,140],example1:65,exampledbd:66,exce:[15,27],exceed:[37,53],except:[15,20,23,24,41,53,60,85,97,116,122,125,127,129,132,134,135,137,139,140],excl:[63,64],exclam:[37,39],exclud:[15,16,28,29,35,41,48,53,137,140],exclude_sourc:28,exclus:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139],exec:[15,37,39,47,84,101],execkei:[6,7,8,9,10],execut:[0,3,4,5,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,44,46,48,49,50,53,54,60,61,62,64,66,67,68,69,71,81,96,97,98,99,100,101,105,114,123,140],executionset:[6,7,8,9,10],exempt:[31,34,39,46,48],exercis:31,exist:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,28,29,30,31,32,34,40,42,46,48,49,53,60,63,66,69,71,83,84,96,97,98,99,101,105,116,122,123,125,127,129,131,132,134,135,137,139,140],existingassign:[6,7,8,9,10],existingdescript:[6,7,8,9,10],existinggroup:[6,7,8,9,10],existingnam:[6,7,8,9,10],existingoverrid:[6,7,8,9,10],existingsystemgroup:[6,7,8,9,10],existingtyp:[6,7,8,9,10],existingusag:[6,7,8,9,10],existingvalu:[84,101],existingvers:[6,7,8,9,10],exit:[15,28,31,53,93,94,102],exitlib:67,expand:[28,39,40,50,62,123,127,132,135,140],expand_crypto_adapt:[127,140],expand_storage_group:[127,140],expanded_exclude_sourc:28,expanded_sourc:28,expans:28,expect:[23,24,31,32,35,49,60,66,69,81,83,93,94,102],expected_result:83,expir:[15,129,135],expiri:15,explain:[19,22,24,60,85],explan:[0,39],explanatori:45,explicit:15,explicitli:[47,53,140],exploit:41,express:[6,8,9,10,25,30,35,40,44,53,116,117,121,132,140],ext:[37,39],extend:[15,28,33,41,42,53,56,118,127,132,140],extens:[29,114,118],extent:[19,53],extern:[6,7,8,9,10,15,42,90,91,104],external_nam:[90,91,94],external_software_nam:91,extpref:35,extract:[16,37,38,48,53],extreq:35,exxdsa:15,eyj0b2tlmvhcmvyiiwici:82,eyj0exaioijkv1qilcjhbgcioijsuzi1nij9:82,eyu_cicsnam:[6,7,8,9,10],eyu_cicsrel:[6,7,8,9,10],eyu_reserv:[6,7,8,9,10],eyuda:[6,7,8,9,10],f02e2632:[132,134],f1b97ed8:127,f433:[119,125,127],f651:137,f76ac7fb8b82:135,f920:39,fabric:[116,132],face:0,facil:[15,26,28,31,48,49,53,62,63,64,79,83,85,86],fact:[0,26,29,30,115,116,119,121,122,123,125,127,129,132,133,134,135,137,139,140],factor:[0,135],fail:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,27,30,31,32,34,36,38,39,40,42,46,48,53,65,68,83,84,85,105,132,133,135,140],fail_on_miss:34,fail_on_nodata:[9,19],failur:[0,16,22,23,27,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,49,53,62,66,68,69,93,94,102,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],fall:[31,34,39,46,48],fallback:53,fals:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,70,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],famili:[116,117,119,121,125,132],faq:103,far:[24,60],fast:[36,42],fba:[28,31,32,42,48,63,64],fcp:[116,119,122,127,132,134],fcp_120_san1_02:[116,119],fcp_124_san1_03:132,fcqronli:15,fct:15,featur:[0,2,15,22,50,59,73,80,122,127,132,133,134],feb:[37,56],februari:37,feedback:[6,7,8,9,10,19],fepi:15,fetch:[21,26,28,31,41,50,53],fetchcnt:[6,7,8,9,10],fetchtim:[6,7,8,9,10],few:[0,140],ff000000:[6,7,8,9,10],ficon:[116,117,119,127,132,140],field:[0,15,19,39,42,53,62,65,66,67,69,83,127,140],fifo:42,file:[6,7,8,9,10,11,15,19,21,24,26,27,29,30,31,33,34,35,37,39,40,42,45,46,53,54,55,60,66,69,70,71,77,78,82,83,84,85,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],file_data_typ:42,file_nam:[27,30,31,33,40,41],file_with_your_certificate_chain:82,file_with_your_private_kei:82,filedata:42,filedef:15,filenam:[31,96,97,98,99,100],filenotfounderror:[31,41],filesi:41,filesystem:[23,30,31,41,48,101],filetag:[24,60],fill:[42,90,91,93,94,102],filter:[0,6,8,9,10,21,27,35,36,37,38,44,53,96,116,117,140],filter_wtor_messag:25,final_result:85,find:[6,21,26,31,39,46,53,84,111,140],fine:23,finish:[46,140],firmwar:[122,123,132,133,134],first:[9,15,23,29,30,31,33,34,35,39,40,41,42,46,47,53,63,64,105,108,123,140],firstmatch:40,fit:140,fix:[19,31,53,54,70,71,74,85,97,98,109,114,140],fixcat:89,fixtur:[24,60],flag:[15,19,24,28,31,41,44,60,68],flake8:[114,140],flashcopi:42,flat:34,fldsep:15,fldstrt:15,flexibl:[50,56,85,87,105,140],flow:[53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],flu:[39,53],flush:[39,53],fme:15,fmid:[54,71,96],fnmatch:36,fold:[42,96],folder:[0,24,28,60],follow:[0,11,15,19,20,23,24,25,26,27,28,29,30,31,36,38,42,46,48,49,56,60,61,63,68,81,83,87,90,91,92,93,94,96,97,98,99,100,102,104,105,110,111,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],fom:42,foo:[28,31,35,41,48],foo_archive_test:28,foo_bar_archive_test:28,foobar:135,forc:[0,15,27,28,30,31,32,40,41,48,53,104,123,135],force_complet:101,force_dynam:27,force_lock:[31,53],forceqr:15,forcibl:101,fork:[0,140],form:[15,96],format:[6,7,8,9,10,15,23,24,27,28,31,32,38,41,42,48,53,60,62,63,64,65,66,67,69,74,82,83,84,85,87,90,91,92,93,94,96,99,101,102,103,104,123,127,140],format_opt:[28,48],forward:[11,15],found:[3,6,7,8,9,10,12,13,19,28,30,31,32,34,35,37,38,39,40,42,48,49,53,84,101,104,111],four:[0,15,114],fqn:41,framework:[24,60,87],free:15,freespac:42,fridai:39,from:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,55,60,61,62,63,65,66,67,68,69,70,71,72,77,81,84,85,91,92,93,94,95,96,97,98,99,101,102,103,104,109,110,111,114,115,118,121,127,131,132,133,137,140],from_encod:53,front:15,fs_type:[41,53],fsstaff:15,fsum8976:31,ftimeout:15,ftp:[127,132],fulfil:[119,132,134],full:[15,29,35,43,53,68,93,95,111,114,132,135,140],full_volum:29,fullapi:[6,7,8,9,10],fulli:[15,25,31,41,53,116,119,121,122,125,127,129,132,133,134,135,137,139],function_numb:140,function_rang:140,further:[22,53,71,105],futur:[2,22,24,59,60,73,80,83],ga1:113,ga2:113,galaxi:[0,19,53,70,74,85,103,109,111,114,140],galaxy_serv:104,gap:123,gatewai:[123,127,132],gather:[0,26,31,35,41,63,111,116,118,119,121,122,123,125,127,129,132,133,134,135,137,139,140],gather_fact:[77,78,90,91,92,93,94,95,96,97,98,99,100,102],gather_subset:36,gener:[15,19,24,27,30,31,32,33,37,40,41,42,47,53,56,58,60,61,63,64,65,67,83,84,85,90,93,94,95,102,103,111,114,122,132,133,134,140],genjcl:67,genjcl_input_dataset:67,genjcl_output_dataset:67,get:[0,6,8,9,10,16,19,23,24,27,40,41,44,60,89,103,104,105,108,114,115,122,125,127,129,132,134,135,137,139,140],get_cpc_io:140,get_fact:140,get_paramet:[6,8,9,10],gid:[31,41],gigabyt:35,git:[0,2,22,59,73,80,104,114,140],github:[0,19,53,70,74,85,103,104,105,111,114,140],give:[28,31,48],given:[15,28,31,35,37,40,43,44,48,49,53,77,78,84,90,91,92,93,94,95,96,97,98,99,100,102,114],glob:28,global:[3,13,15,19,83,84,96,101,127,132],global_catalog:[3,13,19],gmt:15,gmtext:15,gmtran:15,gntran:15,goe:[22,31],going:53,good:105,gov:140,granular:[85,87],greater:[6,8,9,10,15,31,33,34,35,38,39],greatli:76,grep:0,grname:15,group:[0,6,7,8,9,10,11,15,19,28,31,37,39,40,42,46,48,53,77,83,89,105,115,119,123,127,134,135,137,140],group_var:105,grplist:[15,16],gsam:63,gsamdbd:63,gsampcb:63,gtf:15,gtftr:15,guaranteed_spac:31,guest:[24,60],guid:[0,2,71,108,111],guidanc:[19,85],guidelin:[52,107],had:140,halt:23,hamgmt0:[125,127],hamgmt:[125,127],handl:[23,24,30,42,46,53,54,60,71,84,101,140],handler:[89,140],handshak:15,happen:[41,111,123],hardwar:[112,113,137],has:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,27,28,29,30,31,33,38,39,40,42,43,44,46,48,49,53,56,60,62,66,68,69,70,71,84,85,87,96,97,98,99,101,105,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],has_il:23,has_unacceptable_statu:[120,124,128],hash:42,hasp373:[37,39],hasp375:37,hasp395:[37,39],hat:[0,1,19,21,52,56,58,70,72,74,79,85,104,105,107,108,110,112],have:[3,15,16,20,23,24,27,28,31,32,35,39,40,42,44,48,53,60,62,63,68,77,78,83,90,91,92,93,94,95,96,97,98,99,100,102,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141],hba1:[122,127],hba:[115,127,132,140],head:49,header:15,health:15,held:29,hello:[23,30,35,37,38,39,43,46],help:[30,32,40,43,52,53,70,85,97,98,103,105,107,114],henc:64,here1:32,here2:32,here:[15,31,32,71,104,108],hexadecim:[49,123],hfs:[32,41],hhmmss:15,hidden:140,hide:15,hierarchi:41,high:[3,15,27,28,29,30,31,32,33,34,35,40,41,42,48,49,53],higher:[124,128],highest:[0,49],highlight:53,hill3:47,hint:142,hiper:[85,97],hipersocket:[115,117,125,140],hisoclass:137,histori:129,hlq:[27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53],hmc1:118,hmc:[0,103,106,107,109,110,111,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,130,132,133,134,139,140,141,142],hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],hmc_verify_cert:140,hmrest:[127,132],hoc:111,hold:[5,15,17,29,53,90,93,94,95,102],holddata:[85,97],holdstatu:[6,7,8,9,10],home:[24,31,46,60,83,104],honor:[15,40,41,53],host1:30,host2:30,host3:30,host:[0,6,7,8,9,10,15,24,30,45,54,60,71,75,77,78,87,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,110,122,123,127,132,140],host_var:105,hostnam:[34,82,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],hour:15,how:[2,3,6,7,8,9,10,15,19,20,22,24,35,41,42,51,53,55,59,60,67,71,73,76,80,84,89,101,105,106,108,140],howev:[0,2,19,22,24,29,41,59,60,73,80,110],hp10230:96,hpo:15,html:[30,31,114,116],http:[0,3,6,7,8,9,10,15,20,40,77,78,82,83,84,96,97,98,99,100,101,104,114,116,140],http_statu:[6,7,8,9,10],http_status_cod:[6,7,8,9,10],httpd:31,httpserverhdr:15,httpstatu:83,httpusragenthdr:15,hub:[0,19,53,70,74,85,88,103,109,114,140],hub_token:104,human:[4,5,11,12,13,14,15,16,17,18],hurslei:[6,7,8,9,10],hw_name:36,hwsc0000i:44,hyphen:[53,104,116,118,119,121,122,123,125,127,129,132,134,135,137,139,140],i15rtsmm:[39,67,69],ibm:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,30,31,33,34,35,36,39,40,41,42,45,49,50,52,53,55,56,58,60,61,70,71,74,75,76,77,78,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,104,105,107,108,110,112,113,114,115,140,141,142],ibm_zhmc:[104,112,114,115,131,140],ibm_zos_c:[1,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,104],ibm_zos_cor:[0,21,25,26,36,53,56,104,111],ibm_zos_im:[58,70,104],ibm_zos_sysauto:[72,74,77,78,104],ibm_zosmf:[79,81,83,84,85,90,91,92,93,94,95,96,97,98,99,100,102],ibmus:[7,9,37,83],ich70001i:[37,39],ick00001i:49,ick00002i:49,ick00091i:49,ick00700i:49,ick03091i:49,ick03096i:49,ick:49,ickdsf:49,iconv:[30,33,34,40,45,55],icp:15,icsf:42,icv:15,icvr:15,icvtsd:15,idcam:[42,54,71],idempot:[40,84,101,116,119,121,122,125,127,129,131,132,133,134,135,137,139,140],ident:15,identif:[15,44],identifi:[5,6,7,8,9,10,11,15,16,18,19,25,27,28,30,31,33,37,38,39,41,42,44,46,53,54,55,63,64,68,71,75,77,78,84,85,87,89,90,91,92,93,94,95,100,102,104,116,123],idl:135,ids:15,ieb352i:37,iebcopi:[54,71],iebgen:[37,38,39,42],iee094d:25,iee457i:43,ief032i:[37,39],ief033i:[37,39],ief142i:[37,39],ief236i:[37,39],ief237i:[37,39],ief285i:[37,39],ief373i:[37,39],ief375i:[37,39],iefbr14:42,iefc001i:39,iefc653i:39,iefrder:63,iew2008i:39,iew2231i:39,iew2278i:39,iew2650i:39,iew2850i:39,iewl:39,ifl:[123,127,132],ifl_processor:127,igd100i:39,ignor:[0,15,27,28,29,31,34,35,39,40,41,42,46,48,53,63,82,83,84,101,104,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],ignore_error:53,ignore_sftp_stderr:[31,34,111],ikjeft01:[54,71],illustr:111,im5:44,im5h:44,im5hconn:44,im5hctrl:44,imag:[15,42,123,127,132],immedi:[15,16,41,104],immut:140,impact:28,implement:[42,53,56,114,140],impli:[5,18,53],implicit:[5,15,18],implicitli:[6,8,9,10,31,41],import_nam:[24,60],importlib:140,improp:53,improv:[19,28,29,53,70,140],ims1501:67,ims15r:67,ims1:[24,39,60,63,64,65,67,68,69],ims2:65,ims3:65,ims_acb_gen:[61,70],ims_acbgen:70,ims_catalog_popul:[61,70],ims_catalog_purg:[61,70],ims_command:[61,70],ims_command_util:70,ims_data_definit:68,ims_dbd_gen:[61,62,70],ims_dbrc:[61,70],ims_ddl:[61,70],ims_id:[63,64,68],ims_member_data:65,ims_member_messag:65,ims_output:65,ims_psb_gen:[61,62,70],imsbank:[24,60,69],imsbg2:39,imsbld:[39,67,69],imsdb1:65,imsgrp1:47,imsgrp2:47,imsgrp3:47,imsplex:65,imsrc:65,imssun:35,imstest:35,imstestg:67,imstestl:[35,39,67],imstestu:[67,69],imsv:47,in1:47,inact:[15,119,123,127,135,140],includ:[0,6,8,9,10,15,19,20,23,24,25,27,28,29,31,32,33,34,38,40,41,42,44,46,48,52,53,55,60,63,68,71,74,84,90,91,92,94,96,97,98,99,100,102,103,104,105,107,112,114,116,119,120,127,132,137,140],include_memb:137,include_modul:[90,91,92,93,94,95,102],include_rol:[77,78,96,97,98,99,100,101],include_unmanaged_cpc:120,inclus:121,incompat:[114,140],incomplet:28,inconsist:140,inconsistentscop:[6,7,8,9,10],inconsistentset:[6,7,8,9,10],incorrect:[15,53,111,140],incorrectli:[22,23,53,111,140],increas:[53,105,140],increment:15,indataset:31,indd:47,indent:[30,42,53],independ:[114,135,140],index:[9,15,30,35,42,49,53,66,114,116,121,122,125,127,132,140],indic:[9,15,19,27,28,29,30,31,34,37,38,39,40,41,42,43,44,53,62,63,64,65,68,82,83,84,96,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],indirectli:[62,135],individu:[0,15,31,34,41,46,51,66,69,85,87,90,94,106],ine8d8:49,infil:42,influenc:53,info:[83,87,91,93,105,123,132],infocent:15,inform:[0,2,6,7,8,9,10,12,13,15,16,19,20,22,24,27,31,33,35,37,38,39,40,41,43,44,46,47,49,53,54,56,59,60,62,63,65,67,71,73,75,80,84,85,87,90,92,93,94,95,96,97,98,99,100,101,102,104,105,122,123,125,127,137,139,140],infrastructur:140,inherit:137,inhibit:15,ini:45,init:[15,37,39,49,67],initi:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,24,26,40,44,53,58,60,70,72,74,79,85,112,123,127,132,140],initial_memori:127,initial_processing_weight:123,initparm:15,inject:[24,60],inlin:[11,31],inline_copi:31,input:[15,19,24,28,33,37,41,42,47,53,55,60,62,63,64,66,67,68,69,82,84,85,93,94,101,102,122,123,125,127,129,131,132,134,135,137,139,140],input_cont:11,input_loc:11,input_src:11,input_var:[93,94,102],input_vari:94,ins:[127,132],insecur:[6,7,8,9,10],insensit:[23,84],insert:[27,30,40,53,63,114],insertaft:[30,40,53],insertbefor:[30,40],insfil:[127,132],insid:[23,25,30,31,37,39,46,53,104],inspect:[24,60],instal:[1,3,6,7,8,9,10,11,12,13,15,16,19,20,41,49,53,54,71,75,85,87,96,97,98,99,100,103,105,110,111,114,123,140],installag:[6,7,8,9,10],installd:96,installerror:[6,7,8,9,10],installtim:[6,7,8,9,10],installusrid:[6,7,8,9,10],instanc:[0,6,7,8,9,10,63,64,65,77,78,84,85,87,89,94,96,100,101,102,111],instance_action_nam:93,instance_descript:90,instance_info_json:91,instance_info_json_path:[91,93,95],instance_own:90,instance_provid:90,instance_record_dir:[90,91,92,94,102],instance_var_json_path:90,instance_variable_record:90,instead:[19,20,30,31,40,53,70,90,94,116,119,122,123,125,127,129,132,134,135,137,139,140],instln:15,instream:[39,42,53],instruct:[0,11,15,16,43,45,53,54,71,90,105,140],insuffici:111,integ:[9,16,23,37,38,39,55,116,119,121,122,123,125,127,129,132,134,135,137,139,140],integr:[0,15,34,50,75,105,108],intend:[0,4,5,11,12,13,14,15,17,18,28,53],interact:[1,3,15,20,21,53,58,72,87,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],interchang:15,interfac:[1,6,7,8,9,10,15,26,31,34,61,65,81,85,87,125,135],intern:[12,13,15,55,62,111],internation:55,internet:108,interpret:[24,46,53,60,111],interrupt:[63,123],interv:[15,93,94,101,102],intial:49,intrapartit:[3,15,19],intrdr:15,intrdrjobus:15,introduc:[19,43,53,140],introduct:108,inttr:15,invalid:[23,31,37,39,46,53,66,69,70,111],inventori:[24,31,39,46,54,60,62,63,64,67,68,71,74,75,77,78,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,140],inventory_hostnam:[84,101],investig:114,invoc:[15,39,47,53,65,114,131,140],invok:[15,42,46,65,135,140],invreq:[6,7,8,9,10],iodf:36,ioerror:111,ipl:[36,41,123,127,132],ipl_volum:36,ipv4:[127,132],ipv6:[127,132],irc:[15,108],ircstrt:15,irlm:[63,64],irlm_id:[63,64],irr010i:[37,39],is_binari:[31,34],is_manag:120,isc:15,isf031i:43,isinst:23,isn:15,iso8601:30,iso8859:[33,34,39,42,55],iso:[30,40,55,127,132],isol:15,isrtlist:63,issu:[2,15,16,19,22,31,42,44,46,59,73,80,85,111,114,140],item1:[24,60],item2:[24,60],item3:[24,60],item:[23,24,30,42,49,60,83,114,116,119,121,135,137],itemcategori:83,itemdescript:83,itemid:83,itemtyp:83,iter:30,its:[0,4,5,11,13,14,15,17,18,28,30,31,34,39,40,46,48,51,53,56,67,68,84,106,109,114,116,119,120,122,123,124,125,127,128,132,133,134,135,137,139,140,141],itself:[31,42,141],iwm4hlth:15,iycwemw2:[6,7,8,9,10],iyk3z0r9:[6,7,8,9,10,38],izuwf0145:84,izuwf0162i:84,j09:47,j42:47,j91:47,j93:47,j97:47,jcl:[3,16,19,21,26,30,31,37,38,42,46,53,67,84,101],jclerr:[39,53],jclhold:53,jclout:67,jclpd:67,jes2:[15,36,37,39],jesdi:15,jesjcl:[37,39],jesmsglg:[37,39,53],jesysmsg:[37,39],jinja2:[30,31,39,46,53,140],jm00:[37,39],job00134:[37,39],job00361:39,job00551:39,job01427:38,job12345:[16,38],job12354:16,job12:38,job16577:38,job:[0,6,7,8,9,10,15,16,19,21,23,26,39,42,43,44,50,53,63,64,68,77,84,101,102],job_class:[37,38,39],job_id:[16,37,38,39,44,53],job_nam:[15,16,19,37,38,39,44,53],job_paramet:15,job_stat:102,job_submit:53,jobparm:[15,39],join:[15,53,91],jose:23,journal:15,jrm:[37,39],json:[0,30,53,70,82,83,84,85,87,90,91,92,93,94,95,96,97,98,99,100,101,102],json_queri:91,june:56,just:[4,5,9,11,12,13,14,15,17,18,114,131,140],jvm:15,jvmclass:[6,7,8,9,10],jvmgrp:[6,7,8,10],jvmprofiledir:15,jvmserver:[6,7,8,9,10],jwt_token:[82,83,84],jycqqfni:46,kbyte:[37,39],keep:[15,31,39,40,42,46,63,64],keep_trailing_newlin:[31,39,46],kei:[6,7,8,9,10,15,23,31,32,42,48,66,69,70,82,83,84,101,104,111,116,119,122,123,125,127,129,132,134,135,137,139],kept:[15,39],kerbero:15,kerberosus:15,ket678:49,ket987:49,key_label:42,key_length:[31,32,42,48],key_offset:[31,32,42,48],keyboard:15,keycd1:42,keycd2:42,keydata:[6,7,8,9,10],keyerror:53,keygen:[24,60],keylab1:42,keylab2:42,keypoint:15,keyr:15,keystrok:15,keyword:[0,25,53,64],kilobyt:[4,5,11,12,13,14,15,17,18,35],kind:[42,114],know:[28,31,48,114],knowledg:[132,133,134],known:[15,42,89,103,104,105,114,127],ksd:[31,32,33,34,42,48,63,64],kwarg:23,label:[15,42,49,53,104],lang:[15,24,60],languag:[6,7,8,9,10,15,54,55,58,61,71],laps:39,laptop:110,larg:[4,5,11,12,13,14,17,32,35,42,63,64],larger:56,largest:15,last:[9,15,29,30,35,37,38,39,40,53,123,140],lastli:31,later:[0,19,20,24,37,38,39,45,53,56,60,63,70,71,83,84,85,87,104,110,122,132,133,134,140],latest:[2,6,7,8,9,10,19,22,28,53,54,59,63,71,73,80,104,108,111,114,140],latin:55,layer:15,lba:[127,132],ldap:[15,135,140],ldap_server_definition_nam:135,ldap_server_definition_uri:135,lds:[31,32,42],le_data_set:15,lead:[28,29,31,39,46,48,53,117,124,128,140],learn:[0,2,22,51,59,73,80,85,104,105,106,108,109,110,111],least:[35,37,75,87,114,123,140],leav:[4,5,11,13,14,15,17,18,48,49,53,65],leaveconflict:[84,101],left:[0,5,18,28,31,40,48],length:[6,7,8,9,10,15,27,28,31,32,33,42,48,53,63,64,77,78,129],less:[6,8,9,10,35,39,41,49,53,118,140],letter:[15,35,55,105],level:[3,15,23,25,27,28,29,30,31,32,33,34,35,40,41,42,48,49,53,68,74,77,78,83,105,114,123,140],leverag:[3,20,23,53,110],lg09:121,lgdfint:15,lgnmsg:15,lib:[24,30,35,60],lib_nam:[3,11,12,13,15],liberti:40,libnam:27,libpath:[24,60],librari:[3,6,7,8,9,10,11,12,13,15,21,24,26,28,30,31,32,35,42,53,60,62,63,64,66,68,69,70,85,116],librarti:15,librarydsn:[6,7,8,9,10],life:[56,110],lifecycl:[56,112,135],lifetim:15,lightweight:[82,83,84],like:[0,24,28,29,31,37,43,47,48,53,56,60,85,104,111],limit:[6,7,8,9,10,11,15,24,41,53,60,96,116,119,121,122,125,127,129,132,133,134,135,137,139,140],line:[0,15,16,24,26,27,31,34,37,39,40,41,42,46,47,53,60,65,81,115,140],line_comment_prefix:[31,39,46],line_statement_prefix:[31,39,46],linear:[28,31,32,48],linect:15,link:[0,15,31,38,49,52,66,69,74,103,107,114,140],linkcbl:38,linkcheck:114,linkjob:38,linklib:27,lint:85,linux:[119,124],linuxon:[112,140],lise:140,list:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,31,32,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,53,54,55,60,62,63,64,65,66,67,68,69,70,71,83,85,89,96,97,98,99,104,105,108,110,114,115,116,118,119,121,122,123,125,127,129,131,132,133,134,135,137,139,140],listcat:42,listdsd:47,listen:[15,40],liter:42,littl:105,llacopi:15,llq:[30,39],lma:15,load:[3,11,15,30,31,53,63,89,121,123,127,132],loadlib:[31,53],loadpoint:[6,7,8,9,10],local:[0,3,6,11,12,15,19,24,25,31,34,37,38,39,44,46,48,50,53,60,66,69,83,93,114,135,140],local_catalog:[3,12,19],local_file_backup:31,local_follow:31,local_request_queu:[3,19],localccsid:15,localfil:9,localhost:[20,87,110,140],locat:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,30,31,32,33,37,38,39,40,41,46,49,53,66,69,82,83,84,94,101,102,104,105,116,121,132],locfil:9,lock:[15,123,127,132,135,137],log1:64,log:[11,12,15,16,28,31,34,37,38,39,43,48,53,55,63,64,68,105,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],log_fil:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],logger:[15,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],logic:[6,7,8,9,10,15,29,41,42,53,62,63,64,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],login:135,logon:[15,83],logstream_id:11,logstreamid:11,logusr:15,longer:[19,28,31,45,53,131,140],longrun:39,look:[24,40,53,60,84],lookup:[30,91],loop:[30,49,135,140],loss:[15,31,42,53],lossless:28,lost:[14,32,41],low:35,lower:53,lowercas:[19,41,53],lowest:0,lpa:15,lpar1:[123,124],lpar2:123,lpar:[115,119,137,140],lpar_list:124,lpar_nam:36,lpastat:[6,7,8,9,10],lpp:[23,24,60,111],lrecl:[28,39,42,48,68],lsr:15,lstrip_block:[31,39,46],ltpa:[82,83,84],ltpa_token_2:[82,83,84],luke:23,lun:127,m12:47,m32:47,m63:47,m82:47,mac:[125,127],mac_address:140,machin:[31,34,39,46,48,49,53,110,112,140],maclib:[66,69],maco:140,macro:[15,66,69],made:[6,7,8,9,10,15,19,37,42,43,44,46,53,55,56,62,68,74,82,83,84,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],magicmock:[24,60],mai:[0,15,19,23,24,27,28,30,31,36,40,42,43,46,48,49,56,60,83,84,90,91,92,94,96,102,104,114,116,119,122,123,125,127,129,132,134,135,137,139],mail:108,main:[15,42,114],maintain:[53,62,140],mainten:[57,62,87],maintenenac:62,major:[114,140],make:[0,2,10,15,19,22,24,28,42,44,46,59,60,62,70,73,80,111,114,140],manag:[0,1,3,6,7,8,9,10,15,19,25,26,27,28,29,31,34,35,39,41,42,45,46,48,49,50,53,55,56,63,64,65,67,79,83,84,85,86,88,89,90,91,92,94,95,101,103,105,112,113,115,116,117,118,120,121,122,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],managed_acb:[63,64],managedacb:63,management_class:[63,64],mani:[0,15,55,75,90,91,92,94,102,105],manifest:0,manner:[16,131],manual:[15,84,90],manullai:90,map:[6,7,8,9,10,15,30,42,67,68,104],mar:39,march:39,margin:42,mark:[24,27,29,30,41,53,60],markdown:140,marker:[27,30,31,39,41,46,53,67],marker_begin:30,marker_end:30,mask:[125,127],mass:47,master:[27,114,123,127,132,140],match:[15,16,19,26,27,28,29,30,31,32,34,36,37,38,40,42,44,48,49,53,64,66,69,83,96,116,117,123,140],materi:[52,76,81,89,107,115],matrix:[53,114],max:[39,53,121,129,132,135],max_error_msg:63,max_rc:[16,39,47,53,67],maxi:39,maximum:[15,16,29,39,42,43,47,49,53,67,77,78,101,116,121,123,127,132],maximum_memori:127,maxopentcb:15,maxsocket:15,maxssltcb:15,maxtlslevel:15,maxxptcb:15,mbr:39,mc2cnam:35,mcat:27,mcsoper:[31,53],mct:15,mean:[0,3,9,28,31,36,39,41,42,44,45,48,65,121],meant:[23,53],measur:[28,29,31,32,39,42,48],mechan:[0,15,114],media:[127,132],mediacent:85,meet:[23,31,74],megabyt:[4,5,11,12,13,14,15,17,18,35],mem:[27,30],member1:32,member2:32,member:[15,23,27,30,31,32,33,34,35,39,40,41,42,51,53,63,64,66,67,68,69,70,106,137],member_list:[66,69,70],member_nam:64,memlimit:[15,39],memori:[112,123,127,132],menu:15,merg:[42,62,114,140],messag:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,26,27,30,31,34,35,38,39,40,41,43,45,46,49,53,62,63,64,65,66,67,68,69,83,84,90,91,92,94,96,97,98,99,100,102,103,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],message_filt:44,message_id:44,message_text:44,messageid:83,messagetext:83,met:[11,12,13,15,17,18,24,60,83],metadata:[63,68,114,140],method:[6,7,8,9,10,15,34,42,83,140],methodolog:0,mgmt1:132,mgmt1_mgmt1:[132,134],middl:29,middlewar:[79,92,93,94,95],might:[15,55,62,85,98],migrat:140,mileston:114,millisecond:15,min:[37,39,121,129,135],minidisk:[26,53],minim:[24,60,110],minimum:[0,15,56,110,114,123,127,132,140],minor:[70,74,114,140],minor_chang:53,mintlslevel:15,minu:49,minut:[15,37,39],mirror:15,miss:[24,28,31,34,45,46,48,53,60,85,89,114,140],missing_critical_updates_respons:97,missing_critical_updates_response_fil:97,missing_fixcat_updates_respons:98,missing_fixcat_updates_response_fil:98,mitig:140,mix:[15,31,48,68,96],mixtur:32,mlq:30,mmddyi:15,mnconv:15,mnew:114,mnexc:15,mnfreq:15,mnidn:15,mnp:15,mnper:15,mnre:15,mnsync:15,mntime:15,mnu:114,mock:[114,140],mocked_hmc_z14:140,mocked_inventori:140,mocked_vault:140,mocked_z14_class:140,mocked_z14_dpm:140,mocker:[24,60],mod:42,mode:[15,16,28,30,31,34,41,42,48,49,53,63,64,84,105,115,116,117,119,120,121,122,123,124,125,127,128,132,133,134,137,139,140],model:[47,49,116,117,118,119,120,121,122,123,124,125,127,128,129,132,134,135,137,139],modif:[23,53,62,105],modifi:[0,15,30,31,40,53,63,111,114,123],modstat:63,modul:[1,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,48,49,50,52,55,58,62,63,64,65,66,67,68,69,70,79,82,83,84,85,87,101,103,104,107,108,109,110,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],module_default:3,module_path:[24,60],module_stderr:[24,60],module_util:[23,24,53,60],moment:142,monitor:[15,39],month:35,more:[0,6,7,8,9,10,15,20,22,23,25,30,31,32,35,37,38,39,41,43,44,45,46,47,53,54,62,63,70,71,74,75,84,85,93,96,97,98,99,100,101,104,105,109,110,111,114,118,119,140],most:[0,28,30,33,34,39,40,53,85,87,108,111,114],mount:[26,30],mount_opt:[41,53],mountpoint:[30,41],move:[41,42,140],movement:41,mozilla:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],mqconn:15,mro:15,mrobtch:15,mrofs:15,mrolrm:15,msg:[4,5,11,12,13,14,15,16,17,18,27,30,31,34,35,37,38,39,40,41,46,49,53,62,63,64,66,67,68,69,83,90,91,92,94,96,97,98,99,100,102,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],msg_code:[16,37,38,39,53],msg_text:53,msg_txt:[16,37,38,39,53],msgcase:15,msgclass:[15,37,39],msglevel:[15,37,39],msglvl:15,msgprt:42,msgusr:15,much:54,mulitpl:16,multi:[26,42,53,135],multinod:15,multipl:[4,5,6,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,35,38,42,47,53,60,63,64,65,66,67,69,87,94,102,105,131,140],multiregion:15,must:[0,5,6,7,8,9,10,11,15,16,18,19,20,23,24,25,27,28,29,30,31,32,33,35,38,39,40,41,42,43,46,48,49,53,56,60,62,63,64,71,75,83,87,94,96,97,98,99,101,102,104,105,110,114,116,117,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,141],mustgath:111,mutual:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139],mutually_exclus:23,mv27:44,mv29:44,mv2h:44,mvscmdauth:111,mvscmdmsg:111,mvsimag:15,mvssys01:41,mxt:15,my_:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],my_adapter_nam:116,my_certs_dir:131,my_cpc_nam:[116,119,121,122,123,125,127,132,133,134,139],my_first_partition_nam:121,my_hba_nam:122,my_hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139],my_hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],my_hmc_password:131,my_hmc_userid:131,my_lpar_nam:123,my_nic_nam:125,my_partition_nam:[121,122,125,127,133,139],my_password_rule_nam:129,my_second_partition_nam:121,my_storage_group_nam:[132,133,134],my_storage_volume_nam:134,my_us:131,my_user_nam:135,my_user_role_nam:137,my_vfunction_nam:139,mybundl:9,mycobol:31,mydata:32,mygrp:9,myhlq:[29,42],mypgm:42,myprog:9,myreg01:16,myuser:[24,42,60],myvar:90,myvol1:29,myvol2:29,myworkflow:[84,101],name:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,55,56,60,62,63,64,65,66,67,68,69,75,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],namespac:[25,104,114],nation:49,natlang:15,navig:[0,24,60,109],ncpldft:15,necessari:[23,62,87,105],ned:49,need:[15,20,23,24,30,33,34,35,36,40,41,42,46,53,60,63,66,69,71,83,84,85,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,110,114,121,122,123,125,127,131,137,139,140],neg:[9,35],neither:[15,16,29,31,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],nest:[6,8,9,10,23],netuowid:15,netview:[77,78],network:[116,123,125,127,132,141],network_adapter_port_uri:125,never:53,newcopi:[6,15],newcopycnt:[6,7,8,9,10],newcpc:120,newer:[53,56,70,140],newli:63,newlin:[31,39,42,44,46,53],newline_sequ:[31,39,46],newsit:15,newslett:108,next:[12,15,84,119,123],next_start:12,nfs:41,nic1:[125,126],nic:[115,127,132,140],nic_list:126,nicknam:[84,94,96,97,98,99,100,101,102],nist:[15,140],nistsp800131a:15,nnew:114,no_log:131,no_sdtran:16,noautomov:41,nocheck:15,nocopi:[6,7,8,9,10],nod:49,node:[0,3,11,15,19,25,26,28,32,39,45,46,48,50,53,56,61,81,83,84,85,101,104,105,111],nodeck:39,nodelai:15,noempti:15,noeras:42,noforc:15,noindex:49,noinstln:15,nolimit:39,nolist:39,nolog:15,non:[15,28,31,32,34,35,41,42,48,49,53,90,91,92,94,102,140],nonblock:42,none:[6,7,8,9,10,11,15,23,24,27,32,38,39,41,49,60,62,123,127,132,140],nonexist:[28,29,31],nonotifi:15,nonrecover:11,nonresid:[6,7,8,9,10],nonrlsrecov:15,nonspan:42,nonvsam:35,nonzero:65,nop:15,noprotect:15,noqa:140,nor:[15,16],noreus:42,normal:[15,16,41,42,53,63,64,111,123,140],normal_disposit:[63,64],nosdtran:16,nosecur:41,nosetuid:41,notappl:[6,7,8,9,10],notdefin:[6,7,8,9,10],notdynam:[6,7,8,9,10],note:[0,4,5,11,12,13,14,15,17,18,19,20,23,24,29,32,36,37,49,54,56,60,71,103,104,105,109,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,135,136,137,138,139,140],notext:41,notic:34,notif:[15,84,101],notifi:[15,37,39,105],notrequir:[6,7,8,9,10],noverifi:49,noverifyofflin:49,now:[19,24,30,40,53,60,114,140],nowait:41,nqrnl:15,nrd:43,nucleu:[62,63,64,67,68],number:[0,6,7,8,9,10,15,16,23,27,28,30,31,32,35,36,37,39,40,42,43,44,47,48,49,53,63,64,71,75,82,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,121,123,125,127,131,132,134,140,141],numer:[6,7,8,9,10,23,37,38,39,42,55,63,64,129],nvd:140,oa59461:75,oappend:42,object:[22,24,31,32,48,53,60,83,90,96,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],objectid:102,obtain:[15,27,30,31,33,40,47,53,85,91,92,96,97,98,99,105,140],occasion:[53,56],occur:[6,7,8,9,10,15,31,41,43,44,49,53,62,68],ocopi:47,ocreat:42,oct:56,octal:[28,31,42,48],ocur:46,oexcl:42,off:[0,15,64],offer:[1,19,21,51,52,55,58,70,72,74,79,85,103,106,107,110,112],offici:[0,31,39,44,46],offlin:[43,49,63,64],offset:[31,32,39,42,48],offsit:15,often:[0,22,23,39,53,110],old:[15,31,39,42,63,64,140],older:[111,117,118,124,126,128],omit:[6,7,10,15,63,84,101,116,119,122,123,125,127,129,132,134,135,137,139],ommit:63,omvs0000:43,omvsadm8:64,omvsadm:[37,39,41,47,69],onc:[3,15,114,127,131,132,135,140],one:[0,5,6,7,8,9,10,15,16,17,18,19,23,24,27,28,29,30,31,32,35,37,42,44,45,47,48,53,60,74,75,84,85,87,96,99,101,103,104,110,118,127,131,140],ones:[53,123,140],onli:[0,3,4,5,10,11,12,13,14,15,17,18,23,24,28,29,31,32,33,35,36,37,39,40,41,42,46,48,50,53,54,60,62,63,64,66,67,68,69,71,83,84,85,87,90,96,97,98,99,100,101,114,115,116,117,118,119,120,121,123,124,126,127,128,132,133,134,135,137,140],onlin:[15,49,63,68,116,121,132],online_batch:[63,64],onoctti:42,ononblock:42,onto:41,open:[2,15,16,20,21,22,24,28,30,31,32,33,37,38,39,40,41,42,51,53,56,58,59,60,70,71,73,80,88,106,111,114],openid:104,openssh:[20,24,45,54,60,71,110],oper:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,27,28,29,31,32,37,39,40,41,44,49,51,53,54,60,65,66,69,71,72,75,76,77,78,79,81,82,83,96,97,98,99,101,103,105,106,112,114,115,116,118,119,121,122,123,125,127,132,133,134,137,139,140],operand:25,operator_action_queri:53,opercmd:27,opertim:15,opndlim:15,oprat:[124,128],opt:41,optim:34,option:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,24,27,28,30,31,32,33,36,39,40,41,42,43,45,46,47,48,49,53,54,55,60,62,63,64,65,66,68,69,71,75,84,87,93,94,101,102,104,105,114,120,123,131,137,140],orchestr:[0,103],order:[0,6,7,8,9,10,31,32,39,46,53,104,114,116,131,140],ordonli:42,ordwr:42,org:114,organ:[4,5,11,12,13,14,15,17,18,19,28,31,48,105],origin:[27,31,32,33,40,41,42,46,53,67,114,123],original_nam:42,orphan:53,os_ipl_token:[123,140],os_setup:140,osa:[117,119,125],osd:[117,125,127],osd_128_mgmt_net2_30:[125,127],osm1:119,osm:119,osmf:[0,81,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,106,107,109,110,111],osync:42,other:[6,8,9,10,15,19,20,23,24,29,30,31,32,37,39,40,42,49,53,60,64,75,83,85,89,90,92,93,94,95,97,100,103,104,111,116,118,119,121,123,131,135,137,140],otherwis:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,28,29,30,31,35,38,39,40,46,48,49,60,64,84,96,97,98,99,116,123,132,133],otrunc:42,our:[0,24,40,60,105,111,122,125,140],out1:[42,47],out2:42,out3:42,out:[0,15,24,33,36,42,60],outcom:65,outdataset:31,outdd:47,outfil:42,outlin:[22,31,59],output:[4,5,11,12,13,14,15,16,17,18,21,24,26,27,28,33,34,38,39,42,43,47,48,49,53,60,63,64,65,66,67,68,69,70,84,96,97,98,99,100,101,104,111,140],output_data_set:15,output_dir:46,outputfil:42,outputfilevalu:[84,101],outstand:44,over:[0,3,20,24,31,53,60,62,63,64,67,68,83,118],overal:140,overflowout:42,overlap:23,overrd:15,overrid:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,27,28,29,30,31,32,33,34,40,41,42,48,49,53,64],overridden:0,overview:[0,24,60],overwitten:[66,69],overwrit:[29,33,129,135,137],overwritten:[30,34,63,96,97,98,99],own:[0,15,24,28,31,40,48,51,60,104,106,135,140,141],owner:[16,28,31,37,38,39,41,42,46,48,53,84,90,101],ownership:[28,31,41,48],owronli:42,p000a218:137,p2ss01:39,pa1:[15,54,56,71],pa21:15,pa2:15,pa3:15,pack:[15,28],packag:[104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],pad:[49,53],page:[0,15,20,37,41,42,49,54,55,71,108,114,140],pair:[15,24,46,60,66,69,70],pano:15,paramet:[0,3,19,23,24,53,60,61,70,74,81,90,91,92,93,94,95,96,97,98,99,100,102,114,115,140],parametererror:140,parametr:[24,60],parent:[28,31,48,116,117,121,123,124,125,126,127,128,129,132,134,135,137],parm:[15,37,39,42],parmerr:15,parmlib:[30,36,41],pars:[23,24,30,60,67],parsabl:70,parse_arg:23,parser:[22,23,28,31,48,68],part1:[119,126,127,137],part2:[119,137],part:[1,15,19,21,24,29,39,53,58,60,70,72,74,79,85,112,140],parti:[82,83,84],particip:41,particular:[3,6,7,8,9,10,15,23,29,30,37,39,40,41,44,55,60,111],particularli:53,partit:[27,30,31,32,33,34,35,39,40,42,53,66,69,112,115,116,119,123,124,126,132,134,137,140],partition1:[126,128],partition_link_uri:140,partition_list:128,partition_nam:[121,122,125,126,133,139],pass:[6,7,8,9,10,11,15,23,24,28,31,39,40,41,46,48,53,60,66,69,83,90,94,111,140],passthrough:53,passticket:15,password:[6,7,8,9,10,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,115,116,117,118,119,120,121,122,123,124,125,126,127,128,131,132,133,134,135,136,137,138,139,140,141],password_rul:[129,130],password_rule_nam:135,password_rule_uri:135,past:[53,118],patch:[24,60,104],patched_method:[24,60],path:[11,15,23,24,27,28,30,31,33,34,39,40,41,42,46,48,53,60,66,69,83,90,91,92,93,94,95,96,97,98,99,100,102,104,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],path_of_security_requir:83,path_to_inventori:[24,60],path_to_modul:[24,60],pathmod:42,pathnam:[30,33,40,42],pathopt:42,pattern:[23,24,25,26,27,28,29,30,35,36,37,40,42,44,53,60,61,81,105,117,135,136,140],paus:[84,127,140],pax:[28,48,53],pbr:140,pcdsa:15,pcdsasz:15,pchid:[117,119,140],pdi:15,pdir:[15,68],pds:[24,31,32,42,48,60],pds_pattern:35,pdse:[11,15,28,30,31,32,33,34,35,39,40,42,47,48,53,63,64,66,69],pem:[6,7,8,9,10,82,83,84,101],pend:[14,15,39,123],peopl:114,pep8:[70,140],pep:140,per:[0,15,30,42,127,132],percent:[29,84],perform:[0,1,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,26,28,29,31,32,34,36,37,39,41,42,45,48,49,53,54,60,61,63,64,66,68,69,71,81,83,84,90,93,94,95,101,102,111,114,121,123,127,131,132,133,134,140],perform_import:[24,60],period:[2,15,22,31,59,73,80,101],perman:42,permiss:[24,28,29,31,46,48,53,60,83,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139],permit:[9,15,49,53,117,124,127,128,131,132],permit_ecc_key_import_funct:140,persist:[15,27,41,42],person:[15,23],pf1:15,pf20:15,pf24:15,pgaictlg:15,pgaiexit:15,pgaipgm:15,pgchain:15,pgcopi:15,pgm:[37,38,39,42,65],pgm_input:46,pgm_result:46,pgpurg:15,pgret:15,pgrjusecount:[6,7,8,9,10],ph12143:85,ph28089:42,ph41248:85,ph47050:85,ph47746:85,ph52813:85,physic:[29,39,41,49,53,62,116,121,132],pick:140,pin:140,ping:[21,23,26,111],pip3:[24,60],pip:[20,24,60,114,140],place:[3,6,8,9,10,15,23,29,34,49,53,62,63,64,69,70,104],placement:[53,63],plai:29,plain:31,plan:30,platform:[0,6,7,8,9,10,39,56,71,103,110,112],playbook:[3,19,20,25,26,27,30,31,33,36,39,40,46,53,61,70,74,75,76,81,85,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,108,110,115,140],playbook_dir:[31,39,46],pleas:[0,29,53,71,84,85],plex1:[6,7,8,9,10,65],plex2:65,plex:[65,75],plt:15,pltpi:15,pltpisec:15,pltpiusr:15,pltsd:15,plu:[116,132,135],plugin:[0,21,24,53,60,87,103,104,108,140],point:[15,30,37,39,55,62,63,64,68,77,78,90,91,92,93,94,95,102,104],polici:72,poll:[93,94,102],pong:[7,45,111],pongalt:[6,7,8,10],pongbundle_1:7,pool:[15,63,64],pop:114,popul:[40,63],port:[6,7,8,9,10,23,40,71,75,77,78,82,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,116,122,123,125,127,132,134,140],portabl:[28,48],portion:[4,5,11,12,13,14,15,17,18,49],posit:[37,38,39,40,42,53,111],posix:[24,60],possibl:[16,35,37,38,53,116,119,122,123,125,127,129,131,132,134,135,137,139,140],post2:140,post:[7,15,19,140],postcomp:[42,62,70],potenti:[6,8,9,10,15,29],pp0l6p:27,pprint:[24,60],practic:105,pre:[0,49,84,101],prealloc:30,prebuilt:62,preced:[31,39,46,62,63,64,67,68],precend:31,precomp:[42,62,70],predefin:30,preexist:63,prefix:[15,28,31,32,39,42,46,48,125,127],pregener:15,prepackag:104,prepar:114,prepend:[30,53],prerequisit:[20,22,59,70,114,140],presenc:[45,53,140],present:[15,23,24,27,28,29,30,31,32,35,40,41,42,46,53,60,116,122,125,129,132,134,135,137,139],preserv:[13,28,31,32,42,45,48,53],preset:15,pretti:114,prevent:[15,19,41,53,63],preview:140,previou:[12,28,31,48,53,85,104,114],previous:[15,20,41,49,53,63,74,85,91,104,131,140],prgdlai:15,primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,49,53,63,64],primarili:[30,40],primary_j:36,primary_log_dataset:[63,64],primary_spac:53,primary_unit:[63,64],princip:15,print:[15,24,27,31,37,39,46,60,68],print_duplicate_resourc:63,print_inserted_resourc:63,printabl:53,printout:15,prior:[32,53,56,70,114],prioriti:[15,37,38,39,53],prioritis:[6,7,8,9,10],privat:[0,6,7,8,9,10,23,29,42,77,78,82,83,84,90,101],private_galaxi:104,private_token:104,privileg:[27,30,31,33,40,42],prmaabak:41,problem:[42,127,132],proc1:[37,39],proc:39,proce:[67,71,87],procedur:[39,77,104],proceed:[44,66,69],process:[15,16,19,22,23,24,29,30,31,32,37,39,40,42,46,47,49,50,53,59,60,63,64,66,69,84,93,101,104,123,127,132,140],processor:[123,127,132],procl8b:23,proclib:[23,34,63,64,68,70],procstep:[37,39],produc:[0,5,15,28,31,34],product:[0,31,53,54,56,71,75,85,87,90,111],product_mod_level:36,product_nam:36,product_own:36,product_releas:36,product_vers:[36,90],profil:[12,15,27,30,31,34,40,49,53,83,119,123],prog001:27,prog00:30,progdef:[6,7,8,9,10],program:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,21,23,26,28,30,31,32,37,38,39,41,46,48,49,53,54,58,62,63,65,66,68,69,71,123],program_nam:[37,38,39,42],programm:[15,83,116,132,133,134,135],programmer_nam:15,programview:68,progress:[84,104],progtyp:[6,7,8,9,10],proivd:90,project:[41,104,114,140],promot:[70,140],prompt:[75,77,78,82,87,90,91,92,93,94,95,101,102],promptli:32,propag:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],proper:[24,42,53,60,85],properli:[56,85,87,111],properti:[35,53,84,85,91,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],proport:35,protect:[15,27,42,49,83,131],protocol:[15,31,34,39,45,46,48,77,78,104],provid:[0,1,3,6,7,8,9,10,11,12,13,15,16,19,22,23,24,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,46,47,48,53,54,60,63,64,65,67,68,71,74,75,76,77,78,81,84,85,87,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],provis:[0,1,4,11,12,13,14,17,19,24,39,60,79,81,85,87,88,89,90,91,92,95,103,105],proxi:[96,97,98,99,100],proxy_zmf_password:[96,97,98,99,100],proxy_zmf_us:[96,97,98,99,100],prtyag:15,prvmod:15,psb1:62,psb2:62,psb3:62,psb:[15,58,61,62,63,64,68],psb_lib:[62,63,64],psb_name:[62,69],psbchk:15,psbgen02:69,psbgen:[69,70],psbgenl:69,psblib1:62,psblib2:62,psblib:[62,63,64,69],psdint:15,pseudo:15,pstype:15,psw:[123,127],ptf:[54,70,71,75,85,97],publish:[0,85,89,94,102,114,140],pudsa:15,pudsasz:15,pull:114,punch:[15,37,39],pure:41,purg:[15,43,53,61],purpos:[3,24,60,114],push:114,put:[6,7,8,9,10,19,31],pvdelai:15,pwrule_list:130,pycodestyl:140,pycrypto:140,pyflak:140,pylint:[114,140],pypi:140,pyt:[54,56,71],pytest:[22,59,114,140],python3:[24,46,60],python:[1,19,20,21,23,24,28,44,45,46,53,56,58,60,70,85,87,110,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],python_path:[24,60],pythonpath:[24,60],pyyaml:140,pyz:[24,60],quaiti:140,qualifi:[3,15,23,25,27,28,29,30,31,32,33,34,35,39,40,41,42,48,49,53],qualifier_pattern:23,quarter:56,quasi:15,quasir:[6,7,8,9,10],queri:[3,6,7,8,10,21,26,44,53,65,89,118],question:29,queu:15,queue:[3,15,17,19,37,38,39,53],queue_posit:[37,38,39],quickli:104,quiesc:15,quiestim:15,quot:[24,28,30,31,43,46,48,53,60],quotat:[24,30,43,53,60],r0101894:39,r0101895:39,ra000:39,race:[31,53],racf:[15,27,31,53],racfsync:15,racrout:15,rad:47,rain:23,rais:[0,23,24,36,53,60,111,140],ramax:15,ran:[16,24,37,38,39,60],random:[27,30,32,33,40,41],randomli:[30,31,41],rang:[6,8,9,10,15,38,42,49,104,121],rapool:15,rather:[15,84],raw:[4,5,11,12,13,14,15,17,18,29,32,42,47,49,66,69,70],rdsa:15,rdsasz:15,reach:[16,53,56],read:[15,24,30,31,33,37,39,40,41,42,49,52,53,54,55,60,63,71,83,84,101,105,107,114],read_onli:42,read_writ:42,readabl:[4,5,11,12,13,14,15,16,17,18,29],readi:[42,44],readm:[19,53,71,85],readonli:[15,41],readthedoc:116,readwrit:15,real:[37,39,140],realloc:53,realm:104,reason:[6,7,8,9,10,65],rebuild:62,rec:[4,11,12,13,14,17],receiv:[15,23,28,31,43,47,48,53,62,67,84,101],recent:140,recfm:[28,39,48],reclgth:42,recogn:[15,140],recommend:[0,22,23,24,36,42,49,60,70,71,84,90,91,92,94,102,114],recon1:67,recon2:67,recon3:67,recon:67,reconnect:15,record:[4,6,7,8,9,10,11,12,13,14,15,17,18,19,28,31,32,37,39,41,42,46,48,53,61,66,67,68,69,90,91,93,94,102,123,127,132],record_count:[6,7,8,9,10,37,39,42],record_format:[28,31,32,42,48,53,63,64],record_length:[28,31,32,42,48,63,64],records:42,recov:[15,29],recover:[15,29],recoveri:[11,15,27,30,40,41,42,63,64,67],recovnotifi:15,recreat:[28,31,63],red:[0,1,19,21,52,56,58,70,72,74,79,85,104,105,107,108,110,112],redact:15,redhat:[104,114],redirect:111,reduc:[36,53,131,140],reentrant:15,ref_dat:35,refer:[0,5,6,7,8,9,10,18,24,30,31,33,34,35,36,37,39,40,42,46,49,50,52,53,54,60,62,66,68,69,71,74,75,76,77,78,81,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,107,110,111,114,115,140],referenc:[15,35,40,42,64,94,102,135,137,140],reflect:53,refresh:15,regardless:[23,31,44,123],regex:[30,40,44],regexp:40,region:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,39,63,64,68],region_data_set:[3,4,5,11,12,13,14,15,17,18,19],region_group:19,region_jcl:[3,19],regist:[15,39,45,53,83,84,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],registri:[85,90,91,93,95],regular:[30,35,40,42,44,53,117],regularli:105,reject:[123,140],rel:[31,41],relai:108,relat:[0,6,7,8,9,10,15,16,19,31,37,38,39,42,84,101,111,140],relatedassign:[6,7,8,9,10],relateddescript:[6,7,8,9,10],relatedscop:[6,7,8,9,10],relationship:[62,66],releas:[20,24,54,57,60,71,87,103,111],release_:114,release_m:114,release_not:114,relev:[65,114],reli:[30,33,34,39,40,45,46,53,55,110],reload:[31,39,46],remain:[15,28,31,41,48,49,53,116,119,121,122,125,127,129,132,134,135,137,139,140],remot:[0,15,27,28,30,31,33,34,39,40,46,48,66,69,81,83,87,96,97,98,99,100,111,114,135],remote_cmd:46,remote_src:[31,46,48,53],remote_tmp:[46,53],remote_zmf_password:[96,97,98,99,100],remote_zmf_us:[96,97,98,99,100],remotenam:[6,7,8,9,10],remotesystem:[6,7,8,9,10],remount:41,remov:[3,5,8,15,18,19,26,28,30,31,32,39,40,41,46,53,64,85,89,90,114,127,132,140],removecnt:[6,7,8,9,10],renam:[27,30,40,41,49,53,116,140],render:[31,39,46],renov:140,rentpgm:15,repeat:[0,15],repeatedli:[27,30],replac:[15,19,24,27,30,31,32,40,42,53,60,66,69,70,135],replace_acb:63,repli:44,replic:[42,53,129,135,137],repo:[114,140],report:[39,53,87,97,98,99,140],repositori:[0,7,19,42,74,85,88,104,105,108,111,140],repres:[1,6,8,9,10,15,21,24,30,40,55,58,60,64,72,79,96,97,98,99,103,112,114,118,137],represent:[55,123],repro:[31,42],req:[0,114],request:[0,2,3,6,7,8,9,10,15,16,19,20,22,24,31,32,41,42,44,53,59,60,73,80,83,85,91,93,94,96,97,98,99,100,102,114,123,133,140],requestmethod:83,requests_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],requesturi:83,requir:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,24,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,54,55,56,60,62,63,64,65,66,67,68,69,70,71,74,75,77,78,81,82,84,85,86,87,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,109,111,114,131,140,141],res820:36,rescount:[6,7,8,9,10],reserv:[0,23,127,132],reset:[41,119,123,131,140],reset_clear:[123,140],reset_norm:[123,140],resgroup:[6,7,8,9,10],resid:[6,7,8,9,10,15,27,37,38,39,42,49,84,96,97,98,99,101],reslib:[62,63,64,68],resolv:[0,23,62,63,64,68,85,97,98,140],resourc:[0,1,3,7,12,15,16,19,27,31,35,45,53,63,64,66,72,76,83,105,108,111,112,115,116,117,119,120,122,123,124,125,127,128,129,132,134,135,137,139,140,141],resource_chkp_freq:[63,64],resource_typ:35,resourceclass:83,resourceitem:83,resourceprofil:83,resoverrid:15,resp2:[6,7,8,9,10],resp:[6,7,8,9,10,15],resp_alt:[6,7,8,9,10],respect:[15,28,35,135,140],respet:15,respond:[24,60],respons:[6,7,8,9,10,15,16,26,27,30,31,33,34,39,40,42,43,47,53,61,62,67,68,81,96,97,98,99,100],response_encod:42,ressec:15,ressnam:[6,7,8,9,10],rest:[1,3,6,7,8,9,10,19,20,31,39,46,72,75,76,77,78,79,83,84,85,87,96,97,98,99,100,110],restart:[11,12,13,15,44,127],restor:[21,26,46,49,53],restore_backup:53,restrict:[35,36,84,101,140],result:[3,9,16,23,24,26,27,28,30,31,32,34,37,38,39,40,42,43,45,46,47,48,53,60,61,62,65,66,69,83,84,96,97,98,99,101,117,120,123,131,135,140],result_auth:[83,84],resum:76,resver:[6,7,8,9,10],ret_cod:[16,37,38,39,42,53],retain:[4,5,11,13,14,15,17,18,31,42,53,64],retent:[15,64],retri:[93,94,102],retriev:[15,19,21,27,28,30,31,33,36,40,41,48,53,85,89,91,96,97,98,99,140],return_cod:65,return_cont:[40,42],return_output:[39,53],return_text:[66,69],return_valu:[24,60],reus:[15,31,42],revert:53,review:[0,2,20,22,25,41,51,53,54,56,59,71,73,80,87,104,105,106,110,111,114],revoc:15,rexx:[21,35,45,46,47,50,53,84,101],rich:50,right:114,ring:15,rload:[6,7,8,9,10],rls:15,rlse:39,rlstolsr:15,rmode:39,rmtran:15,rnl:15,roce:125,rocket:[71,111],role:[29,72,74,79,82,85,87,96,97,98,99,100,103,104,115,135,140],rollback:68,room:15,root:[15,24,27,28,30,31,33,40,48,60,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],round:123,rout:[15,65],router:15,routin:[29,53],rplid:[6,7,8,9,10],rrd:[31,32,42,63,64],rremov:[6,7,8,9,10],rrm:15,rrn:15,rsdnt:43,rsn:65,rst:[15,114],rstsignoff:15,rstsigntim:15,rsusr:23,rule1:[129,137],rule:[28,31,32,48,84,114,115,116,135,140,141],run:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,27,29,30,31,32,38,39,40,41,47,49,53,54,55,58,59,62,63,64,65,66,68,69,71,75,84,85,87,89,90,91,92,93,94,95,101,104,108,110,114,140],runawai:15,runlib:30,runner:32,runth:23,runtim:[6,7,8,9,10,15,19,23,63,68],ruse:[6,7,8,9,10],ruwapool:15,rwx:[28,31,48],s0c4:[16,37,38],s0jm:[37,39],sa_create_dynamic_resourc:76,sa_delete_dynamic_resourc:76,sa_rest_api_timeout:[77,78],sa_service_hostnam:[77,78],sa_service_port:[77,78],sa_service_protocol:[77,78],saf:[83,85,87],safeti:[131,140],same:[3,15,16,23,28,30,31,32,33,34,36,39,41,42,46,48,53,56,63,83,84,87,101,102,104,114,131,135,140],same_workflow_inst:84,sampl:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,25,27,30,31,33,34,35,36,37,38,39,40,41,43,44,45,46,47,49,61,62,63,64,66,67,68,69,70,74,82,83,84,85,91,96,97,98,99,100,101,104,105,111,116,117,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,140],sample2:70,sample_seq_data_set:31,samplehost:[77,78,90,91,92,93,94,95,96,97,98,99,100,102],samplenam:23,san:[23,127,132,133,134],saniti:[70,114,140],sanitis:19,sass:47,satisfi:[31,53,83],save:[13,36,39,42,63,85,90,91,92,94,100,102],save_acb:63,sc27:113,sca:[83,85,87],scalar:42,scan:[15,39,53],sceecic:15,sceerun2:15,sceerun:15,scenario:31,scene:[24,60],schedul:62,scheme:[6,7,8,9,10],sci:65,scope:[6,7,8,9,10,15,24,31,39,46,60,137],scp:[31,34,39,45,46,48],scp_extra_arg:45,scr002:42,scr013:23,scr03:35,scratch:63,screen:15,script:[11,16,19,26,30,39,47,48,50,53,54,71,84,101,140],sdesc:77,sdfhauth:[15,27],sdfhlic:15,sdfhload:[3,11,12,13,15],sdfhsamp:15,sdfjauth:27,sdfsmac:[39,66,69],sdfsresl1:62,sdfsresl2:62,sdfsresl:[62,63,64,67,68],sdk:[0,20,53,56,70,111],sdsa:15,sdsasz:15,sdsf:53,sdtmemlimit:15,sdtran:[15,16],sdump:15,se_vers:[120,124,128],seamless:[0,103],search:[15,23,31,35,42,46,48,53,56,85,89,104],search_software_updates_respons:99,search_software_updates_response_fil:99,sec:[9,15,37,39,53],second:[6,7,8,9,10,15,16,19,23,39,43,53,77,78,93,94,101,102,114],secondari:[4,5,11,12,13,14,15,17,18,19,28,31,32,42,48,53,63,64],secondary_log_dataset:63,secondary_unit:[63,64],secprfx:15,secret:135,sect:39,section:[3,6,7,10,16,22,23,24,37,38,39,53,54,59,60,63,64,70,104,105,110,114,140,142],secur:[15,31,34,39,41,46,48,53,70,81,85,87],secure_boot:140,secure_execut:140,see:[0,2,3,6,7,8,9,10,16,20,22,23,32,39,59,71,73,80,104,111,114,119,120,123,124,132,135,140],seen:53,segment:[35,53,62,63,64,66],segment_chkp_freq:63,select:[0,15,24,29,35,48,53,56,60,63,64,105,109,110,114,127,132],selector:[127,132],self:140,semant:[104,114],semicolon:[47,53],semver:114,send:[15,28,53],senseg:62,sensit:[6,7,8,9,10,15,19,28,31,32,41,48,53,62,96,101,129],sent:[6,7,8,9,10,42,48],separ:[15,30,35,104,105,127,131,140],sepcifi:15,seq:[27,28,31,32,35,42,48,63,64,66,69],sequenc:[31,39,42,46,131],sequenti:[5,11,15,18,27,28,30,31,32,33,34,35,39,40,42,66,69],ser:39,seri:[16,37,38,39,55,104],serial:[15,23,27,31,39,49,63,64],serv01:41,serv02:41,serv03:41,serv04:41,serv:22,server:[0,15,41,72,75,76,77,78,81,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,108,110,111,127,132,135,140],server_list:104,servic:[11,15,19,20,21,28,30,31,33,34,37,38,39,40,41,42,46,48,52,53,54,55,66,69,71,76,77,78,79,84,85,87,89,92,93,95,97,98,99,100,101,105,107,112,113,135,141],session:[15,24,60,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],session_id:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],set:[0,1,3,6,7,8,9,10,11,12,13,14,16,19,20,21,22,23,24,26,27,30,31,33,34,36,37,38,39,40,41,42,43,44,46,47,49,50,53,54,57,60,62,63,64,66,67,68,69,70,71,87,89,97,98,99,104,110,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],set_dynam:27,set_fact:[30,91],set_stat:27,setgid:41,setprog:27,setuid:41,setup:[53,63,87,140],setuptool:140,seven:15,sever:[3,15,24,39,53,60,81,89,115,140],seyuauth:15,seyuload:15,sftp:[31,34,39,45,46,48,111],sg1:132,sga1:133,sha256:[31,34],share:[15,30,31,32,39,40,41,46,53,63,89,123,127,132,135],share_mod:63,shareopt:42,sharestatu:[6,7,8,9,10],shell:[20,24,30,36,40,46,56,60,70,71,84,101,111,114],ship:15,shorter:53,shortli:140,should:[9,15,16,23,24,28,29,30,31,32,33,34,35,39,40,41,42,43,45,46,48,53,60,63,64,84,85,87,114,131,140],shouldn:[24,60],show:[0,3,15,19,20,37,43,46,65,104,114,123,140],shown:[3,6,7,10,16,37,38,39,90,91,92,94,96,97,98,99,100,102,114,123],shr:[15,30,31,32,39,40,42,47,53,63,64],shrd:[37,39],shut:16,shutdown:[1,3,15,16,19,41],side:24,sign:[15,29,140],signal:15,signifi:31,significantli:19,signon:15,similar:[26,42,61,81,105,129],similarli:[24,42,60],simpl:[28,48],simplex:49,simplifi:[24,60,76,140],simul:68,simultan:[0,30,32,40,53],sinc:[29,32,42,55,70,84,114,131,140],singl:[3,6,7,8,9,10,15,24,28,29,32,40,42,43,47,60,65,66,67,69,137],singular:[4,5,11,12,13,14,15,17,18],sit:15,sit_paramet:15,site:[0,15,19,85,114],situat:[15,23,41,42,105],six:[6,7,8,9,10,27],size:[4,5,11,12,13,14,15,17,18,19,24,28,29,31,32,34,35,37,39,42,43,46,48,49,53,60,63,64,132,134],skelet:67,skip:[46,49,84],skrxxxx:15,slightli:40,slot:[37,39],smaller:28,smf000i:[37,39],smf_name:36,smp:89,sms:27,sms_data_class:[28,31,32,42,48],sms_manag:49,sms_management_class:[28,29,31,32,42,48],sms_storage_class:[28,29,31,32,42,48],smss:[6,7,8,9,10,19],smssj:15,sna:15,snippet:23,snp:15,snpreset:15,snscope:15,socket:[15,74,77,78],softar:90,softwar:[79,85,87,89,96,100,105,109,110],software_instance_nam:[96,97,98,99],software_instance_uuid:[96,97,98,99],software_management_csi_query_cicdtest1:96,software_management_reports_cicdtest1:[97,98,99],software_management_system_uuid_cicdtest1:100,software_typ:90,sole:[24,60],solut:[51,103,106],some:[13,24,27,28,30,31,32,34,35,40,41,42,49,53,54,60,62,63,64,66,68,69,84,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],somedirectori:30,somefil:[34,40,66,69],somefile1:66,somefile2:66,someobject:[24,60],sometim:[63,64,65,67,68],someus:41,sort:42,sortin01:42,sortin02:42,sortout:42,sortpgmoutput:42,sotun:15,sourc:[0,11,27,28,30,31,33,34,39,40,41,42,45,48,50,51,53,55,66,69,103,104,106,114],source_memb:[66,69],source_nam:[66,69],sp800:15,space:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,28,29,30,31,32,37,38,39,42,46,48,49,53,63,64,105],space_primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,53],space_secondari:[4,5,11,12,13,14,15,17,18,19,28,31,32,42,48],space_typ:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,53],spack:28,spctr:15,spctrxx:15,spe:75,special:[15,28,30,31,39,40,42,43,44,46,48,49,53,121,129],special_nam:23,special_names_get_uppercas:23,specif:[3,15,20,24,28,31,35,36,37,42,48,52,53,54,58,60,62,64,65,69,71,85,87,89,90,93,94,96,102,104,107,109,110,111,114,115,117,118,121,123,124,126,127,128,132,140],specifi:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,46,47,48,49,53,62,63,64,65,66,67,68,69,77,78,83,84,87,90,91,92,93,94,95,96,97,98,99,100,101,102,104,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],speed:[42,140],sphinx:[114,140],spool:[15,37,39,53,84,101],spoolopen:15,spoolwrit:15,sql:[31,61],sql_input:68,srb:[37,39],srbsvc:15,src:[28,30,31,33,34,39,40,41,46,47,48,53,66,69],src_encod:42,src_param:41,srcmem:31,srm:15,srt:15,srvercp:15,ssc:[119,123,125,127,132],ssc_dns_server:140,ssc_ipv4_gatewai:140,ssc_ipv6_gatewai:140,ssh:[0,20,45,87],ssh_modul:45,ssl:[6,7,8,9,10,15],sslcach:15,ssldelai:15,sso:104,stabl:[114,116,140],stable_:114,stable_m:[114,140],stack:53,stage:[15,63,68,83],stamp:15,stand:[6,7,8,9,10,19,20],standard:[4,5,11,12,13,14,15,16,17,18,31,34,39,46,48,63,64,66,68,69,114,129,130,135,136,138,140],standbi:15,start:[4,5,9,11,12,13,14,15,17,18,19,24,30,31,32,35,37,39,40,45,46,53,60,84,85,93,101,103,104,108,119,127,132,140],start_:114,start_cic:19,start_m:114,start_stat:[4,5,11,12,13,14,15,17,18,19],starter:15,startup:[1,3,19],state:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,27,28,30,31,32,38,40,41,49,53,60,83,84,90,116,118,119,121,122,123,125,127,129,131,132,133,134,135,137,139,140],statement:[15,24,27,31,37,39,42,46,53,60,61,62,63,64,67,84,87,101,102,140],stateod:15,statint:15,statist:[15,37,39],statrcd:15,statu:[6,7,8,9,10,15,16,26,33,37,39,41,42,43,53,63,64,65,66,67,69,83,84,101,114,116,117,119,120,121,123,124,127,128,132,133,140],status:[53,127],status_group:42,stc00143:64,stc01533:44,stc01537:44,stc02560:37,stc:[37,38],stderr:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,45,46,53,63,64,66,68,69,111],stderr_lin:[31,34,41,46],stdout:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,46,53,66,69],stdout_lin:[31,34,41,46],step0001:[37,38,39],step1:64,step:[15,16,24,37,38,39,42,60,66,84,85,101,114],step_cc:[16,37,38,39],step_nam:[16,37,38,39,84],step_numb:84,step_titl:84,steplib:[15,62,63,64,67,68],stepnam:[37,39,84],stgadmin:[49,83],stgprot:15,stgrcvy:15,still:[53,84,114,140],stl1:[37,39],stmt:39,stntr:15,stntrxx:15,stop:[3,19,37,39,47,53,65,84,88,93,119,127,140],stop_cic:19,stop_cics_modul:15,stop_region:[3,19],stor:42,storag:[3,15,19,27,28,29,31,32,34,42,46,48,49,63,64,115,116,119,122,123,127,137,140],storage_class:[63,64],storage_group:[132,137],storage_group_attach:133,storage_group_nam:[133,134],storage_group_templ:137,storage_group_uri:140,storage_volum:134,storageadmin:137,store:[6,7,8,9,10,12,14,15,28,29,32,34,41,42,48,49,63,67,77,78,105,111],str:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,70,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],strategi:[0,103],stream:[4,5,11,12,13,14,15,17,18,31,34,42],streamlin:87,street:23,string:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,39,41,42,44,46,47,48,53,55,60,65,70,84,116,119,120,122,123,125,127,129,132,134,135,137,139,140],strip:[31,39,46],strong:[82,83,84],structur:[19,24,47,60,62,65,89,131,140],style:[36,42],sub:140,subdirectori:53,subentri:96,subgroup:47,subgroup_info:65,subject:[15,31,53,99,137],submiss:[16,37,38,39,53],submit:[11,15,16,21,26,43,47,50,53,61,64,84,101],subopt:53,subparamet:15,subscript:105,subsequ:[19,27,30,84,101,140],subset:[6,7,8,9,10,36,70,117,119,120,124,126,128,130,136,138,140],substep3:84,substitut:[39,43],substr:44,subsystem:[27,28,37,39,48,77,78,105,123,132,133,134],subtsk:15,succe:[111,114],succeed:[53,82,114],succesfulli:67,success:[6,7,8,9,10,15,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,44,45,48,62,66,69,82,83,84,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],success_count:[6,8],successfulli:[6,8,16,32,34,41,42,114],sudo:140,suffici:135,suffix:[15,114],sum:15,summari:39,supplementari:[52,107,108],suppli:[6,7,8,9,10,16,19,24,32,42,60,82,83,84,101],support:[6,7,8,9,10,11,15,19,21,23,24,28,30,31,33,34,35,39,40,42,44,46,48,49,53,54,55,58,60,62,63,64,66,68,69,70,71,72,79,82,83,84,85,87,93,101,103,109,110,114,115,116,121,127,140],supprt:140,sure:[0,28,46,111,114],surpress:15,surrog:15,surround:[30,41],surveil:15,sv1:134,svc:[15,62,63,64,68],svc_class:[37,38,39],svllab01:36,svplex1:36,sy1:84,sydumax:15,symbol:[28,31,39,43,48,55,66,69],sync:140,syncpoint:15,syntax:[30,53,96,97,98,99,100,104,105,116,119,122,123,125,127,129,132,134,135,137,139],sys1:[30,41,42,66,69],sys20073:39,sys:[24,36,60],sys_lib:[66,69],sys_nam:36,sysabend:[15,63],sysaff:39,sysctlg:47,sysda:39,sysdef:15,sysexec:46,sysidnt:15,sysin:[15,37,39,42],syslib:39,syslin:39,syslmod:39,sysmod1:99,sysmod2:99,sysmod3:99,sysmod:[85,97,98,99],sysnam:41,sysout:[15,37,39,42],sysplex:[15,41,87,90,123],sysplex_nam:[36,90],sysprint:[15,37,39,42],sysr:27,system:[0,1,6,7,8,9,10,11,12,15,16,19,21,24,26,27,28,29,30,31,32,33,34,35,37,38,39,40,42,43,44,46,47,48,49,53,55,60,62,63,64,65,66,68,69,74,75,76,77,78,84,85,87,89,90,91,92,93,94,95,96,97,98,99,101,102,104,105,113,114,116,117,119,120,121,122,123,124,125,126,127,128,129,132,133,134,135,136,137,138,139,141],system_nam:90,system_nicknam:[94,96,97,98,99,100,102],systems_nam:[90,102],systems_nicknam:94,systr:15,sysudump:15,sysut1:[37,39,64],sysut2:[37,39],sysut3:62,sysut4:62,syszd6:36,t043jm:[37,39],t12345:27,t125008:39,tabl:[6,7,8,9,10,15,32,49,53,56,94,102,114],tableonli:15,tag:[31,41,53,71,114,140],tag_ccsid:[41,53],tag_untag:[41,53],tailor:105,take:[4,5,11,12,13,14,15,17,18,23,28,31,34,39,42,53,62,63,64,67,68],taken:[15,19,32,35],takeov:[15,41],takeovr:15,tape2:41,tape_link_uri:140,tar:[27,28,30,31,33,40,41,48,53,104,114],tarfil:28,target1:69,target2:[66,69],target3:69,target4:[66,69],target:[0,3,5,6,7,8,9,10,15,18,22,23,24,26,29,31,36,37,38,39,45,47,48,49,53,60,61,62,63,64,65,66,67,68,69,71,77,78,81,84,87,90,91,92,93,94,95,96,101,102,110,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140,141],target_userid:83,targetassign:[6,7,8,9,10],targetdescript:[6,7,8,9,10],task:[0,1,3,4,5,11,12,13,14,15,16,17,18,19,21,26,27,30,31,32,33,34,39,40,46,49,53,54,58,61,63,71,72,74,75,77,78,79,81,82,84,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,108,110,111,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],taskno:15,tbexit:15,tcb:15,tcp:[6,7,8,9,10,15,37],tcpip:[15,37],tcsactn:15,tcswait:15,tct:15,tctua:15,tctuakei:15,tctualoc:15,td_intrapartit:[3,19],tdintra:15,team:[105,111,114],tell:[24,60],temp_acb_dataset:63,temp_backup:29,temp_volum:29,tempdir:70,templat:[0,3,4,5,11,12,13,14,15,17,18,25,27,30,31,39,46,53,72,77,85,89,94,135,136,137],template_paramet:[31,39,46],templatenam:77,templt:15,tempnam:39,temporari:[0,3,15,19,24,27,28,29,30,31,32,33,34,40,41,42,46,48,49,53,60,140],temporarili:[29,31,32,34,39,46,48,140],tenant:94,tenant_nam:94,tend:111,terabyt:35,term:[105,110],termid:15,termin:[12,15,16,31,39,41,42,63,64,127,140],termuacc:47,ters:[28,48,53],terse_pack:[28,53],test01:[24,60],test1:[24,33,48,60],test2:48,test:[2,28,29,30,31,32,33,34,35,39,40,42,47,48,52,53,56,70,107,137,140],test_config:[24,60],test_create_dataset_arg_expans:[24,60],test_create_dataset_exception_receiving_nam:[24,60],test_create_dataset_missing_all_arg:[24,60],test_create_dataset_missing_second_arg:[24,60],test_create_dataset_various_arg:[24,60],test_data:[24,60],test_dataset_cr:[24,60],test_partit:114,test_zhmc_password_rul:140,test_zhmc_us:140,testcas:[70,114,140],testdata:33,testdb:67,testdsn:[24,60],tester:[11,24,39,60],testgrp1:11,testgrp2:11,testhmc:[114,140],testinventori:140,testnam:[23,24,60],testopt:114,testpgm:31,testprg1:11,testprg2:11,testus:47,testusr:49,testutil:140,testvault:140,text:[6,7,8,9,10,15,16,30,31,39,41,42,43,44,45,53,65,68,83,114,135,140],textual:[21,26],tfs:41,than:[6,8,9,10,15,28,31,33,34,35,38,39,41,47,49,53,63,84,114,123,140],thei:[0,15,23,24,25,27,28,29,31,32,34,41,43,48,53,60,71,81,140],them:[15,20,23,28,31,39,42,44,46,53,64,90,94,105,114,140,141],therefor:[15,20,24,25,27,42,51,60,85,87,106],thi:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,58,59,60,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,80,83,84,85,87,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],thin:[24,60],thing:114,third:[82,83,84],those:[0,15,35,48,81,85,97,137,140],though:[31,41,53,118],thousand:15,thread:[127,132],threadsaf:15,three:35,threshold:15,through:[1,11,15,16,21,30,31,32,34,37,38,39,40,46,53,58,62,72,79,84,103,112,114,135],throughout:53,thu:[31,34,39,46,48,56,71,110,140],time:[6,8,9,10,15,16,23,24,28,35,36,37,38,39,42,43,49,53,56,60,66,69,84,93,94,101,102,114,135,140],time_stamp:64,timeout:[6,7,8,9,10,15,16,19,74,77,78,127,132,135],timestamp:[27,30,31,33,40,41,63,64],tinad:35,tip:[22,59],titl:84,tke:121,tls11:15,tls12:15,tls13:15,tmp:[0,28,29,30,31,34,35,40,41,42,46,48,53,66,69,90,91,92,94,96,97,98,99,100,102,111],tmp_hlq:[27,28,29,30,31,32,33,34,40,41,42,48,49,53],tmp_path:53,tmphlq:[27,28,29,30,31,32,33,34,40,41,42,48,49],to_csdgroup:6,to_encod:[33,53],to_expand:[24,60],todai:114,togeth:[15,35,37,39,51,103,106],token:[0,82,83,84,104,123],toler:[131,140],tool:[15,140],toolkit:45,top:[15,25,28,114],top_data_set:15,topic:[0,6,7,8,9,10,41,96,97,98,99,100,105,114],total:[15,39,44,93,94,102,116,132],tower:0,trace:[3,15,19,53],traceback:53,track:[4,5,11,12,13,14,15,17,18,49,53],tracker:114,tradit:[71,105],trail:[29,31,39,44,46,53],tran:[15,65],traniso:15,transact:[3,15,16,19,65],transaction_dump:[3,19],transfer:[31,34,39,45,46,48,50,55,111],transform:25,transid:[6,7,8,9,10],transmit:28,transport:28,trap:15,travers:[34,53],travi:140,trdumax:15,treat:[31,39,42,45,46,66,69],tree:[28,31],trigger:53,trim_block:[31,39,46],trk:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,49],troubleshoot:[103,140],trtabsz:15,trtransz:15,trtranti:15,truncat:[31,33,42],trust:[6,7,8,9,10],tsmainlimit:15,tso:[16,21,26,35,46,53],tsocmd_to_issu:[84,101],tst:15,tstre:67,tsu:38,tuesdai:[23,37],tune:15,tupl:121,turn:0,two:[3,5,15,18,20,23,24,28,29,30,35,42,46,60,62,63,66,76,114,121,140],txt:[19,24,28,30,31,40,42,46,48,60,114,140],type:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,58,60,62,63,64,65,66,67,68,69,70,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],type_2_data:65,typeerror:[24,53,60,140],typic:[19,22,24,40,60,87],typrun:[39,53],u0026mbr:39,u00270000:49,u0027:[31,34,37,39,41,49],u0027hello:[37,39],u0027i:41,u0027object:39,u0027sourc:41,u0027un:34,u0027us:34,u0027xref:39,udsa:15,udsasz:15,udx:121,ui66511:85,ui66512:85,ui70435:70,uid:[31,41],unabl:[53,111],unaccept:[120,123,124,127,128,132],unalloc:15,unarch:[26,28,53],unarchiv:[48,53],unassign:132,unauthent:[6,7,8,9,10],unauthor:[42,53,62],unbind:15,uncatalog:[30,31,32,33,34,35,39,40,41,42,53,63],uncatalogu:53,uncatlg:[53,63,64],unchang:[40,41,49,116,119,121,122,125,127,129,132,134,135,137,139],uncommit:15,uncompress:48,uncond:63,uncondition:63,unconfigur:[116,140],unconstrain:15,undefin:31,undeliver:15,under:[0,6,7,8,9,10,15,24,25,28,36,37,53,60,67,93,104],undercov:83,undergo:110,underli:[31,34,39,42,46,48,56],underscor:[70,116,119,122,123,125,127,129,132,134,135,137,139,140],understand:[53,105,108,111,114],understood:41,undo:[11,12,24,60],undocu:53,unew:114,unexpect:[28,31,48,53],unformat:67,unformatted_output:67,unicod:[55,140],unicodedecodeerror:111,unidentifi:53,unifi:[0,51,103,106,140],uniform:66,uniqu:[15,16,30,31,37,38,39,41,42,53,84,94,100,102],unit:[4,5,11,12,13,14,15,17,18,22,28,29,31,32,39,42,43,48,49,59,63,64,104,114,123,127,132,134],unittest:[24,60],unix:[11,15,19,21,28,29,30,31,33,34,39,40,41,42,46,48,53,55,66,69,84,101],unknown:[6,7,8,9,10,43,83,104],unless:[15,28,31,39,42,43,44,46,48,56,62,68,104,123,132,133],unlik:25,unmanag:120,unmount:41,unmount_opt:[41,53],unnecessari:[22,23,42,53,140],unord:42,unpack:[28,48,53],unpin:140,unqualifi:35,unspecifi:[28,31,48],unsuccess:104,unsupport:36,untag:[41,54,71],until:[15,16,42],unusu:140,unvers:114,uownetql:15,upb:42,updat:[1,3,7,11,15,16,19,23,27,30,32,40,41,53,63,64,65,70,74,83,85,89,105,111,114,115,117,119,122,123,125,127,129,132,134,135,137,139,140],update_paramet:10,update_retention_criteria:64,upgrad:[11,12,13,111,140],upload:[114,140],upon:100,upper:[15,23,53],uppercas:[53,96],uppercase_str:23,upstream:114,uri:[74,83,116,119,121,123,125,127,129,132,134,135,137,140],url:[6,7,8,9,10,84,101,104,140],urm:15,urole_list:138,usabl:15,usag:[0,6,7,8,9,10,23,25,53,70,121,127,132,134,140],usage_domain:121,use:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,22,24,27,28,29,31,32,34,39,40,41,42,45,46,48,49,53,60,63,64,67,71,76,83,84,85,89,103,104,105,108,110,111,114,131,140],use_adrdssu:[28,48],use_qualifi:34,use_regex:44,use_templ:[31,39,46],useagelstat:[6,7,8,9,10],usecount:[6,7,8,9,10],used:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,39,40,41,42,43,46,48,49,50,53,55,60,61,62,63,64,66,67,68,69,70,75,76,77,81,82,83,84,85,87,90,91,92,93,94,95,96,97,98,99,100,101,102,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],usefetch:[6,7,8,9,10],useful:[30,40,108],user03:39,user1:135,user:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,28,29,30,31,32,33,34,35,39,40,41,42,46,47,48,49,50,53,60,64,65,68,77,78,82,83,84,85,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,114,115,117,124,128,140,141],user_data_set:19,user_list:136,user_nam:111,user_pattern_nam:135,user_pattern_uri:135,user_rol:[135,137,138],user_role_nam:135,user_to_list:[84,101],userexeckei:[6,7,8,9,10],userid:[15,37,39,96,97,98,99,100,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],userlib:[35,67],usernam:[24,29,32,60,77,78,82,83,84,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],usertr:15,uses:[0,12,13,15,16,24,28,31,34,37,39,46,48,49,50,53,60,90,91,92,94,102,114,131,140],using:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,25,26,28,29,30,31,32,34,35,38,39,40,41,42,43,45,46,47,48,49,53,56,60,62,63,72,81,86,87,90,91,92,93,94,95,96,97,98,99,100,102,104,115,116,122,123,125,127,131,137,139,140],usr0010:27,usr:[23,24,46,60,111],usrdelai:15,uss:[11,24,27,28,30,31,33,34,35,39,40,41,42,48,53,55,60,66,69],ussconfig:15,usshom:15,usual:[0,37,41,81],utf:[23,31,39,53,55,111],util:[0,1,12,13,16,20,21,24,30,33,34,37,38,39,40,42,53,56,58,60,62,63,64,67,68,69,70,71,111],uuid:[85,89,96,97,98,99,132,134],v15:71,v2r2:55,v2r3:[24,56,60,70,71,85,87,88],v2r4:[56,70,85],v2r5:85,v2rx:56,v3r8:[24,60],v5r3m0:27,v7k:122,valid:[6,7,8,9,10,15,19,22,23,24,28,29,31,32,34,35,39,41,42,44,46,48,53,60,63,64,68,81,84,85,87,96,114,116,131,132,140],validate_checksum:34,validatedid:83,valu:[3,19,22,23,24,29,53,60,61,70,74,77,78,81,85,90,91,92,93,94,95,96,97,98,99,100,101,102,105,140],value1:[24,60,102],value2:[24,60,102],value3:[24,60],value_specified_in_no_log_paramet:135,valueerror:23,var1:[90,91,93,94,102],var1_valu:[90,93,94],var2:[90,102],var2_valu:90,varaibl:101,vari:[0,27,28,31,32,42,48,49,51,53,55,66,105,106,110],variabl:[0,6,7,8,9,10,19,23,24,27,28,30,31,32,34,36,39,40,42,46,48,53,60,63,71,83,84,104,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],variable_end_str:[31,39,46],variable_start_str:[31,39,46],variant:114,variou:[15,63,64,68,85,90,93,94,102,105,112],vars_fil:[77,78,89],vars_prompt:[77,78,82],vault:140,vba:[28,31,32,42,48,63,64],vcat:47,vendor:[84,90],vendor_nam:90,verbos:[31,34,42,43,53,68,105,114],veri:15,verif:[6,7,8,9,10,15,27,30,40,49,140],verifi:[11,12,13,15,17,18,23,34,45,49,83,111,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],verify_offlin:49,verify_volid:49,verify_volume_empti:49,verison:140,versa:114,version:[6,7,8,9,10,15,20,24,28,30,31,33,34,36,39,40,54,55,56,60,64,71,83,84,90,101,109,110,111,113,118,120,124,127,128,132,137],version_ad:140,version_numb:64,vfm:123,vfunction1:139,vhba_cpca_sg_mgmt12:132,via:[6,7,8,9,10,19,79,114,122,135],vice:114,video:108,view:[0,15,24,56,60,63,84,109,137],view_onli:137,vio:42,violat:15,virt:[37,39],virtual:[15,49,112,114,115,122,125,127,132,140],virtual_funct:139,virtual_switch_uri:125,visibl:[31,90,114,141],visit:[0,54,71,108],vlan:[125,127],vlan_typ:140,vm_name:36,vol033:31,vol:[27,39],volid:49,volser:[39,43,49,53],volstat:43,volum:[4,5,11,12,13,14,15,17,18,21,23,26,27,31,32,35,39,42,48,53,63,64,96,97,98,99,115,127,132,140],volupt:140,vsam:[4,11,12,13,14,15,17,19,28,31,32,33,34,35,42,48,49,53,67],vsamcat:15,vsamdset:47,vtam:15,vtoc:[49,53],vtoc_siz:49,vtprefix:15,vuln:140,vulner:140,vvd:49,vvv:[41,105],vvvv:[31,34,105],wai:[0,19,20,31,39,46,53,89,104,140],wait:[15,16,39,41,42,43,53,84,93,94,102,114],wait_time_:[39,43,53],want:[4,5,11,12,13,14,15,17,20,28,30,32,40,53,64,77,78,104,105,111,114],warm:[4,5,11,12,13,14,15,17,18,19],warn:[15,24,37,39,45,53,60,104,105],weakli:84,weather:23,web:[15,45,52,82,83,84,107,112,113,114,135,141],webdelai:15,webspher:[90,92,93,94,95],week:35,weekli:114,weheth:120,weight:[123,127,132],welcom:[15,30],well:[0,15,30,31,39,40,42,46,53,64,65,67,71,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],were:[15,16,19,23,28,37,38,39,41,43,44,53,62,64,68,70,121,123,137,140],what:[15,41,42,49,53,81,84,104,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],wheel:140,when:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,59,60,63,64,66,69,73,75,80,82,83,84,86,87,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,110,114,119,122,123,125,127,129,131,132,134,135,137,139,140],whenev:[41,114],where:[4,5,11,12,13,14,15,17,18,20,23,24,28,29,31,32,33,34,37,38,39,41,42,44,46,48,53,60,63,64,66,70,75,77,90,91,92,94,96,97,98,99,100,102,105,122,123,125,127,129,132,134,135,137,139,140],whether:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,30,31,34,39,40,41,42,46,48,53,62,64,83,84,90,101,111,114,120,123,124,127,128,132,133,135,137,140],which:[3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,23,24,28,29,30,31,32,33,34,35,39,40,41,42,44,46,48,53,60,62,63,64,65,67,68,69,70,71,74,77,78,82,83,84,85,87,96,97,98,99,101,104,105,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140],whitespac:70,who:[15,16,27,30,31,33,37,38,40,83,85,90,94],whole:15,whoneedsaccess:83,whose:[15,29,35,44,126,127],why:114,wide:[15,123,127,132,134],wider:103,wih:38,wild:53,wildcard:[6,8,9,10,28,31,35,38,44,53,64],win:140,window:110,winmvs2c:[6,7,8,9,10],with_:30,within:[0,3,15,35,37,38,39,53,55,65,66,68,69,114,116,119,121,122,125,127,129,132,133,134,135,137,139,140],without:[15,19,21,23,24,27,28,30,31,34,37,42,48,53,60,62,63,64,66,68,69,104,105,140],wlm:15,wlmhealth:15,won:0,word:[35,123],work:[3,15,24,31,37,39,40,46,53,60,63,85,104,105,111,114,124,128,140],workaround:53,workflow:[0,79,81,85,87,88,89,103,114,140],workflow_access_typ:[84,101],workflow_account_info:[84,101],workflow_assign_to_own:[84,101],workflow_categori:84,workflow_com:[84,101],workflow_complet:84,workflow_def:[84,101],workflow_delete_completed_job:[84,101],workflow_failed_step:84,workflow_fil:[84,101],workflow_file_system:[84,101],workflow_host:84,workflow_job_stat:[84,101],workflow_kei:84,workflow_nam:[84,101],workflow_notification_url:[84,101],workflow_own:[84,101],workflow_perform_subsequ:[84,101],workflow_resolve_conflict_by_us:[84,101],workflow_resolve_global_conflict_by_us:[84,101],workflow_sample_automation_step:[84,101],workflow_step_nam:[84,101],workflow_var:[84,101],workflow_vars_fil:[84,101],workflow_vendor:84,workflow_wait:84,workload:[15,123],world:[23,30,37,39,123,127,132,134],worri:[24,60],would:[23,24,28,31,34,37,38,42,43,48,53,60,64,70,104,111],wrap:[24,60],wrapper:[24,60],write:[15,31,32,33,41,42,54,64,68,71,96,97,98,99,114],write_onli:42,writeabl:[116,119,122,123,125,127,129,132,134,135,137,139,140],written:[1,5,15,21,31,33,34,41,42,45,48,58,63,64,72,105,112,140],wrkarea:15,wrong:53,wui:15,wwpn:127,www:[6,7,8,9,10,30,96,97,98,99,100],xappc:15,xcf:15,xcfgroup:15,xcmd:15,xdb2:15,xdct:15,xfct:15,xhf:15,xiaopin:9,xjct:15,xlt:15,xmit:[28,48,53],xmit_log_data_set:[28,48],xml:[6,7,8,9,10,84,101],xmltodict:20,xpct:15,xppt:15,xpsb:15,xptkt:15,xre:15,xref:39,xrf:15,xtran:15,xtst:15,xuser:15,xxx:[90,91,92,94,96,97,98,99,100,102,111],xyz:[35,131],yaml:[24,28,31,35,42,48,53,60,74,77,78,105,116,119,122,123,125,127,129,132,134,135,137,139,140],yds7ujxqrd3h8v5wxq9pf1yptztq4jzrozn3xqkf26zicxghc7mdzgycmca:82,year:[35,56],yes:[33,40,77,78,111],yet:[14,42,114,127,140],yield:[16,37,38],yml:[24,60,90,91,92,93,94,95,96,97,98,99,100,102,104,114,140],you:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,26,27,28,30,31,32,33,34,35,39,40,41,42,45,46,48,49,53,55,56,59,60,62,63,64,67,71,73,77,78,80,81,84,85,87,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,108,110,111,114,115,118],your:[0,6,7,8,9,10,15,16,20,24,30,31,48,49,53,54,60,63,68,71,76,77,78,82,83,84,87,89,101,104,105,108,111,114],your_password:82,your_usernam:82,yqchen:[6,7,8,9,10],yymmdd:15,z114:140,z13:[117,122,124,128],z14:[122,132,133,134,140],z15:[127,140],z16:140,z196:140,z_ansible_collections_sampl:140,z_python_interpret:[24,60],zaa:135,zawar:123,zbc12:140,zec12:140,zero:[9,15,28,31,37,38,39,42,48,53],zeroiz:116,zfs:[32,41],zhmc:[114,127,137,140],zhmc_adapt:[115,117,127,140],zhmc_adapter_list:[115,116,140],zhmc_consol:[115,140],zhmc_cpc:[115,140],zhmc_cpc_list:[115,131],zhmc_crypto_attach:[115,140],zhmc_hba:[115,127],zhmc_inventori:140,zhmc_lpar:[115,140],zhmc_lpar_list:[115,140],zhmc_nic:[115,126,127,140],zhmc_nic_list:[115,140],zhmc_partit:[115,122,125,128,139,140],zhmc_partition_list:[115,127,140],zhmc_password_rul:[115,140],zhmc_password_rule_list:[115,140],zhmc_session:[115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140],zhmc_storage_group:[115,127,140],zhmc_storage_group_attach:[115,132,140],zhmc_storage_volum:[115,140],zhmc_test_role_1:137,zhmc_user:[115,140],zhmc_user_list:[115,140],zhmc_user_rol:[115,140],zhmc_user_role_list:[115,140],zhmc_vault:140,zhmc_virtual_funct:[115,127],zhmcclient:[114,116,140,142],zhmcclient_mock:140,ziip:123,zinventori:[24,60],zip:[28,48,53],zmf_authent:[81,83,84,85],zmf_bodi:[90,94],zmf_cpm_create_software_inst:[85,87,89],zmf_cpm_get_software_inst:[85,87,89],zmf_cpm_list_software_templ:[85,87,89],zmf_cpm_manage_software_inst:[85,87,89,90,94],zmf_cpm_provision_software_servic:[85,87,89,93,95],zmf_cpm_remove_software_inst:[85,87,89,90,94],zmf_credenti:[83,84],zmf_crt:[82,83,84,101],zmf_host:[82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102],zmf_kei:[82,83,84,101],zmf_password:[82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102],zmf_port:[82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102],zmf_sca:[81,85,87],zmf_swmgmt_csi_queri:[85,89],zmf_swmgmt_identify_missing_critical_upd:[85,87,89],zmf_swmgmt_identify_missing_fixcat_upd:[85,87,89],zmf_swmgmt_search_software_upd:[85,87,89],zmf_swmgmt_system_uuid:85,zmf_swmgmt_zos_system_uuid:[89,96,97,98,99],zmf_user:[82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102],zmf_workflow:[81,85,87,101],zmf_workflow_complet:[85,87,89],zmf_zmsc_run_management_servic:[85,87,89],zmsc:87,zoa:0,zoau:[16,20,24,27,29,30,31,36,37,38,39,40,41,53,60,62,70,111],zoau_dir:30,zoau_hom:[24,60],zoau_root:[24,60],zoautil:[24,60],zoautil_dir:[24,60],zoautil_pi:[24,60],zone:96,zoneindex:96,zos:[96,97,98,99,100,104,111],zos_apf:[26,53],zos_arch:[26,48,53],zos_backup_restor:[26,49,53],zos_blockinfil:[26,53],zos_copi:[26,28,34,39,46,48,50,53],zos_data_set:[0,26,30,31,34,35,41,42,53],zos_dataset:[24,60],zos_datset:[24,60],zos_encod:[26,53],zos_encode_out:33,zos_fetch:[26,28,31,50,53],zos_find:[26,53],zos_gather_fact:[26,53],zos_job_output:[26,53],zos_job_queri:[0,16,26,53],zos_job_submit:[26,50,53],zos_lineinfil:[26,53],zos_mount:[26,53],zos_mvs_raw:[0,26,53],zos_oper:[16,26,44,53],zos_operator_action_queri:[26,53],zos_p:[26,50,111],zos_raw:42,zos_script:[26,50,53],zos_ssh:111,zos_system_uuid_respons:100,zos_tso_command:[16,26,46,53],zos_unarch:[26,28,50,53],zos_volume_init:[26,53],zosmf:[82,83,84,96,97,98,99,100,101],zosmoninterv:15,zossos24unalloc:15,zossos31unalloc:15,zossos64unalloc:15,zossosnewtcb:15,zpy1:15},titles:["General","z/OS CICS","Contributing","Modules","aux_temp_storage \u2013 Create and remove the CICS auxiliary temporary storage data set","aux_trace \u2013 Allocate auxiliary trace data sets","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","csd \u2013 Create, remove, and manage the CICS CSD","global_catalog \u2013 Create, remove, and manage the CICS global catalog","local_catalog \u2013 Create, remove, and manage the CICS local catalog","local_request_queue \u2013 Create and remove the CICS local request queue","region_jcl \u2013 Create CICS startup JCL data set","stop_region \u2013 Stop a CICS region","td_intrapartition \u2013 Create and remove the CICS transient data intrapartition data set","transaction_dump \u2013 Allocate transaction dump data sets","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","sa_delete_dynamic_resource \u2013 Role deletes 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","Z HMC","Resources","Development","Modules","zhmc_adapter \u2013 Update adapters and create Hipersocket adapters","zhmc_adapter_list \u2013 List adapters","zhmc_console \u2013 Get facts about 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_lpar \u2013 Manage LPARs","zhmc_lpar_list \u2013 List LPARs","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_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":[3,23],"function":[23,24,60,139],"import":23,"new":[0,19,53,74,114],"return":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,82,83,84,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],"transient":17,Are:0,IMS:[58,62,63,64,65,66,67,69],Using:3,abl:111,about:118,acb:62,across:131,action:[6,44,50],adapt:[116,117],add:[24,27,60,63],addit:[0,24,60],affect:111,after:0,all:92,alloc:[5,18],also:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,101,116,117,126,127,128],ani:[0,111],ansibl:[0,22,59,103,104,111],ansible_librari:[24,60],ansible_zos_modul:[24,60],apf:27,archiv:28,arg_typ:23,argument:[23,24,60],askpass:111,attach:[121,133],authent:[82,111],author:27,autom:[54,72,83,104],aux_temp_storag:4,aux_trac:5,auxiliari:[4,5],avail:[19,53,70,74,85],backup:29,befor:0,behind:0,best:0,beta1:70,beta2:70,beta3:70,beta:[19,70],betterargpars:[22,23],block:30,bugfix:53,build:[104,114],built:23,can:[0,111],catalog:[12,13,63,64],caus:111,certifi:[0,103],chang:53,charact:55,check:[0,45],cic:[0,1,3,4,6,7,8,9,10,11,12,13,14,15,16,17],cicsplex:[6,7,8,9,10],cli:[24,60],cmci:20,cmci_act:6,cmci_creat:7,cmci_delet:8,cmci_get:9,cmci_upd:10,collect:[0,111],command:[43,47,65,67],commun:0,complet:[0,101],concept:105,configur:[0,24,60],content:[0,103],contribut:[0,2,22,51,59,73,80,106],control:[24,60,86,110],copi:31,core:21,cpc:[119,120],creat:[4,7,11,12,13,14,15,17,77,90,116,122,125,127,129,132,134,135,137,139],critic:97,crypto:121,csd:11,csi:96,custom:[0,23],data:[4,5,15,17,18,28,29,30,31,32,34,35,40,48,68,96],dbd:66,dbrc:67,ddl:68,debug:105,defin:[0,23],definit:[7,9,10,68],delet:[8,78],depend:[23,24,45,60,101],deprec:53,detail:[24,60],develop:[0,2,22,24,59,60,114],directori:[24,60],displai:[37,44],document:[0,52,107,114],doe:111,download:0,dump:18,dure:111,dynam:[77,78],encod:33,enterpris:54,environ:[0,114],error:111,exampl:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],exclus:23,execut:[43,47,111],exist:104,facil:27,fact:[36,118],fail:[0,111],featur:[23,53],fetch:34,file:[0,28,41,48],filter:25,find:[0,35],fix:111,fixcat:98,frequent:0,fresh:104,from:[34,64],galaxi:104,gather:36,gener:[0,62,66,69],get:[91,111,118],global:12,global_catalog:12,group:[3,132,133],guid:53,hat:103,have:[0,111],hba:122,help:108,hipersocket:116,hmc:[112,118,129,131,135,136,137,138],host:111,how:[0,111],hub:104,ibm:[0,54,72,79,103,111],idempot:0,identifi:[97,98],ims_acb_gen:62,ims_catalog_popul:63,ims_catalog_purg:64,ims_command:65,ims_dbd_gen:66,ims_dbrc:67,ims_ddl:68,ims_psb_gen:69,initi:49,instal:[0,24,60,104],instanc:[90,91,93,95,97,98,99],instead:111,intrapartit:17,inventori:105,issu:[0,53],jcl:[15,39],job:[37,38],kei:[24,60],know:0,known:53,languag:68,latest:0,leav:0,librari:27,line:30,link:108,list:[92,117,120,124,126,128,130,136,138],local:[13,14,104],local_catalog:13,local_request_queu:14,login:111,lpar:[123,124],mainten:56,major:53,manag:[11,12,13,20,24,30,32,40,54,60,71,75,87,93,102,110,111,119,123,131,141],match:35,matrix:56,memori:0,messag:[44,111],method:[24,60],minidisk:49,minor:53,miss:[97,98],mock:[24,60],mode:0,modul:[0,3,22,24,26,53,59,60,61,81,111,115],mount:41,much:0,multi:30,mutual:23,need:[0,111],nic:[125,126],node:[20,24,54,60,71,75,86,87,110,141],note:[27,28,30,31,33,34,35,39,40,41,42,45,46,48,62,63,64,65,66,67,68,69,70,74,77,78,84,85,90,91,92,93,94,95,96,97,98,99,100,101,102,132,133,134],object:0,offer:0,open:[0,54],oper:[0,33,43,84],option:23,osmf:[79,82],other:0,output:37,overrid:104,packag:[24,60],paramet:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,62,63,64,65,66,67,68,69,77,78,82,83,84,111,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],pars:22,part:0,particular:0,partit:[121,122,125,127,128,133,139],password:[129,130],perform:[6,33],ping:45,playbook:[0,105,111],plugin:50,port:53,practic:0,pre:[104,111],preced:0,prerequisit:[24,60],privat:104,privileg:111,problem:[0,111],program:[27,42],prompt:111,provis:[3,20,83,93,94],psb:69,publish:92,purg:64,pytest:[24,60],python:[0,54,71,111],queri:[9,38,96],queue:14,ram:0,reach:111,record:[63,64],red:103,redhat:0,refer:[3,19,70,85],region:16,region_jcl:15,releas:[0,19,53,56,70,74,85,104,109,114,140],remov:[4,11,12,13,14,17,27,95],repositori:114,request:14,requir:[0,20,23,44,53,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139],resourc:[6,8,9,10,24,57,60,77,78,88,113,121],restor:29,resum:77,retriev:100,role:[76,77,78,89,90,91,92,93,94,95,101,102,137,138],rule:[0,129,130],run:[0,24,42,46,60,102,105,111],sa_create_dynamic_resourc:77,sa_delete_dynamic_resourc:78,sampl:0,script:46,sdk:54,search:99,secur:83,see:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,101,116,117,126,127,128],seek:[0,111],server:[82,104],servic:[94,102],session:131,set:[4,5,15,17,18,28,29,32,35,48,55,96,114],shell:54,should:[0,111],smp:96,softwar:[90,91,92,93,94,95,97,98,99],special:111,specif:[0,91],sql:68,ssh:[24,60,111],start:114,startup:15,statement:68,statu:38,stop:16,stop_region:16,storag:[4,132,133,134],submit:[39,65,67,68],support:[0,56,111],synopsi:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,77,78,82,83,84,90,91,92,93,94,95,96,97,98,99,100,101,102,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],system:[36,41,72,100,111],target:111,task:[20,131],td_intrapartit:17,templat:92,temporari:4,test:[0,22,24,59,60,111,114],textual:[30,40],them:0,thi:111,tip:[24,60],trace:5,track:0,transact:18,transaction_dump:18,troubleshoot:[111,142],tso:47,type:23,unarch:48,unit:[24,60],unsupport:111,updat:[0,10,97,98,99,116],upgrad:0,usag:[24,60],user:[111,135,136,137,138],using:[0,111],uss:111,util:54,uuid:100,valid:83,valu:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,82,83,84,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139],variabl:[90,91,92,93,94,95,96,97,98,99,100,101,102,105],version:[0,19,53,70,74,85,104,114,140],virtual:139,volum:[29,49,134],warn:111,what:[0,19,74,111],when:[0,111],where:0,which:[0,111],why:111,workflow:[84,101],zhmc_adapt:116,zhmc_adapter_list:117,zhmc_consol:118,zhmc_cpc:119,zhmc_cpc_list:120,zhmc_crypto_attach:121,zhmc_hba:122,zhmc_lpar:123,zhmc_lpar_list:124,zhmc_nic:125,zhmc_nic_list:126,zhmc_partit:127,zhmc_partition_list:128,zhmc_password_rul:129,zhmc_password_rule_list:130,zhmc_session:131,zhmc_storage_group:132,zhmc_storage_group_attach:133,zhmc_storage_volum:134,zhmc_user:135,zhmc_user_list:136,zhmc_user_rol:137,zhmc_user_role_list:138,zhmc_virtual_funct:139,zmf_authent:82,zmf_cpm_create_software_inst:90,zmf_cpm_get_software_inst:91,zmf_cpm_list_software_templ:92,zmf_cpm_manage_software_inst:93,zmf_cpm_provision_software_servic:94,zmf_cpm_remove_software_inst:95,zmf_sca:83,zmf_swmgmt_csi_queri:96,zmf_swmgmt_identify_missing_critical_upd:97,zmf_swmgmt_identify_missing_fixcat_upd:98,zmf_swmgmt_search_software_upd:99,zmf_swmgmt_zos_system_uuid:100,zmf_workflow:84,zmf_workflow_complet:101,zmf_zmsc_run_management_servic:102,zoau:[0,71],zos_apf:27,zos_arch:28,zos_backup_restor:29,zos_blockinfil:30,zos_copi:[31,111],zos_data_set:32,zos_encod:33,zos_fetch:[34,111],zos_find:35,zos_gather_fact:36,zos_import_mock:[24,60],zos_job_output:37,zos_job_queri:38,zos_job_submit:39,zos_lineinfil:40,zos_mount:41,zos_mvs_raw:42,zos_oper:43,zos_operator_action_queri:44,zos_p:45,zos_script:46,zos_tso_command:47,zos_unarch:48,zos_volume_init:49}}) \ 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/aux_temp_storage","ibm_zos_cics/docs/source/modules/aux_trace","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/modules/csd","ibm_zos_cics/docs/source/modules/global_catalog","ibm_zos_cics/docs/source/modules/local_catalog","ibm_zos_cics/docs/source/modules/local_request_queue","ibm_zos_cics/docs/source/modules/region_jcl","ibm_zos_cics/docs/source/modules/stop_region","ibm_zos_cics/docs/source/modules/td_intrapartition","ibm_zos_cics/docs/source/modules/transaction_dump","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/aux_temp_storage.rst","ibm_zos_cics/docs/source/modules/aux_trace.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/modules/csd.rst","ibm_zos_cics/docs/source/modules/global_catalog.rst","ibm_zos_cics/docs/source/modules/local_catalog.rst","ibm_zos_cics/docs/source/modules/local_request_queue.rst","ibm_zos_cics/docs/source/modules/region_jcl.rst","ibm_zos_cics/docs/source/modules/stop_region.rst","ibm_zos_cics/docs/source/modules/td_intrapartition.rst","ibm_zos_cics/docs/source/modules/transaction_dump.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":49,"000c":43,"000d":43,"000e":43,"000f":43,"00106f234c71":123,"00106f237ab1":139,"00106f239c31":[116,119,121,128,130,136,138],"00106f239d19":[119,128,130,136,138],"00106f25b43c":141,"009c0f4c":[136,138],"01a0":39,"023f":128,"033f":143,"0706c00180000000000000000070e050":125,"083c":39,"0c99":139,"0f03":39,"0ick00703i":49,"0ick01314i":49,"0ick04000i":49,"0xc1":55,"100088947155a1e9":[116,136],"100mb":29,"1036k":39,"1048k":39,"10c":[117,119],"10fa8489":125,"10m":37,"11548k":37,"11740k":39,"11896k":39,"11e8":[116,119,121,128,130,136],"11e9":[119,133,136,138,139],"11ea":[119,128,130],"11eb":139,"11ec":141,"11ee":123,"11m":39,"123f":122,"12c":116,"131a":15,"14m":39,"15t02":[6,7,8,9,10],"16s":[116,136],"1768k":39,"1876480k":39,"19e90e27":139,"1appus":40,"1cae":139,"1data":37,"1gb":29,"1ickdsf":49,"200a":[136,138],"20a6":119,"240k":[37,39],"252k":39,"2535b19e":83,"256k":39,"2gb":0,"2mb":35,"32323df4":[128,130],"351b":119,"358a":136,"3dc87062":141,"3e7ed5ca28d7":[116,119,121,130,136],"3f99":[116,119,121,130,136],"422c":139,"465f":123,"4947c6d0":[119,130],"4a00003c":49,"4a14":[116,119,121,130,136],"4a52":83,"4a7e":133,"4e06":125,"4f01576a":125,"4gb":0,"500m":15,"50m":[24,60],"518ac1d8":139,"520c0138":133,"5695df18658i10001000":82,"58e41a42":119,"5956e97a":[128,130],"600507681081001d4800000000000083":[136,138],"60k":37,"6a46d18a":119,"80ca":123,"8bb3":133,"8d320d5f68b048fc97559d771ede68b37a71e8374d1d678d96dcfa2b2da7a64":[31,34],"8dfc":119,"8e5b":141,"8ea3":141,"8f73":[119,130],"91773b88":139,"91ba":139,"92k":39,"9d77":83,"9fbb":119,"boolean":[23,49,53,130,136,139,144],"byte":[15,28,31,32,35,37,39,42,48,63,64,110],"case":[2,6,7,8,9,10,12,15,19,20,22,23,24,28,31,32,34,39,41,46,48,49,53,56,59,60,70,82,83,84,86,89,90,91,93,95,100,101,107,110,116,123,125,133,135,144],"class":[15,27,28,29,31,32,37,38,39,42,48,49,53,63,64,82,116,121,123,125,128,130,133,136,138,139,141],"default":[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,60,62,63,64,66,68,69,71,74,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],"export":[24,30,60],"final":[15,32,82,83,100,114],"float":[43,144],"function":[6,7,8,9,10,15,16,19,22,37,39,42,49,50,53,55,59,84,86,114,115,130,136,144],"import":[22,24,53,56,60,63,68,114,130,136,144],"int":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,34,35,37,38,39,40,41,42,43,44,46,47,48,49,53,63,64,66,67,69,77,81,82,83,92,93,100,101,118,119,121,125,127,132,136],"long":[15,23,30,31,32,38,39,40,41,49,53,136],"new":[4,5,10,15,17,18,23,24,29,30,31,32,39,42,47,49,56,60,63,64,65,70,71,77,83,84,95,96,97,98,100,103,108,116,118,119,125,130,135,144],"null":[35,38,39,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],"public":[24,42,60,83,89,100],"return":[3,19,23,24,26,53,60,61,70,80,84,89,90,91,93,95,96,97,98,100,101,110,115,144],"short":[15,77,114,116,130,136],"static":[15,27],"switch":[15,42,45,112,128,130,136,137,138],"throw":[24,53,60],"transient":[3,15,19,89,90,91,93,101],"true":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,28,29,30,31,32,33,34,35,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],"try":[15,24,31,39,46,53,60],"var":[0,24,30,31,39,40,46,60,75,77,86,89,90,91,92,93,94,100,101,144],"while":[24,26,31,32,35,40,41,42,46,53,60,61,64,80,83],ACS:29,ADDED:63,AND:[35,37,39,49],ARE:64,Added:[19,53,70,74,84,144],Age:35,BAS:7,BMS:15,BTS:14,Bus:122,But:[24,60],CTS:9,DDs:[39,42,53],FOR:[30,37,39,49,64],For:[0,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,20,22,23,25,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,46,48,54,55,56,59,62,63,64,71,73,75,79,82,83,84,89,95,100,103,104,109,110,114,116,117,118,119,120,121,122,123,125,126,128,130,131,133,135,136,137,138,139,141,143,144],HAS:39,HFS:34,Has:53,IDs:[15,53,54,71,98,144],IMS:[0,15,35,44,61,68,70,71,89,92,93,94,102,105,108,109,110],INS:130,Its:83,JES:[15,16,37,38,39,83,100],LDS:[31,63,64],MVS:[15,27,28,30,31,33,34,35,37,40,41,48,49,53,71],NOS:39,NOT:[24,31,34,39,53,60],Not:[28,31,32,42,48,63,64,130],ONE:[15,23,37],One:[35,47,87],PAS:[54,71],PDS:[11,15,23,28,30,31,32,33,34,35,39,40,48,53,63,64,66,67,69],PFS:41,PRs:144,PYS:[54,71],RLS:15,SMS:[27,28,29,31,32,42,48,49,63,64],SOS:15,SYS:[37,39,53],Such:[83,100,109],Sys:[0,102,105,108,109,110],THAT:[37,39,64],THE:[37,39,63,64],TIS:55,TLS:15,TRS:[28,48],That:[31,83,114,144],The:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,54,55,56,58,60,61,62,63,64,65,66,67,68,69,70,71,72,75,76,77,78,80,81,82,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,107,109,110,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,137,138,139,140,141,142,143,144,145,146],Then:[53,100,114],There:[0,15,29,104,114,146],These:[0,1,3,5,6,8,9,10,15,20,24,31,39,41,46,53,56,60,66,69,76,114,144],UCS:55,USING:39,Use:[0,4,5,11,12,13,14,15,17,18,24,28,29,31,35,42,48,53,60,63,64,67,103,104,116,139],Used:[29,40,50,95,96,97,98,99,123,128,133,136,138,139,141],Uses:[36,38],Using:[9,27,30,31,54,71],VFs:144,WAS:[37,39,49,63],WILL:[37,39],WITH:39,Will:[27,46,48,122,128,130,136,143],With:[24,42,60,71,84,86,144],YES:[15,31,41],Yes:0,ZFS:[30,34,41,77],ZOS:71,_________________________________________:39,__dict__:[24,60],__future__:[24,60],__init__:[24,60],__metaclass__:[24,60],_bpxk_autocvt:[24,60],_cee_runopt:[24,60],_encode_file_exist:71,_encode_file_new:71,_export_:[24,60],_keydata:[6,7,8,9,10],_play_context:53,_tag_redir_err:[24,60],_tag_redir_in:[24,60],_tag_redir_out:[24,60],_text:53,a13b:128,a142:[136,138],a14b:[116,121,136],a87c:[116,119,121,130,136],a8c3:83,a951:125,aap:[56,109,125],abbrev:39,abbrevi:[15,41],abc9abc1:15,abc:[31,35,143],abcd0001:[3,4,5,11,12,13,14,15,17,18],abcd01:15,abend:[15,16,37,38,39,53],abil:[6,8,9,10,15,102,116],abl:[31,34,39,84,86],abnorm:[15,39,42,53,63,64],abnormal_disposit:[63,64],about:[0,6,7,8,9,10,15,19,24,53,60,67,71,75,84,86,89,93,101,103,104,108,109,110,114,116,118,119,121,122,123,125,128,130,133,136,137,138,139,141,143,144],abov:[3,15,23,77,84,95,96,97,98,99,110,141,144],absenc:[15,144],absent:[4,5,11,12,13,14,15,17,18,27,28,30,32,40,41,53,116,122,123,128,130,133,136,138,139,141,143,144],absolut:[23,24,27,28,30,31,33,34,40,41,42,48,60,82,125,130,136],absolute_import:[24,60],acb:[58,61,63,64],acb_lib:[62,63],acbgen:62,acblib:[62,63],acc:[116,121],acceler:143,accent:53,accept:[0,2,3,6,8,9,10,22,23,24,32,42,47,53,59,60,67,73,79,80,89,90,91,93,95,101,115,118,119,120,125,126,130,131,136,144],accept_firmwar:[118,119],acceptable_statu:[119,144],access:[0,15,24,26,31,32,37,39,42,49,53,60,80,81,82,83,84,95,96,97,98,100,103,104,110,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,134,136,137,138,139,140,142,143],access_group:42,access_mod:[121,130],accomod:144,accord:[6,7,8,9,10],accordingli:[44,144],account:[15,23,83,100,114],accounting_inform:15,ace:15,achiev:[4,5,11,12,13,14,15,17,18,24,60,83],across:[13,115,144],act:[23,28,31,48,53,99],action:[3,7,8,9,10,15,19,21,24,26,32,48,53,60,63,64,67,82,89,92,93,101,114,118,135,136,137,138,144],action_nam:6,action_paramet:6,actionobjectid:82,activ:[5,15,37,38,39,43,49,53,62,65,72,86,104,114,116,117,119,120,121,125,126,130,131,132,136,137,138,144],activation_mod:126,activation_profile_nam:[119,125],actual:[19,23,41,53,135,137,144],adapt:[112,115,119,121,122,128,130,136,141,143,144],adapter1:[116,117,130],adapter2:130,adapter_count:[121,144],adapter_famili:117,adapter_id:[116,117],adapter_list:117,adapter_nam:[121,122,128,143,144],adapter_port:[122,128],adapter_port_uri:122,adapter_uri:143,add:[15,16,26,28,30,31,32,40,41,42,46,48,53,61,70,74,84,103,110,114,125,144],add_stylesheet:144,added:[15,19,24,27,28,31,35,36,39,40,41,42,43,46,53,60,63,70,71,104,110,121,144],adding:[27,45,63,144],addit:[3,15,16,20,22,23,29,36,37,38,39,49,50,52,54,59,62,70,77,82,85,95,96,97,98,104,106,107,114,116,117,118,119,120,121,122,123,125,126,128,129,130,131,133,134,136,138,139,140,141,142,143,144,145,146],addition:[24,49,60,103],additional_properti:[117,120,126,129,131,134,140,142,144],additionalinfo:82,address:[15,23,37,38,39,42,49,53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],adequ:[28,48],adher:103,adhoc:[24,60],adi:15,adjust:[15,104,144],admin:38,administr:[31,48,82,104,139],adrdssu:[28,29,42,48],advanc:53,advis:67,aes:[130,136],affect:[62,117,126,131,144],after:[15,16,23,24,28,30,31,34,36,39,40,41,42,46,48,53,60,63,64,70,83,100,101,104,114,118,119,121,122,125,128,130,135,136,137,138,143,144],afterward:53,again:[83,114,144],against:[0,15,24,35,60,110,114,136,137,138,144],age:[23,35],age_stamp:35,agent:15,agil:0,aging:15,ahead:15,aibridg:15,aicon:15,aiexit:15,aildelai:15,aim:[4,5,11,12,13,14,15,17,18],aiqmax:15,airdelai:15,akpfreq:15,alarm:[127,132],algorithm:[0,15,28],alia:31,alias:[23,24,31,53,60],align:[53,109],all:[0,3,9,11,13,14,15,17,19,20,23,24,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,55,60,62,64,65,66,67,68,69,82,84,86,88,95,102,103,104,109,110,114,116,117,119,120,121,122,123,125,126,128,129,130,131,133,134,136,137,138,139,140,141,142,143,144],alldzon:95,alloc:[3,4,11,12,13,14,15,17,19,28,29,31,32,35,37,39,42,43,46,47,48,62,63,64,67,125],allow:[11,15,22,23,24,31,32,39,41,42,47,53,55,60,67,88,92,93,101,116,119,125,133,136,139,144],allow_uid:41,alltzon:95,aloadtim:[6,7,8,9,10],alon:[6,7,8,9,10,19,20],along:[53,64,65,84,100,144],alpha:[42,114,144],alphabet:[6,7,8,9,10,55,133],alphanumer:[15,49],alreadi:[4,5,11,12,13,14,15,17,18,27,31,32,34,39,42,46,53,63,83,95,96,97,98,116,118,119,122,123,128,130,133,136,138,139,141,143,144],also:[0,1,6,7,8,9,10,11,19,20,21,26,27,29,33,40,53,55,58,62,63,64,67,68,70,72,77,78,80,82,83,84,88,95,96,97,98,103,112,114,115,119,122,123,125,128,133,136,138,139,141,143,144,146],alter:82,altern:[15,16,22,23,24,60,110,144],although:[0,51,104,105,127,132],alwai:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,25,27,28,30,31,32,33,34,38,40,41,42,43,44,45,47,48,53,62,64,65,66,67,68,69,81,82,83,103,104,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],am2:144,amaters:29,amod:39,amount:[5,15,29,32,42,63,64],analog:42,analysi:64,analysis_mod:64,analyz:64,angel:125,ani:[6,7,8,9,10,11,12,13,15,17,18,23,24,28,30,31,34,35,36,37,38,39,41,42,43,44,45,48,49,53,60,62,63,64,65,68,70,81,82,83,89,91,92,93,94,95,100,101,103,109,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],anoth:[15,23,27,30,31,33,40,41,42,43,53,144],ans1234:16,ansi:[31,53],ansibl:[1,3,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,39,40,41,42,45,46,48,49,50,52,53,54,56,58,60,61,68,69,70,71,72,74,75,77,78,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,104,106,107,108,109,112,114,115,122,128,130,136,143,144],ansible_collect:[0,103],ansible_collections_ibm_zos_cor:24,ansible_collections_ibm_zos_im:60,ansible_collections_ibm_zos_ims:60,ansible_config:[0,103],ansible_date_tim:30,ansible_fact:[24,36,53,60],ansible_hostnam:30,ansible_lint:144,ansible_python_interpret:110,ansible_sample_workflow_:[83,100],ansible_sample_workflow_sy1:83,ansible_shell_execut:[54,71],ansible_vers:[31,39,46],ansible_workflowname_:83,ansiblemodul:[24,60],ansitest:[6,7,8,9,10],anymor:114,anyth:107,anywher:[40,41],apar:[42,75,84],apf:[21,26,41,42,49,62],apfadm:27,apg:77,api:[0,1,3,6,7,8,9,10,15,19,20,24,27,30,40,41,42,52,53,60,72,75,77,82,84,86,95,96,97,98,99,103,106,109,112,113,114,116,117,118,119,120,121,122,123,125,126,128,130,131,133,136,138,139,141,143,144,145],api_polling_interval_second:[92,93,101],api_polling_retry_count:[92,93,101],api_vers:118,apist:[6,7,8,9,10],appar:15,appc:15,appear:[6,8,9,10,15,42,53,110],append:[15,27,30,31,33,34,35,40,41,103,104],applehelp:144,appli:[15,29,31,32,36,39,41,46,47,53,66,69,75,119,125,144,146],applianc:[130,136],applic:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,28,31,34,35,41,42,48,58,62,63,66,68,69,77,84,89,91,92,93,94,97,102,104,109,141],applid:[6,7,8,9,10,15,19],applmajorv:[6,7,8,9,10],applmicrov:[6,7,8,9,10],applminorv:[6,7,8,9,10],approach:[86,130,136],appropri:[0,6,27,31,53,56,77,84,89,90,91,92,93,94,101,103,110],approv:114,approxim:[28,53],appveyor:144,april:56,arch_level:36,architectur:[50,53,107],archiv:[0,26,29,42,48,50,53,103,114,144],archive_folder_test:48,arcroot:28,area:[15,28,31,32,42,48],arg:[24,46,60],arg_def:23,arg_typ:22,argpars:[22,23],argument:[22,42,46,53,70,83,95,96,97,98,99,144],around:[24,41,53,60],arr:[95,98],arrai:[82,89,92,144],artifact:[0,104],artifici:[116,122,128,130,136,139,141,143,144],as_resourc:6,asa:[31,53],asa_text:31,ascii:[31,71],asi:15,asid:[37,38,39,53],asif:23,ask:110,asm:114,asma90:39,asr:15,asrd:15,assembl:[53,66],assert:[24,60],assert_called_with:[24,60],assign:[6,7,8,9,10,15,16,24,31,37,38,39,46,49,60,83,95,96,97,98,100,125,127,132],assist:[16,53,82,84],associ:[6,7,8,9,10,15,19,27,31,42,43,48,50,62,65,77,83,84,89,90,92,93,95,100,101,119,127,132,136,137,138,141],associated_system_defined_user_role_nam:141,associated_system_defined_user_role_uri:141,assum:[6,8,9,10,15,16,24,30,31,33,34,40,41,42,44,46,60,77,89,90,91,92,93,94,95,96,97,98,99,101,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],asterisk:[27,29,38,44,95],asynchron:41,atb:[37,39],attach:[15,44,115,130,136,138,144],attempt:[31,32,39,92,93,101],attent:[82,114,127,132],attribut:[6,7,8,9,10,11,15,16,28,31,32,41,42,48,49,53,63,64,68,144],attribute1:[6,7,8,9,10],attribute2:[6,7,8,9,10],attribute3:[6,7,8,9,10],attribute4:[6,7,8,9,10],attribute5:[6,7,8,9,10],attribute6:[6,7,8,9,10],attributeerror:144,audit:[82,84],augment:25,autconn:15,auth:[42,103,144],auth_url:[0,103],authent:[6,7,8,9,10,15,24,60,75,80,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],authentication_typ:[139,144],author:[0,15,21,26,30,31,33,40,42,49,62,63,64,68,104,114,144],auto:[0,12,15,68,102,105,108,109,110,125,130,136],auto_commit:68,auto_reload:[31,39,46],autoasi:12,autocold:12,autocommit:68,autocvt:[24,60],autodb:[63,64],autodst:15,autogener:[130,136],autoinit:12,autoinstal:15,autom:[0,1,3,16,19,20,21,24,26,33,36,37,38,39,53,56,58,60,61,70,71,74,75,76,77,78,80,83,84,100,102,104,107,108,109,112,114,144],automat:[15,29,31,34,41,42,44,53,68,82,83,84,86,88,95,114,122,125,144],automation_hub:103,automationhub:[114,144],automov:[41,53],automove_list:41,autoresettim:15,autostart:12,autostart_overrid:12,autoswitch:15,autotag:[24,60],aux_temp_storag:[3,19],aux_trac:[3,19],auxiliari:[3,15,19],auxiliary_temp:19,auxtr:15,auxtrsw:15,avail:[0,6,7,8,9,10,15,23,27,28,29,30,31,32,33,34,36,39,40,41,42,46,48,49,56,65,71,102,103,104,108,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],available_features_list:144,ave:23,avoid:[0,22,23,30,33,40,53,144],await:44,awar:[30,36],awx:0,b1bf361886a4:125,b352:39,b447:119,b4d3:139,b67c:[128,130],b9dd:139,b_text:39,back:[3,9,21,26,27,29,30,31,34,39,40,41,42,46,48,49,53,61,122,128,143,144],backout:[11,15],backoutonli:15,backref:40,backrefer:40,backslash:43,backup:[0,26,27,30,31,32,33,34,40,41,42,49,53,118,123],backup_compress:33,backup_location_typ:118,backup_nam:[27,29,30,31,33,40,41,42],bad3:[136,138],bad:[53,144],bailei:23,bak:[27,30,31,33,40,41],bar:[15,28,31],basdefinev:[6,7,8,9,10],base64:42,base:[0,4,5,11,12,13,14,15,17,18,27,28,30,31,35,39,40,46,47,49,53,54,64,67,71,82,84,86,88,114,120,126,131,140,144],bash:[54,71],basi:[55,114,144],basic:[6,7,8,9,10,15,24,31,32,35,42,60,63,64,66,69,104,130,134,136,139],batch:[15,16,27,32,37,38,39,47,53,62,63,65,66,69,83,100],batch_result:[66,69],bc93:136,bd0a:[128,130],bdfeb245fc36:133,bear:53,becaus:[15,23,41,53,54,63,71,83,89,90,91,93,101,104,116,122,123,128,130,133,136,138,139,141,143,144,145],becom:[24,41,60,110,122,128,143],become_us:110,been:[0,16,19,22,24,29,31,33,38,39,42,48,53,60,84,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],befor:[4,5,11,12,13,14,15,17,18,20,23,24,27,28,30,31,39,40,42,46,49,53,56,60,62,63,64,71,86,92,93,101,103,104,109,110,114,118,119,125,144],beforehand:31,beg:38,begin:[15,23,27,30,31,38,39,40,44,46,63,64,74,83,100,127,132],beginnendn:30,behavior:[0,15,19,31,34,53,110,144],behaviour:9,behind:[24,53,60],being:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,27,29,30,31,32,34,39,40,41,46,53,66,69,101,114,122,123,128,130,133,135,136,138,139,141,143,144],belong:16,below:[3,15,19,24,42,53,55,60,82,100,110,117,126,130,131,136,144],benefici:[24,60],benefit:[24,60],besid:114,best:144,beta:[53,56,74,103,144],better:144,better_arg_pars:23,betterarg:22,between:[13,15,23,41,42,53,63,64,100,116,144],beyond:22,bf98:139,bgysc1310:27,bgysc1311:[30,40],bibliographi:144,big5:55,bin:[23,24,30,40,46,60,110],binari:[30,31,33,34,35,40,42,45,47,48,53,110],binconr:[6,7,8,9,10],binconsc:[6,7,8,9,10],bind:[66,123],binder:39,binsterr:[6,7,8,9,10],bit:[15,41],blake:23,blank:[5,18,42,49,53],bldl:15,blklgth:42,blksize:[28,39,48],block:[15,26,27,28,31,32,39,42,46,48,53,58,62,63,64,66,68,69,125],block_end_str:[31,39,46],block_siz:[28,31,32,42,48,63,64],block_start_str:[31,39,46],blog:[0,84],bmp:[63,64,68],bms:15,bodi:[6,7,8,9,10,30],bof:[30,40],book:[113,116,118,119,121,122,123,125,128,130,133,136,138,139,141,143],bool:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,33,34,37,38,39,40,41,42,43,44,46,48,49,62,63,64,65,66,68,69,81,82,83,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],boot1:130,boot:[125,127,130,132,136,138,144],boot_devic:130,boot_ftp_host:130,boot_ftp_insfil:130,boot_ftp_password:130,boot_ftp_usernam:130,boot_load_paramet:144,boot_network_devic:130,boot_network_nic_nam:130,boot_storage_devic:130,boot_storage_group_nam:[130,144],boot_storage_hba_nam:130,boot_storage_volum:[130,144],boot_storage_volume_nam:[130,144],bootstrap:63,bootstrap_dataset:63,both:[0,11,13,15,16,17,18,23,24,29,31,40,42,53,60,62,64,66,69,71,96,97,98,110,113,144],bottom:15,bound:77,box:[24,60],bpxprm00:30,bpxprmaa:41,bpxprmab:41,bpxprmxx:41,bpxw0003i:46,branch:[114,144],bridg:15,brief:0,bring:[1,21,58,72,78,112,144],brmaxkeeptim:15,broaden:144,broader:[1,19,21,58,70,72,74,78,84,112],broken:[24,60,74],browser:114,buffer:[15,42,43,63,64],buffer_pool_param_dataset:[63,64],bug:[0,2,19,22,53,59,70,73,79,108,114,144],bugfix:[0,19],build:[0,6,8,9,10,24,60,62,102,144],build_ignor:103,build_psb:62,builder:68,built:[0,15,19,22,62,103,114,144],builtin:45,bundl:[6,7,8,9,10,118,119,144],bundle_level:[118,119],bundledir:7,busi:43,buster:144,button:114,bwo:15,bypass:[31,110],byte_count:[37,39,42,53],bz2:[28,48,53],bzip:48,c05076d24d80016e:136,c1d5e2c9e3c5e2e3:[6,7,8,9,10],c3f6:125,c44338de:119,ca_cert:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],cab:[39,53],cach:[9,15],cadenc:0,calcul:[15,28],call:[15,19,24,27,30,32,37,40,41,53,55,60,62,65,66,67,69,70,75,77,81,95,96,97,98,99,144],callabl:42,can:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,45,46,48,49,53,54,55,56,60,61,62,63,64,66,67,68,69,70,71,75,76,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,109,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],cancel:[16,38,39,53],candid:[6,7,8,9,10,136,144],candidateassign:[6,7,8,9,10],candidatedescript:[6,7,8,9,10],candidategroup:[6,7,8,9,10],candidatenam:[6,7,8,9,10],candidateoverrid:[6,7,8,9,10],candidatesystemgroup:[6,7,8,9,10],candidatetyp:[6,7,8,9,10],candidateusag:[6,7,8,9,10],candidatevers:[6,7,8,9,10],cannot:[23,30,40,42,49,63,64,68,83,110,114,116,119,122,123,125,128,130,133,136,138,139,141,143,144],canon:119,cap:[125,130,136],capabl:41,capac:[0,53,116,125,136],captur:[40,53,89,91,93,101],card:[15,37,39,53,116,121,128,136,144],carefulli:110,cat:[0,30,63,64],catalog:[3,15,19,27,30,31,32,33,34,35,39,40,41,42,53,58,61,68,70,84,86,91,93,101],catalog_service_nam:101,catalog_service_namm:101,catalogu:53,categori:[0,3,82,83,84,97,101],category_nam:101,catlg4:47,catlg:[53,63,64],caught:53,caus:[15,24,37,39,53,62,64,70,114,117,119,120,125,126,127,129,130,131,132,134,140,142,144],caution:[31,53],cbp:125,cca:[116,121],ccg:47,cchh:49,ccsid:[15,41,55],cctext:65,cdsa:15,cdsasz:15,cedf:[6,7,8,9,10],cedfstatu:[6,7,8,9,10],ceemsg:15,ceeout:15,cemt:16,center:15,central:[15,70,125],certain:[24,60,63,67,76,80,88,125,133,136,139,141,144],certexpirywarn:15,certif:[6,7,8,9,10,15,53,81,82,83,100,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],certifi:[1,19,21,52,53,58,70,72,74,78,84,103,104,106,107,109,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],cesd:16,cf79:119,cfg:[0,45,103,104],chain:[6,7,8,9,10,15,47,53,81,82,83,100],chang:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,30,31,32,33,37,38,39,40,41,42,43,44,46,54,56,60,62,63,68,70,71,74,81,82,83,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],change_record_numb:101,changeag:[6,7,8,9,10],changeagrel:[6,7,8,9,10],changedataset:82,changelog:144,changetim:[6,7,8,9,10],changeusrid:[6,7,8,9,10],channel:[107,114,116,121,125,136],charact:[6,7,8,9,10,11,15,16,23,27,28,29,30,31,33,34,35,38,39,40,41,42,43,44,46,49,53,57,64,133,144],characterist:42,charset:[30,31,33,34,40,46],chdir:46,check:[4,5,14,15,23,24,26,31,32,34,41,48,49,53,60,63,82,83,100,114,137,144],check_format:27,check_req:114,check_timestamp:[63,70],checkout:114,checkpoint:[63,64],checksum:[31,34],child:[119,130,144],chkstrm:15,chkstsk:15,chmod:42,choic:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,30,31,32,35,39,40,41,42,46,48,53,54,62,63,64,66,69,70,71,82,83,100,116,118,119,121,122,123,125,128,130,133,135,136,137,138,139,141,143],chomp:42,choos:[16,24,35,56,60,103],chosen:55,chown:[28,31,48],cic:[2,5,18,19,20,27,89,91,92,93,94,102,105,108,109,110],cics13:35,cics_data_set:[3,11,12,13,15,19],cicsapi:[6,7,8,9,10],cicsbundl:[6,8],cicsdefinitionbundl:[7,8,9,10],cicsdefinitionprogram:9,cicslocalfil:9,cicsplex:[1,3,15,19,20],cicsprogram:6,cicsregion:9,cicssi:[6,8,9,10],cicssvc:15,cicsts61:[3,11,12,13,15],cilock:15,circumv:144,circumvent:144,citi:23,clarifi:144,classic:[115,117,119,120,125,127,131,141,144],classifi:20,clean:[0,53,104,114,144],clean_staging_dataset:63,cleanup:[114,144],clear:[24,60,110,125,144],clear_ind:[125,144],cli:[20,31,34],click:[114,144],client:[1,6,7,8,9,10,15,45,81,82,83,100,102,103],clintcp:15,clist:46,clock:125,clone:[0,103,114],close:[15,30,114],cloud:[84,86,87,89,90,91,93,94,103],clsdstp:15,clt:15,cluster:[35,42,53,125],cma:[6,7,8,9,10,15],cmci:[1,3,6,7,8,9,10,19],cmci_:0,cmci_act:[3,19],cmci_cert:[6,7,8,9,10],cmci_creat:[3,19],cmci_delet:[3,19],cmci_get:[0,3,6,8,10,19],cmci_group:19,cmci_host:[6,7,8,9,10],cmci_kei:[6,7,8,9,10],cmci_password:[6,7,8,9,10],cmci_port:[6,7,8,9,10],cmci_upd:[3,19],cmci_us:[6,7,8,9,10],cmd:[16,30,31,40,41,42,43,46,53],cmdprot:15,cmdsec:15,cna:144,cnv:[39,53],cobolsrc:31,coboltyp:[6,7,8,9,10],cobu:35,code:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,30,31,34,35,37,38,39,41,42,43,46,47,49,53,55,60,62,63,64,65,66,67,68,69,82,118,144],codec:110,cogpsbl2:69,cogpsbl:69,cold:[12,13,15],colleciton:144,collect:[1,2,3,11,15,16,19,20,21,24,25,26,36,37,38,39,50,51,52,53,54,56,58,60,61,67,70,71,72,74,75,76,77,78,80,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,105,106,107,108,109,112,114,115,139,144,145,146],colo:[130,136],colon:[66,69],column:[42,53,114],com:[6,7,8,9,10,81,95,96,97,98,99,103,114,144],combin:[6,8,9,10,23,42,62,70,114,116],come:[36,50,51,102,105],comma:35,command:[0,6,7,8,9,10,15,16,19,20,21,24,26,27,28,30,31,34,35,41,42,44,46,48,49,53,55,58,60,61,62,71,80,82,95,96,97,98,99,103,104,107,109,110,114,115,121,127,130,132,136],command_input:62,comment:[0,2,22,31,39,40,41,46,59,73,77,79],comment_end_str:[31,39,46],comment_start_str:[31,39,46],commit:[68,114,144],common:[15,27,29,30,33,34,39,40,52,53,104,106,107,144],commun:[2,15,16,22,46,51,59,73,79,102,103,104,105],communicationsserv:15,comn01:27,comnuc:35,compar:[32,35,83,125,144],compat:[28,144],compil:[44,66,67,69],complement:50,complet:[6,8,16,24,31,32,37,38,39,41,43,46,49,53,60,65,67,83,84,88,89,90,91,92,93,101,118,119,136,138],complete_check_delai:100,complete_check_tim:100,complex:[0,6,8,9,10,23,28],complex_filt:[6,8,9,10],complianc:70,compliant:144,complic:[6,8,9,10],compon:[15,20,35,53,56,72,75],compos:[6,7,8,9,10],compress:[28,29,33,48,62,70],comput:[28,31,36,53],concaten:[15,42,62,63,64,68],concept:116,concurr:[6,7,8,9,10,15,62],cond:[37,39],condit:[0,11,12,13,15,17,18,31,44,49,53,95,127,132,144],condition:53,conf:[31,114],confdata:15,config:[24,60],configur:[6,7,8,9,10,15,19,22,23,27,30,31,33,39,40,41,46,53,54,59,71,75,77,82,83,84,86,89,101,102,103,104,109,110,112,116,118,121,130,136,137,138,141,144],conflict:[0,83,100,144],conform:[15,63],conftxt:15,conjunct:[0,22,42],connect:[0,3,6,7,8,9,10,15,20,24,44,60,75,86,102,103,110,123,136],connect_vers:[6,7,8,9,10],conntent:130,consecut:[64,133],consid:[15,23,24,35,41,42,46,60,63,64,83,114,127,132],consist:[15,53,83,100,103,104,144],consnam:16,consol:[15,16,43,103,104,112,113,114,115,118,123,133,136,139,141,144],consolid:62,constant:[24,60],constraint:114,construct:[15,30,40,130],consult:[6,31,53],contact:[24,60,110],contain:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,26,27,28,29,30,31,34,35,37,38,39,40,41,42,43,44,45,46,49,53,60,61,62,63,64,67,68,70,76,80,82,84,88,89,95,96,97,98,99,104,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],content:[1,2,4,5,11,15,16,17,18,19,21,22,23,24,29,30,31,32,34,35,37,39,40,41,42,43,44,47,48,49,52,53,58,59,60,62,63,64,66,68,69,70,72,73,74,78,79,83,84,88,100,103,104,106,107,109,110,112,114,125,130],content_typ:[37,39],context:[6,7,8,9,10],contigu:15,continu:[0,15,31,34,39,42,46,53,110],contribut:[102,104],control:[0,3,6,7,10,11,12,15,16,20,25,26,28,31,34,39,41,42,46,48,49,50,53,56,58,61,62,63,64,66,67,68,71,82,83,84,89,91,92,93,94,100,103,110,121,125,130,136,139,144],control_domain:121,control_stat:63,convent:[29,31,63,103],convers:[15,28,29,30,31,33,34,40,48,144],convert:[16,30,31,33,34,37,38,39,40,41,46,53,55],coordin:[53,102],copi:[6,7,8,9,10,15,21,24,26,28,34,37,39,41,42,46,48,50,53,55,60,66,69,103],coprocessor:[121,130,136],core:[0,20,25,26,41,50,52,53,54,56,58,70,102,105,106,108,109,110,114,125,144],corp:36,correct:[30,31,40,53,144],correctli:[46,53,110,144],correspond:[6,15,19,28,31,34,41,46,48,53,64,67,99,104,107,108,114,125,144],corrupt:53,cost:54,could:[0,24,31,37,38,39,46,49,53,60,83,144],count:[9,15,37,39,44,116,133,135,136,144],counter:[15,130,136],countri:23,coupl:[0,15],cover:[19,84,112,113,114,144],coverag:[70,114,144],coveral:144,cpc1:[117,119,126,129,131,141],cpc2:141,cpc:[115,116,117,121,122,125,126,127,128,129,130,131,132,136,137,138,141,143,144],cpc_list:[120,135],cpc_name:[116,117,121,122,125,126,127,128,129,130,131,132,136,137,138,143],cpca:[117,119,120,126,129,130,131,136],cpca_sg_mgmt1:136,cpca_sg_part1:119,cpca_sg_part2:119,cpid:125,cpm_template_nam:93,cpsm610:15,cpsm:[6,7,8,9,10,15],cpsm_data_set:15,cpsm_reason:[6,7,8,9,10],cpsm_reason_cod:[6,7,8,9,10],cpsm_respons:[6,7,8,9,10],cpsm_response_cod:[6,7,8,9,10],cpsmconn:15,cpu:[36,37,39,112,125],creat:[0,1,3,5,10,18,19,21,24,27,28,29,30,31,32,33,35,37,38,39,40,41,42,44,46,48,49,53,60,62,63,65,68,69,72,74,76,83,84,86,88,90,95,96,97,98,100,103,104,114,115,117,118,119,120,121,123,124,125,126,127,129,131,132,134,135,137,140,142,144],create_dataset:[24,60],create_paramet:7,createinstancedirectori:83,createno:68,createy:68,creation:[5,18,32,53,77,83,100,114,135,144],creation_d:[35,37,38,39],creation_tim:[37,38,39],credenti:[74,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],creslib:67,cresp1:[6,7,8,9,10],cresp2:[6,7,8,9,10],criteria:[6,8,9,10,16,35,37,38,64,77],critic:[42,88,127,132],crl:15,crlprofil:15,cross:[15,68,130,136],crt:81,cryp00:121,cryp01:121,crypto1:121,crypto:[115,116,130,136,144],crypto_adapter_nam:130,crypto_adapter_uri:130,crypto_configur:[121,130],crypto_domain_configur:130,crypto_numb:144,crypto_typ:[116,121,144],cryptograph:141,cryptographi:144,cryptographydeprecationwarn:144,crystal:23,csd:[3,7,9,10,15,16,19],csdacc:15,csdapi:[6,7,8,9,10],csdbkup:15,csdbufnd:15,csdbufni:15,csdcopi:6,csddisp:15,csddsn:15,csdfrlog:15,csdgroup:[6,7,8,9,10],csdinteg:15,csdjid:15,csdlsrno:15,csdrecov:15,csdrecovsystem:15,csdrl:15,csdstrno:15,csdup:[11,19],csi:88,csi_data_set_nam:95,csi_query_respons:95,csi_query_response_fil:95,csp:47,cspf1:[121,130],csvapf:27,ctl:65,cts610:15,cull:35,curl_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],currency_symbol:23,currency_typ:23,current:[0,2,4,5,11,12,13,14,15,17,18,22,23,27,28,31,34,35,38,42,48,49,54,56,59,66,68,69,71,72,73,79,82,83,89,93,100,101,103,114,117,120,125,126,130,131,136,137,139,144],currentloc:[6,7,8,9,10],currnetli:130,currtask:9,custom:[3,15,16,22,27,28,30,31,48,67,76,89,91,92,93,94,125,133],customiz:30,cve:144,cwa:15,cwakei:15,cycl:[56,109],cyl:[4,5,11,12,13,14,15,17,18,28,29,31,32,39,42,48,49],cylind:[4,5,11,12,13,14,15,17,18,49],cyp:[24,60],d0000101:[37,39],d0000102:[37,39],d0000103:37,d112:116,d113:136,d17:47,d52:47,d67:47,dae:15,dai:[15,35,64,114],dapter_count:144,darv1:42,dasd:49,data:[1,3,6,7,8,9,10,11,12,13,14,19,21,22,23,25,26,27,33,37,39,41,42,46,47,49,50,53,54,55,58,61,62,63,64,65,66,67,69,70,71,88,90,96,97,98,110,116,117,118,119,120,121,122,123,125,126,128,130,131,133,136,138,139,141,143,144],data_class:[63,64],data_set:[11,15,23,29,35,39,53,66,69],data_set_bas:23,data_set_memb:23,data_set_nam:[3,4,5,11,12,13,14,15,17,18,27,42],data_set_or_path:23,data_set_organ:[4,5,11,12,13,14,15,17,18,19],data_set_typ:34,data_stor:41,databas:[15,31,42,58,62,63,64,66,67,68],datacla:39,dataloc:[6,7,8,9,10],dataset:[24,27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53,60,62,67,68],dataset_nam:[63,64],datasetcreateerror:[24,60],date:[15,23,27,35,37,38,39,53,56,114,127,132,144],datform:15,db2:[89,91,92,93,94],db2conn:15,db2entri:15,db2f0bec:[128,130],db2run:30,db2sms10:29,db2ssid:30,db682456:136,dbc1:43,dbctl:15,dbctlcon:15,dbd1:[62,66],dbd2:[62,66],dbd3:[62,66],dbd4:62,dbd5:62,dbd6:62,dbd:[58,61,62,63,64,67],dbd_lib:[62,63,64,67],dbd_name:[62,66],dbdgen00:39,dbdgen:[39,66,70],dbdlib1:62,dbdlib2:62,dbdlib3:62,dbdlib:[39,62,63,64,66,67],dbdname:62,dbdsrc:39,dbf000:64,dbrc:[58,61,63,64],dbrc_output:67,dbrm:31,dbver:64,dcb6d966:123,dcb:37,dd_concat:[42,53],dd_data_set:[42,53],dd_dummi:42,dd_input:[42,53],dd_name:42,dd_output:42,dd_unix:[42,53],dd_vio:42,ddde026c:119,ddl:[58,61],ddmmyi:15,ddnama:53,ddname:[37,39,47,53,66,69],dds:[42,53],deactiv:[15,119,125,144],dead:41,deal:144,debug1:[83,100],debug:[15,24,60,62,90,144],debugtool:15,dec:56,decid:53,decim:[15,28,31,41,48,116,119,122,123,125,128,130,133,136,138,139,141,143,144],declar:3,decod:[53,110],decodeerror:53,decompress:29,dedbjn21:66,dedbjnv1:66,def:[11,23,24,60],default_group_nam:139,default_group_uri:139,default_sysout_class:15,defer:15,defin:[4,5,7,11,12,13,14,15,16,17,18,22,27,28,29,30,31,32,39,41,42,46,48,49,53,55,63,64,66,68,70,72,82,83,90,95,96,97,98,104,110,114,116,118,119,122,123,125,128,130,133,136,138,139,140,141,142,143,144],definesourc:[6,7,8,9,10],definetim:[6,7,8,9,10],definit:[1,3,6,8,11,12,15,16,19,23,37,39,42,58,61,66,83,100,115,133,139,144],degrad:[130,136],delai:[15,42,53,139],deleg:[0,20,109],delegate_to:[20,86],delet:[1,3,4,5,11,12,13,14,15,17,18,19,27,28,29,31,32,34,39,42,47,48,53,62,63,64,67,70,72,76,83,100,114,116,122,123,125,128,130,133,135,136,138,139,141,143,144],delete_dbd_by_vers:64,delimit:31,deliv:0,deliveri:15,demand:15,demetri:23,demo01:49,demo02:49,demo03:49,demo0:49,demo:[39,84],demonstr:[19,53,104,135],deni:[24,60],denot:103,depend:[0,20,22,26,28,31,32,36,42,48,53,54,56,59,71,83,84,86,92,103,108,109,110,114,144],dependabot:144,deploy:[0,102,104],deprec:[19,110,114,139,144],deprovis:[1,3,19,89,92,94],depth:23,deriv:15,des:[130,136],describ:[0,27,30,31,33,40,41,43,56,63,64,65,66,92,95,96,97,98,99,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],descript:[6,7,8,9,10,23,24,53,60,62,67,77,82,83,89,95,100,114,116,117,119,120,121,122,123,125,126,128,130,131,133,136,138,139,141,143,144],descriptor:[15,37,38,39,49,58,62,66,82,84,86],design:[22,23,24,60,114],desir:[23,24,28,32,41,42,48,53,60,82,83,116,117,119,121,122,123,125,126,128,130,131,133,135,136,137,138,139,141,143,144],desktop:109,dest:[28,31,33,34,47,48,53,66,69],dest_creat:31,dest_data_set:[28,31,48,53],dest_dataset:53,dest_path:48,dest_stat:28,dest_volum:48,destin:[5,15,18,27,28,29,30,31,33,34,39,40,41,46,48,53,55],destination_attribut:31,destinatt:41,destmem:31,detach:[121,137],detail:[0,3,6,8,9,10,16,19,25,31,53,71,75,84,86,95,104,108,109,114,116,117,119,120,121,122,125,126,128,130,131,137,143,144],detect:[15,31,34,39,46,48,53,83,100,116,121,136],determin:[0,6,7,8,9,10,15,23,29,31,33,35,39,41,42,46,48,53,55,63,64,82,83,84,96,97,98,103,104,125,127,132,144],dev1:[41,114],dev2:41,dev3:41,dev4:41,dev5:41,dev6:41,dev7:41,dev9:41,dev:[103,114,130,136,144],develop:[52,56,102,106,144],devic:[15,16,29,31,41,42,43,49,118,125,128,130,136,138],device_numb:[122,128,143],dfb2147a:[116,119],dfh:[9,15,27],dfhauxt:[5,15],dfhbuxt:[5,15],dfhccutl:13,dfhcnv:15,dfhcsd:[11,15],dfhcsdup:[11,16],dfhcxrf:15,dfhdip:15,dfhdmpa:[15,18],dfhdmpb:[15,18],dfhgcd:[3,12,15],dfhintra:[15,17],dfhlcd:[13,15],dfhlist:15,dfhlrq:[14,15],dfhrmutl:12,dfhrpl:15,dfhsip:15,dfhsm0136i:15,dfhstart:15,dfhtcp:15,dfhtemp:[4,15],dfhterml:15,dfltuser:15,dfs3139i:44,dfs3id00:68,dfs3pu00:63,dfs3pu10:64,dfs4434i:63,dfs4810i:64,dfs671i:64,dfscp001:63,dfsdf_member:[63,64,70],dfsdfcat:[63,64],dfsdfxxx:[63,64,68,70],dfsmsdss:[28,29,48],dfsmsrmm:82,dfsort:42,dfsrrc00:42,dfsvsmhp:[63,64],diagnost:[6,7,8,9,10,43,130,136],dialog:114,dict:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,27,28,29,31,32,33,34,36,37,38,39,41,42,44,46,47,48,49,63,64,65,66,67,69,82,83,89,92,93,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],dictionari:[6,8,9,10,15,23,24,27,36,37,38,53,60,89,92,93,116,119,122,123,125,128,130,133,136,138,139,141,143,144],did:[41,53,82,114,144],differ:[0,3,6,8,9,10,15,19,20,23,26,28,31,32,34,39,46,53,54,56,61,63,68,71,80,83,100,125,141,144],difficulti:144,digit:[38,49,63,64],dip:15,dir:[30,31,40],direct:[24,31,34,42,49,60,136],directli:[11,15,24,31,60,62,63,68,95,139],directori:[0,15,23,25,28,31,32,33,34,35,39,40,41,42,46,48,53,54,63,64,68,71,83,89,90,91,92,93,94,95,96,97,98,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],directory_block:[28,31,32,42,48],directory_dataset:63,directory_staging_dataset:63,disabl:[6,7,8,9,10,15,139,144],discard:[8,19],discord:107,discourag:[54,71],discov:[114,136,144],discover_timeout:136,discover_wait:136,discoveri:[136,144],discuss:[53,104,107],disk:[49,53,125],dismacp:15,disp:[30,31,32,39,40,53],dispatch:15,displai:[15,26,27,43,53,84,86,89,90,91,93,95,96,97,98,99,101,114,144],disposit:[15,30,32,40,42,63,64],disposition_abnorm:[42,53],disposition_norm:[42,53],disrupt:[60,139],dist:114,distinguish:123,distribut:[15,71,102,103,110,114,144],divis:[24,60],dli:[63,64,68],dlib:95,dlord6:39,dmod:[30,53],dmp:119,dmy:37,dns:[125,130,136],doc:[0,6,7,8,9,10,24,26,53,60,74,80,95,96,97,98,99,110,114,115,144],doccodepag:15,docker:144,docs_build:114,docs_loc:114,docsloc:114,doctor_appointment_d:23,document:[1,3,6,8,9,10,15,19,20,21,25,26,30,31,33,34,39,40,41,42,44,46,50,53,58,61,62,70,71,72,74,75,76,78,80,82,84,86,87,88,102,104,107,110,112,115,144],doe:[0,4,5,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,40,42,46,48,49,53,60,62,63,66,68,69,82,83,100,114,116,117,122,123,125,126,128,130,131,133,135,136,137,138,139,141,143,144],doesn:[4,6,7,10,11,12,13,14,17,19,31,95,96,97,98,110],doing:[31,34],domain:[13,15,93,121,130,144],domain_config:121,domain_index:130,domain_nam:93,domain_rang:121,don:[20,34,41,42],done:[27,30,31,34,36,40,41,86,114,144],dopt:[63,68],dot:103,dotal:44,doubl:[29,30,43,53],down:16,download:[54,71],dpm:[115,116,119,120,121,122,126,128,130,132,136,137,138,141,143,144],dpm_enabl:120,draft:114,drain:41,drive:[0,24,60,82,86],drop:[42,68,144],dropdown:103,ds1:[27,42],ds2:27,ds3:27,ds_name:[24,30,60],ds_name_2:30,dsa:15,dsalim:15,dsed:40,dsedhelp:40,dshipidl:15,dshipint:15,dsi:44,dskeylbl:42,dsmembr1:66,dsmembr2:66,dsmembr3:66,dsmembr4:66,dsn120:47,dsn130:47,dsn210:47,dsn3epx:43,dsn:[3,4,5,11,12,13,14,15,17,18,30,39],dsname:[9,15,24,47,60],dsncat:47,dsntep12:30,dsntep2:30,dsntype:42,dsrtpgm:15,dtrpgm:15,dtrtran:15,due:[0,24,60,144],dummi:[37,39],dummy_dict:[24,60],dump:[3,15,19,29,63,130],dumpd:15,dumpsw:15,dupact:6,duplic:[53,63,70,144],duplist:63,durat:[37,39,53],dure:[4,5,11,12,13,14,15,16,17,18,19,23,24,29,30,31,32,34,37,40,41,42,43,44,48,53,60,62,68,75,81,82,83,86,104,125,144],duretri:15,dynalloc:[53,67],dynam:[15,27,63,67,72,76,116,121,122,128,130,136,137,138,143],dynamic_allocation_dataset:67,dynamic_programview:68,dynamicprogramview:68,dynamstatu:[6,7,8,9,10],dzp:29,e03d413a:136,e0ea33d6:136,e1274d16:121,e30bb920f912:83,e3a63476c2f8:141,e578:[116,119,121,128,130,136],e730:[6,7,8,9,10],e8c098cb:141,e8d8:49,each:[0,3,6,7,8,9,10,15,19,24,26,28,30,31,32,41,42,46,47,48,51,52,53,54,55,56,60,61,63,66,67,69,71,76,80,84,86,88,92,93,100,101,102,103,104,105,106,107,109,114,115,116,117,119,120,126,129,131,134,135,140,141,142,144],earlier:[103,144],easi:[0,84,86,88,102,104,114],easiest:0,easili:[0,41,104,144],ebcdic:[37,39,55],ec33017a:43,ec33018a:36,ecdsa:15,ecdsasz:15,ecosystem:102,edc5129i:110,edd782f2:[136,138],edg:82,edit:[21,30,83,114],edsalim:15,eee82e26937c:125,effect:[4,5,11,12,13,14,15,17,18,24,42,114,144],effort:102,eibfn:[6,7,8,9,10],eibfn_alt:[6,7,8,9,10],eight:31,either:[6,8,9,10,12,15,19,20,23,27,28,29,30,31,33,34,35,40,41,42,43,44,48,53,62,63,64,70,81,83,84,86,100,104,109,114,144],eject:15,elaps:[15,43,53],element:[6,8,9,10,15,23,27,28,32,35,36,37,38,39,41,42,44,45,47,48,49,55,62,63,64,65,66,67,68,69,70,82,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,138,140,141,142,143,144],elev:110,elig:[6,7,8,9,10,15,64],els:31,email:139,embed:53,emerg:[15,53],empti:[4,5,11,13,14,15,17,18,28,31,36,39,46,53,63,65,66,69,114,116,119,122,123,125,128,130,133,136,138,139,141,143,144],emul:39,enabl:[0,15,16,30,32,40,42,45,50,53,63,64,68,102,103,104,109,121,125,130,136,141,144,145],encapsul:[41,145],enclos:46,encod:[21,23,26,30,31,34,39,40,42,45,46,48,53,55,71],encount:[39,42,53,110],encourag:[0,2,22,41,59,73,79,104,107],encrypt:[42,81,82,83],encryption_key_1:42,encryption_key_2:42,encryptptkt:15,end2end:[114,144],end2end_mock:[114,144],end:[4,5,6,8,9,10,11,12,13,14,15,17,18,23,24,27,28,30,31,37,38,39,40,42,46,48,49,53,56,60,77,89,90,91,92,93,94,101,127,132,135],end_stat:[4,5,11,12,13,14,15,17,18,19],endpoint:109,enf:15,enforc:[15,29,41,53],engin:[31,39,46],enhanc:[19,49,53,70,71,114,144],enrich:144,ensur:[4,5,12,13,14,17,20,24,27,28,30,31,33,34,40,41,42,48,49,53,60,110,116,119,121,122,123,125,128,130,133,136,137,138,139,141,143,144],enter:[0,56,77,81],enterpris:[0,20,24,53,56,60,70,71,102,109,110],entir:[4,5,11,12,13,14,15,17,18,29,32,42,53,64,68,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],entiti:27,entitl:0,entri:[5,6,7,8,9,10,15,27,37,39,41,42,45,49,53,95,144],entrypoint:[6,7,8,9,10],env:144,enviorn:15,environ:[6,7,8,9,10,15,24,28,31,34,46,48,60,71,72,76,103,104,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],environment_var:[62,63,64,67,68],environmenterror:[24,60],eod:37,eodi:15,eof:[30,40],eol:56,ep11:[116,121],epcdsa:15,epcdsasz:15,epudsa:15,epudsasz:15,equal:[6,8,9,10,35,41],equival:[6,7,8,9,10,24,60,63,67],erdsa:15,erdsasz:15,errno:[24,60,110],error:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,27,29,30,31,35,37,39,40,41,42,46,53,60,63,64,66,68,69,70,82,84,95,96,97,98,102,104,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],errorcod:[6,7,8,9,10],errormax:63,erroroper:[6,7,8,9,10],esa:49,escal:[27,30,31,33,40],escap:[43,44,46,53],esd:[31,32,42,63,64],esdsa:15,esdsasz:15,esm:15,esmexit:15,essenti:[31,34,53],establish:[6,7,8,9,10,15],estim:[15,37],etc:[23,30,31,34,35,39,40,42,43,46,52,84,100,103,106,114],euccn:55,eucjc:55,eucjp:55,euckr:55,euctw:55,eudsa:15,eudsasz:15,evalu:[16,37,38,53],even:[9,15,25,29,31,53,130,144],event:[15,53],everi:[15,30,40,53,95,96,97,98,144],everyth:28,exactli:29,examin:[35,110,144],exampl:[0,1,3,20,22,26,52,53,55,56,71,103,104,106,110,114,115,144],example1:65,exampledbd:66,exce:[15,27],exceed:[37,53],except:[15,20,23,24,41,53,60,84,96,116,122,123,125,128,130,133,136,138,139,141,143,144],excl:[63,64],exclam:[37,39],exclud:[15,16,28,29,35,41,48,53,119,141,144],exclude_sourc:28,exclus:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143],exec:[15,37,39,47,83,100],execkei:[6,7,8,9,10],execut:[0,3,4,5,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,44,46,48,49,50,53,54,60,61,62,64,66,67,68,69,71,80,95,96,97,98,99,100,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],executionset:[6,7,8,9,10],exempt:[31,34,39,46,48],exercis:31,exist:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,28,29,30,31,32,34,40,42,46,48,49,53,60,63,66,69,71,82,83,95,96,97,98,100,104,116,122,123,125,128,130,133,135,136,138,139,141,143,144],existingassign:[6,7,8,9,10],existingdescript:[6,7,8,9,10],existinggroup:[6,7,8,9,10],existingnam:[6,7,8,9,10],existingoverrid:[6,7,8,9,10],existingsystemgroup:[6,7,8,9,10],existingtyp:[6,7,8,9,10],existingusag:[6,7,8,9,10],existingvalu:[83,100],existingvers:[6,7,8,9,10],exit:[15,28,31,53,92,93,101],exitlib:67,expand:[28,39,40,50,62,125,130,136,139,144],expand_crypto_adapt:[130,144],expand_storage_group:[130,144],expanded_exclude_sourc:28,expanded_sourc:28,expans:28,expect:[23,24,31,32,35,49,60,66,69,80,82,92,93,101],expected_result:82,expir:[15,133,139],expiri:15,explain:[19,22,24,60,84],explan:[0,39],explanatori:45,explicit:15,explicitli:[47,53,125,144],exploit:41,express:[6,8,9,10,25,30,35,40,44,53,116,117,121,136,144],ext:[37,39],extend:[15,28,33,41,42,53,56,118,130,136,144],extens:[29,114],extent:[19,53],extern:[6,7,8,9,10,15,42,89,90,103],external_nam:[89,90,93],external_software_nam:90,extpref:35,extract:[16,37,38,48,53],extractor:144,extreq:35,exxdsa:15,eyj0b2tlmvhcmvyiiwici:81,eyj0exaioijkv1qilcjhbgcioijsuzi1nij9:81,eyu_cicsnam:[6,7,8,9,10],eyu_cicsrel:[6,7,8,9,10],eyu_reserv:[6,7,8,9,10],eyuda:[6,7,8,9,10],f02e2632:[136,138],f1b97ed8:130,f433:[119,128,130],f651:141,f76ac7fb8b82:139,f920:39,fabric:[116,136],face:0,facil:[15,26,28,31,48,49,53,62,63,64,78,82,84,85],fact:[0,26,29,30,116,118,119,121,122,123,125,128,130,133,136,137,138,139,141,143,144],factor:[0,139],fail:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,27,30,31,32,34,36,38,39,40,42,46,48,53,65,68,82,83,84,104,125,136,137,139,144],fail_on_miss:34,fail_on_nodata:[9,19],failur:[0,16,22,23,27,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,49,53,62,66,68,69,92,93,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],fall:[31,34,39,46,48],fallback:53,fals:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,53,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],famili:[116,117,119,121,128,136],faq:102,far:[24,60],fast:[36,42],fba:[28,31,32,42,48,63,64],fcp:[116,119,122,130,136,138,144],fcp_120_san1_02:[116,119],fcp_124_san1_03:136,fcqronli:15,fct:15,featur:[0,2,15,22,50,59,73,79,122,130,136,137,138],feb:[37,56],februari:37,feedback:[6,7,8,9,10,19],fepi:15,fetch:[21,26,28,31,41,50,53,144],fetchcnt:[6,7,8,9,10],fetchtim:[6,7,8,9,10],few:[0,144],ff000000:[6,7,8,9,10],ficon:[116,117,119,130,136,144],field:[0,15,19,39,42,53,62,65,66,67,69,82,130,144],fifo:42,file:[6,7,8,9,10,11,15,19,21,24,26,27,29,30,31,33,34,35,37,39,40,42,45,46,53,54,55,60,66,69,70,71,77,81,82,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],file_data_typ:42,file_nam:[27,30,31,33,40,41],file_with_your_certificate_chain:81,file_with_your_private_kei:81,filedata:42,filedef:15,filenam:[31,95,96,97,98,99],filenotfounderror:[31,41],filesi:41,filesystem:[23,30,31,41,48,100],filetag:[24,60],fill:[42,89,90,92,93,101],filter:[0,6,8,9,10,21,27,35,36,37,38,44,53,77,95,116,117,123,127,132,144],filter_wtor_messag:25,final_result:84,find:[6,21,26,31,39,46,53,77,83,110,144],fine:23,finish:[46,144],firmwar:[118,119,122,125,136,137,138,144],first:[9,15,23,29,30,31,33,34,35,39,40,41,42,46,47,53,63,64,104,107,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],firstmatch:40,fit:144,fix:[19,31,53,54,70,71,74,84,96,97,108,114,144],fixcat:88,fixtur:[24,60],flag:[15,19,24,28,31,41,44,60,68],flake8:[114,144],flashcopi:42,flat:34,fldsep:15,fldstrt:15,flexibl:[50,56,84,86,104,144],floor:144,flow:[53,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],flu:[39,53],flush:[39,53],fme:15,fmid:[54,71,95],fnmatch:36,fold:[42,95],folder:[0,24,28,60],follow:[0,11,15,19,20,23,24,25,26,27,28,29,30,31,36,38,42,46,48,49,56,60,61,63,68,80,82,86,89,90,91,92,93,95,96,97,98,99,101,103,104,109,110,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],fom:42,foo:[28,31,35,41,48],foo_archive_test:28,foo_bar_archive_test:28,foobar:139,forc:[0,15,27,28,30,31,32,40,41,48,53,103,125,139],force_complet:100,force_dynam:27,force_lock:[31,53],forceqr:15,forcibl:100,fork:[0,144],form:[15,95],format:[6,7,8,9,10,15,23,24,27,28,31,32,38,41,42,48,53,60,62,63,64,65,66,67,69,74,81,82,83,84,86,89,90,91,92,93,95,98,100,101,102,103,125,130,144],format_opt:[28,48],forward:[11,15],found:[3,6,7,8,9,10,12,13,19,28,30,31,32,34,35,37,38,39,40,42,48,49,53,83,100,103,110],four:[0,15,114],fqn:41,fragment:144,framework:[24,60,86],free:15,freespac:42,fridai:39,from:[0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,55,60,61,62,63,65,66,67,68,69,70,71,72,74,77,80,83,84,90,91,92,93,94,95,96,97,98,100,101,102,103,108,109,110,114,115,117,118,121,125,126,127,130,131,132,135,136,137,141,144],from_encod:53,front:15,fs_type:[41,53],fsstaff:15,fsum8976:31,ftimeout:15,ftp:[118,130,136],ftppass:130,ftpuser:130,fulfil:[119,136,138],full:[15,29,35,43,53,68,92,94,110,114,136,139,144],full_properti:[117,120,126,129,131,134,140,142,144],full_volum:29,fullapi:[6,7,8,9,10],fulli:[15,25,31,41,53,116,119,121,122,123,128,130,133,136,137,138,139,141,143],fulll:77,function_numb:144,function_rang:144,further:[22,53,71,104],futur:[2,22,24,59,60,73,79,82],ga1:113,ga2:113,galaxi:[0,19,53,70,74,84,102,108,110,114,144],galaxy_api_kei:114,galaxy_serv:103,gap:125,gatewai:[125,130,136],gather:[0,26,31,35,41,63,110,116,118,119,121,122,123,125,128,130,133,136,137,138,139,141,143,144],gather_fact:[77,89,90,91,92,93,94,95,96,97,98,99,101],gather_subset:36,gener:[15,19,24,27,30,31,32,33,37,40,41,42,47,53,56,58,60,61,63,64,65,67,82,83,84,89,92,93,94,101,102,110,114,122,125,127,132,136,137,138,144],genjcl:67,genjcl_input_dataset:67,genjcl_output_dataset:67,get:[0,6,8,9,10,16,19,23,24,27,40,41,44,60,88,102,103,104,107,114,115,117,118,119,120,122,123,125,126,128,129,130,131,133,134,136,138,139,140,141,142,143,144],get_cpc_io:144,get_fact:144,get_paramet:[6,8,9,10],gid:[31,41],gigabyt:35,git:[0,2,22,59,73,79,103,114,144],github:[0,19,53,70,74,84,102,103,104,110,114,144],give:[28,31,48],given:[15,28,31,35,37,40,43,44,48,49,53,77,83,89,90,91,92,93,94,95,96,97,98,99,101,114],glob:28,global:[3,13,15,19,82,83,95,100,130,136],global_catalog:[3,13,19],gmt:15,gmtext:15,gmtran:15,gntran:15,goe:[22,31],going:53,good:104,gov:144,granular:[84,86],greater:[6,8,9,10,15,31,33,34,35,38,39,127,132],greatli:76,grep:0,grname:15,group:[0,6,7,8,9,10,11,15,19,28,31,37,39,40,42,46,48,53,77,82,88,104,115,119,125,130,138,139,141,144],group_var:104,grplist:[15,16],gsam:63,gsamdbd:63,gsampcb:63,gtf:15,gtftr:15,guaranteed_spac:31,guest:[24,60],gui:118,guid:[0,2,71,107,110],guidanc:[19,84],guidelin:[52,106],h71:118,had:144,halt:23,hamgmt0:[128,130],hamgmt:[128,130],handl:[23,24,30,42,46,53,54,60,71,83,100,144],handler:[88,144],handshak:15,happen:[41,110,144],hardwar:[112,113,141],has:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,27,28,29,30,31,33,38,39,40,42,43,44,46,48,49,53,56,60,62,66,68,69,70,71,83,84,86,95,96,97,98,100,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],has_il:23,has_unacceptable_statu:[120,126,131],hash:42,hasp373:[37,39],hasp375:37,hasp395:[37,39],hat:[0,1,19,21,52,56,58,70,72,74,78,84,103,104,106,107,109,112],have:[3,15,16,20,23,24,27,28,31,32,35,39,40,42,44,48,53,60,62,63,68,77,82,89,90,91,92,93,94,95,96,97,98,99,101,103,109,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145],hba1:122,hba:[115,130,136,144],head:49,header:15,health:15,held:[29,127,132],hello:[23,30,35,37,38,39,43,46],help:[30,32,40,43,52,53,70,84,96,97,102,104,106,114,144],henc:64,here1:32,here2:32,here:[15,31,32,71,103,107],hexadecim:[49,125],hfs:[32,41],hhmmss:15,hidden:144,hide:15,hierarchi:41,high:[3,15,27,28,29,30,31,32,33,34,35,40,41,42,48,49,53],higher:[117,126,131,144],highest:[0,49],highlight:53,hill3:47,hint:146,hiper:[84,96],hipersocket:[115,117,128,144],hisoclass:141,histori:[133,144],hlq:[27,28,29,30,31,32,33,34,35,39,40,41,42,47,48,49,53],hmc1:118,hmc:[0,102,105,106,108,109,110,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,134,136,137,138,143,144,145,146],hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],hmc_verify_cert:144,hmrest:[130,136],hoc:110,hold:[5,15,17,29,53,89,92,93,94,101],holddata:[84,96],holdstatu:[6,7,8,9,10],home:[24,31,46,60,82,103],honor:[15,40,41,53],hook:114,host1:30,host2:30,host3:30,host:[0,6,7,8,9,10,15,24,30,45,54,60,71,75,77,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,122,125,130,136,144],host_var:104,hostnam:[34,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],hour:15,how:[2,3,6,7,8,9,10,15,19,20,22,24,35,41,42,51,53,55,59,60,67,71,73,76,79,83,88,100,104,105,107,136,144],howev:[0,2,19,22,24,29,41,59,60,73,79,109],hp10230:95,hpo:15,html:[30,31,114,116],http:[0,3,6,7,8,9,10,15,20,40,77,81,82,83,95,96,97,98,99,100,103,114,116,144],http_statu:[6,7,8,9,10],http_status_cod:[6,7,8,9,10],httpd:31,httpserverhdr:15,httpstatu:82,httpusragenthdr:15,hub:[0,19,53,70,74,84,87,102,108,114,144],hub_token:103,human:[4,5,11,12,13,14,15,16,17,18],hurslei:[6,7,8,9,10],hw_name:36,hwsc0000i:44,hyphen:[53,103,116,117,118,119,120,121,122,123,125,126,128,129,130,131,133,134,136,138,139,140,141,142,143,144],i15rtsmm:[39,67,69],ibm:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,30,31,33,34,35,36,39,40,41,42,45,49,50,52,53,55,56,58,60,61,70,71,74,75,76,77,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,101,103,104,106,107,109,112,113,114,115,144,145,146],ibm_cpc:144,ibm_zhmc:[103,112,114,115,135,144],ibm_zos_c:[1,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,103],ibm_zos_cor:[0,21,25,26,36,53,56,103,110],ibm_zos_im:[58,70,103],ibm_zos_sysauto:[72,74,77,103],ibm_zosmf:[78,80,82,83,84,89,90,91,92,93,94,95,96,97,98,99,101],ibmus:[7,9,37,82],ich70001i:[37,39],ick00001i:49,ick00002i:49,ick00091i:49,ick00700i:49,ick03091i:49,ick03096i:49,ick:49,ickdsf:49,iconv:[30,33,34,40,45,55],icp:15,icsf:42,icv:15,icvr:15,icvtsd:15,idcam:[42,54,71],idempot:[40,83,100,116,119,121,122,123,128,130,133,135,136,137,138,139,141,143,144],ident:15,identif:[15,44,144],identifi:[5,6,7,8,9,10,11,15,16,18,19,25,27,28,30,31,33,37,38,39,41,42,44,46,53,54,55,63,64,68,71,75,77,83,84,86,88,89,90,91,92,93,94,99,101,103,116,125,127,132,144],idl:139,ids:15,ieb352i:37,iebcopi:[54,71],iebgen:[37,38,39,42],iee094d:25,iee457i:43,ief032i:[37,39],ief033i:[37,39],ief142i:[37,39],ief236i:[37,39],ief237i:[37,39],ief285i:[37,39],ief373i:[37,39],ief375i:[37,39],iefbr14:42,iefc001i:39,iefc653i:39,iefrder:63,iew2008i:39,iew2231i:39,iew2278i:39,iew2650i:39,iew2850i:39,iewl:39,ifl:[125,130,136],ifl_processor:130,igd100i:39,ignor:[0,15,27,28,29,31,34,35,39,40,41,42,46,48,53,63,81,82,83,100,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],ignore_error:53,ignore_sftp_stderr:[31,34,110],ikjeft01:[54,71],illustr:110,im5:44,im5h:44,im5hconn:44,im5hctrl:44,imag:[15,42,125,130,136,144],image_fil:130,image_nam:130,immedi:[15,16,41,103,127,132],immut:144,impact:28,implement:[42,53,56,114,144],impli:[5,18,53],implicit:[5,15,18],implicitli:[6,8,9,10,31,41],import_nam:[24,60],importlib:144,imposs:144,improp:53,improv:[19,28,29,53,70,117,126,131,144],ims1501:67,ims15r:67,ims1:[24,39,60,63,64,65,67,68,69],ims2:65,ims3:65,ims_acb_gen:[61,70],ims_acbgen:70,ims_catalog_popul:[61,70],ims_catalog_purg:[61,70],ims_command:[61,70],ims_command_util:70,ims_data_definit:68,ims_dbd_gen:[61,62,70],ims_dbrc:[61,70],ims_ddl:[61,70],ims_id:[63,64,68],ims_member_data:65,ims_member_messag:65,ims_output:65,ims_psb_gen:[61,62,70],imsbank:[24,60,69],imsbg2:39,imsbld:[39,67,69],imsdb1:65,imsgrp1:47,imsgrp2:47,imsgrp3:47,imsplex:65,imsrc:65,imssun:35,imstest:35,imstestg:67,imstestl:[35,39,67],imstestu:[67,69],imsv:47,in1:47,inact:[15,119,125,130,139,144],includ:[0,6,8,9,10,15,19,20,23,24,25,27,28,29,31,32,33,34,38,40,41,42,44,46,48,52,53,55,60,63,68,71,74,83,89,90,91,93,95,96,97,98,99,101,102,103,104,106,112,114,116,119,120,130,136,141,144],include_memb:141,include_modul:[89,90,91,92,93,94,101],include_rol:[77,95,96,97,98,99,100],include_unmanaged_cpc:120,inclus:121,incom:114,incompat:[114,144],incomplet:28,inconsist:144,inconsistentscop:[6,7,8,9,10],inconsistentset:[6,7,8,9,10],incorrect:[15,53,110,144],incorrectli:[22,23,53,110,144],increas:[53,104,144],increment:15,indataset:31,indd:47,indent:[30,42,53],independ:[114,139,144],index:[9,15,30,35,42,49,53,66,114,116,121,122,128,130,136,144],indic:[9,15,19,27,28,29,30,31,34,37,38,39,40,41,42,43,44,53,62,63,64,65,68,81,82,83,95,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],indirectli:[62,139],individu:[0,15,31,34,41,46,51,66,69,84,86,89,93,105],ine8d8:49,infil:42,influenc:53,info:[82,86,90,92,104,125,136],infocent:15,inform:[0,2,6,7,8,9,10,12,13,15,16,19,20,22,24,27,31,33,35,37,38,39,40,41,43,44,46,47,49,53,54,56,59,60,62,63,65,67,71,73,75,79,83,84,86,89,91,92,93,94,95,96,97,98,99,100,101,103,104,122,125,127,128,130,132,141,143,144],infrastructur:144,inherit:141,inhibit:15,ini:45,init:[15,37,39,49,67],initi:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,24,26,40,44,53,58,60,70,72,74,78,84,112,125,130,136,144],initial_memori:130,initial_processing_weight:125,initparm:15,inject:[24,60],inlin:[11,31],inline_copi:31,input:[15,19,24,28,33,37,41,42,47,53,55,60,62,63,64,66,67,68,69,81,83,84,92,93,100,101,122,123,125,128,130,133,135,136,138,139,141,143,144],input_cont:11,input_loc:11,input_src:11,input_var:[92,93,101],input_vari:93,ins:[130,136],ins_fil:130,insecur:[6,7,8,9,10],insensit:[23,83,123],insert:[27,30,40,53,63,114],insertaft:[30,40,53],insertbefor:[30,40],insfil:[130,136],insid:[23,25,30,31,37,39,46,53,103],inspect:[24,60],instal:[1,3,6,7,8,9,10,11,12,13,15,16,19,20,41,49,53,54,71,75,84,86,95,96,97,98,99,102,104,109,110,114,118,119,125,144],installag:[6,7,8,9,10],installd:95,installerror:[6,7,8,9,10],installtim:[6,7,8,9,10],installusrid:[6,7,8,9,10],instanc:[0,6,7,8,9,10,63,64,65,77,83,84,86,88,93,95,99,100,101,110],instance_action_nam:92,instance_descript:89,instance_info_json:90,instance_info_json_path:[90,92,94],instance_own:89,instance_provid:89,instance_record_dir:[89,90,91,93,101],instance_var_json_path:89,instance_variable_record:89,instead:[19,20,30,31,40,53,70,89,93,116,117,119,120,122,123,125,126,128,129,130,131,133,134,136,138,139,140,141,142,143,144],instln:15,instream:[39,42,53],instruct:[0,11,15,16,43,45,53,54,71,89,104,114,144],insuffici:110,integ:[9,16,23,37,38,39,55,116,119,121,122,123,125,128,130,133,136,138,139,141,143,144],integr:[0,15,34,50,75,104,107],intend:[0,4,5,11,12,13,14,15,17,18,28,53,144],interact:[1,3,15,20,21,53,58,72,86,112,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],interchang:15,interfac:[1,6,7,8,9,10,15,26,31,34,61,65,80,84,86,118,128,139],intern:[12,13,15,55,62,110,114,118,125],internation:55,internet:107,interpret:[24,46,53,60,110],interrupt:[63,125],interv:[15,92,93,100,101],intial:49,intrapartit:[3,15,19],intrdr:15,intrdrjobus:15,introduc:[19,43,53,144],introduct:107,inttr:15,invalid:[23,31,37,39,46,53,66,69,70,110],inventori:[24,31,39,46,54,60,62,63,64,67,68,71,74,75,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,144],inventory_hostnam:[83,100],investig:114,invoc:[15,39,47,53,65,114,135,144],invok:[15,42,46,65,139,144],invreq:[6,7,8,9,10],iodf:36,ioerror:110,ipaddr:123,ipl:[36,41,125,130,136],ipl_volum:36,ipv4:[130,136],ipv6:[130,136],irc:[15,107],ircstrt:15,irlm:[63,64],irlm_id:[63,64],irr010i:[37,39],is_binari:[31,34],is_held:[127,132],is_manag:120,is_prior:[127,132],isc:15,isf031i:43,isinst:23,isn:15,iso8601:30,iso8859:[33,34,39,42,55],iso:[30,40,55,127,130,132,136,144],iso_mount:[130,144],iso_unmount:[130,144],isol:15,isrtlist:63,issu:[2,15,16,19,22,31,42,44,46,59,73,79,84,110,114,144],item1:[24,60],item2:[24,60],item3:[24,60],item:[23,24,30,42,49,60,82,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],itemcategori:82,itemdescript:82,itemid:82,itemtyp:82,iter:30,its:[0,4,5,11,13,14,15,17,18,28,30,31,34,39,40,46,48,51,53,56,67,68,83,105,108,114,116,119,120,122,125,126,128,130,131,136,137,138,139,141,143,144,145],itself:[31,42,145],iwm4hlth:15,iycwemw2:[6,7,8,9,10],iyk3z0r9:[6,7,8,9,10,38],izuwf0145:83,izuwf0162i:83,j09:47,j42:47,j91:47,j93:47,j97:47,jcl:[3,16,19,21,26,30,31,37,38,42,46,53,67,83,100],jclerr:[39,53],jclhold:53,jclout:67,jclpd:67,jes2:[15,36,37,39],jesdi:15,jesjcl:[37,39],jesmsglg:[37,39,53],jesysmsg:[37,39],jinja2:[30,31,39,46,53,144],jm00:[37,39],job00134:[37,39],job00361:39,job00551:39,job01427:38,job12345:[16,38],job12354:16,job12:38,job16577:38,job:[0,6,7,8,9,10,15,16,19,21,23,26,39,42,43,44,50,53,63,64,68,77,83,100,101],job_class:[37,38,39],job_id:[16,37,38,39,44,53],job_nam:[15,16,19,37,38,39,44,53],job_paramet:15,job_stat:101,job_submit:53,jobparm:[15,39],join:[15,53,90],jose:23,journal:15,jrm:[37,39],json:[0,30,53,70,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101],json_queri:90,jsonschema:144,june:56,just:[4,5,9,11,12,13,14,15,17,18,114,135,144],jvm:15,jvmclass:[6,7,8,9,10],jvmgrp:[6,7,8,10],jvmprofiledir:15,jvmserver:[6,7,8,9,10],jwt_token:[81,82,83],jycqqfni:46,kbyte:[37,39],keep:[15,31,39,40,42,46,63,64],keep_trailing_newlin:[31,39,46],kei:[6,7,8,9,10,15,23,31,32,42,48,66,69,70,81,82,83,100,103,110,114,116,119,122,123,125,128,130,133,136,138,139,141,143],kept:[15,39],kerbero:15,kerberosus:15,kernel:[127,132],ket678:49,ket987:49,key_label:42,key_length:[31,32,42,48],key_offset:[31,32,42,48],keyboard:15,keycd1:42,keycd2:42,keydata:[6,7,8,9,10],keyerror:[53,144],keygen:[24,60],keylab1:42,keylab2:42,keypoint:15,keyr:15,keystrok:15,keyword:[0,25,53,64],kilobyt:[4,5,11,12,13,14,15,17,18,35],kind:[42,114],know:[28,31,48,114,144],knowledg:[136,137,138],known:[15,42,88,102,103,104,114],ksd:[31,32,33,34,42,48,63,64],kwarg:23,label:[15,42,49,53,103],lang:[15,24,60],languag:[6,7,8,9,10,15,54,55,58,61,71],laps:39,laptop:109,larg:[4,5,11,12,13,14,17,32,35,42,63,64],larger:56,largest:15,last:[9,15,29,30,35,37,38,39,40,53,118,125,144],lastli:31,later:[0,19,20,24,37,38,39,45,53,56,60,63,70,71,82,83,84,86,103,109,122,130,136,137,138,144],latest:[2,6,7,8,9,10,19,22,28,53,54,59,63,71,73,79,103,107,110,114,144],latin:55,layer:15,lba:[130,136],ldap:[15,115,139,144],ldap_server_definit:[123,124],ldap_server_definition_nam:139,ldap_server_definition_uri:139,lds:[31,32,42],le_data_set:15,lead:[28,29,31,39,46,48,53,117,126,131,144],learn:[0,2,22,51,59,73,79,84,103,104,105,107,108,109,110],least:[35,37,75,86,125,144],leav:[4,5,11,13,14,15,17,18,48,49,53,65],leaveconflict:[83,100],left:[0,5,18,28,31,40,48],length:[6,7,8,9,10,15,27,28,31,32,33,42,48,53,63,64,77,133],less:[6,8,9,10,35,39,41,49,53,118,127,132,144],letter:[15,35,55,104],level:[3,15,23,25,27,28,29,30,31,32,33,34,35,40,41,42,48,49,53,68,74,77,82,104,114,118,119,125,144],leverag:[3,20,23,53,109],lg09:121,lgdfint:15,lgnmsg:15,lib:[24,30,35,60],lib_nam:[3,11,12,13,15],liberti:40,libnam:27,libpath:[24,60],librari:[3,6,7,8,9,10,11,12,13,15,21,24,26,28,30,31,32,35,42,53,60,62,63,64,66,68,69,70,84,116],librarti:15,librarydsn:[6,7,8,9,10],life:[56,109],lifecycl:[56,112,139],lifetim:15,lightweight:[81,82,83],like:[0,24,28,29,31,37,43,47,48,53,56,60,84,103,110],likelyhood:144,limit:[6,7,8,9,10,11,15,24,41,53,60,95,116,119,121,122,123,125,127,128,130,132,133,136,137,138,139,141,143,144],line:[0,15,16,24,26,27,31,34,37,39,40,41,42,46,47,53,60,65,80,115,144],line_comment_prefix:[31,39,46],line_statement_prefix:[31,39,46],linear:[28,31,32,48],linect:15,link:[0,15,31,38,49,52,66,69,74,102,106,114,144],linkcbl:38,linkcheck:114,linkjob:38,linklib:27,lint:[84,144],linux:[119,126,127,132],linuxon:[112,144],lise:144,list:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,31,32,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,53,54,55,60,62,63,64,65,66,67,68,69,70,71,82,84,88,95,96,97,98,103,104,107,109,114,115,116,118,119,121,122,123,125,127,128,130,132,133,135,136,137,138,139,141,143,144],listcat:42,listdsd:47,listen:[15,40],liter:42,littl:104,llacopi:15,llq:[30,39],lma:15,load:[3,11,15,30,31,53,63,88,121,125,127,130,136,144],load_address:[125,144],load_paramet:[125,144],loadlib:[31,53],loadpoint:[6,7,8,9,10],local:[0,3,6,11,12,15,19,24,25,31,34,37,38,39,44,46,48,50,53,60,66,69,82,92,114,130,139,144],local_catalog:[3,12,19],local_file_backup:31,local_follow:31,local_request_queu:[3,19],localccsid:15,localfil:9,localhost:[20,86,109,144],locat:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,30,31,32,33,37,38,39,40,41,46,49,53,66,69,81,82,83,93,100,101,103,104,116,118,121,123,125,136],locfil:9,lock:[15,125,130,136,139,141],log1:64,log:[11,12,15,16,28,31,34,37,38,39,43,48,53,55,63,64,68,104,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],log_fil:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],logger:[15,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],logic:[6,7,8,9,10,15,29,41,42,53,62,63,64,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],login:139,logon:[15,82],logstream_id:11,logstreamid:11,logusr:15,longer:[19,28,31,45,53,135,144],longrun:39,look:[24,40,53,60,83,114],lookup:[30,90],loop:[30,49,117,120,126,129,131,134,139,140,142,144],loss:[15,31,42,53],lossless:28,lost:[14,32,41],low:35,lower:53,lowercas:[19,41,53],lowest:0,lpa:15,lpar1:[125,126],lpar2:125,lpar:[115,119,141,144],lpar_list:126,lpar_messag:127,lpar_nam:36,lpastat:[6,7,8,9,10],lpp:[23,24,60,110],lrecl:[28,39,42,48,68],lsd1:123,lsd:123,lsd_list:124,lsr:15,lstrip_block:[31,39,46],ltpa:[81,82,83],ltpa_token_2:[81,82,83],luke:23,lun:136,m12:47,m32:47,m63:47,m82:47,mac:[128,130],mac_address:144,machin:[31,34,39,46,48,49,53,109,112,144],maclib:[66,69],maco:144,macro:[15,66,69],made:[6,7,8,9,10,15,19,37,42,43,44,46,53,55,56,62,68,74,81,82,83,100,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],magicmock:[24,60],mai:[0,15,19,23,24,27,28,30,31,36,40,42,43,46,48,49,56,60,82,83,89,90,91,93,95,101,103,114,116,119,122,123,125,127,128,130,132,133,136,138,139,141,143],mail:107,main:[15,42,114],maintain:[53,62,144],mainten:[57,62,86],maintenenac:62,major:[114,144],make:[0,2,10,15,19,22,24,28,42,44,46,59,60,62,70,73,79,110,114,144],manag:[0,1,3,6,7,8,9,10,15,19,25,26,27,28,29,31,34,35,39,41,42,45,46,48,49,50,53,55,56,63,64,65,67,78,82,83,84,85,87,88,89,90,91,93,94,100,102,104,112,113,115,116,117,120,121,122,124,126,128,130,131,133,134,136,137,138,139,140,141,142,143,144],managed_acb:[63,64],managedacb:63,management_class:[63,64],mani:[0,15,55,75,89,90,91,93,101,104],manifest:0,manner:[16,135],manual:[15,83,89],manullai:89,map:[6,7,8,9,10,15,30,42,67,68,103],mar:39,march:39,margin:42,mark:[24,27,29,30,41,53,60],markdown:144,marker:[27,30,31,39,41,46,53,67],marker_begin:30,marker_end:30,mask:[128,130],mass:47,master:[27,114,125,130,136,144],match:[15,16,19,26,27,28,29,30,31,32,34,36,37,38,40,42,44,48,49,53,64,66,69,82,95,116,117,125,144],materi:[52,76,80,88,106,115],matrix:[53,114],max:[39,53,121,133,136,139],max_error_msg:63,max_messag:127,max_rc:[16,39,47,53,67],maxi:39,maximum:[15,16,29,39,42,43,47,49,53,67,77,100,116,121,125,127,130,136],maximum_memori:130,maxopentcb:15,maxsocket:15,maxssltcb:15,maxtlslevel:15,maxxptcb:15,mbr:39,mc2cnam:35,mcat:27,mcsoper:[31,53],mct:15,mean:[0,3,9,28,31,36,39,41,42,44,45,48,65,121],meant:[23,53],measur:[28,29,31,32,39,42,48],mechan:[0,15,114],media:[130,136],mediacent:84,meet:[23,31,74],megabyt:[4,5,11,12,13,14,15,17,18,35],mem:[27,30],member1:32,member2:32,member:[15,23,27,30,31,32,33,34,35,39,40,41,42,51,53,63,64,66,67,68,69,70,105,141],member_list:[66,69,70],member_nam:64,memlimit:[15,39],memori:[112,125,130,136],menu:15,merg:[42,62,114,144],messag:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,26,27,30,31,34,35,38,39,40,41,43,45,46,49,53,62,63,64,65,66,67,68,69,82,83,89,90,91,93,95,96,97,98,99,101,102,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,144],message_filt:44,message_id:[44,127,132],message_text:[44,127,132],messageid:82,messagetext:82,met:[11,12,13,15,17,18,24,60,82],metadata:[63,68,114,144],method:[6,7,8,9,10,15,34,42,82,123,144],methodolog:0,mgmt1:136,mgmt1_mgmt1:[136,138],middl:29,middlewar:[78,91,92,93,94],might:[15,55,62,84,97],migrat:144,mileston:114,millisecond:15,min:[37,39,121,133,139],minidisk:[26,53],minim:[24,60],minimum:[0,15,56,109,114,125,130,136,144],minor:[70,74,114,144],minor_chang:53,mintlslevel:15,minu:49,minut:[15,37,39],mirror:15,miss:[24,28,31,34,45,46,48,53,60,84,88,114,144],missing_critical_updates_respons:96,missing_critical_updates_response_fil:96,missing_fixcat_updates_respons:97,missing_fixcat_updates_response_fil:97,mitig:144,mix:[15,31,48,68,95],mixtur:32,mlq:30,mmddyi:15,mnconv:15,mnew:114,mnexc:15,mnfreq:15,mnidn:15,mnp:15,mnper:15,mnre:15,mnsync:15,mntime:15,mnu:114,mock:[114,144],mocked_hmc_z14:144,mocked_inventori:144,mocked_vault:144,mocked_z14_class:144,mocked_z14_dpm:144,mocker:[24,60],mod:42,mode:[15,16,28,30,31,34,41,42,48,49,53,63,64,83,104,115,116,117,119,120,121,122,125,126,127,128,130,131,132,136,137,138,141,143,144],model:[47,49,116,117,118,119,120,121,122,123,125,126,128,130,131,133,136,138,139,141,143],modif:[23,53,62,104],modifi:[0,15,30,31,40,53,63,110,114,125],modstat:63,modul:[1,4,5,9,11,12,13,14,15,16,17,18,19,20,21,23,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,48,49,50,52,55,58,62,63,64,65,66,67,68,69,70,78,81,82,83,84,86,100,102,103,106,107,108,109,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],module_default:3,module_path:[24,60],module_stderr:[24,60],module_util:[23,24,53,60],moment:146,monitor:[15,39],month:35,more:[0,6,7,8,9,10,15,20,22,23,25,30,31,32,35,37,38,39,41,43,44,45,46,47,53,54,62,63,70,71,74,75,83,84,92,95,96,97,98,99,100,103,104,108,109,110,114,118,119,144],most:[0,28,30,33,34,39,40,53,84,86,107,110,114],mount:[26,30,118,130,144],mount_iso:130,mount_opt:[41,53],mountpoint:[30,41],move:[41,42,144],movement:41,mozilla:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],mqconn:15,mro:15,mrobtch:15,mrofs:15,mrolrm:15,msg:[4,5,11,12,13,14,15,16,17,18,27,30,31,34,35,37,38,39,40,41,46,49,53,62,63,64,66,67,68,69,82,89,90,91,93,95,96,97,98,99,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],msg_code:[16,37,38,39,53],msg_text:53,msg_txt:[16,37,38,39,53],msgcase:15,msgclass:[15,37,39],msglevel:[15,37,39],msglvl:15,msgprt:42,msgusr:15,much:54,mulitpl:16,multi:[26,42,53,139],multinod:15,multipl:[4,5,6,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,35,38,42,47,53,60,63,64,65,66,67,69,86,93,101,104,135,144],multiregion:15,must:[0,5,6,7,8,9,10,11,15,16,18,19,20,23,24,25,27,28,29,30,31,32,33,35,38,39,40,41,42,43,46,48,49,53,56,60,62,63,64,71,75,82,86,93,95,96,97,98,100,101,103,104,109,114,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145],mustgath:110,mutual:[6,8,9,10,22,27,42,48,53,62,63,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143],mutually_exclus:23,mv27:44,mv29:44,mv2h:44,mvscmdauth:110,mvscmdmsg:110,mvsimag:15,mvssys01:41,mxt:15,my_:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],my_adapter_nam:116,my_certs_dir:135,my_cpc_nam:[116,119,121,122,125,127,128,130,132,136,137,138,143],my_first_partition_nam:121,my_hba_nam:122,my_hmc_auth:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143],my_hmc_host:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],my_hmc_password:135,my_hmc_userid:135,my_image_fil:130,my_image_nam:130,my_ins_fil:130,my_lpar_nam:[125,127],my_lsd_nam:123,my_nic_nam:128,my_part_nam:132,my_partition_nam:[121,122,128,130,137,143],my_password_rule_nam:133,my_second_partition_nam:121,my_storage_group_nam:[136,137,138],my_storage_volume_nam:138,my_user_nam:139,my_user_role_nam:141,my_vfunction_nam:143,mybundl:9,mycobol:31,mydata:32,mygrp:9,myhlq:[29,42],mypgm:42,myprog:9,myreg01:16,myuser:[24,42,60],myvar:89,myvol1:29,myvol2:29,myworkflow:[83,100],name:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,55,56,60,62,63,64,65,66,67,68,69,75,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],namespac:[25,103,114],nation:49,natlang:15,navig:[0,24,60,108],ncpldft:15,necessari:[23,62,86,104],ned:49,need:[15,20,23,24,30,33,34,35,36,40,41,42,46,53,60,63,66,69,71,82,83,84,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,114,117,121,122,125,128,135,141,143,144],neg:[9,35],neither:[15,16,29,31,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],nest:[6,8,9,10,23],netuowid:15,netview:77,network:[116,125,128,130,136,144,145],network_adapter_port_uri:128,never:[53,144],newcopi:[6,15],newcopycnt:[6,7,8,9,10],newcpc:120,newer:[53,56,70,117,126,131,144],newli:63,newlin:[31,39,42,44,46,53],newline_sequ:[31,39,46],newsit:15,newslett:107,next:[12,15,83,119,125],next_start:12,nfs:41,nic1:[128,129],nic:[115,130,136,144],nic_list:129,nicknam:[83,93,95,96,97,98,99,100,101],nist:[15,144],nistsp800131a:15,nnew:114,no_log:135,no_sdtran:16,noautomov:41,nocheck:15,nocopi:[6,7,8,9,10],nod:49,node:[0,3,11,15,19,25,26,28,32,39,45,46,48,50,53,56,61,80,82,83,84,100,103,104,110],nodeck:39,nodelai:15,noempti:15,noeras:42,noforc:15,noindex:49,noinstln:15,nolimit:39,nolist:39,nolog:15,non:[15,28,31,32,34,35,41,42,48,49,53,89,90,91,93,101,127,144],nonblock:42,none:[6,7,8,9,10,11,15,23,24,27,32,38,39,41,49,60,62,125,130,136,144],nonexist:[28,29,31],nonotifi:15,nonrecover:11,nonresid:[6,7,8,9,10],nonrlsrecov:15,nonspan:42,nonvsam:35,nonzero:65,nop:15,noprotect:15,noqa:144,nor:[15,16],noreus:42,normal:[15,16,41,42,53,63,64,110,125,144],normal_disposit:[63,64],nosdtran:16,nosecur:41,nosetuid:41,notappl:[6,7,8,9,10],notdefin:[6,7,8,9,10],notdynam:[6,7,8,9,10],note:[0,4,5,11,12,13,14,15,17,18,19,20,23,24,29,32,36,37,49,54,56,60,71,102,103,104,108,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,139,140,141,142,143,144],notext:41,noth:[118,119,144],notic:34,notif:[15,83,100],notifi:[15,37,39,104],notrequir:[6,7,8,9,10],noverifi:49,noverifyofflin:49,now:[19,24,30,40,53,60,114,144],nowait:41,nqrnl:15,nrd:43,nucleu:[62,63,64,67,68],number:[0,6,7,8,9,10,15,16,23,27,28,30,31,32,35,36,37,39,40,42,43,44,47,48,49,53,63,64,71,75,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,121,125,127,128,130,132,135,136,138,144,145],numer:[6,7,8,9,10,23,37,38,39,42,55,63,64,133],nvd:144,nvme:144,oa59461:75,oappend:42,object:[22,24,31,32,48,53,60,82,89,95,99,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144],objectid:101,obtain:[15,27,30,31,33,40,47,53,84,90,91,95,96,97,98,104,144],occasion:[53,56],occur:[6,7,8,9,10,15,31,41,43,44,49,53,62,68],ocopi:47,ocreat:42,oct:56,octal:[28,31,42,48],ocur:46,oexcl:42,off:[0,15,64],offer:[1,19,21,51,52,55,58,70,72,74,78,84,102,105,106,109,112],offici:[0,31,39,44,46,144],offlin:[43,49,63,64],offset:[31,32,39,42,48],offsit:15,often:[0,22,23,39,53,109],old:[15,31,39,42,63,64,144],older:[110,117,118,125,126,129,131,144],omessag:[127,132],omit:[6,7,10,15,63,83,100,116,119,122,123,125,127,128,130,132,133,136,138,139,141,143],ommit:63,omvs0000:43,omvsadm8:64,omvsadm:[37,39,41,47,69],onc:[3,15,114,130,135,136,139,144],one:[0,5,6,7,8,9,10,15,16,17,18,19,23,24,27,28,29,30,31,32,35,37,42,44,45,47,48,53,60,74,75,83,84,86,95,98,100,102,103,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],ones:[53,125,144],onli:[0,3,4,5,10,11,12,13,14,15,17,18,23,24,28,29,31,32,33,35,36,37,39,40,41,42,46,48,50,53,54,60,62,63,64,66,67,68,69,71,82,83,84,86,89,95,96,97,98,99,100,114,115,116,117,119,120,121,125,126,127,129,130,131,132,136,137,138,139,141,144],onlin:[15,49,63,68,116,121,136],online_batch:[63,64],onoctti:42,ononblock:42,onto:[41,144],open:[2,15,16,20,21,22,24,28,30,31,32,33,37,38,39,40,41,42,51,53,56,58,59,60,70,71,73,79,87,105,109,110,114,130],openid:103,openssh:[20,24,45,54,60,71,109],oper:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,27,28,29,31,32,37,39,40,41,44,49,51,53,54,60,65,66,69,71,72,75,76,77,78,80,81,82,95,96,97,98,100,102,104,105,112,114,115,116,117,118,119,120,121,122,125,126,127,128,129,130,131,132,134,136,137,138,140,141,142,143,144],operand:25,operator_action_queri:53,opercmd:27,opertim:15,opndlim:15,opt:41,optim:34,option:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,22,24,27,28,30,31,32,33,36,39,40,41,42,43,45,46,47,48,49,53,54,55,60,62,63,64,65,66,68,69,71,75,83,86,92,93,100,101,103,104,114,118,119,120,125,135,141,144],orchestr:[0,102],order:[0,6,7,8,9,10,31,32,39,46,53,103,114,116,135,144],ordonli:42,ordwr:42,org:114,organ:[4,5,11,12,13,14,15,17,18,19,28,31,48,104],organis:114,origin:[27,31,32,33,40,41,42,46,53,67,114,125],original_nam:42,orphan:53,os_ipl_token:[125,144],os_nam:[127,132],os_setup:144,osa:[117,119,128],osd:[117,128,130],osd_128_mgmt_net2_30:[128,130],osm1:119,osm:119,osmf:[0,80,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,105,106,108,109,110],osync:42,other:[6,8,9,10,15,19,20,23,24,29,30,31,32,37,39,40,42,49,53,60,64,75,82,84,88,89,91,92,93,94,96,99,102,103,110,116,119,121,125,130,135,136,139,141,144],otherwis:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,24,28,29,30,31,35,38,39,40,46,48,49,60,64,83,95,96,97,98,116,117,125,126,127,131,136,137,144],otrunc:42,our:[0,24,40,60,104,110,122,128,144],out1:[42,47],out2:42,out3:42,out:[0,15,24,33,36,42,60],outcom:65,outdataset:31,outdd:47,outfil:42,outlin:[22,31,59],output:[4,5,11,12,13,14,15,16,17,18,21,24,26,27,28,33,34,38,39,42,43,47,48,49,53,60,63,64,65,66,67,68,69,70,83,95,96,97,98,99,100,103,110,144],output_data_set:15,output_dir:46,outputfil:42,outputfilevalu:[83,100],outstand:44,over:[0,3,20,24,31,53,60,62,63,64,67,68,82,118,127,132,144],overal:144,overflowout:42,overlap:23,overrd:15,overrid:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,27,28,29,30,31,32,33,34,40,41,42,48,49,53,64],overridden:0,overview:[0,24,60],overwitten:[66,69],overwrit:[29,33,123,133,139,141],overwritten:[30,34,63,95,96,97,98],own:[0,15,24,28,31,40,48,51,60,103,105,139,144,145],owner:[16,28,31,37,38,39,41,42,46,48,53,83,89,100],ownership:[28,31,41,48],owronli:42,p000a218:141,p2ss01:39,pa1:[15,54,56,71],pa21:15,pa2:15,pa3:15,pack:[15,28],packag:[103,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],pad:[49,53],page:[0,15,20,37,41,42,49,54,55,71,107,114,144],pair:[15,24,46,60,66,69,70],pano:15,paramet:[0,3,19,23,24,53,60,61,70,74,80,89,90,91,92,93,94,95,96,97,98,99,101,114,115,144],parametererror:144,parametr:[24,60],parent:[28,31,48,116,117,121,123,125,126,128,129,130,131,133,136,138,139,141],parm:[15,37,39,42],parmerr:15,parmlib:[30,36,41],pars:[23,24,30,60,67],parsabl:70,parse_arg:23,parser:[22,23,28,31,48,68],part1:[119,129,130,141],part2:[119,141],part:[1,15,19,21,24,29,39,53,58,60,70,72,74,78,84,112,144],part_messag:132,parti:[81,82,83],particip:41,particular:[3,6,7,8,9,10,15,23,29,30,37,39,40,41,44,55,60,110,114],particularli:53,partit:[27,30,31,32,33,34,35,39,40,42,53,66,69,112,115,116,119,125,126,129,136,138,141,144],partition1:[129,131],partition_link_uri:144,partition_list:131,partition_nam:[121,122,128,129,137,143],pass:[6,7,8,9,10,11,15,23,24,28,31,39,40,41,46,48,53,60,66,69,82,89,93,110,119,125,130,144],passthrough:53,passticket:15,password:[6,7,8,9,10,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,135,136,137,138,139,140,141,142,143,144,145],password_rul:[133,134],password_rule_nam:139,password_rule_uri:139,past:[53,118],patch:[24,60,103],patched_method:[24,60],path:[11,15,23,24,27,28,30,31,33,34,39,40,41,42,46,48,53,60,66,69,77,82,89,90,91,92,93,94,95,96,97,98,99,101,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],path_of_security_requir:82,path_to_inventori:[24,60],path_to_modul:[24,60],pathmod:42,pathnam:[30,33,40,42],pathopt:42,pattern:[23,24,25,26,27,28,29,30,35,36,37,40,42,44,53,60,61,80,104,117,123,139,140,144],paus:[83,130,144],pax:[28,48,53],pbr:144,pcdsa:15,pcdsasz:15,pchid:[117,119,144],pdi:15,pdir:[15,68],pds:[24,31,32,42,48,60],pds_pattern:35,pdse:[11,15,28,30,31,32,33,34,35,39,40,42,47,48,53,63,64,66,69],pem:[6,7,8,9,10,81,82,83,100],pend:[14,15,39,125],peopl:114,pep8:[70,144],pep:144,per:[0,15,30,42,130,136],percent:[29,83],perform:[0,1,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,26,28,29,31,32,34,36,37,39,41,42,45,48,49,53,54,60,61,63,64,66,68,69,71,80,82,83,89,92,93,94,100,101,110,114,117,118,121,125,126,127,130,131,132,135,136,137,138,144],perform_import:[24,60],period:[2,15,22,31,59,73,79,100],perman:42,permiss:[24,28,29,31,46,48,53,60,82,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144],permit:[9,15,49,53,117,126,130,131,135,136,144],permit_ecc_key_import_funct:144,persist:[15,27,41,42],person:[15,23],perspect:[117,126,131],pf1:15,pf20:15,pf24:15,pgaictlg:15,pgaiexit:15,pgaipgm:15,pgchain:15,pgcopi:15,pgm:[37,38,39,42,65],pgm_input:46,pgm_result:46,pgpurg:15,pgret:15,pgrjusecount:[6,7,8,9,10],ph12143:84,ph28089:42,ph41248:84,ph47050:84,ph47746:84,ph52813:84,physic:[29,39,41,49,53,62,116,121,136],pick:144,pin:144,ping:[21,23,26,110],pip3:[24,60],pip:[20,24,60,114,144],pipdeptre:144,place:[3,6,8,9,10,15,23,29,34,49,53,62,63,64,69,70,103],placement:[53,63],plai:29,plain:31,plan:30,platform:[0,6,7,8,9,10,39,56,71,102,109,112],playbook:[3,19,20,25,26,27,30,31,33,36,39,40,46,53,61,70,74,75,76,80,84,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,107,109,115,144],playbook_dir:[31,39,46],pleas:[0,29,53,71,83,84],plex1:[6,7,8,9,10,65],plex2:65,plex:[65,75],plt:15,pltpi:15,pltpisec:15,pltpiusr:15,pltsd:15,plu:[116,119,125,126,130,136,139],plugin:[0,21,24,53,60,86,102,103,107,144],point:[15,30,37,39,55,62,63,64,68,77,89,90,91,92,93,94,101,103,127,132],polici:72,poll:[92,93,101],pong:[7,45,110],pongalt:[6,7,8,10],pongbundle_1:7,pool:[15,63,64],pop:114,popul:[40,63],port:[6,7,8,9,10,23,40,71,75,77,81,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,116,122,123,125,128,130,136,138,144],portabl:[28,48],portion:[4,5,11,12,13,14,15,17,18,49],posit:[37,38,39,40,42,53,110],posix:[24,60],possibl:[16,35,37,38,53,116,119,122,123,125,128,130,133,135,136,138,139,141,143,144],post2:144,post:[7,15,19,117,126,144],postcomp:[42,62,70],postpon:144,potenti:[6,8,9,10,15,29],pp0l6p:27,pprint:[24,60],practic:104,pre:[0,49,83,100],prealloc:30,prebuilt:62,preced:[31,39,46,62,63,64,67,68],precend:31,precomp:[42,62,70],predefin:30,preexist:63,prefer:[114,117,126,131],prefix:[15,28,31,32,39,42,46,48,127,128,130,132],pregener:15,prepackag:103,prepar:114,prepend:[30,53],prerequisit:[20,22,59,70,114,144],presenc:[45,53,144],present:[15,23,24,27,28,29,30,31,32,35,40,41,42,46,53,60,116,122,123,128,133,136,138,139,141,143],preserv:[13,28,31,32,42,45,48,53,123],preset:15,pretti:114,prevent:[15,19,41,53,63],preview:144,previou:[12,28,31,48,53,84,103,114,118,119],previous:[15,20,41,49,53,63,74,84,90,103,135,144],prgdlai:15,primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,49,53,63,64,123],primarili:[30,40],primary_hostname_ipaddr:123,primary_j:36,primary_log_dataset:[63,64],primary_spac:53,primary_unit:[63,64],princip:15,print:[15,24,27,31,37,39,46,60,68],print_duplicate_resourc:63,print_inserted_resourc:63,printabl:53,printout:15,prior:[32,53,56,70,114],prioriti:[15,37,38,39,53,127,132,144],prioritis:[6,7,8,9,10],privat:[0,6,7,8,9,10,23,29,42,77,81,82,83,89,100],private_galaxi:103,private_token:103,privileg:[27,30,31,33,40,42],prmaabak:41,problem:[42,130,136],proc1:[37,39],proc:39,proce:[67,71,86],procedur:[39,77,103],proceed:[44,66,69],process:[15,16,19,22,23,24,29,30,31,32,37,39,40,42,46,47,49,50,53,59,60,63,64,66,69,77,83,92,100,103,125,130,136,144],processor:[125,130,136],procl8b:23,proclib:[23,34,63,64,68,70],procstep:[37,39],produc:[0,5,15,28,31,34],product:[0,31,53,54,56,71,75,84,86,89,110],product_mod_level:36,product_nam:36,product_own:36,product_releas:36,product_vers:[36,89],profil:[12,15,27,30,31,34,40,49,53,82,119,125],prog001:27,prog00:30,progdef:[6,7,8,9,10],program:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,21,23,26,28,30,31,32,37,38,39,41,46,48,49,53,54,58,62,63,65,66,68,69,71,125],program_nam:[37,38,39,42],programm:[15,82,116,136,137,138,139],programmer_nam:15,programview:68,progress:[83,103],progtyp:[6,7,8,9,10],proivd:89,project:[41,103,114,144],promot:[70,144],prompt:[75,77,81,86,89,90,91,92,93,94,100,101,127,132],prompt_text:[127,132],promptli:32,propag:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],proper:[24,42,53,60,84],properli:[56,84,86,110,144],properti:[35,53,83,84,90,100,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,133,134,136,137,138,139,140,141,142,143,144],proport:35,protect:[15,27,42,49,82,135],protocol:[15,31,34,39,45,46,48,77,103],provid:[0,1,3,6,7,8,9,10,11,12,13,15,16,19,22,23,24,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,46,47,48,53,54,60,63,64,65,67,68,71,74,75,76,77,80,83,84,86,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],provis:[0,1,4,11,12,13,14,17,19,24,39,60,78,80,84,86,87,88,89,90,91,94,102,104],proxi:[95,96,97,98,99],proxy_zmf_password:[95,96,97,98,99],proxy_zmf_us:[95,96,97,98,99],prtyag:15,prvmod:15,psb1:62,psb2:62,psb3:62,psb:[15,58,61,62,63,64,68],psb_lib:[62,63,64],psb_name:[62,69],psbchk:15,psbgen02:69,psbgen:[69,70],psbgenl:69,psblib1:62,psblib2:62,psblib:[62,63,64,69],psdint:15,pseudo:15,pstype:15,psw:[125,130],ptf:[54,70,71,75,84,96],publish:[0,84,88,93,101,114,144],pudsa:15,pudsasz:15,pull:[114,119,125,130],punch:[15,37,39],pure:41,purg:[15,43,53,61],purpos:[3,24,60,114],push:114,put:[6,7,8,9,10,19,31],pvdelai:15,pwrule_list:134,pycodestyl:144,pycrypto:144,pyflak:144,pylint:[114,144],pypi:144,pyt:[54,56,71],pytest:[22,59,114,144],python3:[24,46,60],python:[1,19,20,21,23,24,28,44,45,46,53,56,58,60,70,84,86,109,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],python_path:[24,60],pythonpath:[24,60],pyyaml:144,pyz:[24,60],quaiti:144,qualifi:[3,15,23,25,27,28,29,30,31,32,33,34,35,39,40,41,42,48,49,53,77],qualifier_pattern:23,quarter:56,quasi:15,quasir:[6,7,8,9,10],queri:[3,6,7,8,10,21,26,44,53,65,88,118,119,125,130,144],question:29,queu:15,queue:[3,15,17,19,37,38,39,53],queue_posit:[37,38,39],quickli:103,quiesc:15,quiestim:15,quot:[24,28,30,31,43,46,48,53,60],quotat:[24,30,43,53,60],r0101894:39,r0101895:39,ra000:39,race:[31,53],racf:[15,27,31,53],racfsync:15,racrout:15,rad:47,rain:23,rais:[0,23,24,36,53,60,110,144],ramax:15,ran:[16,24,37,38,39,60],random:[27,30,32,33,40,41],randomli:[30,31,41],rang:[6,8,9,10,15,38,42,49,103,121],rapool:15,rather:[15,83],raw:[4,5,11,12,13,14,15,17,18,29,32,42,47,49,66,69,70,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],rdsa:15,rdsasz:15,reach:[16,53,56],read:[15,24,30,31,33,37,39,40,41,42,49,52,53,54,55,60,63,71,82,83,100,104,106,114,130],read_onli:42,read_writ:42,readabl:[4,5,11,12,13,14,15,16,17,18,29,144],readi:[42,44],readm:[19,53,71,84,144],readonli:[15,41],readthedoc:116,readwrit:15,real:[37,39,144],realloc:53,realm:103,reason:[6,7,8,9,10,65],rebuild:62,rec:[4,11,12,13,14,17],receiv:[15,23,28,31,43,47,48,53,62,67,83,100],recent:144,recfm:[28,39,48],reclgth:42,recogn:[15,144],recommend:[0,22,23,24,36,42,49,60,70,71,83,89,90,91,93,101,114],recon1:67,recon2:67,recon3:67,recon:67,reconnect:15,record:[4,6,7,8,9,10,11,12,13,14,15,17,18,19,28,31,32,37,39,41,42,46,48,53,61,66,67,68,69,89,90,92,93,101,125,130,136],record_count:[6,7,8,9,10,37,39,42],record_format:[28,31,32,42,48,53,63,64],record_length:[28,31,32,42,48,63,64],records:42,recov:[15,29],recover:[15,29],recoveri:[11,15,27,30,40,41,42,63,64,67],recovnotifi:15,recreat:[28,31,63],red:[0,1,19,21,52,56,58,70,72,74,78,84,103,104,106,107,109,112],redact:15,redesign:144,redhat:[103,114,144],redirect:110,reduc:[36,53,135,144],redund:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],reentrant:15,ref:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143],ref_dat:35,refer:[0,5,6,7,8,9,10,18,24,30,31,33,34,35,36,37,39,40,42,46,49,50,52,53,54,60,62,66,68,69,71,74,75,76,77,80,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,106,109,110,115,144],referenc:[15,35,40,42,64,93,101,139,141,144],reflect:53,refresh:15,regardless:[23,31,44,125,144],regex:[30,40,44],regexp:40,region:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,39,63,64,68],region_data_set:[3,4,5,11,12,13,14,15,17,18,19],region_group:19,region_jcl:[3,19],regist:[15,39,45,53,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],registri:[84,89,90,92,94],regular:[30,35,40,42,44,53,117],regularli:104,reject:[125,144],rel:[31,41],relai:107,relat:[0,6,7,8,9,10,15,16,19,31,37,38,39,42,83,100,110,125,144],relatedassign:[6,7,8,9,10],relateddescript:[6,7,8,9,10],relatedscop:[6,7,8,9,10],relationship:[62,66],releas:[20,24,54,57,60,71,86,102,110],release_:114,release_m:114,release_not:[114,144],relev:[65,114],reli:[30,33,34,39,40,45,46,53,55,109,117,126,131,144],reload:[31,39,46],remain:[15,28,31,41,48,49,53,116,119,121,122,123,128,130,133,136,138,139,141,143,144],remot:[0,15,27,28,30,31,33,34,39,40,46,48,66,69,80,82,86,95,96,97,98,99,110,114,139],remote_cmd:46,remote_src:[31,46,48,53],remote_tmp:[46,53],remote_zmf_password:[95,96,97,98,99],remote_zmf_us:[95,96,97,98,99],remotenam:[6,7,8,9,10],remotesystem:[6,7,8,9,10],remount:41,remov:[3,5,8,15,18,19,26,28,30,31,32,39,40,41,46,53,64,84,88,89,114,130,136,144],removecnt:[6,7,8,9,10],renam:[27,30,40,41,49,53,116,144],render:[31,39,46],renov:144,rentpgm:15,repeat:[0,15],repeatedli:[27,30],replac:[15,19,24,27,30,31,32,40,42,53,60,66,69,70,139],replace_acb:63,repli:44,replic:[42,53,123,133,139,141],repo:[114,144],report:[39,53,86,96,97,98,144],repositori:[0,7,19,42,74,84,87,103,104,107,110,144],repres:[1,6,8,9,10,15,21,24,30,40,55,58,60,64,72,77,78,95,96,97,98,102,112,114,118,141],represent:[55,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],repro:[31,42],req:[0,114,144],request:[0,2,3,6,7,8,9,10,15,16,19,20,22,24,31,32,41,42,44,53,59,60,73,79,82,84,90,92,93,95,96,97,98,99,101,114,117,118,119,120,125,126,129,131,134,137,140,142,144],requestmethod:82,requests_ca_bundl:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],requesturi:82,requir:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,24,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,54,55,56,60,62,63,64,65,66,67,68,69,70,71,74,75,77,80,81,83,84,85,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,108,110,114,135,144,145],res820:36,rescount:[6,7,8,9,10],reserv:[0,23,130,136],reset:[41,119,125,135,144],reset_clear:[125,144],reset_norm:[125,144],resgroup:[6,7,8,9,10],resid:[6,7,8,9,10,15,27,37,38,39,42,49,83,95,96,97,98,100],reslib:[62,63,64,68],resolv:[0,23,62,63,64,68,84,96,97,144],resourc:[0,1,3,7,12,15,16,19,27,31,35,45,53,63,64,66,72,74,76,82,104,107,110,112,115,116,117,119,120,122,123,125,126,128,130,131,133,136,138,139,141,143,144,145],resource_chkp_freq:[63,64],resource_typ:35,resourceclass:82,resourceitem:82,resourceprofil:82,resoverrid:15,resp2:[6,7,8,9,10],resp:[6,7,8,9,10,15],resp_alt:[6,7,8,9,10],respect:[15,28,35,139,144],respet:15,respond:[24,60,127,132],respons:[6,7,8,9,10,15,16,26,27,30,31,33,34,39,40,42,43,47,53,61,62,67,68,80,95,96,97,98,99,127,132],response_encod:42,ressec:15,ressnam:[6,7,8,9,10],rest:[1,3,6,7,8,9,10,19,20,31,39,46,72,75,76,77,78,82,83,84,86,95,96,97,98,99,109],restart:[11,12,13,15,44,130],restor:[21,26,46,49,53],restore_backup:53,restrict:[35,36,83,100,144],result:[3,9,16,23,24,26,27,28,30,31,32,34,37,38,39,40,42,43,45,46,47,48,53,60,61,62,65,66,69,82,83,95,96,97,98,100,114,117,120,125,126,127,131,132,135,139,144],result_auth:[82,83],resum:76,resver:[6,7,8,9,10],ret_cod:[16,37,38,39,42,53],retain:[4,5,11,13,14,15,17,18,31,42,53,64],retent:[15,64],retri:[92,93,101],retriev:[15,19,21,27,28,30,31,33,36,40,41,48,53,84,88,90,95,96,97,98,144],return_cod:65,return_cont:[40,42],return_output:[39,53],return_text:[66,69],return_valu:[24,60],reus:[15,31,42],revert:53,review:[0,2,20,22,25,41,51,53,54,56,59,71,73,79,86,103,104,105,109,110,114],revoc:15,rexx:[21,35,45,46,47,50,53,83,100],rich:50,rid:144,right:114,ring:15,rload:[6,7,8,9,10],rls:15,rlse:39,rlstolsr:15,rmode:39,rmtran:15,rnl:15,roce:128,rocket:[71,110],role:[29,72,74,78,81,84,86,95,96,97,98,99,102,103,115,139,144],rollback:68,room:15,root:[15,24,27,28,30,31,33,40,48,60,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],round:125,rout:[15,65],router:15,routin:[29,53],rplid:[6,7,8,9,10],rrd:[31,32,42,63,64],rremov:[6,7,8,9,10],rrm:15,rrn:15,rsdnt:43,rsn:65,rst:[15,114,144],rstsignoff:15,rstsigntim:15,rsusr:23,rule1:[133,141],rule:[28,31,32,48,83,114,115,116,139,144,145],run:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,27,29,30,31,32,38,39,40,41,47,49,53,54,55,58,59,62,63,64,65,66,68,69,71,75,83,84,86,88,89,90,91,92,93,94,100,103,107,109,114,127,132,144],runawai:15,runlib:30,runner:32,runth:23,runtim:[6,7,8,9,10,15,19,23,63,68],ruse:[6,7,8,9,10],ruwapool:15,rwx:[28,31,48],s0c4:[16,37,38],s0jm:[37,39],s71:119,sa_create_dynamic_resourc:76,sa_rest_api_timeout:77,sa_service_hostnam:77,sa_service_port:77,sa_service_protocol:77,saf:[82,84,86],safeti:[135,144],same:[3,15,16,23,28,30,31,32,33,34,36,39,41,42,46,48,53,56,63,82,83,86,100,101,103,114,135,139,144],same_workflow_inst:83,sampl:[4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,25,27,30,31,33,34,35,36,37,38,39,40,41,43,44,45,46,47,49,61,62,63,64,66,67,68,69,70,74,81,82,83,84,90,95,96,97,98,99,100,103,104,110,116,117,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144],sample2:70,sample_seq_data_set:31,samplehost:[77,89,90,91,92,93,94,95,96,97,98,99,101],samplenam:23,san:[23,136,137,138],saniti:[70,114,144],sanitis:19,sass:47,satisfi:[31,53,82,144],save:[13,36,39,42,63,84,89,90,91,93,99,101,119,125,130],save_acb:63,sc27:113,sca:[82,84,86],scalar:42,scan:[15,39,53],sceecic:15,sceerun2:15,sceerun:15,scenario:31,scene:[24,60],schedul:62,scheme:[6,7,8,9,10],sci:65,scope:[6,7,8,9,10,15,24,31,39,46,60,123,141],scp:[31,34,39,45,46,48],scp_extra_arg:45,scr002:42,scr013:23,scr03:35,scratch:63,screen:15,script:[11,16,19,26,30,39,47,48,50,53,54,71,83,100,144],sdesc:77,sdfhauth:[15,27],sdfhlic:15,sdfhload:[3,11,12,13,15],sdfhsamp:15,sdfjauth:27,sdfsmac:[39,66,69],sdfsresl1:62,sdfsresl2:62,sdfsresl:[62,63,64,67,68],sdk:[0,20,53,56,70,109,110],sdsa:15,sdsasz:15,sdsf:53,sdtmemlimit:15,sdtran:[15,16],sdump:15,se_vers:[120,126,131],seamless:[0,102],search:[15,23,31,35,42,46,48,53,56,84,88,103,123],search_distinguished_nam:123,search_software_updates_respons:98,search_software_updates_response_fil:98,sec:[9,15,37,39,53],second:[6,7,8,9,10,15,16,19,23,39,43,53,77,92,93,100,101,114,118,119,125,136],secondari:[4,5,11,12,13,14,15,17,18,19,28,31,32,42,48,53,63,64],secondary_log_dataset:63,secondary_unit:[63,64],secprfx:15,secret:[139,144],sect:39,section:[3,6,7,10,16,22,23,24,37,38,39,53,54,59,60,63,64,70,103,104,109,114,144,146],secur:[15,31,34,39,41,46,48,53,70,80,84,86],secure_boot:144,secure_execut:144,see:[0,2,3,6,7,8,9,10,16,20,22,23,32,39,59,71,73,79,103,110,114,119,120,125,126,136,139,144],seen:53,segment:[35,53,62,63,64,66],segment_chkp_freq:63,select:[0,15,24,29,35,48,53,56,60,63,64,104,108,109,114,121,130,136],select_properti:[119,125,130,144],selector:[130,136],self:144,semant:[103,114],semicolon:[47,53],semver:114,send:[15,28,53,114],senseg:62,sensit:[6,7,8,9,10,15,19,28,31,32,41,48,53,62,95,100,133],sent:[6,7,8,9,10,42,48,127,130,132],separ:[15,30,35,103,104,130,135,144],sepcifi:15,seq:[27,28,31,32,35,42,48,63,64,66,69],sequenc:[31,39,42,46,127,132,135],sequence_numb:[127,132],sequenti:[5,11,15,18,27,28,30,31,32,33,34,35,39,40,42,66,69],ser:39,seri:[16,37,38,39,55,103],serial:[15,23,27,31,39,49,63,64],serv01:41,serv02:41,serv03:41,serv04:41,serv:22,server:[0,15,41,72,75,76,77,80,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,107,109,110,115,118,130,136,139,144],server_list:103,servic:[11,15,19,20,21,28,30,31,33,34,37,38,39,40,41,42,46,48,52,53,54,55,66,69,71,76,77,78,83,84,86,88,91,92,94,96,97,98,99,100,104,106,112,113,114,139,145],session:[15,24,60,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144],session_id:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],set:[0,1,3,6,7,8,9,10,11,12,13,14,16,19,20,21,22,23,24,26,27,30,31,33,34,36,37,38,39,40,41,42,43,44,46,47,49,50,53,54,57,60,62,63,64,66,67,68,69,70,71,86,88,96,97,98,103,109,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],set_dynam:27,set_fact:[30,90],set_stat:27,setgid:41,setprog:27,setuid:41,setup:[53,63,86,144],setuptool:144,seven:15,sever:[3,15,24,39,53,60,80,88,115,144],seyuauth:15,seyuload:15,sftp:[31,34,39,45,46,48,110],sg1:[130,136],sga1:137,sha256:[31,34],share:[15,30,31,32,39,40,41,46,53,63,88,125,130,136,139],share_mod:63,shareopt:42,sharestatu:[6,7,8,9,10],shell:[20,24,30,36,40,46,56,60,70,71,83,100,110,114],ship:15,shorter:53,shortli:144,should:[9,15,16,23,24,28,29,30,31,32,33,34,35,39,40,41,42,43,45,46,48,53,60,63,64,83,84,86,114,117,126,127,131,132,135,144],shouldn:[24,60],show:[0,3,15,19,20,37,43,46,65,103,114,125,144],shown:[3,6,7,10,16,37,38,39,89,90,91,93,95,96,97,98,99,101,114,125,130],shr:[15,30,31,32,39,40,42,47,53,63,64],shrd:[37,39],shut:16,shutdown:[1,3,15,16,19,41],side:24,sign:[15,29,144],signal:15,signifi:31,significantli:19,signon:15,similar:[26,42,61,80,104,133],similarli:[24,42,60],simpl:[28,48,144],simplex:49,simplifi:[24,60,76,144],simul:68,simultan:[0,30,32,40,53],sinc:[29,32,42,55,70,83,114,135,144],singl:[3,6,7,8,9,10,15,24,28,29,32,40,42,43,47,60,65,66,67,69,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],singular:[4,5,11,12,13,14,15,17,18],sit:15,sit_paramet:15,site:[0,15,19,84,114],situat:[15,23,41,42,104],six:[6,7,8,9,10,27],size:[4,5,11,12,13,14,15,17,18,19,24,28,29,31,32,34,35,37,39,42,43,46,48,49,53,60,63,64,136,138],skelet:67,skip:[46,49,83],skrxxxx:15,slack:114,slack_hook:114,slightli:40,slot:[37,39],smaller:28,smf000i:[37,39],smf_name:36,smp:88,sms:27,sms_data_class:[28,31,32,42,48],sms_manag:49,sms_management_class:[28,29,31,32,42,48],sms_storage_class:[28,29,31,32,42,48],smss:[6,7,8,9,10,19],smssj:15,sna:15,snippet:23,snp:15,snpreset:15,snscope:15,socket:[15,74,77],softar:89,softwar:[78,84,86,88,95,99,104,108,109],software_instance_nam:[95,96,97,98],software_instance_uuid:[95,96,97,98],software_management_csi_query_cicdtest1:95,software_management_reports_cicdtest1:[96,97,98],software_management_system_uuid_cicdtest1:99,software_typ:89,sole:[24,60],solut:[51,102,105,144],some:[13,24,27,28,30,31,32,34,35,40,41,42,49,53,54,60,62,63,64,66,68,69,83,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],somedirectori:30,somefil:[34,40,66,69],somefile1:66,somefile2:66,someobject:[24,60],sometim:[63,64,65,67,68],someus:41,sort:42,sortin01:42,sortin02:42,sortout:42,sortpgmoutput:42,sotun:15,sound:[127,132],sound_alarm:[127,132],sourc:[0,11,27,28,30,31,33,34,39,40,41,42,45,48,50,51,53,55,66,69,102,103,105,114],source_memb:[66,69],source_nam:[66,69],sp800:15,space:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,28,29,30,31,32,37,38,39,42,46,48,49,53,63,64,104],space_primari:[4,5,11,12,13,14,15,17,18,28,31,32,42,48,53],space_secondari:[4,5,11,12,13,14,15,17,18,19,28,31,32,42,48],space_typ:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,53],spack:28,spctr:15,spctrxx:15,spe:75,special:[15,28,30,31,39,40,42,43,44,46,48,49,53,121,133],special_nam:23,special_names_get_uppercas:23,specif:[3,15,20,24,28,31,35,36,37,42,48,52,53,54,58,60,62,64,65,69,71,84,86,88,89,92,93,95,101,103,106,108,109,110,114,115,117,118,121,125,126,129,130,131,136,144],specifi:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,46,47,48,49,53,62,63,64,65,66,67,68,69,77,82,83,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],speed:[42,144],sphinx:[114,144],sphinxcontrib:144,spool:[15,37,39,53,83,100],spoolopen:15,spoolwrit:15,sql:[31,61],sql_input:68,srb:[37,39],srbsvc:15,src:[28,30,31,33,34,39,40,41,46,47,48,53,66,69],src_encod:42,src_param:41,srcmem:31,srm:15,srt:15,srvercp:15,ssc:[119,125,128,130,136],ssc_dns_server:144,ssc_ipv4_gatewai:144,ssc_ipv6_gatewai:144,ssh:[0,20,45,86],ssh_modul:45,ssl:[6,7,8,9,10,15,123],sslcach:15,ssldelai:15,sso:103,stabl:[114,116,144],stable_:114,stable_m:[114,144],stack:53,stage:[15,63,68,82],stamp:15,stand:[6,7,8,9,10,19,20],standard:[4,5,11,12,13,14,15,16,17,18,31,34,39,46,48,63,64,66,68,69,114,124,133,134,139,140,142,144],standbi:15,start:[4,5,9,11,12,13,14,15,17,18,19,24,30,31,32,35,37,39,40,45,46,53,60,77,83,84,92,100,102,103,107,119,125,127,130,136,144],start_:114,start_cic:19,start_m:114,start_partit:144,start_stat:[4,5,11,12,13,14,15,17,18,19],starter:15,startup:[1,3,19],state:[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,24,27,28,30,31,32,38,40,41,49,53,60,82,83,89,116,118,119,121,122,123,125,128,130,133,135,136,137,138,139,141,143,144],statement:[15,24,27,31,37,39,42,46,53,60,61,62,63,64,67,83,86,100,101,144],stateod:15,statint:15,statist:[15,37,39],statrcd:15,statu:[6,7,8,9,10,15,16,26,33,37,39,41,42,43,53,63,64,65,66,67,69,82,83,100,114,116,117,119,120,121,125,126,130,131,136,137,144],status:[53,130,144],status_group:42,stc00143:64,stc01533:44,stc01537:44,stc02560:37,stc:[37,38],stderr:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,45,46,53,63,64,66,68,69,110],stderr_lin:[31,34,41,46],stdout:[4,5,11,12,13,14,15,17,18,27,30,31,34,35,41,46,53,66,69],stdout_lin:[31,34,41,46],step0001:[37,38,39],step1:64,step:[15,16,24,37,38,39,42,60,66,83,84,100,114,118],step_cc:[16,37,38,39],step_nam:[16,37,38,39,83],step_numb:83,step_titl:83,steplib:[15,62,63,64,67,68],stepnam:[37,39,83],stgadmin:[49,82],stgprot:15,stgrcvy:15,still:[53,83,114,144],stl1:[37,39],stmt:39,stntr:15,stntrxx:15,stop:[3,19,37,39,47,53,65,83,87,92,119,130,144],stop_cic:19,stop_cics_modul:15,stop_partit:144,stop_region:[3,19],stor:42,storag:[3,15,19,27,28,29,31,32,34,42,46,48,49,63,64,115,116,118,119,122,125,130,141,144],storage_class:[63,64],storage_group:[136,141],storage_group_attach:137,storage_group_nam:[137,138],storage_group_templ:141,storage_group_uri:144,storage_volum:138,storageadmin:141,store:[6,7,8,9,10,12,14,15,28,29,32,34,41,42,48,49,63,67,77,104,110,125],store_status_ind:[125,144],str:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],strategi:[0,102],stream:[4,5,11,12,13,14,15,17,18,31,34,42],streamlin:86,street:23,string:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,28,31,32,34,35,39,41,42,44,46,47,48,53,55,60,65,70,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],strip:[31,39,46],strong:[81,82,83],structur:[19,24,47,60,62,65,88,135,144],style:[36,42],sub:144,subdirectori:53,subentri:95,subgroup:47,subgroup_info:65,subject:[15,31,53,98,141],submiss:[16,37,38,39,53],submit:[11,15,16,21,26,43,47,50,53,61,64,83,100],subopt:53,subparamet:15,subscript:104,subsequ:[19,27,30,83,100,144],subset:[6,7,8,9,10,36,70,117,119,120,124,126,129,131,134,140,142,144],substep3:83,substitut:[39,43],substr:44,subsystem:[27,28,37,39,48,77,104,125,136,137,138],subtsk:15,succe:[110,114,118,119,144],succeed:[53,81,114],succesfulli:67,success:[6,7,8,9,10,15,27,28,30,31,32,33,34,35,37,38,39,40,41,42,43,44,45,48,62,66,69,81,82,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],success_count:[6,8],successfulli:[6,8,16,32,34,41,42,114],sudo:144,suffici:[127,132,139],suffix:[15,114],sum:15,summari:39,supplementari:[52,106,107],suppli:[6,7,8,9,10,16,19,24,32,42,60,81,82,83,100],support:[6,7,8,9,10,11,15,19,21,23,24,28,30,31,33,34,35,39,40,42,44,46,48,49,53,54,55,58,60,62,63,64,66,68,69,70,71,72,78,81,82,83,84,86,92,100,102,108,109,114,115,116,121,130,144],supprt:144,sure:[0,28,46,110,114],surpress:15,surrog:15,surround:[30,41],surveil:15,sv1:138,svc:[15,62,63,64,68],svc_class:[37,38,39],svllab01:36,svplex1:36,sy1:83,sydumax:15,symbol:[28,31,39,43,48,55,66,69],sync:[114,144],syncpoint:15,syntax:[30,53,95,96,97,98,99,103,104,116,119,122,123,125,128,130,133,136,138,139,141,143,144],sys1:[30,41,42,66,69],sys20073:39,sys:[24,36,60],sys_lib:[66,69],sys_nam:36,sysabend:[15,63],sysaff:39,sysctlg:47,sysda:39,sysdef:15,sysexec:46,sysidnt:15,sysin:[15,37,39,42],syslib:39,syslin:39,syslmod:39,sysmod1:98,sysmod2:98,sysmod3:98,sysmod:[84,96,97,98],sysnam:41,sysout:[15,37,39,42],sysplex:[15,41,86,89,125],sysplex_nam:[36,89],sysprint:[15,37,39,42],sysr:27,system:[0,1,6,7,8,9,10,11,12,15,16,19,21,24,26,27,28,29,30,31,32,33,34,35,37,38,39,40,42,43,44,46,47,48,49,53,55,60,62,63,64,65,66,68,69,74,75,76,77,83,84,86,88,89,90,91,92,93,94,95,96,97,98,100,101,103,104,113,114,116,117,119,120,121,122,123,125,126,127,128,129,130,131,132,133,136,137,138,139,140,141,142,143,144,145],system_nam:89,system_nicknam:[93,95,96,97,98,99,101],systems_nam:[89,101],systems_nicknam:93,systr:15,sysudump:15,sysut1:[37,39,64],sysut2:[37,39],sysut3:62,sysut4:62,syszd6:36,t043jm:[37,39],t12345:27,t125008:39,tabl:[6,7,8,9,10,15,32,49,53,56,93,101,114],tableonli:15,tag:[31,41,53,71,114,144],tag_ccsid:[41,53],tag_untag:[41,53],tailor:104,take:[4,5,11,12,13,14,15,17,18,23,28,31,34,39,42,53,62,63,64,67,68],taken:[15,19,32,35],takeov:[15,41],takeovr:15,tape2:41,tape_link_uri:144,tar:[27,28,30,31,33,40,41,48,53,103,114],tarfil:28,target1:69,target2:[66,69],target3:69,target4:[66,69],target:[0,3,5,6,7,8,9,10,15,18,22,23,24,26,29,31,36,37,38,39,45,47,48,49,53,60,61,62,63,64,65,66,67,68,69,71,77,80,83,86,89,90,91,92,93,94,95,100,101,109,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145],target_userid:82,targetassign:[6,7,8,9,10],targetdescript:[6,7,8,9,10],task:[0,1,3,4,5,11,12,13,14,15,16,17,18,19,21,26,27,30,31,32,33,34,39,40,46,49,53,54,58,61,63,71,72,74,75,77,78,80,81,83,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,107,109,110,115,116,118,119,121,122,123,124,125,127,128,130,132,133,134,136,137,138,139,140,141,142,143,144],taskno:15,tbexit:15,tcb:15,tcp:[6,7,8,9,10,15,37],tcpip:[15,37],tcsactn:15,tcswait:15,tct:15,tctua:15,tctuakei:15,tctualoc:15,td_intrapartit:[3,19],tdintra:15,team:[104,110,114],tell:[24,60],temp_acb_dataset:63,temp_backup:29,temp_volum:29,tempdir:70,templat:[0,3,4,5,11,12,13,14,15,17,18,25,27,30,31,39,46,53,72,74,77,84,88,93,139,140,141],template_paramet:[31,39,46],templatenam:77,templt:15,tempnam:39,temporari:[0,3,15,19,24,27,28,29,30,31,32,33,34,40,41,42,46,48,49,53,60,144],temporarili:[29,31,32,34,39,46,48,144],tenant:93,tenant_nam:93,tend:110,terabyt:35,term:[104,109,116,117,118,119,120,121,122,123,125,126,128,130,131,133,136,138,139,141,143],termid:15,termin:[12,15,16,31,39,41,42,63,64,130,144],termuacc:47,ters:[28,48,53],terse_pack:[28,53],test01:[24,60],test1:[24,33,48,60],test2:48,test:[2,28,29,30,31,32,33,34,35,39,40,42,47,48,52,53,56,70,106,123,141,144],test_config:[24,60],test_create_dataset_arg_expans:[24,60],test_create_dataset_exception_receiving_nam:[24,60],test_create_dataset_missing_all_arg:[24,60],test_create_dataset_missing_second_arg:[24,60],test_create_dataset_various_arg:[24,60],test_data:[24,60],test_dataset_cr:[24,60],test_partit:114,test_us:123,test_zhmc_adapter_list:144,test_zhmc_partit:144,test_zhmc_password_rul:144,test_zhmc_sess:144,test_zhmc_us:144,testcas:[70,114,144],testdata:33,testdb:67,testdsn:[24,60],tester:[11,24,39,60],testgrp1:11,testgrp2:11,testhmc:[114,144],testinventori:144,testnam:[23,24,60],testopt:114,testpgm:31,testprg1:11,testprg2:11,testus:47,testusr:49,testutil:144,testvault:144,text:[6,7,8,9,10,15,16,30,31,39,41,42,43,44,45,53,65,68,82,114,127,132,139,144],textual:[21,26],tfs:41,than:[6,8,9,10,15,28,31,33,34,35,38,39,41,47,49,53,63,83,114,125,127,132,136,144],thei:[0,15,23,24,25,27,28,29,31,32,34,41,43,48,53,60,71,80,144],them:[15,20,23,28,31,39,42,44,46,53,64,89,93,104,109,114,121,144,145],therefor:[15,20,24,25,27,42,51,60,84,86,105],thi:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,58,59,60,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,112,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],thin:[24,60],thing:114,third:[81,82,83],those:[0,15,35,48,80,84,96,119,125,130,141,144],though:[31,41,53],thousand:15,thread:[130,136],threadsaf:15,three:35,threshold:15,through:[1,11,15,16,21,30,31,32,34,37,38,39,40,46,53,58,62,72,78,83,102,112,114,139],throughout:53,thu:[31,34,39,46,48,56,71,109,130,144],time:[6,8,9,10,15,16,23,24,28,35,36,37,38,39,42,43,49,53,56,60,66,69,83,92,93,100,101,117,119,125,126,127,130,131,132,139,144],time_stamp:64,timeout:[6,7,8,9,10,15,16,19,74,77,118,119,125,130,136,139,144],timer:125,timestamp:[27,30,31,33,40,41,63,64,127,132],tinad:35,tip:[22,59],titl:83,tke:121,tls11:15,tls12:15,tls13:15,tmp:[0,28,29,30,31,34,35,40,41,42,46,48,53,66,69,89,90,91,93,95,96,97,98,99,101,110],tmp_hlq:[27,28,29,30,31,32,33,34,40,41,42,48,49,53],tmp_path:53,tmphlq:[27,28,29,30,31,32,33,34,40,41,42,48,49],to_csdgroup:6,to_encod:[33,53],to_expand:[24,60],todai:114,togeth:[15,35,37,39,51,102,105,119,125,130],token:[0,81,82,83,103,125],toler:[123,135,144],tool:[15,144],toolkit:45,top:[15,25,28,114],top_data_set:15,topic:[0,6,7,8,9,10,41,95,96,97,98,99,104,114],total:[15,39,44,92,93,101,116,136],tower:0,trace:[3,15,19,53],traceback:53,track:[4,5,11,12,13,14,15,17,18,49,53],tracker:114,tradit:[71,104],trail:[29,31,39,44,46,53],tran:[15,65],traniso:15,transact:[3,15,16,19,65],transaction_dump:[3,19],transfer:[31,34,39,45,46,48,50,55,110],transform:25,transid:[6,7,8,9,10],transit:144,transmit:28,transport:28,trap:15,travers:[34,53],travi:144,trdumax:15,treat:[31,39,42,45,46,66,69],tree:[28,31],tri:144,trigger:[53,136],trim_block:[31,39,46],trk:[4,5,11,12,13,14,15,17,18,28,29,31,32,42,48,49],troubleshoot:[102,144],trtabsz:15,trtransz:15,trtranti:15,truncat:[31,33,42],trust:[6,7,8,9,10],tsmainlimit:15,tso:[16,21,26,35,46,53],tsocmd_to_issu:[83,100],tst:15,tstre:67,tsu:38,tuesdai:[23,37],tune:15,tupl:121,turn:0,two:[3,5,15,18,20,23,24,28,29,30,35,42,46,60,62,63,66,76,121,144],txt:[19,24,28,30,31,40,42,46,48,60,114,144],type:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,58,60,62,63,64,65,66,67,68,69,70,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],type_2_data:65,typeerror:[24,53,60,144],typic:[19,22,24,40,60,86],typrun:[39,53],u0026mbr:39,u00270000:49,u0027:[31,34,37,39,41,49],u0027hello:[37,39],u0027i:41,u0027object:39,u0027sourc:41,u0027un:34,u0027us:34,u0027xref:39,udsa:15,udsasz:15,udx:121,ui66511:84,ui66512:84,ui70435:70,uid:[31,41],unabl:[53,110],unaccept:[120,125,126,130,131,136],unalloc:15,unarch:[26,28,53],unarchiv:[48,53],unassign:136,unauthent:[6,7,8,9,10],unauthor:[42,53,62],unbind:15,uncatalog:[30,31,32,33,34,35,39,40,41,42,53,63],uncatalogu:53,uncatlg:[53,63,64],unchang:[40,41,49,116,119,121,122,123,128,130,133,136,138,139,141,143],uncommit:15,uncompress:[48,127,132],uncond:63,uncondition:63,unconfigur:[116,144],unconstrain:15,undefin:31,undeliver:15,under:[0,6,7,8,9,10,15,24,25,28,36,37,53,60,67,92,103],undercov:82,undergo:109,underli:[31,34,39,42,46,48,56],underscor:[70,116,117,119,120,122,123,125,126,128,129,130,131,133,134,136,138,139,140,141,142,143,144],understand:[53,104,107,110,114],understood:41,undo:[11,12,24,60],undocu:53,unew:114,unexpect:[28,31,48,53],unformat:67,unformatted_output:67,unicod:[55,144],unicodedecodeerror:110,unidentifi:53,unifi:[0,51,102,105,144],uniform:66,uniqu:[15,16,30,31,37,38,39,41,42,53,77,83,93,99,101,127,132],unit:[4,5,11,12,13,14,15,17,18,22,28,29,31,32,39,42,43,48,49,59,63,64,103,114,125,130,136,138],unittest:[24,60],unix:[11,15,19,21,28,29,30,31,33,34,39,40,41,42,46,48,53,55,66,69,83,100],unknown:[6,7,8,9,10,43,82,103],unless:[15,28,31,39,42,43,44,46,48,56,62,68,103,125,136,137],unlik:25,unmanag:[120,144],unmount:[41,144],unmount_iso:130,unmount_opt:[41,53],unnecessari:[22,23,42,53,144],unord:42,unpack:[28,48,53],unpin:144,unqualifi:35,unrel:[127,132],unspecifi:[28,31,48],unsuccess:103,unsupport:36,untag:[41,54,71],until:[15,16,42],untrust:123,unusu:144,unvers:114,uownetql:15,upb:42,updat:[1,3,7,11,15,16,19,23,27,30,32,40,41,53,63,64,65,70,74,82,84,88,104,110,114,115,117,119,122,123,125,126,128,130,133,136,138,139,141,143,144],update_paramet:10,update_retention_criteria:64,upgrad:[11,12,13,110,118,119,144],upgrade_timeout:[118,119,144],upload:[114,144],upon:99,upper:[15,23,53],uppercas:[53,95],uppercase_str:23,upstream:114,uri:[74,82,116,119,121,123,125,128,130,133,136,138,139,141,144],url:[6,7,8,9,10,83,100,103,114,144],urm:15,urole_list:142,usabl:15,usag:[0,6,7,8,9,10,23,25,53,70,121,130,136,138,144],usage_domain:121,usb:118,use:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,22,24,27,28,29,31,32,34,39,40,41,42,45,46,48,49,53,60,63,64,67,71,76,82,83,84,88,102,103,104,107,109,110,114,117,123,126,131,135,144],use_adrdssu:[28,48],use_qualifi:34,use_regex:44,use_templ:[31,39,46],useagelstat:[6,7,8,9,10],usecount:[6,7,8,9,10],used:[0,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,39,40,41,42,43,46,48,49,50,53,55,60,61,62,63,64,66,67,68,69,70,75,76,77,80,81,82,83,84,86,89,90,91,92,93,94,95,96,97,98,99,100,101,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],usefetch:[6,7,8,9,10],useful:[30,40,107],user03:39,user1:139,user:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,24,27,28,29,30,31,32,33,34,35,39,40,41,42,46,47,48,49,50,53,60,64,65,68,77,81,82,83,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,114,115,117,118,124,126,131,144,145],user_data_set:19,user_list:140,user_nam:110,user_pattern_nam:139,user_pattern_uri:139,user_rol:[139,141,142],user_role_nam:139,user_to_list:[83,100],userexeckei:[6,7,8,9,10],userid:[15,37,39,95,96,97,98,99,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],userlib:[35,67],usernam:[24,29,32,60,77,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],usertr:15,uses:[0,12,13,15,16,24,28,31,34,37,39,46,48,49,50,53,60,89,90,91,93,101,114,135,144],using:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,25,26,28,29,30,31,32,34,35,38,39,40,41,42,43,45,46,47,48,49,53,56,60,62,63,72,80,85,86,89,90,91,92,93,94,95,96,97,98,99,101,103,114,115,116,119,122,125,128,130,135,141,143,144],usr0010:27,usr:[23,24,46,60,110],usrdelai:15,uss:[11,24,27,28,30,31,33,34,35,39,40,41,42,48,53,55,60,66,69,74,77],ussconfig:15,usshom:15,usual:[0,37,41,80],utf:[23,31,39,53,55,110],util:[0,1,12,13,16,20,21,24,30,33,34,37,38,39,40,42,53,56,58,60,62,63,64,67,68,69,70,71,110],uuid:[84,88,95,96,97,98,136,138],v15:71,v2r2:55,v2r3:[24,56,60,70,71,84,86,87],v2r4:[56,70,84],v2r5:84,v2rx:56,v3r8:[24,60],v5r3m0:27,v7k:122,valid:[6,7,8,9,10,15,19,22,23,24,28,29,31,32,34,35,39,41,42,44,46,48,53,60,63,64,68,80,83,84,86,95,114,116,130,135,136,144],validate_checksum:34,validatedid:82,valu:[3,19,22,23,24,29,53,60,61,70,74,77,80,84,89,90,91,92,93,94,95,96,97,98,99,100,101,104,144],value1:[24,60,101],value2:[24,60,101],value3:[24,60],value_specified_in_no_log_paramet:139,valueerror:23,var1:[89,90,92,93,101],var1_valu:[89,92,93],var2:[89,101],var2_valu:89,varaibl:100,vari:[0,27,28,31,32,42,48,49,51,53,55,66,104,105,109],variabl:[0,6,7,8,9,10,19,23,24,27,28,30,31,32,34,36,39,40,42,46,48,53,60,63,71,82,83,103,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],variable_end_str:[31,39,46],variable_start_str:[31,39,46],variant:114,variou:[15,63,64,68,84,89,92,93,101,104,112],vars_fil:[77,88],vars_prompt:[77,81],vault:144,vba:[28,31,32,42,48,63,64],vcat:47,vendor:[83,89],vendor_nam:89,verbos:[31,34,42,43,53,68,104,114],veri:15,verif:[6,7,8,9,10,15,27,30,40,49,144],verifi:[11,12,13,15,17,18,23,34,45,49,82,110,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],verify_offlin:49,verify_volid:49,verify_volume_empti:49,verison:144,version:[6,7,8,9,10,15,20,24,28,30,31,33,34,36,39,40,54,55,56,60,64,71,82,83,89,100,108,109,110,113,117,118,120,126,130,131,136,141],version_ad:144,version_numb:64,vfm:125,vfunction1:143,vhba_cpca_sg_mgmt12:136,via:[6,7,8,9,10,19,78,114,117,120,122,126,129,131,134,139,140,142,144],video:107,view:[0,15,24,56,60,63,83,108,114,127,132,141],view_onli:141,vio:42,violat:15,virt:[37,39],virtual:[15,49,112,114,115,122,128,130,136,144],virtual_funct:143,virtual_switch_uri:128,visibl:[31,89,114,145],visit:[0,54,71,107],vlan:[128,130],vlan_typ:144,vm_name:36,vol033:31,vol:[27,39],volid:49,volser:[39,43,49,53],volstat:43,volum:[4,5,11,12,13,14,15,17,18,21,23,26,27,31,32,35,39,42,48,53,63,64,95,96,97,98,115,130,136,144],volupt:144,voluptu:144,vsam:[4,11,12,13,14,15,17,19,28,31,32,33,34,35,42,48,49,53,67],vsamcat:15,vsamdset:47,vtam:15,vtoc:[49,53],vtoc_siz:49,vtprefix:15,vuln:144,vulner:144,vvd:49,vvv:[41,104],vvvv:[31,34,104],wai:[0,19,20,31,39,46,53,88,103,119,125,130,144],wait:[15,16,39,41,42,43,53,83,92,93,101,114,118,119,136,144],wait_for_transition_complet:144,wait_time_:[39,43,53],want:[4,5,11,12,13,14,15,17,20,28,30,32,40,53,64,77,103,104,110,114],warm:[4,5,11,12,13,14,15,17,18,19],warn:[15,24,37,39,45,53,60,103,104,144],weakli:83,weather:23,web:[15,45,52,81,82,83,106,112,113,114,139,145],webdelai:15,webhook:114,webspher:[89,91,92,93,94],week:35,weekli:114,weheth:120,weight:[125,130,136],welcom:[15,30],well:[0,15,30,31,39,40,42,46,53,64,65,67,71,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],were:[15,16,19,23,28,37,38,39,41,43,44,53,62,64,68,70,121,125,141,144],what:[15,41,42,49,53,80,83,103,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],wheel:144,when:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,22,23,24,25,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,48,49,50,53,56,59,60,63,64,66,69,73,75,79,81,82,83,85,86,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,109,114,119,121,122,123,125,127,128,130,131,132,133,135,136,138,139,141,143,144],whenev:[41,114],where:[4,5,11,12,13,14,15,17,18,20,23,24,28,29,31,32,33,34,37,38,39,41,42,44,46,48,53,60,63,64,66,70,75,77,89,90,91,93,95,96,97,98,99,101,104,122,123,125,127,128,130,132,133,136,138,139,141,143,144],whether:[0,4,5,6,7,8,9,10,11,12,13,14,15,17,18,23,30,31,34,39,40,41,42,46,48,53,62,64,82,83,89,100,110,114,120,125,126,127,130,131,132,136,137,139,141,144],which:[3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,23,24,28,29,30,31,32,33,34,35,39,40,41,42,44,46,48,53,60,62,63,64,65,67,68,69,70,71,74,77,81,82,83,84,86,95,96,97,98,100,103,104,109,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144],whitespac:70,who:[15,16,27,30,31,33,37,38,40,82,84,89,93],whole:15,whoneedsaccess:82,whose:[15,29,35,44,129,130],why:114,wide:[15,125,130,136,138],wider:102,wih:38,wild:53,wildcard:[6,8,9,10,28,31,35,38,44,53,64],win:144,window:109,winmvs2c:[6,7,8,9,10],with_:30,within:[0,3,15,35,37,38,39,53,55,65,66,68,69,114,116,119,121,122,123,128,130,133,136,137,138,139,141,143,144],without:[15,19,21,23,24,27,28,30,31,34,37,42,48,53,60,62,63,64,66,68,69,103,104,144],wlm:15,wlmhealth:15,won:0,word:[35,125],work:[3,15,24,31,37,39,40,46,53,60,63,84,103,104,110,114,144],workaround:53,workflow:[0,78,80,84,86,87,88,102,114,144],workflow_access_typ:[83,100],workflow_account_info:[83,100],workflow_assign_to_own:[83,100],workflow_categori:83,workflow_com:[83,100],workflow_complet:83,workflow_def:[83,100],workflow_delete_completed_job:[83,100],workflow_failed_step:83,workflow_fil:[83,100],workflow_file_system:[83,100],workflow_host:83,workflow_job_stat:[83,100],workflow_kei:83,workflow_nam:[83,100],workflow_notification_url:[83,100],workflow_own:[83,100],workflow_perform_subsequ:[83,100],workflow_resolve_conflict_by_us:[83,100],workflow_resolve_global_conflict_by_us:[83,100],workflow_sample_automation_step:[83,100],workflow_step_nam:[83,100],workflow_var:[83,100],workflow_vars_fil:[83,100],workflow_vendor:83,workflow_wait:83,workload:[15,125],world:[23,30,37,39,125,130,136,138],worri:[24,60],would:[23,24,28,31,34,37,38,42,43,48,53,60,64,70,103,110,127],wrap:[24,60,127,132],wrapper:[24,60],write:[15,31,32,33,41,42,54,64,68,71,95,96,97,98],write_onli:42,writeabl:[116,119,122,123,125,128,130,133,136,138,139,141,143,144],written:[1,5,15,21,31,33,34,41,42,45,48,58,63,64,72,104,112,144],wrkarea:15,wrong:53,wui:15,www:[6,7,8,9,10,30,95,96,97,98,99],xappc:15,xcf:15,xcfgroup:15,xcmd:15,xdb2:15,xdct:15,xfct:15,xhf:15,xiaopin:9,xjct:15,xlt:15,xmit:[28,48,53],xmit_log_data_set:[28,48],xml:[6,7,8,9,10,83,100],xmltodict:20,xpct:15,xppt:15,xpsb:15,xptkt:15,xre:15,xref:39,xrf:15,xtran:15,xtst:15,xuser:15,xxx:[89,90,91,93,95,96,97,98,99,101,110],xyz:[35,135],yaml:[24,28,31,35,42,48,53,60,74,77,104,116,119,122,123,125,128,130,133,136,138,139,141,143,144],yds7ujxqrd3h8v5wxq9pf1yptztq4jzrozn3xqkf26zicxghc7mdzgycmca:81,year:[35,56],yes:[33,40,77,110],yet:[14,42,114,144],yield:[16,37,38],yml:[24,60,89,90,91,92,93,94,95,96,97,98,99,101,103,114,144],you:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,26,27,28,30,31,32,33,34,35,39,40,41,42,45,46,48,49,53,55,56,59,60,62,63,64,67,71,73,77,79,80,83,84,86,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,107,109,110,114,115,117,118,126,131,144],your:[0,6,7,8,9,10,15,16,20,24,30,31,48,49,53,54,60,63,68,71,76,77,81,82,83,86,88,100,103,104,107,110,114],your_password:81,your_usernam:81,yqchen:[6,7,8,9,10],yymmdd:15,z114:144,z13:[122,125,126,130,131],z14:[122,125,130,136,137,138,144],z15:144,z16:144,z196:144,z_ansible_collections_sampl:144,z_python_interpret:[24,60],zaa:139,zawar:125,zbc12:144,zec12:144,zero:[9,15,28,31,37,38,39,42,48,53],zeroiz:116,zfs:[32,41],zhmc:[114,123,130,141,144],zhmc_adapt:[115,117,130,144],zhmc_adapter_list:[115,116,144],zhmc_consol:[115,144],zhmc_cpc:[115,144],zhmc_cpc_list:[115,135,144],zhmc_crypto_attach:[115,144],zhmc_hba:[115,130],zhmc_inventori:144,zhmc_ldap_server_definit:[115,144],zhmc_ldap_server_definition_list:[115,144],zhmc_lpar:[115,144],zhmc_lpar_list:[115,144],zhmc_lpar_messag:[115,144],zhmc_nic:[115,129,130,144],zhmc_nic_list:[115,144],zhmc_partit:[115,122,128,131,143,144],zhmc_partition_list:[115,130,144],zhmc_partition_messag:[115,144],zhmc_password_rul:[115,144],zhmc_password_rule_list:[115,144],zhmc_session:[115,144],zhmc_session_modul:[116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143],zhmc_storage_group:[115,130,144],zhmc_storage_group_attach:[115,136,144],zhmc_storage_volum:[115,144],zhmc_test_lsd_1:123,zhmc_test_role_1:141,zhmc_user:[115,144],zhmc_user_list:[115,144],zhmc_user_rol:[115,144],zhmc_user_role_list:[115,144],zhmc_vault:144,zhmc_virtual_funct:[115,130],zhmcclient:[114,116,144,146],zhmcclient_mock:144,ziip:125,zinventori:[24,60],zip:[28,48,53],zmf_authent:[80,82,83,84],zmf_bodi:[89,93],zmf_cpm_create_software_inst:[84,86,88],zmf_cpm_get_software_inst:[84,86,88],zmf_cpm_list_software_templ:[84,86,88],zmf_cpm_manage_software_inst:[84,86,88,89,93],zmf_cpm_provision_software_servic:[84,86,88,92,94],zmf_cpm_remove_software_inst:[84,86,88,89,93],zmf_credenti:[82,83],zmf_crt:[81,82,83,100],zmf_host:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_kei:[81,82,83,100],zmf_password:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_port:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_sca:[80,84,86],zmf_swmgmt_csi_queri:[84,88],zmf_swmgmt_identify_missing_critical_upd:[84,86,88],zmf_swmgmt_identify_missing_fixcat_upd:[84,86,88],zmf_swmgmt_search_software_upd:[84,86,88],zmf_swmgmt_system_uuid:84,zmf_swmgmt_zos_system_uuid:[88,95,96,97,98],zmf_user:[81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101],zmf_workflow:[80,84,86,100],zmf_workflow_complet:[84,86,88],zmf_zmsc_run_management_servic:[84,86,88],zmsc:86,zoa:0,zoau:[16,20,24,27,29,30,31,36,37,38,39,40,41,53,60,62,70,110],zoau_dir:30,zoau_hom:[24,60],zoau_root:[24,60],zoautil:[24,60],zoautil_dir:[24,60],zoautil_pi:[24,60],zone:95,zoneindex:95,zos:[95,96,97,98,99,103,110],zos_apf:[26,53],zos_arch:[26,48,53],zos_backup_restor:[26,49,53],zos_blockinfil:[26,53],zos_copi:[26,28,34,39,46,48,50,53],zos_data_set:[0,26,30,31,34,35,41,42,53],zos_dataset:[24,60],zos_datset:[24,60],zos_encod:[26,53],zos_encode_out:33,zos_fetch:[26,28,31,50,53],zos_find:[26,53],zos_gather_fact:[26,53],zos_job_output:[26,53],zos_job_queri:[0,16,26,53],zos_job_submit:[26,50,53],zos_lineinfil:[26,53],zos_mount:[26,53],zos_mvs_raw:[0,26,53],zos_oper:[16,26,44,53],zos_operator_action_queri:[26,53],zos_p:[26,50,110],zos_raw:42,zos_script:[26,50,53],zos_ssh:110,zos_system_uuid_respons:99,zos_tso_command:[16,26,46,53],zos_unarch:[26,28,50,53],zos_volume_init:[26,53],zosmf:[81,82,83,95,96,97,98,99,100],zosmoninterv:15,zossos24unalloc:15,zossos31unalloc:15,zossos64unalloc:15,zossosnewtcb:15,zpy1:15},titles:["General","z/OS CICS","Contributing","Modules","aux_temp_storage \u2013 Create and remove the CICS auxiliary temporary storage data set","aux_trace \u2013 Allocate auxiliary trace data sets","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","csd \u2013 Create, remove, and manage the CICS CSD","global_catalog \u2013 Create, remove, and manage the CICS global catalog","local_catalog \u2013 Create, remove, and manage the CICS local catalog","local_request_queue \u2013 Create and remove the CICS local request queue","region_jcl \u2013 Create CICS startup JCL data set","stop_region \u2013 Stop a CICS region","td_intrapartition \u2013 Create and remove the CICS transient data intrapartition data set","transaction_dump \u2013 Allocate transaction dump data sets","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":[3,23],"function":[23,24,60,143],"import":23,"new":[0,19,53,74,114],"return":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],"transient":17,Are:0,IMS:[58,62,63,64,65,66,67,69],Using:3,abl:110,acb:62,across:135,action:[6,44,50],adapt:[116,117],add:[24,27,60,63],addit:[0,24,60],affect:110,after:0,all:91,alloc:[5,18],also:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,100,116,117,129,130,131],ani:[0,110],ansibl:[0,22,59,102,103,110],ansible_librari:[24,60],ansible_zos_modul:[24,60],apf:27,archiv:28,arg_typ:23,argument:[23,24,60],askpass:110,attach:[121,137],authent:[81,110],author:27,autom:[54,72,82,103],aux_temp_storag:4,aux_trac:5,auxiliari:[4,5],avail:[19,53,70,74,84],backup:29,befor:0,behind:0,best:0,beta1:70,beta2:70,beta3:70,beta:[19,70],betterargpars:[22,23],block:30,bugfix:53,build:[103,114],built:23,can:[0,110],catalog:[12,13,63,64],caus:110,certifi:[0,102],chang:53,charact:55,check:[0,45],cic:[0,1,3,4,6,7,8,9,10,11,12,13,14,15,16,17],cicsplex:[6,7,8,9,10],cli:[24,60],cmci:20,cmci_act:6,cmci_creat:7,cmci_delet:8,cmci_get:9,cmci_upd:10,collect:[0,110],command:[43,47,65,67],commun:0,complet:[0,100],concept:104,configur:[0,24,60],consol:[127,132],content:[0,102],contribut:[0,2,22,51,59,73,79,105],control:[24,60,85,109],copi:31,core:21,cpc:[119,120],creat:[4,7,11,12,13,14,15,17,77,89,116,122,128,130,133,136,138,139,141,143],critic:96,crypto:121,csd:11,csi:95,custom:[0,23],data:[4,5,15,17,18,28,29,30,31,32,34,35,40,48,68,95],dbd:66,dbrc:67,ddl:68,debug:104,defin:[0,23],definit:[7,9,10,68,123,124],delet:8,depend:[23,24,45,60,100],deprec:53,detail:[24,60],develop:[0,2,22,24,59,60,114],directori:[24,60],displai:[37,44],document:[0,52,106,114],doe:110,download:0,dump:18,dure:110,dynam:77,encod:33,enterpris:54,environ:[0,114],error:110,exampl:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,60,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],exclus:23,execut:[43,47,110],exist:103,facil:27,fact:36,fail:[0,110],featur:[23,53],fetch:34,file:[0,28,41,48],filter:25,find:[0,35],fix:110,fixcat:97,frequent:0,fresh:103,from:[34,64],galaxi:103,gather:36,gener:[0,62,66,69],get:[90,110,127,132],global:12,global_catalog:12,group:[3,136,137],guid:53,hat:102,have:[0,110],hba:122,help:107,hipersocket:116,hmc:[112,118,133,135,139,140,141,142],host:110,how:[0,110],hub:103,ibm:[0,54,72,78,102,110],idempot:0,identifi:[96,97],ims_acb_gen:62,ims_catalog_popul:63,ims_catalog_purg:64,ims_command:65,ims_dbd_gen:66,ims_dbrc:67,ims_ddl:68,ims_psb_gen:69,initi:49,instal:[0,24,60,103],instanc:[89,90,92,94,96,97,98],instead:110,intrapartit:17,inventori:104,issu:[0,53],jcl:[15,39],job:[37,38],kei:[24,60],know:0,known:53,languag:68,latest:0,ldap:[123,124],leav:0,librari:27,line:30,link:107,list:[91,117,120,124,126,129,131,134,140,142],local:[13,14,103],local_catalog:13,local_request_queu:14,login:110,lpar:[125,126,127],mainten:56,major:53,manag:[11,12,13,20,24,30,32,40,54,60,71,75,86,92,101,109,110,118,119,123,125,135,145],match:35,matrix:56,memori:0,messag:[44,110,127,132],method:[24,60],minidisk:49,minor:53,miss:[96,97],mock:[24,60],mode:0,modul:[0,3,22,24,26,53,59,60,61,80,110,115],mount:41,much:0,multi:30,mutual:23,need:[0,110],nic:[128,129],node:[20,24,54,60,71,75,85,86,109,145],note:[27,28,30,31,33,34,35,39,40,41,42,45,46,48,62,63,64,65,66,67,68,69,70,74,77,83,84,89,90,91,92,93,94,95,96,97,98,99,100,101,136,137,138],object:0,offer:0,open:[0,54],oper:[0,33,43,83],option:23,osmf:[78,81],other:0,output:37,overrid:103,packag:[24,60],paramet:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,62,63,64,65,66,67,68,69,77,81,82,83,110,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],pars:22,part:0,particular:0,partit:[121,122,128,130,131,132,137,143],password:[133,134],perform:[6,33],ping:45,playbook:[0,104,110],plugin:50,port:53,practic:0,pre:[103,110],preced:0,prerequisit:[24,60],privat:103,privileg:110,problem:[0,110],program:[27,42],prompt:110,provis:[3,20,82,92,93],psb:69,publish:91,purg:64,pytest:[24,60],python:[0,54,71,110],queri:[9,38,95],queue:14,ram:0,reach:110,record:[63,64],red:102,redhat:0,refer:[3,19,70,84],region:16,region_jcl:15,releas:[0,19,53,56,70,74,84,103,108,114,144],remov:[4,11,12,13,14,17,27,94],repositori:114,request:14,requir:[0,20,23,44,53,82,109,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143],resourc:[6,8,9,10,24,57,60,77,87,113,121],restor:29,resum:77,retriev:99,role:[76,77,88,89,90,91,92,93,94,100,101,141,142],rule:[0,133,134],run:[0,24,42,46,60,101,104,110],sa_create_dynamic_resourc:77,sampl:0,script:46,sdk:54,search:98,secret:114,secur:82,see:[12,13,15,28,30,31,34,35,41,42,44,45,46,48,49,100,116,117,129,130,131],seek:[0,110],server:[81,103,123,124],servic:[93,101],session:135,set:[4,5,15,17,18,28,29,32,35,48,55,95,114],shell:54,should:[0,110],smp:95,softwar:[89,90,91,92,93,94,96,97,98],special:110,specif:[0,90],sql:68,ssh:[24,60,110],start:114,startup:15,statement:68,statu:38,stop:16,stop_region:16,storag:[4,136,137,138],submit:[39,65,67,68],support:[0,56,110],synopsi:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,77,81,82,83,89,90,91,92,93,94,95,96,97,98,99,100,101,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],system:[36,41,72,99,110],target:110,task:[20,135],td_intrapartit:17,templat:91,temporari:4,test:[0,22,24,59,60,110,114],textual:[30,40],them:0,thi:110,tip:[24,60],trace:5,track:0,transact:18,transaction_dump:18,troubleshoot:[110,146],tso:47,type:23,unarch:48,unit:[24,60],unsupport:110,updat:[0,10,96,97,98,116],upgrad:0,usag:[24,60],user:[110,139,140,141,142],using:[0,110],uss:110,util:54,uuid:99,valid:82,valu:[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,62,63,64,65,66,67,68,69,81,82,83,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143],variabl:[89,90,91,92,93,94,95,96,97,98,99,100,101,104,114],version:[0,19,53,70,74,84,103,114,144],virtual:143,volum:[29,49,138],warn:110,what:[0,19,74,110],when:[0,110],where:0,which:[0,110],why:110,workflow:[83,100],zhmc_adapt:116,zhmc_adapter_list:117,zhmc_consol:118,zhmc_cpc:119,zhmc_cpc_list:120,zhmc_crypto_attach:121,zhmc_hba:122,zhmc_ldap_server_definit:123,zhmc_ldap_server_definition_list:124,zhmc_lpar:125,zhmc_lpar_list:126,zhmc_lpar_messag:127,zhmc_nic:128,zhmc_nic_list:129,zhmc_partit:130,zhmc_partition_list:131,zhmc_partition_messag:132,zhmc_password_rul:133,zhmc_password_rule_list:134,zhmc_session:135,zhmc_storage_group:136,zhmc_storage_group_attach:137,zhmc_storage_volum:138,zhmc_user:139,zhmc_user_list:140,zhmc_user_rol:141,zhmc_user_role_list:142,zhmc_virtual_funct:143,zmf_authent:81,zmf_cpm_create_software_inst:89,zmf_cpm_get_software_inst:90,zmf_cpm_list_software_templ:91,zmf_cpm_manage_software_inst:92,zmf_cpm_provision_software_servic:93,zmf_cpm_remove_software_inst:94,zmf_sca:82,zmf_swmgmt_csi_queri:95,zmf_swmgmt_identify_missing_critical_upd:96,zmf_swmgmt_identify_missing_fixcat_upd:97,zmf_swmgmt_search_software_upd:98,zmf_swmgmt_zos_system_uuid:99,zmf_workflow:83,zmf_workflow_complet:100,zmf_zmsc_run_management_servic:101,zoau:[0,71],zos_apf:27,zos_arch:28,zos_backup_restor:29,zos_blockinfil:30,zos_copi:[31,110],zos_data_set:32,zos_encod:33,zos_fetch:[34,110],zos_find:35,zos_gather_fact:36,zos_import_mock:[24,60],zos_job_output:37,zos_job_queri:38,zos_job_submit:39,zos_lineinfil:40,zos_mount:41,zos_mvs_raw:42,zos_oper:43,zos_operator_action_queri:44,zos_p:45,zos_script:46,zos_tso_command:47,zos_unarch:48,zos_volume_init:49}}) \ No newline at end of file diff --git a/zhmc-ansible-modules/CHANGELOG.html b/zhmc-ansible-modules/CHANGELOG.html new file mode 100644 index 00000000..980a79ea --- /dev/null +++ b/zhmc-ansible-modules/CHANGELOG.html @@ -0,0 +1,215 @@ + + + + + + + + + + + <no title> — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      + + + +
                      + + + + + +
                      + +
                      + + + + + + + + + + + + + + + + + +
                      + +
                        + +
                      • Docs »
                      • + +
                      • <no title>
                      • + + + +
                      + + +
                      +
                      +
                      +
                      + + + +
                      + +
                      +
                      + + +
                      + +
                      +

                      + © Copyright IBM Corp. 2020, 2023 + +

                      +
                      + +
                      + +
                      +
                      + +
                      + +
                      + + + + + + + + + + + + \ No newline at end of file diff --git a/zhmc-ansible-modules/docs/source/development.html b/zhmc-ansible-modules/docs/source/development.html index 998c2673..aee49a4b 100644 --- a/zhmc-ansible-modules/docs/source/development.html +++ b/zhmc-ansible-modules/docs/source/development.html @@ -123,6 +123,7 @@
                    • z/OS z/OSMF
                    • Z HMC
                    • +
                      +

                      Secret variables

                      +

                      This Github repo needs the following secret variables to be set in order +to run its Github Actions workflows successfully:

                      +
                        +
                      • GALAXY_API_KEY - API key for the Ansible Galaxy +service. This variable is set at the repo level.

                        +

                        To get such an API key, you need to have a user on Ansible Galaxy and then go +to the user preferences page to view the API key the site has generated for +your user.

                        +
                      • +
                      • SLACK_HOOK - Slack hook URL to send test result messages to the +#python-zhmcclient-test-status +Slack channel. Note that this channel is IBM-internal and looking at it requires +an IBM ID. This variable is set at the organisation level.

                        +

                        To get such a URL, follow the instructions in +Sending messages using Incoming Webhooks

                        +
                      • +
                      +
                      -

                      Setting up the development environment

                      +

                      Setting up the development environment

                      The development environment is pretty easy to set up.

                      Besides having a supported operating system with a supported Python version (see Supported environments), it is recommended that you set up a @@ -221,7 +242,7 @@ list of valid Make targets and a short description of what each target does.

                      -

                      Building the documentation

                      +

                      Building the documentation

                      The documentation for the IBM Z HMC collection is published on GitHub Pages at https://zhmcclient.github.io/zhmc-ansible-modules/.

                      That web site represents a defined set of versions of this collection and @@ -250,7 +271,7 @@ has been built successfully.

                      -

                      Testing

                      +

                      Testing

                      Again, an invocation of Make runs against the currently active Python environment.

                      There are four kinds of tests currently, available as make targets:

                        @@ -329,54 +350,64 @@

                        3.10

                        latest

                        -

                        8.x

                        -

                        2.15

                        +

                        9.x

                        +

                        2.16

                        3.11

                        latest

                        -

                        8.x

                        -

                        2.15

                        +

                        9.x

                        +

                        2.16

                        -

                        2.7

                        +

                        3.12

                        +

                        latest

                        +

                        9.x

                        +

                        2.16

                        + +

                        2.7

                        minimum

                        2.9

                        2.9

                        -

                        3.5

                        +

                        3.5

                        minimum

                        2.9

                        2.9

                        -

                        3.6

                        +

                        3.6

                        minimum

                        2.9

                        2.9

                        -

                        3.7

                        +

                        3.7

                        minimum

                        2.9

                        2.9

                        -

                        3.8

                        +

                        3.8

                        minimum

                        2.9

                        2.9

                        -

                        3.9

                        +

                        3.9

                        minimum

                        4.0

                        2.11

                        -

                        3.10

                        +

                        3.10

                        minimum

                        5.0

                        2.12

                        -

                        3.11

                        +

                        3.11

                        minimum

                        7.0

                        2.14

                        +

                        3.12

                        +

                        minimum

                        +

                        9.0

                        +

                        2.16

                        +

                        2.7

                        ansible

                        2.9

                        @@ -414,105 +445,24 @@

                        3.11

                        ansible

                        -

                        8.x+

                        -

                        2.15+

                        - - - -

                        For reference, the following two tables show supported Python versions for -Ansible versions and vice versa, for the Python and Ansible versions that are -relevant for this collection. At the time of writing, the latest Python version -is 3.11 and the latest Ansible version is 8.0.

                        - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

                        Ansible

                        Ansible core

                        Supported Python versions

                        2.9

                        ansible 2.9

                        2.7, 3.5 - 3.8

                        2.10

                        ansible 2.10

                        2.7, 3.5 - 3.8

                        3

                        ansible-base 2.10

                        2.7, 3.5 - 3.8

                        4

                        ansible-core 2.11

                        2.7, 3.5 - 3.9 (1)

                        5

                        ansible-core 2.12

                        3.8 - 3.10 (2)

                        6

                        ansible-core 2.13

                        3.8 - 3.10 (2)

                        7

                        ansible-core 2.14

                        3.9 - 3.11+

                        8

                        ansible-core 2.15

                        3.9 - 3.11+

                        - ---- - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + + +

                        Python

                        Supported Ansible versions

                        2.7

                        2.9, 2.10, 3, 4

                        3.5

                        2.9, 2.10, 3, 4

                        3.6

                        2.9, 2.10, 3, 4

                        3.7

                        2.9, 2.10, 3, 4

                        3.8

                        2.9, 2.10, 3 - 6

                        3.9

                        4 - 8+

                        3.10

                        5 - 8+ (1)

                        8.x

                        2.15

                        3.11

                        7 - 8+ (2)

                        3.12

                        ansible

                        9.x

                        2.16

                        -

                        Notes:

                        -
                          -
                        • (1) The sanity test of Ansible 4 supports Python only up to 3.9, so Python -3.10 requires at least Ansible 5.

                        • -
                        • (2) The sanity test of Ansible 5 and 6 supports Python only up to 3.10, so -Python 3.11 requires at least Ansible 7.

                        • -
                        +

                        The versions for the ‘latest’ and ‘minimum’ package levels are in sync with the +latest and minimum Ansible versions supported for a particular Python version, +as documented in Supported environments. +The versions for the ‘ansible’ package level are designed to cover all +Ansible versions.

                      -

                      Releasing a version

                      +

                      Releasing a version

                      This section shows the steps for releasing a version to Ansible Galaxy.

                      It covers all variants of versions that can be released:

                        @@ -590,6 +540,11 @@
                      • Remove all empty list items.

                      +
                    • Update the authors:

                      +
                      make authors
                      +
                      +
                      +
                    • Commit your changes and push the topic branch to the remote repo:

                      git commit -asm "Release ${MNU}"
                       git push --set-upstream origin release_${MNU}
                      @@ -679,7 +634,7 @@
                       
                       
                      -

                      Starting a new version

                      +

                      Starting a new version

                      This section shows the steps for starting development of a new version.

                      These steps may be performed right after the steps for Releasing a version, or independently.

                      diff --git a/zhmc-ansible-modules/docs/source/modules.html b/zhmc-ansible-modules/docs/source/modules.html index 9f5271ed..3f4a3b51 100644 --- a/zhmc-ansible-modules/docs/source/modules.html +++ b/zhmc-ansible-modules/docs/source/modules.html @@ -96,13 +96,15 @@
                    • Z HMC @@ -221,13 +225,15 @@

                      Modules targeting the HMC (i.e. not a specific CPC):

                      Modules supported with CPCs in any operational mode:

                      @@ -248,6 +254,7 @@
                    • zhmc_nic_list – List NICs
                    • zhmc_partition – Create partitions
                    • zhmc_partition_list – List partitions
                    • +
                    • zhmc_partition_messages – Get console messages for OS in a partition
                    • zhmc_storage_group – Create storage groups
                    • zhmc_storage_group_attachment – Attach storage groups to partitions
                    • zhmc_storage_volume – Create storage volumes
                    • @@ -259,6 +266,7 @@

                      You can also access the documentation of each module from the command line by diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html index 8517fcf7..94e1fa45 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter.html @@ -96,13 +96,15 @@

                    • Z HMC
                    -
                    session_id

                    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

                    +
                    session_id

                    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

                    required: False
                    type: str
                    @@ -293,13 +298,13 @@

                    Parameters

                    -
                    name

                    The name of the target adapter. In case of renaming an adapter, this is the new name of the adapter.

                    +
                    cpc_name

                    The name of the CPC with the target adapter.

                    required: True
                    type: str
                    -
                    cpc_name

                    The name of the CPC with the target adapter.

                    +
                    name

                    The name of the target adapter. In case of renaming an adapter, this is the new name of the adapter.

                    state

                    The desired state for the adapter. All states are fully idempotent within the limits of the properties that can be changed:

                    -
                      -
                    • set: Ensures that an existing adapter has the specified properties.

                    • -
                    • present: Ensures that a Hipersockets adapter exists and has the specified properties.

                    • -
                    • absent: Ensures that a Hipersockets adapter does not exist.

                    • -
                    • facts: Returns the adapter properties including its ports.

                    • -
                    +

                    * set: Ensures that an existing adapter has the specified properties.

                    +

                    * present: Ensures that a Hipersockets adapter exists and has the specified properties.

                    +

                    * absent: Ensures that a Hipersockets adapter does not exist.

                    +

                    * facts: Returns the adapter properties including its ports.

                    required: True
                    type: str
                    @@ -331,11 +334,9 @@

                    Parametersproperties

                    Only for state=set|present: New values for the properties of the adapter. Properties omitted in this dictionary will remain unchanged. This parameter will be ignored for other states.

                    The parameter is a dictionary. The key of each dictionary item is the property name as specified in the data model for adapter resources, with underscores instead of hyphens. The value of each dictionary item is the property value (in YAML syntax). Integer properties may also be provided as decimal strings.

                    The possible properties in this dictionary are the properties defined as writeable in the data model for adapter resources, with the following exceptions:

                    -
                      -
                    • name: Cannot be specified as a property because the name has already been specified in the name module parameter.

                    • -
                    • type: The desired adapter type can be specified in order to support adapters that can change their type (e.g. the FICON Express adapter can change its type between ‘not-configured’, ‘fcp’ and ‘fc’).

                    • -
                    • crypto_type: The crypto type can be specified in order to support the ability of the Crypto Express adapters to change their crypto type. Valid values are ‘ep11’, ‘cca’ and ‘acc’. Changing to ‘acc’ will zeroize the crypto adapter.

                    • -
                    +

                    * name: Cannot be specified as a property because the name has already been specified in the name module parameter.

                    +

                    * type: The desired adapter type can be specified in order to support adapters that can change their type (e.g. the FICON Express adapter can change its type between ‘not-configured’, ‘fcp’ and ‘fc’).

                    +

                    * crypto_type: The crypto type can be specified in order to support the ability of the Crypto Express adapters to change their crypto type. Valid values are ‘ep11’, ‘cca’ and ‘acc’. Changing to ‘acc’ will zeroize the crypto adapter.

                    -
                    {property}

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

                    +
                    {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.

                    @@ -502,7 +506,10 @@

                    Return Valuestype: str

                -
                {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 HMC API book. The property names have hyphens (-) as described in that book. In case of unconfigured FICON adapters, the property list is short.

                +
                {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 86c8a004..cbaa5a11 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_adapter_list.html @@ -96,13 +96,15 @@
              • Z HMC @@ -235,21 +239,23 @@

                Synopsis

                Requirements

                  -
                • The HMC userid must have object-access permissions to these objects: Target adapters, CPCs of target adapters (only for z13 and older).

                • +
                • The HMC userid must have object-access permissions to these objects: Target adapters, CPCs of target adapters (CPC access is only needed for HMC version 2.15 and older).

              • Parameters

                -
                hmc_host

                The hostname or IP address of the HMC.

                +
                hmc_host

                The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

                +

                The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

                required: True
                -
                type: str
                +
                type: raw
                hmc_auth

                The authentication credentials for the HMC.

                @@ -270,7 +276,7 @@

                Parameterstype: str

                -
                session_id

                HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

                +
                session_id

                HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

                required: False
                type: str
                @@ -328,6 +334,24 @@

                Parameterstype: str

                +
                additional_properties

                List of additional properties to be returned for each adapter, in addition to the default properties (see result description).

                +

                Mutually exclusive with full_properties.

                +

                The property names are specified with underscores instead of hyphens.

                +

                On HMCs with an API version below 4.10 (= HMC version 2.16.0 with some post-GA updates), all properties of each adapter will be returned if this parameter is specified, but you should not rely on that.

                +
                +
                required: False
                +
                type: list
                +
                elements: str
                +
                +
                +
                full_properties

                If True, all properties of each adapter will be returned. Default: False.

                +

                Mutually exclusive with additional_properties.

                +

                Note: Setting this to True causes a loop of ‘Get Adapter Properties’ operations to be executed. It is preferable from a performance perspective to use the additional_properties parameter instead.

                +
                +
                required: False
                +
                type: bool
                +
                +
                log_file

                File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

                -
                adapters

                The list of adapters, with a subset of their properties. For details on the properties, see the data model of the ‘Adapter’ resource (see HMC API)

                +
                adapters

                The list of adapters, with a subset of their properties. For details on the properties, see the data model of the ‘Adapter’ resource (see :term:`HMC API`)

                returned: success
                type: list
                @@ -440,6 +464,11 @@

                Return Valuestype: str

                +
                {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 e31d4e78..cff51d29 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_console.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_console.html @@ -8,7 +8,7 @@ - zhmc_console – Get facts about the HMC — Red Hat Ansible Certified Content for IBM Z documentation + zhmc_console – Manage the HMC — Red Hat Ansible Certified Content for IBM Z documentation @@ -96,7 +96,7 @@
              • Z HMC
-
{property}

Additional properties of the Console object representing the targeted HMC, as described in the data model of the ‘Console’ object in the 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.

+
{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 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.

+
+
{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 c9d4d96f..838799a7 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_cpc.html @@ -36,7 +36,7 @@ - + @@ -96,13 +96,15 @@
  • Z HMC
  • -
    partitions

    The defined partitions of the CPC, with a subset of their properties. For details, see the HMC API book.

    +
    partitions

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

    type: list
    elements: dict
    @@ -527,7 +580,7 @@

    Return Values

    -
    storage-groups

    The storage groups associated with the CPC, with a subset of their properties. For details, see the HMC API book.

    +
    storage-groups

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

    type: list
    elements: dict
    diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.html index 1eefbf3b..3f967ce9 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_cpc_list.html @@ -96,13 +96,15 @@
  • Z HMC
  • -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -293,6 +298,13 @@

    Parameterstype: bool

    +
    full_properties

    If True, all properties of each CPC will be returned. Default: False.

    +

    Note: Setting this to True causes a loop of ‘Get CPC Properties’ operations to be executed.

    +
    +
    required: False
    +
    type: bool
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    -
    status

    The current status of the CPC. For details, see the description of the ‘status’ property in the data model of the ‘CPC’ resource (see HMC API). Only included for managed CPCs.

    +
    status

    The current status of the CPC. For details, see the description of the ‘status’ property in the data model of the ‘CPC’ resource (see :term:`HMC API`). Only included for managed CPCs.

    type: str
    @@ -392,6 +404,11 @@

    Return Valuestype: str

    +
    {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 79436f38..c539b66e 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_crypto_attachment.html @@ -96,13 +96,15 @@
  • Z HMC @@ -246,10 +250,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -270,7 +275,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -304,25 +309,30 @@

    Parameters

    state

    The desired state for the crypto attachment. All states are fully idempotent within the limits of the properties that can be changed:

    -
      -
    • attached: Ensures that the specified number of crypto adapters of the specified crypto type, and the specified range of domain index numbers in the specified access mode are attached to the partition.

    • -
    • detached: Ensures that no crypto adapter and no crypto domains are attached to the partition.

    • -
    • facts: Returns the crypto configuration of the partition.

    • -
    +

    * attached: Ensures that the specified number of crypto adapters of the specified crypto type, and the specified range of domain index numbers in the specified access mode are attached to the partition.

    +

    * detached: Ensures that no crypto adapter and no crypto domains are attached to the partition.

    +

    * facts: Returns the crypto configuration of the partition.

    required: True
    type: str
    choices: attached, detached, facts
    -
    adapter_count

    Only for state=attached: The number of crypto adapters the partition needs to have attached. The special value -1 means all adapters of the desired crypto type in the CPC. The adapter_names and adapter_count parameters are mutually exclusive; if neither is specified the default for adapter_count applies.

    +
    adapter_count

    Only for state=attached: The number of crypto adapters the partition needs to have attached. The special value -1 means all adapters of the desired crypto type in the CPC. The adapter_names and adapter_count parameters are mutually exclusive and one of them must be specified.

    required: False
    type: int
    -
    default: -1
    -
    adapter_names

    Only for state=attached: The names of the crypto adapters the partition needs to have attached. The adapter_names and adapter_count parameters are mutually exclusive; if neither is specified the default for adapter_count applies.

    +
    crypto_type

    Only for state=attached: The crypto type of the crypto adapters that will be selected from when adapter_count is specified. Ignored when adapter_names is specified.

    +
    +
    required: False
    +
    type: str
    +
    default: ep11
    +
    choices: ep11, cca, acc
    +
    +
    +
    adapter_names

    Only for state=attached: The names of the crypto adapters the partition needs to have attached. The adapter_names and adapter_count parameters are mutually exclusive and one of them must be specified.

    -
    crypto_type

    Only for state=attached: The crypto type of the crypto adapters that will be considered for attaching.

    -
    -
    required: False
    -
    type: str
    -
    default: ep11
    -
    choices: ep11, cca, acc
    -
    -
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    -
    {property}

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

    +
    {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 9241294c..b065807e 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_hba.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_hba.html @@ -96,13 +96,15 @@
  • Z HMC @@ -245,10 +249,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -269,7 +274,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -309,10 +314,8 @@

    Parameters

    state

    The desired state for the HBA. All states are fully idempotent within the limits of the properties that can be changed:

    -
      -
    • absent: Ensures that the HBA does not exist in the specified partition.

    • -
    • present: Ensures that the HBA exists in the specified partition and has the specified properties.

    • -
    +

    * absent: Ensures that the HBA does not exist in the specified partition.

    +

    * present: Ensures that the HBA exists in the specified partition and has the specified properties.

    required: True
    type: str
    @@ -321,12 +324,10 @@

    Parameters
    properties

    Dictionary with input properties for the HBA, for state=present. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for state=absent.

    The possible input properties in this dictionary are the properties defined as writeable in the data model for HBA resources (where the property names contain underscores instead of hyphens), with the following exceptions:

    -
      -
    • name: Cannot be specified because the name has already been specified in the name module parameter.

    • -
    • adapter_port_uri: Cannot be specified because this information is specified using the artificial properties adapter_name and adapter_port.

    • -
    • adapter_name: The name of the adapter that has the port backing the target HBA. Cannot be changed after the HBA exists.

    • -
    • adapter_port: The port index of the adapter port backing the target HBA. Cannot be changed after the HBA exists.

    • -
    +

    * name: Cannot be specified because the name has already been specified in the name module parameter.

    +

    * adapter_port_uri: Cannot be specified because this information is specified using the artificial properties adapter_name and adapter_port.

    +

    * adapter_name: The name of the adapter that has the port backing the target HBA. Cannot be changed after the HBA exists.

    +

    * adapter_port: The port index of the adapter port backing the target HBA. Cannot be changed after the HBA exists.

    Properties omitted in this dictionary will remain unchanged when the HBA already exists, and will get the default value defined in the data model for HBAs when the HBA is being created.

    -
    {property}

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

    +
    {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 new file mode 100644 index 00000000..bac0c4b6 --- /dev/null +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition.html @@ -0,0 +1,465 @@ + + + + + + + + + + + zhmc_ldap_server_definition – Manage LDAP Server Definitions — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
      + +
    • Docs »
    • + +
    • Z HMC »
    • + +
    • Modules »
    • + +
    • zhmc_ldap_server_definition – Manage LDAP Server Definitions
    • + + + +
    + + +
    +
    +
    +
    + +
    +

    zhmc_ldap_server_definition – Manage LDAP Server Definitions

    + +
    +

    Synopsis

    +
      +
    • Gather facts about an LDAP Server Definition on an HMC of a Z system.

    • +
    • Create, delete, or update an LDAP Server Definition on an HMC.

    • +
    +
    +
    +

    Requirements

    +
      +
    • The HMC userid must have these task permissions: ‘Manage LDAP Server Definitions’.

    • +
    +
    +
    +

    Parameters

    +
    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    +
    +
    required: True
    +
    type: raw
    +
    +
    +
    hmc_auth

    The authentication credentials for the HMC.

    +
    +
    required: True
    +
    type: dict
    +
    +
    +
    userid

    The userid (username) for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    The password for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

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

    Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the ‘REQUESTS_CA_BUNDLE’ environment variable or the path name in the ‘CURL_CA_BUNDLE’ environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the ‘certifi’ Python package are used for verifying the HMC certificate.

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

    If True (default), verify the HMC certificate as specified in the ca_certs parameter. If False, ignore what is specified in the ca_certs parameter and do not verify the HMC certificate.

    +
    +
    required: False
    +
    type: bool
    +
    default: True
    +
    +
    +
    +
    +
    name

    The name of the target LDAP Server Definition object.

    +

    The name is case-insensitive (but case-preserving).

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    state

    The desired state for the LDAP Server Definition. All states are fully idempotent within the limits of the properties that can be changed:

    +

    * absent: Ensures that the LDAP Server Definition does not exist.

    +

    * present: Ensures that the LDAP Server Definition exists and has the specified properties.

    +

    * facts: Returns the LDAP Server Definition properties.

    +
    +
    required: True
    +
    type: str
    +
    choices: absent, present, facts
    +
    +
    +
    properties

    Dictionary with desired properties for the LDAP Server Definition. Used for state=present; ignored for state=absent|facts. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings.

    +

    The possible input properties in this dictionary are the properties defined as writeable in the data model for LDAP Server Definition resources (where the property names contain underscores instead of hyphens), with the following exceptions:

    +

    * name: Cannot be specified because the name has already been specified in the name module parameter.

    +

    Properties omitted in this dictionary will remain unchanged when the LDAP Server Definition already exists, and will get the default value defined in the data model for LDAP Server Definitions in the :term:`HMC API` when the LDAP Server Definition is being created.

    +
    +
    required: False
    +
    type: dict
    +
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

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

    Examples

    +
    ---
    +# Note: The following examples assume that some variables named 'my_*' are set.
    +
    +- name: Gather facts about an LDAP Server Definition
    +  zhmc_ldap_server_definition:
    +    hmc_host: "{{ my_hmc_host }}"
    +    hmc_auth: "{{ my_hmc_auth }}"
    +    name: "{{ my_lsd_name }}"
    +    state: facts
    +  register: lsd1
    +
    +- name: Ensure the LDAP Server Definition does not exist
    +  zhmc_ldap_server_definition:
    +    hmc_host: "{{ my_hmc_host }}"
    +    hmc_auth: "{{ my_hmc_auth }}"
    +    name: "{{ my_lsd_name }}"
    +    state: absent
    +
    +- name: Ensure the LDAP Server Definition exists
    +  zhmc_ldap_server_definition:
    +    hmc_host: "{{ my_hmc_host }}"
    +    hmc_auth: "{{ my_hmc_auth }}"
    +    name: "{{ my_lsd_name }}"
    +    state: present
    +    properties:
    +      description: "Example LDAP Server Definition 1"
    +      primary_hostname_ipaddr: "10.11.12.13"
    +      search_distinguished_name: "test_user{0}"
    +  register: lsd1
    +
    +
    +
    +
    +

    Return Values

    +
    +
    changed

    Indicates if any change has been made by the module. For state=facts, always will be false.

    +
    +
    returned: always
    +
    type: bool
    +
    +
    +
    msg

    An error message that describes the failure.

    +
    +
    returned: failure
    +
    type: str
    +
    +
    +
    ldap_server_definition

    For state=absent, an empty dictionary.

    +

    For state=present|facts, a dictionary with the resource properties of the target LDAP Server Definition.

    +
    +
    returned: success
    +
    type: dict
    +
    sample:
    +
    +
    +
    {
    +    "backup-hostname-ipaddr": null,
    +    "bind-distinguished-name": null,
    +    "class": "ldap-server-definition",
    +    "connection-port": null,
    +    "description": "zhmc test LSD 1",
    +    "element-id": "dcb6d966-465f-11ee-80ca-00106f234c71",
    +    "element-uri": "/api/console/ldap-server-definitions/dcb6d966-465f-11ee-80ca-00106f234c71",
    +    "location-method": "pattern",
    +    "name": "zhmc_test_lsd_1",
    +    "parent": "/api/console",
    +    "primary-hostname-ipaddr": "10.11.12.13",
    +    "replication-overwrite-possible": false,
    +    "search-distinguished-name": "test_user{0}",
    +    "search-filter": null,
    +    "search-scope": null,
    +    "tolerate-untrusted-certificates": null,
    +    "use-ssl": false
    +}
    +
    +
    +
    +
    +
    name

    LDAP Server Definition name

    +
    +
    type: str
    +
    +
    +
    {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
    +
    +
    +
    +
    +
    +
    +
    + + +
    + +
    +
    + + +
    + +
    +

    + © Copyright IBM Corp. 2020, 2023 + +

    +
    + +
    + +
    +
    + +
    + +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.html b/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.html new file mode 100644 index 00000000..c2be0b92 --- /dev/null +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_ldap_server_definition_list.html @@ -0,0 +1,401 @@ + + + + + + + + + + + zhmc_ldap_server_definition_list – List LDAP Server Definitions — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
      + +
    • Docs »
    • + +
    • Z HMC »
    • + +
    • Modules »
    • + +
    • zhmc_ldap_server_definition_list – List LDAP Server Definitions
    • + + + +
    + + +
    +
    +
    +
    + +
    +

    zhmc_ldap_server_definition_list – List LDAP Server Definitions

    + +
    +

    Synopsis

    +
      +
    • List LDAP Server Definitions on the HMC.

    • +
    +
    +
    +

    Requirements

    +
      +
    • The HMC userid must have object-access permission to the target LDAP Server Definitions, or task permission to the ‘Manage Users’ task.

    • +
    +
    +
    +

    Parameters

    +
    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    +
    +
    required: True
    +
    type: raw
    +
    +
    +
    hmc_auth

    The authentication credentials for the HMC.

    +
    +
    required: True
    +
    type: dict
    +
    +
    +
    userid

    The userid (username) for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    The password for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

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

    Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the ‘REQUESTS_CA_BUNDLE’ environment variable or the path name in the ‘CURL_CA_BUNDLE’ environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the ‘certifi’ Python package are used for verifying the HMC certificate.

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

    If True (default), verify the HMC certificate as specified in the ca_certs parameter. If False, ignore what is specified in the ca_certs parameter and do not verify the HMC certificate.

    +
    +
    required: False
    +
    type: bool
    +
    default: True
    +
    +
    +
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

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

    Examples

    +
    ---
    +# Note: The following examples assume that some variables named 'my_*' are set.
    +
    +- name: List LDAP Server Definitions
    +  zhmc_ldap_server_definition_list:
    +    hmc_host: "{{ my_hmc_host }}"
    +    hmc_auth: "{{ my_hmc_auth }}"
    +  register: lsd_list
    +
    +
    +
    +
    +

    Return Values

    +
    +
    changed

    Indicates if any change has been made by the module. This will always be false.

    +
    +
    returned: always
    +
    type: bool
    +
    +
    +
    msg

    An error message that describes the failure.

    +
    +
    returned: failure
    +
    type: str
    +
    +
    +
    ldap_server_definitions

    The list of LDAP Server Definitions, with a subset of their properties.

    +
    +
    returned: success
    +
    type: list
    +
    elements: dict
    +
    sample:
    +
    +
    +
    [
    +    {
    +        "name": "Standard"
    +    },
    +    {
    +        "name": "User 1"
    +    }
    +]
    +
    +
    +
    +
    +
    name

    User name

    +
    +
    type: str
    +
    +
    +
    +
    +
    +
    +
    + + +
    + +
    +
    + + +
    + +
    +

    + © Copyright IBM Corp. 2020, 2023 + +

    +
    + +
    + +
    +
    + +
    + +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html index d2e5a261..2f4ec364 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar.html @@ -96,13 +96,15 @@
  • Z HMC
  • @@ -249,10 +253,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -273,7 +278,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -307,34 +312,85 @@

    Parameters

    state

    The desired state for the LPAR:

    -
      -
    • inactive: Ensures that the LPAR is inactive (i.e. status ‘not-activated’), unless the LPAR is currently operating and the force parameter was not set to True. Properties cannot be updated. The LPAR is deactivated if needed.

    • -
    • reset_clear: Initialize the LPAR for loading by performing a ‘Reset Clear’ operation (clearing its pending interruptions, resetting its channel subsystem, resetting its processors, clearing its memory), unless the LPAR is currently loaded (i.e. status is ‘operating’ or ‘acceptable’) and the force parameter was not set to True. Properties cannot be updated. After successful execution of the ‘Reset Normal’ operation, the LPAR will be inactive (i.e. status ‘not-activated’).

    • -
    • reset_normal: Initialize the LPAR for loading by performing a ‘Reset Normal’ operation (clearing its pending interruptions, resetting its channel subsystem, resetting its processors), unless the LPAR is currently loaded (i.e. status is ‘operating’ or ‘acceptable’) and the force parameter was not set to True. Properties cannot be updated. After successful execution of the ‘Reset Normal’ operation, the LPAR will be inactive (i.e. status ‘not-activated’).

    • -
    • active: Ensures that the LPAR is at least active (i.e. status is ‘not-operating’, ‘operating’ or ‘acceptable’), and then ensures that the LPAR properties have the specified values. The LPAR is activated if needed. If auto-load is set in the activation profile, the LPAR will also be loaded.

    • -
    • loaded: Ensures that the LPAR is loaded (i.e. status is ‘operating’ or ‘acceptable’), and then ensures that the LPAR properties have the specified values. The LPAR is first activated if needed, and then loaded if needed.

    • -
    • set: Ensures that the LPAR properties have the specified values. Requires that the LPAR is at least active (i.e. status is ‘not-operating’, ‘operating’ or ‘acceptable’) but does not activate the LPAR if that is not the case.

    • -
    • facts: Returns the current LPAR properties.

    • -
    +

    * inactive: Ensures that the LPAR is inactive (i.e. status ‘not-activated’), unless the LPAR is currently operating and the force parameter was not set to True. Properties cannot be updated. The LPAR is deactivated if needed.

    +

    * active: Ensures that the LPAR is at least active (i.e. status is ‘not-operating’, ‘operating’ or ‘exceptions’), and then ensures that the LPAR properties have the specified values. The LPAR is activated if needed using the ‘Activate Logical Partition’ operation. In certain cases, that operation will automatically load the LPAR. For details, see the activation_profile_name parameter.

    +

    * loaded: Ensures that the LPAR is loaded (i.e. status is ‘operating’ or ‘exceptions’), and then ensures that the LPAR properties have the specified values. The LPAR is first activated if needed using the ‘Activate Logical Partition’ operation, and then loaded if needed using the ‘Load Logical Partition’ operation. For details, see the activation_profile_name parameter.

    +

    * reset_clear: Performs the ‘Reset Clear’ HMC operation on the LPAR. This initializes the LPAR for loading by clearing its pending interruptions, resetting its channel subsystem, resetting its processors, and clearing its memory). The LPAR must be in status ‘not-operating’, ‘operating’, or ‘exceptions’. If the LPAR status is ‘operating’ or ‘exceptions’, the operation will fail unless the force parameter is set to True. Properties cannot be updated.

    +

    * reset_normal: Performs the ‘Reset Normal’ HMC operation on the LPAR. This initializes the LPAR for loading by clearing its pending interruptions, resetting its channel subsystem, and resetting its processors). It does not clear the memory. The LPAR must be in status ‘not-operating’, ‘operating’, or ‘exceptions’. If the LPAR status is ‘operating’ or ‘exceptions’, the operation will fail unless the force parameter is set to True. Properties cannot be updated.

    +

    * set: Ensures that the LPAR properties have the specified values. Requires that the LPAR is at least active (i.e. status is ‘not-operating’, ‘operating’ or ‘exceptions’) but does not activate the LPAR if that is not the case.

    +

    * facts: Returns the current LPAR properties.

    In all cases, the LPAR must exist.

    required: True
    type: str
    -
    choices: inactive, reset_clear, reset_normal, active, loaded, set, facts
    +
    choices: inactive, active, loaded, reset_clear, reset_normal, set, facts
    +
    +
    +
    select_properties

    Limits the returned properties of the LPAR to those specified in this parameter plus those specified in the properties parameter.

    +

    The properties can be specified with underscores or hyphens in their names.

    +

    Null indicates not to limit the returned properties in this way.

    +

    This parameter is ignored for state values that cause no properties to be returned.

    +

    The specified properties are passed to the ‘Get Logical Partition Properties’ HMC operation using the ‘properties’ query parameter and save time for the HMC to pull together all properties.

    +
    +
    required: False
    +
    type: list
    +
    elements: str
    activation_profile_name

    The name of the image or load activation profile to be used when the LPAR needs to be activated, for state=active and state=loaded.

    +

    This parameter is not allowed for the other state values.

    Default: The image or load activation profile specified in the ‘next-activation-profile-name’ property of the LPAR is used when the LPAR needs to be activated.

    -

    If the LPAR was already active, the force parameter determines what happens.

    +

    For LPARs with activation modes other than SSC or zAware, the following applies: If an image activation profile is specified, the ‘load-at-activation’ property of the image activation profile determines whether an automatic load is performed, using the load parameters from the image activation profile. If a load activation profile is specified, an automatic load is always performed, using the parameters from the load activation profile.

    +

    For LPARs with activation modes SSC or zAware, the following applies: A load activation profile cannot be specified. The LPAR is always auto-loaded using internal load parameters (ignoring the ‘load-at-activation’ property and the load-related properties of their image activation profile).

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

    The hexadecimal address of an I/O device that provides access to the control program to be loaded, for state=loaded.

    +

    This parameter is not allowed for the other state values.

    +

    This parameter is used only when the LPAR is explicitly loaded using the ‘Load Logical Partition’ operation. It is not used when the LPAR is automatically loaded during the ‘Activate Logical Partition’ operation.

    +

    For z13 and older generations, this parameter is required. Starting with z14, this parameter is optional and defaults to the load address specified in the ‘last-used-load-address’ property of the LPAR.

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

    A parameter string that is passed to the control program when loading it, for state=loaded.

    This parameter is not allowed for the other state values.

    +

    This parameter is used only when the LPAR is explicitly loaded using the ‘Load Logical Partition’ operation. It is not used when the LPAR is automatically loaded during the ‘Activate Logical Partition’ operation.

    required: False
    type: str
    -
    force

    Controls whether operations that change the LPAR status are performed when the LPAR is currently loaded (i.e. status ‘operating’ or ‘acceptable’):

    +
    clear_indicator

    Controls whether memory is cleared before performing the load, for state=loaded.

    +

    This parameter is not allowed for the other state values.

    +

    This parameter is used only when the LPAR is explicitly loaded using the ‘Load Logical Partition’ operation. It is not used when the LPAR is automatically loaded during the ‘Activate Logical Partition’ operation.

    +
    +
    required: False
    +
    type: bool
    +
    default: True
    +
    +
    +
    store_status_indicator

    Controls whether the current values of CPU timer, clock comparator, program status word, and the contents of the processor registers are stored to their assigned absolute storage locations, for state=loaded.

    +

    This parameter is not allowed for the other state values.

    +

    This parameter is used only when the LPAR is explicitly loaded using the ‘Load Logical Partition’ operation. It is not used when the LPAR is automatically loaded during the ‘Activate Logical Partition’ operation.

    +
    +
    required: False
    +
    type: bool
    +
    +
    +
    timeout

    Timeout in seconds, for activate (if needed) and for load (if needed).

    +
    +
    required: False
    +
    type: int
    +
    default: 60
    +
    +
    +
    force

    Controls whether operations that change the LPAR status are performed when the LPAR is currently loaded (i.e. status ‘operating’ or ‘exceptions’):

    If True, such operations are performed regardless of the current LPAR status.

    -

    If False, such operations are performed only if the LPAR is not currently loaded, and are rejected otherwise.

    +

    If False (default), such operations are performed only if the LPAR is not currently loaded, and are rejected otherwise.

    -
    lpar

    The resource properties of the LPAR, after any specified updates have been applied.

    -

    Note that the returned properties may show different values than the ones that were specified as input for the update. For example, memory properties may be rounded up, hexadecimal strings may be shown with a different representation format, and other properties may change as a result of updating some properties. For details, see the data model of the ‘Logical Partition’ object in the HMC API book.

    +
    lpar

    For state=inactive|reset_clear|reset_normal, an empty dictionary.

    +

    For state=active|loaded|set|facts, the resource properties of the LPAR after after any specified updates have been applied.

    +

    Note that the returned properties may show different values than the ones that were specified as input for the update. For example, memory properties may be rounded up, hexadecimal strings may be shown with a different representation format, and other properties may change as a result of updating some properties. For details, see the data model of the ‘Logical Partition’ object in the :term:`HMC API` book.

    returned: success
    type: dict
    @@ -632,7 +690,10 @@

    Return Valuestype: str

    -
    {property}

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

    +
    {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 6030cc15..8f9d057c 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_list.html @@ -35,7 +35,7 @@ - + @@ -96,13 +96,15 @@
  • Z HMC
  • @@ -233,7 +237,7 @@

    Synopsis @@ -245,10 +249,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -269,7 +274,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -297,6 +302,24 @@

    Parameterstype: str

    +
    additional_properties

    List of additional properties to be returned for each LPAR, in addition to the default properties (see result description).

    +

    Mutually exclusive with full_properties.

    +

    The property names are specified with underscores instead of hyphens.

    +

    On HMCs with an API version below 4.10 (= HMC version 2.16.0 plus some post-GA updates), all properties of each LPAR will be returned if this parameter is specified, but you should not rely on that.

    +
    +
    required: False
    +
    type: list
    +
    elements: str
    +
    +
    +
    full_properties

    If True, all properties of each LPAR will be returned. Default: False.

    +

    Mutually exclusive with additional_properties.

    +

    Note: Setting this to True causes a loop of ‘Get Logical Partition Properties’ operations to be executed. It is preferable from a performance perspective to use the additional_properties parameter instead.

    +
    +
    required: False
    +
    type: bool
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    -
    status

    The current status of the LPAR. For details, see the description of the ‘status’ property in the data model of the ‘Logical Partition’ resource (see HMC API).

    +
    status

    The current status of the LPAR. For details, see the description of the ‘status’ property in the data model of the ‘Logical Partition’ resource (see :term:`HMC API`).

    type: str
    @@ -387,11 +410,16 @@

    Return Valuestype: bool

    -
    activation_mode

    The activation mode of the LPAR. For details, see the description of the ‘activation-mode’ property in the data model of the ‘Logical Partition’ resource (see HMC API).

    +
    activation_mode

    The activation mode of the LPAR. For details, see the description of the ‘activation-mode’ property in the data model of the ‘Logical Partition’ resource (see :term:`HMC API`).

    type: str
    +
    {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_lpar_messages.html b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.html new file mode 100644 index 00000000..b4d8794a --- /dev/null +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_lpar_messages.html @@ -0,0 +1,514 @@ + + + + + + + + + + + zhmc_lpar_messages – Get console messages for OS in an LPAR — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
      + +
    • Docs »
    • + +
    • Z HMC »
    • + +
    • Modules »
    • + +
    • zhmc_lpar_messages – Get console messages for OS in an LPAR
    • + + + +
    + + +
    +
    +
    +
    + +
    +

    zhmc_lpar_messages – Get console messages for OS in an LPAR

    + +
    +

    Synopsis

    +
      +
    • Get the OS console messages for the OS running in a loaded LPAR.

    • +
    +
    +
    +

    Requirements

    +
      +
    • The targeted CPC must be in the classic operational mode.

    • +
    • The targeted LPAR must be loaded (i.e. running an operating system).

    • +
    • The HMC userid must have these task permissions: ‘Operating System Messages’ (view-only is sufficient)

    • +
    • The HMC userid must have object-access permissions to these objects: Target CPC, target LPAR.

    • +
    +
    +
    +

    Parameters

    +
    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    +
    +
    required: True
    +
    type: raw
    +
    +
    +
    hmc_auth

    The authentication credentials for the HMC.

    +
    +
    required: True
    +
    type: dict
    +
    +
    +
    userid

    The userid (username) for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    The password for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

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

    Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the ‘REQUESTS_CA_BUNDLE’ environment variable or the path name in the ‘CURL_CA_BUNDLE’ environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the ‘certifi’ Python package are used for verifying the HMC certificate.

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

    If True (default), verify the HMC certificate as specified in the ca_certs parameter. If False, ignore what is specified in the ca_certs parameter and do not verify the HMC certificate.

    +
    +
    required: False
    +
    type: bool
    +
    default: True
    +
    +
    +
    +
    +
    cpc_name

    The name of the CPC with the target LPAR.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    name

    The name of the target LPAR.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    begin

    A message sequence number to limit returned messages. Messages with a sequence number less than this are omitted from the results.

    +

    If null, no such filtering is performed.

    +
    +
    required: False
    +
    type: int
    +
    +
    +
    end

    A message sequence number to limit returned messages. Messages with a sequence number greater than this are omitted from the results.

    +

    If null, no such filtering is performed.

    +
    +
    required: False
    +
    type: int
    +
    +
    +
    max_messages

    Limits the returned messages to the specified maximum number, starting from the begin of the sequence numbers in the result that would otherwise be returned.

    +

    If null or 0, no such filtering is performed.

    +
    +
    required: False
    +
    type: int
    +
    +
    +
    is_held

    Limit the returned messages to only held (if true) or only non-held (if false) messages.

    +

    If null, no such filtering is performed.

    +
    +
    required: False
    +
    type: bool
    +
    +
    +
    is_priority

    Limit the returned messages to only priority (if true) or only non-priority (if false) messages.

    +

    If null, no such filtering is performed.

    +
    +
    required: False
    +
    type: bool
    +
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

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

    Examples

    +
    ---
    +# Note: The following examples assume that some variables named 'my_*' are set.
    +
    +- name: Get OS console messages for the OS in the LPAR
    +  zhmc_lpar_messages:
    +    hmc_host: "{{ my_hmc_host }}"
    +    hmc_auth: "{{ my_hmc_auth }}"
    +    cpc_name: "{{ my_cpc_name }}"
    +    name: "{{ my_lpar_name }}"
    +  register: lpar_messages
    +
    +
    +
    +
    +

    Return Values

    +
    +
    changed

    Indicates if any change has been made by the module. This will always be false.

    +
    +
    returned: always
    +
    type: bool
    +
    +
    +
    msg

    An error message that describes the failure.

    +
    +
    returned: failure
    +
    type: str
    +
    +
    +
    messages

    The list of operating system console messages.

    +
    +
    returned: success
    +
    type: list
    +
    elements: dict
    +
    sample:
    +
    +
    +
    [
    +    {
    +        "is_held": false,
    +        "is_priority": false,
    +        "message_id": 2328551,
    +        "message_text": "Uncompressing Linux... ",
    +        "os_name": null,
    +        "prompt_text": "",
    +        "sequence_number": 0,
    +        "sound_alarm": false,
    +        "timestamp": null
    +    },
    +    {
    +        "is_held": false,
    +        "is_priority": false,
    +        "message_id": 2328552,
    +        "message_text": "Ok, booting the kernel. ",
    +        "os_name": null,
    +        "prompt_text": "",
    +        "sequence_number": 1,
    +        "sound_alarm": false,
    +        "timestamp": null
    +    }
    +]
    +
    +
    +
    +
    +
    sequence_number

    The sequence number assigned to this message by the HMC.

    +

    Although sequence numbers may wrap over time, this number can be considered a unique identifier for the message.

    +
    +
    type: int
    +
    +
    +
    message_text

    The text of the message

    +
    +
    type: str
    +
    +
    +
    message_id

    The message identifier assigned to this message by the operating system.

    +
    +
    type: str
    +
    +
    +
    timestamp

    The point in time (as an ISO 8601 date and time value) when the message was created, or null if this information is not available from the operating system.

    +
    +
    type: str
    +
    +
    +
    sound_alarm

    Indicates whether the message should cause the alarm to be sounded.

    +
    +
    type: bool
    +
    +
    +
    is_priority

    Indicates whether the message is a priority message.

    +

    A priority message indicates a critical condition that requires immediate attention.

    +
    +
    type: bool
    +
    +
    +
    is_held

    Indicates whether the message is a held message.

    +

    A held message is one that requires a response.

    +
    +
    type: bool
    +
    +
    +
    prompt_text

    The prompt text that is associated with this message, or null indicating that there is no prompt text for this message.

    +

    The prompt text is used when responding to a message. The response is to be sent as an operating system command where the command is prefixed with the prompt text and followed by the response to the message.

    +
    +
    type: str
    +
    +
    +
    os_name

    The name of the operating system that generated this omessage, or null indicating there is no operating system name associated with this message.

    +

    This name is determined by the operating system and may be unrelated to the name of the LPAR in which the operating system is running.

    +
    +
    type: str
    +
    +
    +
    +
    +
    +
    +
    + + +
    + +
    +
    + + +
    + +
    +

    + © Copyright IBM Corp. 2020, 2023 + +

    +
    + +
    + +
    +
    + +
    + +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html b/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html index d4e7c9ec..6dd2e8c3 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_nic.html @@ -96,13 +96,15 @@
  • Z HMC @@ -246,10 +250,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -270,7 +275,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -310,11 +315,9 @@

    Parameters

    state

    The desired state for the NIC. All states are fully idempotent within the limits of the properties that can be changed:

    -
      -
    • absent: Ensures that the NIC does not exist in the specified partition.

    • -
    • present: Ensures that the NIC exists in the specified partition and has the specified properties.

    • -
    • facts: Returns the NIC properties.

    • -
    +

    * absent: Ensures that the NIC does not exist in the specified partition.

    +

    * present: Ensures that the NIC exists in the specified partition and has the specified properties.

    +

    * facts: Returns the NIC properties.

    required: True
    type: str
    @@ -323,12 +326,10 @@

    Parameters
    properties

    Dictionary with input properties for the NIC, for state=present. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for state=absent.

    The possible input properties in this dictionary are the properties defined as writeable in the data model for NIC resources (where the property names contain underscores instead of hyphens), with the following exceptions:

    -
      -
    • name: Cannot be specified because the name has already been specified in the name module parameter.

    • -
    • network_adapter_port_uri and virtual_switch_uri: Cannot be specified because this information is specified using the artificial properties adapter_name and adapter_port.

    • -
    • adapter_name: The name of the adapter that has the port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets).

    • -
    • adapter_port: The port index of the adapter port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets).

    • -
    +

    * name: Cannot be specified because the name has already been specified in the name module parameter.

    +

    * network_adapter_port_uri and virtual_switch_uri: Cannot be specified because this information is specified using the artificial properties adapter_name and adapter_port.

    +

    * adapter_name: The name of the adapter that has the port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets).

    +

    * adapter_port: The port index of the adapter port backing the target NIC. Used for all adapter families (ROCE, OSA, Hipersockets).

    Properties omitted in this dictionary will remain unchanged when the NIC already exists, and will get the default value defined in the data model for NICs when the NIC is being created.

    -
    {property}

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

    +
    {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 d720dcd6..46c7b0e4 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_nic_list.html @@ -96,13 +96,15 @@
  • Z HMC @@ -244,10 +248,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -268,7 +273,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -301,6 +306,13 @@

    Parameterstype: str

    +
    full_properties

    If True, all properties of each NIC will be returned. Default: False.

    +

    Note: Setting this to True causes a loop of ‘Get NIC Properties’ operations to be executed.

    +
    +
    required: False
    +
    type: bool
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    +
    {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 cee87f5c..552108e3 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_partition.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_partition.html @@ -96,13 +96,15 @@
  • Z HMC
  • @@ -248,10 +252,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -272,7 +277,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -306,35 +311,69 @@

    Parameters

    state

    The desired state for the partition. All states are fully idempotent within the limits of the properties that can be changed:

    -
      -
    • absent: Ensures that the partition does not exist in the specified CPC.

    • -
    • stopped: Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the inactive statuses (‘stopped’, ‘terminated’, ‘paused’, ‘reservation-error’).

    • -
    • active: Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the active statuses (‘active’, ‘degraded’).

    • -
    • facts: Returns the partition properties and the properties of its child resources (HBAs, NICs, and virtual functions).

    • -
    +

    * absent: Ensures that the partition does not exist in the specified CPC.

    +

    * stopped: Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the inactive statuses (‘stopped’, ‘terminated’, ‘paused’, ‘reservation-error’).

    +

    * active: Ensures that the partition exists in the specified CPC, has the specified properties, and is in one of the active statuses (‘active’, ‘degraded’).

    +

    * mount_iso: Ensures that an ISO image with the specified name is mounted to the partition, and that the specified INS file is set. The content of a currnetly mounted ISO image is not verified.

    +

    * unmount_iso: Ensures that no ISO image is mounted to the partition.

    +

    * facts: Returns the partition properties and the properties of its child resources (HBAs, NICs, and virtual functions).

    required: True
    type: str
    -
    choices: absent, stopped, active, facts
    +
    choices: absent, stopped, active, iso_mount, iso_unmount, facts
    +
    +
    +
    select_properties

    Limits the returned properties of the partition to those specified in this parameter plus those specified in the properties parameter.

    +

    The properties can be specified with underscores or hyphens in their names.

    +

    Null indicates not to limit the returned properties in this way.

    +

    This parameter is ignored for state values that cause no properties to be returned.

    +

    The specified properties are passed to the ‘Get Partition Properties’ HMC operation using the ‘properties’ query parameter and save time for the HMC to pull together all properties.

    +
    +
    required: False
    +
    type: list
    +
    elements: str
    properties

    Dictionary with input properties for the partition, for state=stopped and state=active. Key is the property name with underscores instead of hyphens, and value is the property value in YAML syntax. Integer properties may also be provided as decimal strings. Will be ignored for state=absent.

    The possible input properties in this dictionary are the properties defined as writeable in the data model for Partition resources (where the property names contain underscores instead of hyphens), with the following exceptions:

    -
    -

    Properties omitted in this dictionary will remain unchanged when the partition already exists, and will get the default value defined in the data model for partitions in the HMC API when the partition is being created.

    +

    * name: Cannot be specified because the name has already been specified in the name module parameter.

    +

    * type: Cannot be changed once the partition exists, because updating it is not supported.

    +

    * boot_storage_device: Cannot be specified because this information is specified using the artificial property boot_storage_hba_name.

    +

    * boot_network_device: Cannot be specified because this information is specified using the artificial property boot_network_nic_name.

    +

    * boot_storage_hba_name: The name of the HBA whose URI is used to construct boot_storage_device. Specifying it requires that the partition exists. Only valid when the partition is on a z13.

    +

    * boot_storage_group_name: The name of the storage group that contains the boot volume specified with boot_storage_volume_name.

    +

    * boot_storage_volume_name: The name of the storage volume in storage group boot_storage_group_name whose URI is used to construct boot_storage_volume. This property is mutually exclusive with boot_storage_volume. Specifying it requires that the partition and storage group exist. Only valid when the partition is on a z14 or later.

    +

    * boot_network_nic_name: The name of the NIC whose URI is used to construct boot_network_device. Specifying it requires that the partition exists.

    +

    * crypto_configuration: The crypto configuration for the partition, in the format of the crypto-configuration property of the partition (see :term:`HMC API` for details), with the exception that adapters are specified with their names in field crypto_adapter_names instead of their URIs in field crypto_adapter_uris. If the crypto_adapter_names field is null, all crypto adapters of the CPC will be used.

    +

    Properties omitted in this dictionary will remain unchanged when the partition already exists, and will get the default value defined in the data model for partitions in the :term:`HMC API` when the partition is being created.

    required: False
    type: dict
    +
    image_name

    Name of the ISO image for state=iso_mount (required). Not permitted for any other state values.

    +

    This value is shown in the ‘boot-iso-image-name’ property of the partition.

    +

    If an ISO image with this name is already mounted to the partition, the new image will not be mounted. The image conntent is not verified.

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

    Path name of the local ISO image file for state=iso_mount (required). Not permitted for any other state values.

    +

    When mounting an ISO image, this file is opened for reading and its content is sent to the HMC using the ‘Mount ISO Image’ operation. This file is not used when an image with the name specified in image_name was already mounted.

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

    Path name of the INS file within the ISO image that will be used when booting from the ISO image for state=iso_mount (required). Not permitted for any other state values.

    +

    This value is shown in the ‘boot-iso-ins-file’ property of the partition.

    +

    The ‘boot-iso-ins-file’ property of the partition is always updated, even when the ISO image was already mounted and thus is not re-mounted.

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

    Boolean that controls whether the returned partition contains an additional artificial property ‘storage-groups’ that is the list of storage groups attached to the partition, with properties as described for the zhmc_storage_group module with expand=true.

    required: False
    @@ -360,11 +399,6 @@

    Examples
    ---
     # Note: The following examples assume that some variables named 'my_*' are set.
     
    -# Because configuring LUN masking in the SAN requires the host WWPN, and the
    -# host WWPN is automatically assigned and will be known only after an HBA has
    -# been added to the partition, the partition needs to be created in stopped
    -# state. Also, because the HBA has not yet been created, the boot
    -# configuration cannot be done yet:
     - name: Ensure the partition exists and is stopped
       zhmc_partition:
         hmc_host: "{{ my_hmc_host }}"
    @@ -379,11 +413,20 @@ 

    Examplesmaximum_memory: 1024 register: part1 -# After an HBA has been added (see Ansible module zhmc_hba), and LUN masking -# has been configured in the SAN, and a bootable image is available at the -# configured LUN and target WWPN, the partition can be configured for boot -# from the FCP LUN and can be started: -- name: Configure boot device and start the partition +- name: Configure an FCP boot volume and start the partition (z14 or later) + zhmc_partition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_partition_name }}" + state: active + properties: + boot_device: storage-volume + boot_storage_group_name: sg1 + boot_storage_volume_name: boot1 + register: part1 + +- name: Configure an FTP boot server and start the partition zhmc_partition: hmc_host: "{{ my_hmc_host }}" hmc_auth: "{{ my_hmc_auth }}" @@ -391,10 +434,11 @@

    Examplesname: "{{ my_partition_name }}" state: active properties: - boot_device: storage-adapter - boot_storage_device_hba_name: hba1 - boot_logical_unit_number: 00000000001 - boot_world_wide_port_name: abcdefabcdef + boot_device: ftp + boot_ftp_host: 10.11.12.13 + boot_ftp_username: ftpuser + boot_ftp_password: ftppass + boot_ftp_insfile: /insfile register: part1 - name: Ensure the partition does not exist @@ -424,6 +468,25 @@

    Examplesaccess_mode: control register: part1 +- name: Ensure that an ISO image is mounted to the partition + zhmc_partition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_partition_name }}" + image_name: "{{ my_image_name }}" + image_file: "{{ my_image_file }}" + ins_file: "{{ my_ins_file }}" + state: iso_mount + +- name: Ensure that no ISO image is mounted to the partition + zhmc_partition: + hmc_host: "{{ my_hmc_host }}" + hmc_auth: "{{ my_hmc_auth }}" + cpc_name: "{{ my_cpc_name }}" + name: "{{ my_partition_name }}" + state: iso_unmount + - name: Gather facts about a partition zhmc_partition: hmc_host: "{{ my_hmc_host }}" @@ -464,7 +527,7 @@

    Return Valuestype: str

    -
    partition

    For state=absent, an empty dictionary.

    +
    partition

    For state=absent|iso_mount|iso_unmount, an empty dictionary.

    For state=stopped|active|facts, the resource properties of the partition after any changes, including its child resources as described below.

    -
    {property}

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

    +
    {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. before z15), the list is empty.

    +
    hbas

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

    type: list
    elements: dict
    @@ -628,7 +694,10 @@

    Return Valuestype: str

    -
    {property}

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

    +
    {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
    +
    @@ -643,7 +712,10 @@

    Return Valuestype: str -
    {property}

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

    +
    {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
    +
    @@ -658,7 +730,10 @@

    Return Valuestype: str -
    {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 HMC API book. The property names have hyphens (-) as described in that book.

    +
    {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 0af4a78c..78300066 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_partition_list.html @@ -35,7 +35,7 @@ - + @@ -96,13 +96,15 @@
  • Z HMC
  • @@ -235,7 +239,7 @@

    Synopsisadditional_properties module parameter is not used, the “List Permitted Partitions” operation is used by this module. Otherwise, the managed CPCs are listed and then the partitions on each desired CPC or CPCs are listed. This improves the execution time of the module on newer HMCs but does not affect the module result data.

  • @@ -247,10 +251,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -271,7 +276,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -299,6 +304,24 @@

    Parameterstype: str

    +
    additional_properties

    List of additional properties to be returned for each partition, in addition to the default properties (see result description).

    +

    Mutually exclusive with full_properties.

    +

    The property names are specified with underscores instead of hyphens.

    +

    On HMCs with an HMC version below 2.14.0, all properties of each partition will be returned if this parameter is specified, but you should not rely on that.

    +
    +
    required: False
    +
    type: list
    +
    elements: str
    +
    +
    +
    full_properties

    If True, all properties of each partition will be returned. Default: False.

    +

    Mutually exclusive with additional_properties.

    +

    Note: Setting this to True causes a loop of ‘Get Partition Properties’ operations to be executed. It is preferable from a performance perspective to use the additional_properties parameter instead.

    +
    +
    required: False
    +
    type: bool
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    -
    status

    The current status of the partition. For details, see the description of the ‘status’ property in the data model of the ‘Logical Partition’ resource (see HMC API).

    +
    status

    The current status of the partition. For details, see the description of the ‘status’ property in the data model of the ‘Logical Partition’ resource (see :term:`HMC API`).

    type: str
    @@ -397,6 +420,11 @@

    Return Valuestype: bool

    +
    {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_partition_messages.html b/zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.html new file mode 100644 index 00000000..96d281a8 --- /dev/null +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_partition_messages.html @@ -0,0 +1,493 @@ + + + + + + + + + + + zhmc_partition_messages – Get console messages for OS in a partition — Red Hat Ansible Certified Content for IBM Z documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
      + +
    • Docs »
    • + +
    • Z HMC »
    • + +
    • Modules »
    • + +
    • zhmc_partition_messages – Get console messages for OS in a partition
    • + + + +
    + + +
    +
    +
    +
    + +
    +

    zhmc_partition_messages – Get console messages for OS in a partition

    + +
    +

    Synopsis

    +
      +
    • Get the OS console messages for the OS running in an active partition.

    • +
    +
    +
    +

    Requirements

    +
      +
    • The targeted CPC must be in the DPM operational mode.

    • +
    • The targeted partition must be active (i.e. running an operating system).

    • +
    • The HMC userid must have these task permissions: ‘Operating System Messages’ (view-only is sufficient)

    • +
    • The HMC userid must have object-access permissions to these objects: Target CPC, target partition.

    • +
    +
    +
    +

    Parameters

    +
    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    +
    +
    required: True
    +
    type: raw
    +
    +
    +
    hmc_auth

    The authentication credentials for the HMC.

    +
    +
    required: True
    +
    type: dict
    +
    +
    +
    userid

    The userid (username) for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    The password for authenticating with the HMC. This is mutually exclusive with providing session_id.

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

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

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

    Path name of certificate file or certificate directory to be used for verifying the HMC certificate. If null (default), the path name in the ‘REQUESTS_CA_BUNDLE’ environment variable or the path name in the ‘CURL_CA_BUNDLE’ environment variable is used, or if neither of these variables is set, the certificates in the Mozilla CA Certificate List provided by the ‘certifi’ Python package are used for verifying the HMC certificate.

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

    If True (default), verify the HMC certificate as specified in the ca_certs parameter. If False, ignore what is specified in the ca_certs parameter and do not verify the HMC certificate.

    +
    +
    required: False
    +
    type: bool
    +
    default: True
    +
    +
    +
    +
    +
    cpc_name

    The name of the CPC with the target partition.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    name

    The name of the target partition.

    +
    +
    required: True
    +
    type: str
    +
    +
    +
    begin

    A message sequence number to limit returned messages. Messages with a sequence number less than this are omitted from the results.

    +

    If null, no such filtering is performed.

    +
    +
    required: False
    +
    type: int
    +
    +
    +
    end

    A message sequence number to limit returned messages. Messages with a sequence number greater than this are omitted from the results.

    +

    If null, no such filtering is performed.

    +
    +
    required: False
    +
    type: int
    +
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

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

    Examples

    +
    ---
    +# Note: The following examples assume that some variables named 'my_*' are set.
    +
    +- name: Get OS console messages for the OS in the partition
    +  zhmc_partition_messages:
    +    hmc_host: "{{ my_hmc_host }}"
    +    hmc_auth: "{{ my_hmc_auth }}"
    +    cpc_name: "{{ my_cpc_name }}"
    +    name: "{{ my_part_name }}"
    +  register: part_messages
    +
    +
    +
    +
    +

    Return Values

    +
    +
    changed

    Indicates if any change has been made by the module. This will always be false.

    +
    +
    returned: always
    +
    type: bool
    +
    +
    +
    msg

    An error message that describes the failure.

    +
    +
    returned: failure
    +
    type: str
    +
    +
    +
    messages

    The list of operating system console messages.

    +
    +
    returned: success
    +
    type: list
    +
    elements: dict
    +
    sample:
    +
    +
    +
    [
    +    {
    +        "is_held": false,
    +        "is_priority": false,
    +        "message_id": 2328551,
    +        "message_text": "Uncompressing Linux... ",
    +        "os_name": null,
    +        "prompt_text": "",
    +        "sequence_number": 0,
    +        "sound_alarm": false,
    +        "timestamp": null
    +    },
    +    {
    +        "is_held": false,
    +        "is_priority": false,
    +        "message_id": 2328552,
    +        "message_text": "Ok, booting the kernel. ",
    +        "os_name": null,
    +        "prompt_text": "",
    +        "sequence_number": 1,
    +        "sound_alarm": false,
    +        "timestamp": null
    +    }
    +]
    +
    +
    +
    +
    +
    sequence_number

    The sequence number assigned to this message by the HMC.

    +

    Although sequence numbers may wrap over time, this number can be considered a unique identifier for the message.

    +
    +
    type: int
    +
    +
    +
    message_text

    The text of the message

    +
    +
    type: str
    +
    +
    +
    message_id

    The message identifier assigned to this message by the operating system.

    +
    +
    type: str
    +
    +
    +
    timestamp

    The point in time (as an ISO 8601 date and time value) when the message was created, or null if this information is not available from the operating system.

    +
    +
    type: str
    +
    +
    +
    sound_alarm

    Indicates whether the message should cause the alarm to be sounded.

    +
    +
    type: bool
    +
    +
    +
    is_priority

    Indicates whether the message is a priority message.

    +

    A priority message indicates a critical condition that requires immediate attention.

    +
    +
    type: bool
    +
    +
    +
    is_held

    Indicates whether the message is a held message.

    +

    A held message is one that requires a response.

    +
    +
    type: bool
    +
    +
    +
    prompt_text

    The prompt text that is associated with this message, or null indicating that there is no prompt text for this message.

    +

    The prompt text is used when responding to a message. The response is to be sent as an operating system command where the command is prefixed with the prompt text and followed by the response to the message.

    +
    +
    type: str
    +
    +
    +
    os_name

    The name of the operating system that generated this omessage, or null indicating there is no operating system name associated with this message.

    +

    This name is determined by the operating system and may be unrelated to the name of the partition in which the operating system is running.

    +
    +
    type: str
    +
    +
    +
    +
    +
    +
    +
    + + +
    + +
    +
    + + +
    + +
    +

    + © Copyright IBM Corp. 2020, 2023 + +

    +
    + +
    + +
    +
    + +
    + +
    + + + + + + + + + + + + \ No newline at end of file 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 6657a073..8d66202d 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_password_rule.html @@ -96,7 +96,7 @@
  • Z HMC
  • -
  • zhmc_console – Get facts about the HMC
  • +
  • zhmc_console – Manage the HMC
  • zhmc_user – Create HMC users
  • zhmc_user_list – List HMC users
  • zhmc_password_rule – Create HMC password rules
  • zhmc_password_rule_list – List Password Rules
  • zhmc_user_role – Create HMC user roles
  • zhmc_user_role_list – List HMC user roles
  • +
  • zhmc_ldap_server_definition – Manage LDAP Server Definitions
  • +
  • zhmc_ldap_server_definition_list – List LDAP Server Definitions
  • zhmc_cpc – Manage CPCs
  • zhmc_cpc_list – List CPCs
  • zhmc_adapter – Update adapters and create Hipersocket adapters
  • @@ -119,12 +121,14 @@
  • zhmc_nic_list – List NICs
  • zhmc_partition – Create partitions
  • zhmc_partition_list – List partitions
  • +
  • zhmc_partition_messages – Get console messages for OS in a partition
  • zhmc_storage_group – Create storage groups
  • zhmc_storage_group_attachment – Attach storage groups to partitions
  • zhmc_storage_volume – Create storage volumes
  • zhmc_virtual_function – Create virtual functions in partitions
  • zhmc_lpar – Manage LPARs
  • zhmc_lpar_list – List LPARs
  • +
  • zhmc_lpar_messages – Get console messages for OS in an LPAR
  • @@ -236,10 +240,11 @@

    Synopsis

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -287,10 +292,8 @@

    Parameters

    action

    The action to perform for the HMC session. Since an HMC session does not have a name, it is not possible to specify the desired end state in an idempotent manner, so this module uses actions:

    -
      -
    • create: Create a new session on the HMC and verify that the credentials are valid. Requires hmc_auth.userid and hmc_auth.password and uses hmc_auth.ca_certs and hmc_auth.verify if provided.

    • -
    • delete: Delete the specified session on the HMC. No longer existing sessions are tolerated. Requires hmc_auth.session_id.

    • -
    +

    * create: Create a new session on the HMC and verify that the credentials are valid. Requires hmc_auth.userid and hmc_auth.password and uses hmc_auth.ca_certs and hmc_auth.verify if provided.

    +

    * delete: Delete the specified session on the HMC. No longer existing sessions are tolerated. Requires hmc_auth.session_id.

    +
    hmc_host

    The hostname or IP address of the HMC that was actually used for the session creation, for action=create. This value must be specified as ‘hmc_host’ for action=delete.

    +

    For action=delete, returns the null value.

    +
    +
    returned: success
    +
    type: str
    +
    +
    hmc_auth

    Credentials for the HMC session, for use by other tasks. This return value should be protected with no_log=true for action=create, since it contains the HMC session ID. For action=delete, the same structure is returned, just with null values. This can be used to reset the variable that was set for action=create.

    returned: success
    @@ -364,7 +374,6 @@

    Return Values
    {
         "ca_certs": null,
         "session_id": "xyz.........",
    -    "userid": "my_user",
         "verify": true
     }
     
    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 615ae655..5cada101 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group.html @@ -36,7 +36,7 @@ - + @@ -96,13 +96,15 @@
  • Z HMC
  • -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -305,24 +310,21 @@

    Parameters

    state

    The desired state for the storage group. All states are fully idempotent within the limits of the properties that can be changed, unless otherwise stated:

    -
      -
    • absent: Ensures that the storage group does not exist. If the storage group is currently attached to any partitions, the module will fail (this is an idempotency limitation).

    • -
    • present: Ensures that the storage group exists and is associated with the specified CPC, and has the specified properties. The attachment state of an already existing storage group to a partition is not changed.

    • -
    • facts: Returns the storage group properties.

    • -
    +

    * absent: Ensures that the storage group does not exist. If the storage group is currently attached to any partitions, the module will fail (this is an idempotency limitation).

    +

    * present: Ensures that the storage group exists and is associated with the specified CPC, and has the specified properties. The attachment state of an already existing storage group to a partition is not changed.

    +

    * discover: Triggers LUN discovery. If discover_wait is specified, waits for completion of the discovery. Requires that the storage group exists and is of type ‘fcp’.

    +

    * facts: Returns the storage group properties.

    required: True
    type: str
    -
    choices: absent, present, facts
    +
    choices: absent, present, discover, facts
    properties

    Dictionary with desired properties for the storage group. Used for state=present; ignored for state=absent|facts. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings.

    The possible input properties in this dictionary are the properties defined as writeable in the data model for Storage Group resources (where the property names contain underscores instead of hyphens), with the following exceptions:

    -
      -
    • name: Cannot be specified because the name has already been specified in the name module parameter.

    • -
    • type: Cannot be changed once the storage group exists.

    • -
    -

    Properties omitted in this dictionary will remain unchanged when the storage group already exists, and will get the default value defined in the data model for storage groups in the HMC API when the storage group is being created.

    +

    * name: Cannot be specified because the name has already been specified in the name module parameter.

    +

    * type: Cannot be changed once the storage group exists.

    +

    Properties omitted in this dictionary will remain unchanged when the storage group already exists, and will get the default value defined in the data model for storage groups in the :term:`HMC API` when the storage group is being created.

    required: False
    type: dict
    @@ -334,6 +336,19 @@

    Parameterstype: bool

    +
    discover_wait

    Boolean that controls whether to wait for completion of the FCP discovery for state=discover.

    +
    +
    required: False
    +
    type: bool
    +
    +
    +
    discover_timeout

    Timeout in seconds for how long to wait for completion of the FCP discovery for state=discover.

    +
    +
    required: False
    +
    type: int
    +
    default: 300
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    @@ -407,7 +431,7 @@

    Return Values

    storage_group

    For state=absent, an empty dictionary.

    -

    For state=present|facts, the resource properties of the target storage group after any changes, plus additional artificial properties as described below.

    +

    For state=present|facts|discover, the resource properties of the target storage group after any changes, plus additional artificial properties as described below.

    -
    {property}

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

    +
    {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.

    @@ -638,7 +665,7 @@

    Return Valueselements: str

    -
    candidate-adapter-ports

    Only present if expand=true: List of candidate storage adapter ports of the storage group.

    +
    candidate-adapter-ports

    Only present if expand=true: List of candidate storage adapter ports of the storage group. Will be empty for storage group types other than FCP.

    -
    {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 HMC API book. The property names have hyphens (-) as described in that book.

    +
    {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.

    @@ -667,7 +697,10 @@

    Return Valuestype: str

    -
    {property}

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

    +
    {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
    +
    @@ -685,18 +718,24 @@

    Return Valuestype: str -
    {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 HMC API book. The property names have hyphens (-) as described in that book.

    +
    {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

    Only present if expand=true: Virtual storage resources of the storage group.

    +
    virtual-storage-resources

    Only present if expand=true: Virtual storage resources of the storage group. Will be empty for storage group types other than FCP.

    returned: success+expand
    type: 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 HMC API book. The property names have hyphens (-) as described in that book.

    +
    +
    {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
    +
    @@ -706,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 HMC API book. The property names have hyphens (-) as described in that book.

    +
    +
    {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_group_attachment.html b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.html index f0b69b59..5e60e606 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_storage_group_attachment.html @@ -96,13 +96,15 @@
  • Z HMC
  • diff --git a/zhmc-ansible-modules/docs/source/modules/zhmc_user.html b/zhmc-ansible-modules/docs/source/modules/zhmc_user.html index 6e7d006c..f05f8150 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_user.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_user.html @@ -36,7 +36,7 @@ - + @@ -96,7 +96,7 @@
  • Z HMC @@ -243,10 +247,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -267,7 +272,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -295,11 +300,9 @@

    Parameters

    state

    The desired state for the HMC user role. All states are fully idempotent within the limits of the properties that can be changed:

    -
      -
    • absent: Ensures that the user role does not exist.

    • -
    • present: Ensures that the user role exists and has the specified properties.

    • -
    • facts: Returns the user role properties.

    • -
    +

    * absent: Ensures that the user role does not exist.

    +

    * present: Ensures that the user role exists and has the specified properties.

    +

    * facts: Returns the user role properties.

    required: True
    type: str
    @@ -308,13 +311,11 @@

    Parameters
    properties

    Dictionary with desired properties for the user role. Used for state=present; ignored for state=absent|facts. Dictionary key is the property name with underscores instead of hyphens, and dictionary value is the property value in YAML syntax. Integer properties may also be provided as decimal strings.

    The possible input properties in this dictionary are the properties defined as writeable in the data model for user role resources (where the property names contain underscores instead of hyphens), with the following exceptions:

    -
      -
    • name: Cannot be specified because the name has already been specified in the name module parameter.

    • -
    • associated_system_defined_user_role_uri: Cannot be specified because this information is specified using the artificial property associated_system_defined_user_role_name.

    • -
    • associated_system_defined_user_role_name: The name of the associated system-defined user role.

    • -
    • permissions: Can be specified as if it were writeable.

    • -
    -

    Properties omitted in this dictionary will remain unchanged when the user role already exists, and will get the default value defined in the data model for user roles in the HMC API when the user role is being created.

    +

    * name: Cannot be specified because the name has already been specified in the name module parameter.

    +

    * associated_system_defined_user_role_uri: Cannot be specified because this information is specified using the artificial property associated_system_defined_user_role_name.

    +

    * associated_system_defined_user_role_name: The name of the associated system-defined user role.

    +

    * permissions: Can be specified as if it were writeable.

    +

    Properties omitted in this dictionary will remain unchanged when the user role already exists, and will get the default value defined in the data model for user roles in the :term:`HMC API` when the user role is being created.

    required: False
    type: dict
    @@ -323,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.

    @@ -334,7 +335,7 @@

    Parameters

    permissions

    The permissions for this user role.

    -

    This property is represented different from its description in the HMC API: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any required scoping items, and optional option items.

    +

    This property is represented different from its description in the :term:`HMC API`: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any required scoping items, and optional option items.

    @@ -542,7 +548,7 @@

    Return Values

    permissions

    The permissions for this user role.

    -

    This property is represented different from its description in the HMC API: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any needed scoping items, and any applicable option items.

    +

    This property is represented different from its description in the :term:`HMC API`: The property is a list of permissions. Each list item is a dictionary that specifies a single permission item, any needed scoping items, and any applicable option items.

    type: list
    elements: dict
    @@ -611,7 +617,10 @@

    Return Values

    -
    {property}

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

    +
    {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 960b5050..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 @@ -35,7 +35,7 @@ - + @@ -96,7 +96,7 @@
  • Z HMC
  • @@ -242,10 +246,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -266,7 +271,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -287,6 +292,13 @@

    Parameters

    +
    full_properties

    If True, all properties of each user role will be returned. Default: False.

    +

    Note: Setting this to True causes a loop of ‘Get User Role Properties’ operations to be executed.

    +
    +
    required: False
    +
    type: bool
    +
    +
    log_file

    File path of a log file to which the logic flow of this module as well as interactions with the HMC are logged. If null, logging will be propagated to the Python root logger.

    +
    {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 c5185ee7..1a96159f 100644 --- a/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.html +++ b/zhmc-ansible-modules/docs/source/modules/zhmc_virtual_function.html @@ -96,13 +96,15 @@
  • Z HMC @@ -245,10 +249,11 @@

    Requirements

    Parameters

    -
    hmc_host

    The hostname or IP address of the HMC.

    +
    hmc_host

    The hostnames or IP addresses of a single HMC or of a list of redundant HMCs. A single HMC can be specified as a string type or as an HMC list with one item. An HMC list can be specified as a list type or as a string type containing a Python list representation.

    +

    The first available HMC of a list of redundant HMCs is used for the entire execution of the module.

    required: True
    -
    type: str
    +
    type: raw
    hmc_auth

    The authentication credentials for the HMC.

    @@ -269,7 +274,7 @@

    Parameterstype: str

    -
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in zhmc_session – Manage HMC sessions across tasks.

    +
    session_id

    HMC session ID to be used. This is mutually exclusive with providing userid and password and can be created as described in :ref:`zhmc_session_module`.

    required: False
    type: str
    @@ -309,10 +314,8 @@

    Parameters

    state

    The desired state for the virtual function. All states are fully idempotent within the limits of the properties that can be changed:

    -
      -
    • absent: Ensures that the virtual function does not exist in the specified partition.

    • -
    • present: Ensures that the virtual function exists in the specified partition and has the specified properties.

    • -
    +

    * absent: Ensures that the virtual function does not exist in the specified partition.

    +

    * present: Ensures that the virtual function exists in the specified partition and has the specified properties.

    -
    {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 HMC API book. The property names have hyphens (-) as described in that book.

    +
    {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 0b0b9766..bde88aec 100644 --- a/zhmc-ansible-modules/docs/source/release_notes.html +++ b/zhmc-ansible-modules/docs/source/release_notes.html @@ -104,7 +104,13 @@
  • z/OS Sys Auto
  • z/OS z/OSMF
  • Z HMC
      -
    • Version 1.4.1
    • +
    • Version 1.8.3
    • +
    • Version 1.8.2
    • +
    • Version 1.8.1
    • +
    • Version 1.8.0
    • +
    • Version 1.7.0
    • +
    • Version 1.6.0
    • +
    • Version 1.5.0
    • Version 1.4.0
    • Version 1.3.0
    • Version 1.2.0
    • @@ -203,15 +209,306 @@

      Releases

      -
      -

      Version 1.4.1

      -

      Released: 2023-06-23

      +
      +

      Version 1.8.3

      +

      Released: 2024-02-29

      Availability: AutomationHub, Galaxy, GitHub

      Bug fixes:

        -
      • Addressed safety issues from 6/23, by increasing ‘requests’ to 2.31.0 -on Python >=3.7.

      • +
      • 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

      +

      Availability: AutomationHub, Galaxy, GitHub

      +

      Bug fixes:

      +
        +
      • Addressed collection import issues on AutomationHub.

      • +
      +
      +
      +

      Version 1.8.0

      +

      This version contains all fixes up to version 1.7.4.

      +

      Released: 2024-01-15

      +

      Availability: Galaxy, GitHub

      +

      Bug fixes:

      +
        +
      • Addressed safety issues up to 2024-01-08.

      • +
      • Fixed link to Ansible Galaxy on README page. (issue #785)

      • +
      • Fixed that the ‘name’ property was missing in result of the ‘zhmc_nic_list’ +module.

      • +
      • Development: Added package level to .done files. (issue #799)

      • +
      • Logging: Fixed the result name in the log message for module success.

      • +
      • Fixed that the ‘zhmc_lpar’ module with state=reset_normal/clear waited for +LPAR status “operational” which never happened, by picking up the fix +in zhmcclient 1.11.3. (issue #801)

      • +
      • In the description of the ‘zhmc_lpar’ module, changed incorrect references +to the “acceptable” status to be “exceptions”.

      • +
      • Fixed that the ‘zhmc_lpar’ module with state=set when invoked in check mode +rejected the property update in status “exceptions”.

      • +
      • Fixed and improved the description of the ‘zhmc_lpar’ module for +state=active/loaded; cleaned up the code without functional changes.

      • +
      • Dev: Pinned voluptuous package to <0.14 on Python < 3.6.

      • +
      • Fixed “missing required arguments: b, u, n, d, l, e, _, l, e, v, e, l” +error when using the ‘zhmc_console’ or ‘zhmc_cpc’ modules with ‘state=upgrade’. +(issue #834)

      • +
      • Fixed end2end test for zhmc_cpc_list module that failed when the HMC had +unmanaged CPCs or had HMC version 2.14.

      • +
      • Fixed KeyError in ‘zhmc_storage_group’ module when used with non-FCP storage +groups, and clarified that the artificial properties ‘candidate-adapter-ports’ +and ‘virtual-storage-resources’ returned by the module will be empty arrays +for non-FCP storage groups. (e.g. NVMe). (issue #864)

      • +
      • Fixed that on HMC versions 2.14 and 2.15, the zhmc_adapter_list module +failed because it tried to use the “List Permitted Adapters” operation +that was added in HMC version 2.16 (actually API version 4.10). +(issue #850)

      • +
      • Fixed that on HMC versions 2.14 and 2.15, the zhmc_partition_list module +failed because it tried to use the ‘additional-properties’ query parameter +that was added in HMC version 2.16 (actually API version 4.10). +(issue #850)

      • +
      • Clarified that Ansible versions below 7 (ansible-core 2.14) are not officially +supported, but only supported on a best-can-do basis. As part of that change, +the Ansible sanity checks are reduced to run only on officially supported +Ansible versions. (issue #784)

      • +
      • Corrected the status reported in the log when zhmc_lpar was called with +state=active or loaded, and check mode was enabled. (related to issue #851)

      • +
      • Clarified in the description of the return parameters of the ‘zhmc_cpc’ +module that for state ‘inactive’, an empty dict is returned. +(related to issue #851)

      • +
      • Clarified in the description of the return parameters of the ‘zhmc_lpar’ +module that for state ‘facts’, properties are returned. +(related to issue #851)

      • +
      • Dev: Fixed the call to pipdeptree in the test workflow to use ‘python -m’ +because otherwise it does not show the correct packages of the virtual env.

      • +
      • Docs: Increased minimum Sphinx versions to 7.1.0 on Python 3.8 and to 7.2.0 on +Python >=3.9 and adjusted dependent package versions in order to fix a version +incompatibility between sphinxcontrib-applehelp and Sphinx. +Disabled Sphinx runs on Python <=3.7 in order to no longer having to deal +with older Sphinx versions. (issue #890)

      • +
      +

      Enhancements:

      +
        +
      • Added support for Python 3.12. (issue #796)

      • +
      • Added support for Ansible 9.

      • +
      • Increased minimum version of zhmcclient to 1.13.0 to pick up fixes and +functionality.

      • +
      • Added new Ansible modules ‘zhmc_lpar_messages’ and ‘zhmc_partition_messages’ +that retrieve and return console messages from the operating system running +in an LPAR or DPM partition. (issue #565)

      • +
      • Added upgrade_timeout parameter to zhmc_console and zhmc_cpc modules.

      • +
      • Added a new make target ‘make ansible_lint’ which invokes ansible-lint. +Fixed some of the warnings reported by ansible-lint. +(related to issue #784)

      • +
      • Increased the minimum versions of the following packages used for installing +the collection:

        +
          +
        • packaging to 21.3 (on Python >= 3.6)

        • +
        • PyYAML to 6.0.1 (on Python >= 3.6)

        • +
        • jsonschema to 4.10.0 (on Python >= 3.7)

        • +
        +
      • +
      • In the ‘zhmc_adapter_list’ module, improved the use of the “Permitted +Adapters” operation so that it is now also used when the ‘additional_properties’ +module parameter is used and the HMC API version is 4.10 or higher. +(related to issue #850)

      • +
      • Docs: In the ‘zhmc_lpar_list’ module, clarified that the use of the “List +Permitted Logical Partitions” operation does not affect the module result +data. (related to issue #850)

      • +
      • Docs: In the ‘zhmc_partition_list’ module, clarified that the use of the “List +Permitted Partitions” operation does not affect the module result data. +(related to issue #850)

      • +
      • Added support for mounting and unmounting ISO images to partitions (DPM mode) +via new state values ‘iso_mount’ and ‘iso_unmount’ for the ‘zhmc_partition’ +module (issue #551)

      • +
      • Support for limiting the properties returned by the ‘zhmc_cpc’, ‘zhmc_lpar’ +and ‘zhmc_partition’ modules by specifying a new ‘select_properties’ input +parameter. (issue #851)

      • +
      • Added support for a new make target ‘authors’ that generates an AUTHORS.md +file from the git commit history. Added the invocation of ‘make authors’ to +the description of how to release a version in the development +documentation. (issue #631)

      • +
      • Added support for redundant HMC hosts. The ‘hmc_host’ module input parameter +can now be specified as a single HMC as before, or as a list of redundant +HMCs. The HMC list can be specified as a list type or as a Python string +representation of a list in order to accomodate Ansible expressions. +(issue #849)

      • +
      • The ‘zhmc_session’ module now has an additional module return parameter +‘hmc_host’ which for ‘action=create’ contains the actually used HMC. +If you use that module and now start specifying redundant HMCs for +‘action=create’, you need to also change the ‘hmc_host’ parameter of all +ibm_zhmc modules that use that session including the ‘zhmc_session’ module +with ‘action=delete’, to specify the so returned HMC. If you use that +module with a single HMC, no change is needed. (related to issue #849)

      • +
      • Test: Added Python 3.8 with latest package levels to normal tests because +that is now the minimum version to run Sphinx. (related to issue #890)

      • +
      • In the ‘zhmc_lpar_list’ module, added support for the ‘additional_properties’ +input parameter. (issue #853)

      • +
      +

      Cleanup:

      +
        +
      • Removed documentation and test files (except sanity test ignore files) from +the collection package that is built, for consistency with the other IBM Z +collections and in order to get rid of the dependency to have the doc extractor +installed as a dependency to build and install the collection locally.

      • +
      +
      +
      +

      Version 1.7.0

      +

      This version contains all fixes up to version 1.6.1.

      +

      Released: 2023-10-09

      +

      Availability: AutomationHub, Galaxy, GitHub

      +

      Incompatible changes:

      +
        +
      • zhmc_adapter - Fixed the ‘match’ input parameter to have priority over the +‘name’ input parameter. Previously, the ‘name’ parameter had priority if +(and only if) an adapter with that name existed. +This bug fix changes the behavior if ‘match’ is used and another adapter with +the new name already exists: Before this change, the other adapter was used +and other input properties were updated in that adapter, which in all +likelyhood was not intended because it was not the adapter identified by the +‘match’ parameter. With this change, the adapter identified by the ‘match’ +parameter is always used regardless of whether another adapter with that name +exists, i.e. the name change in that case will fail.

      • +
      • zhmc_crypto_attachment - Now, one of the ‘adapter_count’ or ‘adapter_names’ +parameters must be specified. Previously, not providing any of them +resulted in a default of adapter_count = -1 (all adapters of the specified +crypto type). That made it impossible to properly check for whether both +had been specified when dapter_count was specified with its default -1. +To use all adapters now, explicitly specify ‘adapter_count: -1’.

      • +
      +

      Bug fixes:

      +
        +
      • Fixed safety issues from 2023-09-15.

      • +
      • Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0.

      • +
      • Test: Fixed end2end tests in modules test_zhmc_partition.py, +test_zhmc_session.py, and test_zhmc_user.py.

      • +
      • Docs: Removed incorrect ‘userid’ property from return value documentation of +zhmc_session module.

      • +
      • zhmc_partition: Fixed configuration of boot from storage volume. It can now +be configured either by setting the ‘boot_storage_volume’ input property to +the URI of the boot volume, or by setting the ‘boot_storage_volume_name’ +and ‘boot_storage_group_name’ input properties to the name of the boot volume +and its storage group, respectively. (issue #640)

      • +
      • zhmc_partition: Fixed issue that partitions in ‘paused’ status could not be +stopped. As part of that, redesigned the start_partition(), stop_partition() +and wait_for_transition_completion() methods to use a simple state machine. +This will cause any bad statuses that happen on the way to be raised as +exceptions (they were previously returned). (issue #642)

      • +
      +

      Enhancements:

      +
        +
      • Increased minimum version of zhmcclient to 1.11.2 to pick up fixes for +mock support for LDAP Server Definitions, improved mock support for Adapters, +and new functionality.

      • +
      • Docs: Clarified that firmware upgrades of SE and HMC do nothing and succeed +if the firmware was already at the desired bundle level.

      • +
      • Test: Clarified in make help that coverage data is added by each test. +Enabled end2end test for test coverage.

      • +
      • zhmc_ldap_server_definition - Added support for retrieving, creating and +deleting LDAP Server Definitions (issue 364).

      • +
      • zhmc_ldap_server_definition_list - Added support for listing LDAP Server +Definitions (issue 364).

      • +
      • zhmc_user_role: Added support for user role permissions based on groups.

      • +
      • Added support for requesting full properties with a new “full_properties” +input parameter for the list modules. (issue #651)

      • +
      • Added support for requesting specific additional properties with a new +“additional_properties” input parameter for the zhmc_adapter_list and +zhmc_partition_list modules. (issue #651)

      • +
      • zhmc_adapter - Added new properties for z15 (nvme related) and z16 +(‘network-ports’), and improved the output properties for hipersocket +create in check mode.

      • +
      • zhmc_adapter - Improved the check mode support: It now recognizes if an +adapter gets renamed to another existing adapter and rejects that just +as in non-check mode.

      • +
      • zhmc_crypto_attachment - The ‘crypto_type’ parameter is now ignored when +‘adapter_names’ is specified. That allows specifying adapter names without +having to know their crypto type.

      • +
      • Added CHANGELOG.rst file to satisfy requirement for RedHat Automation Hub. +For now, it includes release_notes.rst. A transition to fragments-based +creation of CHANGELOG.rst is postponed because the unified documentation +for the IBM Z set of collections first needs to find a common solution +for all of its collections.

      • +
      • Added new parameters load_address, load_parameter, clear_indicator, +store_status_indicator and timeout for the zhmc_lpar module with +state=loaded. (issue #556)

      • +
      • Added new parameter timeout for the zhmc_lpar module with state=active. +(issue #556)

      • +
      +

      Cleanup:

      +
        +
      • Test: Changed identification of adapters in end2end test module +test_zhmc_adapter_list.py to be based on adapter IDs (PCHIDs) instead of +adapter names to accomodate a system on the test floor that currently has +that bug.

      • +
      • Test: Always provided optional module input parameters in end2end tests. This +allows modules to rely on optional parameters being provided with their +default values by the calling Ansible environent. Changed the modules to rely +on that.

      • +
      • Test: Added a check in the Actions test workflow for the module .rst files +to be up to date in the PR. (issue #755)

      • +
      +
      +
      +

      Version 1.6.0

      +

      Released: 2306-08-04

      +

      Availability: AutomationHub, Galaxy, GitHub

      +

      Enhancements:

      +
        +
      • Added support for upgrading HMC firmware to the zhmc_console module and +for upgrading the SE firmware to the ibm_cpc module, with a new state value +‘upgrade’. Increased minimum zhmcclient version to 1.10.0 (issue #719)

      • +
      +
      +
      +

      Version 1.5.0

      +

      This version contains all fixes up to version 1.4.1.

      +

      Released: 2023-07-18

      +

      Availability: AutomationHub, Galaxy, GitHub

      +

      Bug fixes:

      +
        +
      • Addressed safety issues from 6+7/2023, by increasing ‘requests’ to 2.31.0 +on Python >=3.7, and ‘cryptography’ to 41.0.2 on Python >=3.7, and by +increasing other packages only needed for development.

      • Fixed issue in the new zhmc_nic_list module that resulted in TypeError.

      • +
      • Increased minimum version of cryptography package to 41.0.2 to address an +issue.

      • +
      • Picked up zhmcclient version 1.9.1 to get fixes. This required upgrading +several other packages.

      • +
      +

      Enhancements:

      +
        +
      • Documented the secret variables needed for the Github Actions workflows.

      • +
      • Added support for FCP discovery to the zhmc_storage_group module with a new +state ‘discover’. (issue #704)