![]() |
![]() |
|
|
Configuring and Starting the System
To use your eLink Adapter for Mainframe, proper configuration based on your system's architecture is required. This section covers the following topics:
Note: All references to ATMI files, functions, and documentation apply to Tuxedo files, functions, and documentation.
Preparing for Configuration
Before you can properly configure your eLink Adapter for Mainframe Gateway and the CRM to communicate with CICS and IMS applications, you must complete the following prerequisites:
Determine Your System Architecture
To determine your system's architecture, you must determine the location of the eLink Adapter for Mainframe components within that architecture.
eLink Adapter for Mainframe Components
The following basic components of the eLink Adapter for Mainframe system are factors in configuring your system:
The eLink Adapter for Mainframe Gateway is the transactional SNA gateway. It is implemented as an ATMI domain gateway and uses the ATMI environments. The gateway communicates over a Transmission Control Protocol/Internet Protocol (TCP/IP) connection with the CRM.
The Communications Resource Manager (CRM) communicates with the SNA network using an SNA stack. It communicates with eLink Adapter for Mainframe clients through the Gateway.
The stack is vendor-supplied software that provides connectivity to an SNA network.
System Configuration
Your system architecture will reflect one of the following basic eLink Adapter for Mainframe configurations:
Local Configuration
Local configuration combines the Tuxedo ATMI platform, the eLink Adapter for Mainframe Gateway, CRM, and SNA stack (PU2.1 server) on the same UNIX platform, as shown in Figure2-1. For this version of eLink Adapter for Mainframe, the platform would be Solaris 8 because that is the only non-mainframe UNIX platform on which the CRM runs. Local configuration features the widely used TCP/IP connectivity between the eLink Adapter for Mainframe Gateway and CRM, giving a high-performance communications interface. On the mainframe side, the CRM uses a stack to communicate over a System Network Architecture (SNA) interface with the host system. This configuration allows you to:
Note: A one-to-one relationship exists between the eLink Adapter for Mainframe Gateway and CRM. The eLink Adapter for Mainframe Gateway cannot be configured to handle multiple CRM processes.
Figure 2-1 Local eLink Adapter for Mainframe Configuration on Solaris 8 Platform
Distributed Configuration—CRM on z/OS or OS/390 Host This distributed configuration deploys the CRM to the z/OS or OS/390 host system as shown in Figure2-2. It employs TCP/IP connectivity with the host, eliminating the need for a local SNA stack. This configuration provides a faster network interface and is less complex than the local configuration. Figure 2-2 Distributed CRM on z/OS or OS/390 Platform
Distributed Configuration—CRM on Solaris 8 Platform with Gateway on Another UNIX or Windows Platform This distributed configuration deploys the CRM and stack to a UNIX or Windows NT platform, as shown in Figure2-3. It employs the TCP/IP connectivity between the eLink Adapter for Mainframe Gateway and CRM, as well as the SNA connectivity to the host. This configuration allows you to use multiple stacks from different stack vendors. Also, on the ATMI platform side, you have a greater variety of UNIX-based or Windows platform manufacturers to choose from. Figure 2-3 Distributed CRM on UNIX/NT Platform
Configure the Local Host Ensure that the local host is prepared to conduct operations with the remote host by configuring the Local LU for the appropriate stack. Refer to the BEA eLink Adapter for Mainframe CRM Guide for more information about this task. Configure the Remote Host Ensure that the remote host is prepared to conduct operations with the ATMI local domain by completing the following tasks:
Refer to the BEA eLink Adapter for Mainframe CRM Administration Guide for more information about these tasks.
Configuring the eLink Adapter for Mainframe Gateway
The following list summarizes the tasks that must be completed to configure the eLink Adapter for Mainframe Gateway (GWSNAX):
Step 1: Edit the DMTYPE File
The DMTYPE file is an ASCII file. Use any text editor to edit this file.
SNAX::::
SNAX;;;;
Step 2: Edit the UBBCONFIG File
The UBBCONFIG file is an ASCII file that can be edited with any text editor. To edit the UBBCONFIG file, complete the following tasks:
Note: If the CRM is started as an ATMI process, it must precede the GWSNAX entry in the UBBCONFIG file.
Figure 2-4 Sample UBBCONFIG File Entries Specifying CRM as an ATMI Server
Step 3: Edit the DMCONFIG File
The configuration specified in the DMCONFIG file controls much of the operation of the eLink Adapter for Mainframe Gateway (GWSNAX). A sample of this file is provided in the installation directory of your eLink Adapter for Mainframe product software.
Note: Because eLink Adapter for Mainframe may be installed on a variety of platforms, the procedures in this section make only general references to command entries. Many steps show UNIX command examples. Be sure to use the proper syntax for your platform when making command-line entries.
This section identifies local domains and their associated gateway groups. The section must have an entry for each gateway group (Local Domain). Entries have the form:
LDOM required parameters {optional parameters}
In this entry, LDOM is an identifier value used to name each local domain. For a full description of the optional and required parameters, see DMCONFIG in Appendix A, "Administrative Command Reference Pages."
For each LDOM entry, the value of the TYPE parameter distinguishes this gateway from other gateway types. Currently, SNAX replaces the value SNADOM used in previous releases. The parameter entry takes the form:
TYPE={SNAX | OSITP | TDOMAIN}
Select the value TYPE=SNAX for the LDOM entry.
This section identifies the known set of remote domains and their characteristics. Entries have the form:
RDOM required parameters
In this entry, RDOM is an identifier value used to identify each remote domain known to this configuration. For a full description of the required parameters, see DMCONFIG in Appendix A, "Administrative Command Reference Pages."
For each RDOM entry, the value of the TYPE parameter indicates that the remote domain communicates using the SNA protocol. The parameter entry takes the form:
TYPE={SNAX | OSITP | TDOMAIN}
Select the value TYPE=SNAX for the RDOM entry.
Note: *DM_SNACRM, *DM_SNASTACKS, and the *DM_SNALINKS sections have replaced the *DM_SNADOM section used in previous releases of eLink Adapter for Mainframe.
Any changes to the *DM_SNACRM, *DM_SNASTACKS, or *DM_SNALINKS sections require a cold start for the eLink Adapter for Mainframe domain. If you do not cold start the eLink Adapter for Mainframe domain, an error will occur on domain start-up indicating cold start required for the configuration change.
The *DM_SNACRM section provides three keywords used to identify the CRM that provides ATMI transaction semantics in a given domain and its partners. Entries have the general form:
<CRMName> parameters
In this entry, <CRMName> is the locally known name of this SNACRM definition to be used when referencing this SNACRM in subsequent sections. This name is an ASCII string 1-30 characters in length. The parameters are the keyword/value pairs that make up the definition. All keywords are required for a valid SNACRM definition. Keywords can be in any order.
LDOM associates this SNACRM with a defined local domain. <LocalDomainName> is the reference to an entry in the *DM_LOCAL_DOMAINS section. This name is an ASCII string 1 to 30 characters in length. This parameter is required. This parameter has no default.
SNACRMADDR provides the socket address the domain gateway uses to communicate with the SNACRM. This address represents the machine and port where the CRM runs. In a local configuration, this address is the local platform. In a distributed configuration, this address is a remote platform. This address must be used on the SNACRM command line. This parameter is required and has no default.
<HexSocketAddress> is a TCP/IP address using //hostname:port_addr or the sockaddr_in format of family, port, address:
<0xFFFFPPPPAAAAAAAA>
In this entry, arguments and options are defined in the following way:
FFFF is the hex value of the protocol family, always 0x0002 for the INET family.
PPPP is the hex value of an unused TCP/IP port.
AAAAAAAA is the hex value of the IP address for the machine running the SNACRM.
Therefore, if the CRM was running on a machine named myhost with an IP address of 206.189.43.13, and you wanted to use port 6000 for the CRM, then SNACRMADDR would be:
//myhost:6000 or 0x00021770CEBD2B0D
<Device Name> is the logical name used to access the network. For example:
/dev/tcp
The DM_SNASTACKS section provides five keywords that identify the third-party SNA stack that should be used for connections established between a given domain and its partners. Entries have the general form:
<StackReference> parameters
In this entry, <StackReference> is the locally known name of this stack definition and it is used when referencing this stack in subsequent sections. This name is an ASCII string 1-30 characters in length. The parameters are the keyword/value pairs that make up the definition. Keywords can be in any order. All keywords are required for a valid stack definition.
LOCALLU provides a reference to an LU alias defined in the third-party SNA stack. <LocalLUAlias> is the name used to identify the local LU definition as specified by the third-party SNA stack configuration. This name represents the end node for an LU6.2 connection. The value for this parameter is an ASCII string, 1-8 characters in length. This parameter is required. This parameter has no default. The third party SNA stack requires a corresponding definition for a local LU.
LTPNAME identifies the inbound transaction programs that are serviced by any SNACRM using this stack definition. <LocalTransactionProgramName> is the name used to identify inbound transaction programs for which an attach will be accepted. The only useful value is an asterisk that indicates all inbound attaches will be accepted. This parameter is required. This parameter has no default. Partial TP names are not supported. The third-party SNA stack requires a corresponding definition for inbound TP names.
SNACRM provides a name to which the associated SNACRM definition is referenced. <CRMName> is the name used to associate the *DM_SNACRM definition with this *DM_SNASTACKS entry. The value for this parameter is an ASCII string, 1-30 characters in length. This parameter is required. This parameter has no default.
STACKPARMS provides a method for the domain gateway to pass any required parameters to the third party SNA stack. The meters required for third-party sna stack> is an ASCII string, 1-128 characters in length. Currently, value used is the TCP/IP hostname for the machine running the third-party SNA stack. This parameter is required. This parameter has no default.
This option is used to indicate which vender SNA stack is being used. It is also used to determine the names of specific eLink Adapter for Mainframe system libraries. Because of this, it is essential that the value of this option be coded correctly. These values are mapped to the equivalent eLink Adapter for Mainframe system library.
The *DM_SNALINKS section provides 11 key words that define the SNA Link information required by domains of type SNA. Entries have the general form:
<Link Name> parameters
In this entry, <Link Name> is the identifier value used to identify the connection between a local domain (LDOM) and a remote domain (RDOM). This name is an ASCII string 1-30 characters in length. The parameters are the keyword/value pairs that make up the definition. Keywords can be in any order.
This required parameter defines the stack that will be used for establishment of this link. The STACKREF string is the tag that was used in the corresponding definition established in the *DM_SNASTACKS section.
Each link defines a connection between an ATMI system application domain and a remote system connected with an SNA network. The remote system is, in ATMI terms, a remote domain. The RDOM option associates the link with a remote domain. This remote domain must have been configured with the TYPE=SNAX option. The RDOM name should match an RDOM value previously identified in the *DM_REMOTE_DOMAINS section.
LSYSID is the four-character identifier for this link. This should match the connection ID in the CICS/ESA resource definition used by a partner CICS/ESA to communicate to the SNACRM across this link. If you are using the macro definition, it is a four-character name on the SYSIDNT option of the DFHTCT macro.
RSYSID is the four-character remote sysid of the partner. Typically it is the sysid of a CICS/ESA region, but could also be the subsystem ID of an IMS control region. This parameter must match the actual sysid of the remote partner. This name is the SYSIDNT of the DFHSIT or the value in the CICS/ESA start-up overrides
The RLUNAME value represents an alias known to the third-party SNA stack that resolves to a VTAM netname for the remote application. This remote application is most likely the VTAM applid for a CICS/ESA region, however it could also be an APPC/MVS LU defined for use with IMS. The value must be unique within the SNA network. The value name should be 1-8 characters. This parameter is required. This parameter has no default. The third-party stack configuration requires a matching definition.
MODENAME is VTAM mode entry defined to the third-party SNA stack. For a CICS/ESA link, this entry must be compatible with the session definition or profile entry for the corresponding connection. For an IMS connection, this entry must be compatible with the DLOGMOD entry on the LU definition used to access the IMS scheduler. The value name should be 1-8 ASCII characters. This parameter is required. This parameter must match the third-party SNA stack configuration and must be compatible with the corresponding entries defined to VTAM and/or CICS/ESA.
SECURITY specifies the security setting in CICS/ESA connection resource definition. It identifies the level of security enforced under CICS/ESA by the external security manager. Legal values are LOCAL, IDENTIFY, VERIFY, PERSISTENT or MIXIDPE. The default setting is LOCAL. PERSISTENT and MIXIDPE identify the setting in the remote connection definition, but are identical to the VERIFY option in this release of eLink Adapter for Mainframe.
This number represents the maximum number of sessions that can be concurrently acquired on this link. It must be greater than or equal to four, and less than or equal to the maximum number of sessions that can be configured by the SNA stack. The actual number of concurrent sessions is determined by both system configurations to be the lowest maximum number of sessions allowed by either system.
This value is the minimum number of contention winners. Typically, this value is half the MAXSESS value. This number added to all CICS/ESA session definition winner numbers for the connection should be equal to the MAXSESS value.
This option sets the recovery mode for transactional links. When set to AUTO, the system restarts using configuration and link data recovered from the transaction log. When set to COLD, the system uses configuration data taken from the current DMCONFIG file and loses any in-flight link data. Changing DMCONFIG file parameters and performing an AUTO start results in a message warning that changed parameters are ignored until the next cold start.
This value represents the maximum sync-level conversation that can be supported on this link. The default is sync-level 2. If the installation is not licensed for sync-level 2, this parameter must be set to 0 or 1 for the link to be established. Transaction support is only available at sync-level 2.
Sync-level 0
Sync-level 1
Sync-level 2
The *DM_LOCAL_SERVICES section provides information on the services exported by each local domain. Entries have the general form:
<Local Service Name> parameters
In this entry, <Local Service Name> is the local name of the exported service. This name is an ASCII string 1-15 characters in length. The parameters are the keyword/value pairs that make up the definition. Keywords can be in any order. For a full description of parameters, see DMCONFIG in Appendix A, "Administrative Command Reference Pages."
The RNAME option is the local-service name imported from a remote CICS/ESA region. This name is used by the CRM to select a local service.
When the RNAME specifies an alternate mirror transaction identifier for explicit attachment for inbound DPL requests, it must be a combination of the alternate mirror TRANSID and a CICS/ESA program name in the following format:
RNAME=AAAA:BBBBBBBB
In this statement, the arguments and options are defined in the following way:
AAAA is a 1-4 character alternate mirror TRANSID.
BBBBBBBB is a 1-8 character CICS/ESA program name.
The colon is required to indicate the TRANSID/program name combination. The TRANSID must be composed of acceptable CICS/ESA characters:
A-Za-z0-9$@#./-_%&Q¢?!|"=,;<>
Refer to "Special Treatment of TRANS ID for DPL" in "Application to Application Programming Considerations."
The *DM_REMOTE_SERVICES section provides information on services "imported" and available on remote domains. Entries have the general form:
<Remote Service Name> parameters
In this entry, <Remote Service Name> is the name used by the local application for a particular remote service. This name is an ASCII string 1-15 characters in length. The parameters are the keyword/value pairs that make up the definition. Keywords can be in any order. For a full description of parameters, see DMCONFIG in Appendix A, "Administrative Command Reference Pages."
The FUNCTION option has been added to allow outbound ATMI service requests to map to APPC transaction programs or CICS/ESA DPL programs. The default value is APPC.
The RNAME option is the name of the host TP_NAME. For non-CICS/ESA systems, this name can be up to 64 characters in length. For CICS/ESA systems, this name is the transaction ID for FUNCTION=APPC and the program name for FUNCTION=DPL requests. CICS/ESA trans-id names cannot exceed four characters and CICS/ESA program names cannot exceed eight characters. The RNAME option must observe these requirements.
When the RNAME specifies an alternate mirror transaction identifier for explicit attachment to outbound DPL requests, it must be a combination of the alternate mirror TRANSID and an advertised remote CICS/ESA program name in the following format:
RNAME=AAAA:BBBBBBBB
In this statement, the arguments and options are defined in the following way:
AAAA is a 1-4 character alternate mirror TRANSID.
BBBBBBBB is a 1-8 character CICS/ESA program name.
The colon is required to indicate the TRANSID/program name combination. The TRANSID must be composed of acceptable CICS/ESA characters:
A-Za-z0-9$@#./-_%&Q¢?!|"=,;<>
Refer to "Special Treatment of TRANS ID for DPL" in the "Application to Application Programming Considerations" section of the BEA eLink Adapter for Mainframe Reference Guide.
Starting the System
To start your eLink Adapter for Mainframe system, you must first start the CRM and then start the ATMI Servers as described in the following sections.
Step 1: Start the CRM
If the CRM is run in distributed mode or from the command line, it must be started independently of the ATMI processes. Start the CRM in one of the following ways:
CRM [parameters] <HexSocketAddress> <group name>
Refer to CRMin Appendix A, "Administrative Command Reference Pages" for more information about this command.
Step 2: Start the ATMI Servers
Perform a tmboot as described in the appropriate ATMI platform documentation to start the ATMI servers. If it is already running, perform a tmshutdown and tmboot.
![]() |
![]() |
![]() |
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|