.. Copyright 2023 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. .. You may obtain a copy of the License at .. .. http://www.apache.org/licenses/LICENSE-2.0 .. .. Unless required by applicable law or agreed to in writing, software .. distributed under the License is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. See the License for the specific language governing permissions and .. limitations under the License. Appendix ======== Glossary -------- .. glossary:: forwarder The **IBM Z HMC OS Message Forwarder** described in this document. forwarder config file A YAML file with the configuration for the :term:`forwarder`. For details, see :term:`Forwarder config file`. LPAR logical partition partition Logical partitions are, in practice, equivalent to separate Z systems. Each logical partition runs its own operating system. See also `Mainframe hardware: Logical partitions (LPARs) `_. The HMC Web Services API (see :term:`HMC API`) has two distinct resource types: "partition" when the Z system is in the DPM operational mode, and "logical-partition" when the Z system is in the classic operational mode, but it is the same concept. Even though the :term:`forwarder` supports Z systems in both operational modes, this document uses the single term "LPAR" for simplicity. regular expression Regular expressions in the :term:`forwarder config files ` are standard `Python regular expressions `_. Z system CPC A Z system is a server with s390x CPU architecture. The size of a Z system can range from a set of 19-inch drawers up to multiple racks. The boundaries of a Z system are defined by its CPU, memory and IO boundaries, and not by its rack boundaries. The :term:`HMC API` book uses the resource type "cpc" and term "CPC" for a Z system. Bibliography ------------ .. glossary:: HMC API The Web Services API of the z Systems Hardware Management Console, described in the following books: HMC API 2.11.1 `IBM SC27-2616, System z Hardware Management Console Web Services API (Version 2.11.1) `_ HMC API 2.12.0 `IBM SC27-2617, System z Hardware Management Console Web Services API (Version 2.12.0) `_ HMC API 2.12.1 `IBM SC27-2626, System z Hardware Management Console Web Services API (Version 2.12.1) `_ HMC API 2.13.0 `IBM SC27-2627, z Systems Hardware Management Console Web Services API (Version 2.13.0) `_ HMC API 2.13.1 `IBM SC27-2634, z Systems Hardware Management Console Web Services API (Version 2.13.1) `_ HMC API 2.14.0 `IBM SC27-2636, IBM Z Hardware Management Console Web Services API (Version 2.14.0) `_ HMC API 2.14.1 `IBM SC27-2637, IBM Z Hardware Management Console Web Services API (Version 2.14.1) `_ HMC API 2.15.0 `IBM SC27-2638, IBM Z Hardware Management Console Web Services API (Version 2.15.0) `_ (covers both GA1 and GA2) HMC Security `Hardware Management Console Security `_