CICSplex Virtual Host Detail attribute group
This attribute group enables you to retrieve information about a particular virtual host in the local CICS region. Virtual hosts are based on the URIMAP resource definition object. CICS automatically creates virtual hosts for you, by grouping together into a single data structure all the URIMAP definitions in a CICS region that specify the same host name and the same TCPIPSERVICE. URIMAP definitions that specify no TCPIPSERVICE, and therefore apply to all of them, are added to all the data structures that specify a matching host name, so these URIMAP definitions might be part of more than one data structure.
CICS Region Name Indicates the job name or modify ID of the CICS region being monitored. Each CICS region in a z/OS operating system has a unique name. This name is an alphanumeric string, with a maximum of eight characters, and case-sensitive. CICS region names are always in uppercase characters.
Host name Is the name of the current host.
The name of each virtual host is taken from the host name specified
in the URIMAP definitions that make up the virtual host. For example,
if your CICS region contained URIMAP definitions that specified a
host name of www.example.com
, CICS creates a virtual
host with the name www.example.com
. A host name in
a URIMAP definition is up to 120 characters in length.
Origin Node Is the combination of z/OS System ID (SMFID) and CICS region name. The value format is an alphanumeric string, maximum 32 bytes, and case-sensitive.
When a situation is true, the system compares the origin node name in the attribute to the names of managed systems assigned to the item. If the origin node name matches the name of a managed system, the status of the item changes accordingly. If the names of the origin node and the managed systems do not match, the status of the item remains unchanged.
Status Is the virtual host status indicator. These are the values:
- ENABLED
- The virtual host is enabled.
- DISABLED
- The virtual host is disabled. The URIMAP definitions that make up the virtual host cannot be accessed by applications.
System ID Indicates the four-character name that uniquely identifies an active z/OS operating system within a given CICSplex. The value format is an alphanumeric string, maximum four characters, and case-sensitive. z/OS System IDs are always in uppercase characters.
TCPIP Service Is the name of the TCP/IP Service associated with the host name. It is the one thru eight character name of the TCPIPSERVICE definition that specifies the inbound port to which this virtual host relates. If this definition is not given, the virtual host relates to all TCPIPSERVICE definitions.