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 Command

PING Command

Use the PING command to verify that a secure connection can be established between the machine from which you issue the command and a PowerExchange Listener on a remote node.
When you issue the PING command, the PWXUGSK utility steps through each phase of a secure connection to verify that the connection will succeed. You can use the information returned from this command to troubleshoot any issues that might occur.
SBMJOB JOB(PWXUGSKP) JOBQ(*JOBD) CMD(CALL PGM(PWXLIB/PWXUGSK) PARM('CMD=PING PING_LOCATION=
node_name
[PING_UID=
user_name
{PING_PWD=
password
|PING_EPWD=
encrypted_password
}]PING_SSLINFO=Y'))
The PING command has the following parameters:
PING_LOCATION=
node_name
The node name of the remote PowerExchange Listener to ping for the secure connection.
PING_UID=
user_name
A user name that can be used to establish the secure connection. The user must have the authority to view SSL certificates on the remote node specified by PING_LOCATION.
PING_PWD=
password
The password associated with the user name specified by PING_UID. Specify either a password or an encrypted password to decrypt the certificate files on the remote node.
PING_EPWD=
encrypted_password
An encrypted password associated with the user name specified by PING_UID. Specify either a password or an encrypted password to decrypt the certificate files on the remote node.
PING_SSLINFO= Y|
N
Specify PING_SSLINFO=Y to generate a report of secure connection attributes from both the client side and server side of the connection. Default is PING_SSLINFO=N.

0 COMMENTS

We’d like to hear from you!