Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Utilities
  3. createdatamaps - Data Map Creation Utility
  4. DTLCCADW - Adabas PCAT Utility
  5. DTLCUIML - IMS Log Marker Utility
  6. DTLINFO - Release Information Utility
  7. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

PING Statement

PING Statement

Use DTLREXE PING to check basic connectivity to a PowerExchange Listener.
Make sure that the DBMOVER configuration file on the machine from which you run DTLREXE PING contains a NODE statement for the Listener node.
PING has the following parameters:
loc
Required. The location of the PowerExchange Listener, as defined in a NODE statement in the DBMOVER configuration file.
prog
Required. This value must be to PING.
config
Optional. The DBMOVER configuration file that you want the DTLREXE utility to use, when you do not want to use the default DBMOVER file or the DBMOVER file that is set in the PWX_CONFIG environment variable. This parameter is used only when you run DTLREXE on Linux, UNIX, and Windows. This parameter is ignored on IBM i or z/OS.
{pwd|epwd}
Optional. A password or encrypted password for the specified user ID. For a location on i5/OS or z/OS, you can enter a passphrase or encrypted passphrase instead.
  • pwd
    . A clear text password for the specified user, which allows access to the target. If a password contains nonalphanumeric characters, it must be enclosed in double quotation marks (“). A password cannot contain embedded double quotation marks.
    For access to an i5/Os or z/OS location, you can enter a valid PowerExchange passphrase instead of password. An i5/OS passphrase can be from 9 to 31 characters in length. A z/OS passphrase can be from 9 to 128 characters in length. A passphrase can contain the following characters:
    • Uppercase and lowercase letters
    • The numbers 0 to 9
    • Spaces
    • The following special characters:
      ’ - ; # \ , . / ! % & * ( ) _ + { } : @ | < > ?
      The first character is an apostrophe.
    Passphrases cannot include single quotation marks (‘), double quotation marks (“), or currency symbols.
    If a passphrase contains spaces, you must enclose it with double-quotation marks ("), for example,
    "This is a passphrase"
    . If a passphrase contains special characters, you must enclose it with triple double-quotation characters ("""), for example,
    """This passphrase contains special characters ! % & *."""
    . If a passphrase contains only alphanumeric characters without spaces, you can enter it without delimiters.
    To use passphrases, ensure that the PowerExchange Listener runs with a security setting of SECURITY=(1,N) or higher in the DBMOVER configuration member. On z/OS, the DTLCFG DD statement in the DTLREXE JCL points to the DBMOVER member. On i5/OS, the DBMOVER member is the CFG file in the PowerExchange
    datalib
    library. For more information, see "SECURITY Statement" in the
    PowerExchange Reference Manual
    .
    On z/OS, a valid RACF passphrase can be up to 100 characters in length. PowerExchange truncates passphrases longer than 100 characters when passing them to RACF for validation.
  • epwd
    . An encrypted password for the specified user.
    For access to an i5/OS or z/OS location, you can enter an encrypted PowerExchange passphrase instead of an encrypted password. Do not encrypt a passphrase that contains invalid characters, such as double-quotation marks, single quotation marks, or currency symbols.
    You can use the PowerExchange Navigator to encrypt a password or passphrase.
uid
Optional. A user ID that allows access to the specified location. If you specify a user ID, you must also enter a
pwd
or
epwd
value, but do not enter both.
For a location on a supported Linux, UNIX, or Windows system, if you have enabled PowerExchange LDAP user authentication, the user ID is the enterprise user name. For more information, see the
PowerExchange Reference Manual
.
sslinfo
Optional. Generate a report of secure connection attributes from both the client side and server side of the connection.
Example:
dtlrexe prog=ping loc=abc1234_SSL uid=userabc pwd=pass1 parms=sslinfo PWX-37129 MONITOR statistics switched off for process DTLREXE PWX-31008 TCPIP packet sizes for statement "NODE" name "abc1234_SSL" lowered from 262144 to 16384 for SSL connections. PWX-00750 DTLREXE Input LOC=abc1234_SSL, PROG=PING, PARMS=sslinfo, UID=<userabc>. . 10 messages from client-side SSLINFO SSLOPNWP INFORMATION BEFORE THE FIRST SEND Protocol='TLSv1.2' Cipher=X'9D' (AES256-GCM-SHA384) State = 'SSLOK ' VerifyMode = 3 Options = X'03000804' (LEGACY_SERVER_CONNECT, DONT_INSERT_EMPTY_FRAGMENTS, NO_SSLv2, NO_SSLv3) Default Timeout = 7200 Session Timeout = 7200 PWX-00755 DTLREXE Command OK! 10 messages returned from DTLREXEL running under the listener 1: ClientProtocol='0303' (TLSV1_2) 2: Stat_Policy='04' (ENABLED) 3: Stat_Conn='03' (SECURE) 4: Sec_Type='05' (SRV_CA_REQD) 5: TTLSi_Neg_Cipher='9D' 6: TTLSi_Neg_Cipher4='009D' 7: Cert_Len=1019 8: RuleName='Job_PWXList' 9: SessionId: Length=32 Value=X'0001021200000000000000000000FFFF' 10: SessionToken: Length=56 Value=X'00000019000001040000002CC1C1C5C3C587C1C1C1C1C1C1C1'

0 COMMENTS

We’d like to hear from you!