3.2.1.3.1 Option A: Edit the DMCONFIG File

The configuration specified in the DMCONFIG file controls much of the operation of the Oracle Tuxedo Mainframe Adapter for SNA Gateway (GWSNAX). A sample of this file is provided in the installation directory of your Oracle Tuxedo Mainframe Adapter for SNA product software.

Note:

Because Oracle Tuxedo Mainframe Adapter for SNA 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.
  1. Verify that the Oracle Tuxedo Mainframe Adapter for SNA product software is installed and accessible to your text editor.
  2. Verify that you have file permission to access the install directory and modify the sample DMCONFIG file.
  3. Set each of the parameters of the DMCONFIG file as described in the following sections and load the DMCONFIG file. Refer to the appropriate ATMI documentation for instruction for using dmloadcf to load the DMCONFIG file.
    1. Update the *DM_LOCAL_DOMAINS Section

      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, Administration Mode Commands.

      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.

      To support SNAX reconnects to CRM automatically (as CRM restarting), you can set CONNECTION_POLICY to ON_STARTUP and specify a RETRY_INTERVAL (the default value is 60 seconds). For example:
      CONNECTION_POLICY=ON_STARTUP
      RETRY_INTERVAL=60
    2. Update the *DM_REMOTE_DOMAINS Section

      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, Administration Mode Commands .

      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.

    3. Add the *DM_SNACRM Section

      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 Oracle Tuxedo Mainframe Adapter for SNA domain. If you do not cold start the Oracle Tuxedo Mainframe Adapter for SNA 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= <LocalDomainName> (Required)

      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= <HexSocketAddress> (Required)

      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 0x00021770CEBD2B0DNWDEVICE= <DeviceName> (Required) <Device Name> is the logical name used to access the network. For example: /dev/tcp

    4. Add the *DM_SNASTACKS Section

      The DM_SNASTACKS section provides five keywords that identify the third-party SNA stack that must 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= <LocalLUAlias> (Required)

      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= <LocalTransactionProgramName> (Required)

      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= <CRMName> (Required)

      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= <parameters required for third-party sna stack> (Required)

      STACKPARMS provides a method for the domain gateway to pass any required parameters to the third party SNA stack. The <parameters required for third-party sna stack> is an ASCII string, 1-128 characters in length. Currently, the only 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.

      STACKTYPE={VT210 | IBM60}

      This option is used to indicate which vender SNA stack is being used. It is also used to determine the names of specific Oracle Tuxedo Mainframe Adapter for SNA system libraries. Because of this, it is essential that the value of this option be coded correctly. These values are mapped to the equivalent Oracle Tuxedo Mainframe Adapter for SNA system library.

    5. Add the *DM_SNALINKS Section

      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.

      STACKREF= <Stack Reference> (Required)

      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.

      RDOM= <name>

      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 must match an RDOM value previously identified in the *DM_REMOTE_DOMAINS section.
      LSYSID= <name>
      LSYSID is the four-character identifier for this link. This must 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= <name>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
      RLUNAME= <name> (Required) 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 must be 1-8 characters. This parameter is required. This parameter has no default. The third-party stack configuration requires a matching definition. MODENAME= <name> (Required)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 must 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={LOCAL | IDENTIFY | VERIFY | PERSISTENT | MIXIDPE}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 Oracle Tuxedo Mainframe Adapter for SNA.MAXSESS= <number>
      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. The default value is MAXSESS=64.
      MINWIN= <number> 

      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 must be equal to the MAXSESS value. The default value is MINWIN=0.STARTTYPE={AUTO|COLD}

      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. MAXSYNCLVL={0 | 1 | 2}

      This value represents the maximum sync‑level conversation that can be supported on this link. The default is sync-level 2. Transaction support is only available at sync-level 2. Sync-level 0

      A value of zero (0) means this link is non-transactional. No synchronization is maintained. This value can be used for sending and receiving messages from IMS via the APPC/MVS transparency interface.Sync-level 1

      Allows sync-level 0 capabilities as well as support for SYNCONRETURN Distributed Program Link (DPL) with CICS/ESA systems (outbound ATMI tpcall() requests with TPNOTRAN).Sync-level 2

      Supports all sync-level 0 and sync-level 1 features for systems able to exchange logs and compare states. In addition, full syncpoint synchronization at sync-level 2 is supported.

    6. Update the *DM_LOCAL_SERVICES Section

      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, Administration Mode Commands. RNAME= <name> (Required)

      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.”
    7. Update *DM_REMOTE_SERVICES Section

      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, Administration Mode Commands.
      FUNCTION={APPC | DPL}
      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.RNAME= <name> 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 Oracle Tuxedo Mainframe Adapter for SNAReference Guide.