Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Commands
  3. Adabas Log-Based ECCR Commands
  4. Batch VSAM ECCR Commands
  5. CICS/VSAM ECCR Commands
  6. Datacom Table-Based ECCR Commands
  7. DB2 for z/OS ECCR Commands
  8. IDMS Log-Based ECCR Commands
  9. IMS Synchronous ECCR Commands
  10. IMS Log-Based ECCR Commands
  11. PowerExchange Agent Commands
  12. PowerExchange Condense Commands
  13. PowerExchange Listener Commands
  14. PowerExchange Logger for z/OS Commands
  15. PowerExchange Logger for Linux, UNIX, and Windows Commands
  16. pwxcmd Commands

Command Reference

Command Reference

Example 2: Configuring a PowerExchange Condense Process to Receive pwxcmd Commands

Example 2: Configuring a PowerExchange Condense Process to Receive pwxcmd Commands

This example configures a PowerExchange Condense process to receive pwxcmd commands.
You issue pwxcmd commands from a Linux, UNIX, or Windows system that is remote from the system on which the PowerExchange Condense process runs.
You must include pwxcmd command configuration statements in the DBMOVER configuration files on both systems.
Additionally, include a CONDENSENAME statement in the CAPTPARM configuration file or member on the i5/OS or z/OS system where the PowerExchange Condense process runs. The CONDENSENAME statement defines a service name for the PowerExchange Condense process.
To configure a PowerExchange Condense process to receive pwxcmd commands:
  1. In the CAPTPARM configuration file or member on the i5/OS or z/OS system where the PowerExchange Condense process runs, include a CONDENSENAME statement. The CONDENSENAME statement defines a service name for the PowerExchange Condense process that receives pwxcmd commands. For example:
    CONDENSENAME=COND_NODE
  2. In the DBMOVER configuration file on the system where the PowerExchange Condense process runs, include an SVCNODE statement. The SVCNODE statement specifies a TCP/IP port on which the command-handling service for the PowerExchange Condense process listens for pwxcmd commands. For example:
    SVCNODE=(COND_NODE,6003)
    In the SVCNODE statement:
    • The first parameter value, COND_NODE, is the service name. This service name must match the service name in the corresponding CONDENSENAME statement. The CONDENSENAME statement is in the CAPTPARM configuration file or member on the system where the PowerExchange Condense process runs.
    • The second parameter value, 6003, is the TCP/IP port number on which the service listens for pwxcmd commands. This port number must match the port number in the corresponding CMDNODE statement. The CMDNODE statement is in the DBMOVER configuration file on the system from which you issue pwxcmd commands.
  3. In the dbmover.cfg configuration file on the Linux, UNIX, or Windows system from which you issue pwxcmd commands, include a CMDNODE statement. The CMDNODE statement specifies connection information for a PowerExchange Condense process to which you want to send pwxcmd commands. For example:
    CMDNODE=(cndnode,CONDENSE,remote_host,6003)
    In the CMDNODE statement:
    • The first parameter value, cndnode, is a service name. This service name can be any name you want. Specify this service name when you issue pwxcmd commands to the PowerExchange Condense process.
    • The second parameter value, CONDENSE, is the service type for a PowerExchange Condense process.
    • The third parameter value, remote_host, is the name of the host where the PowerExchange Condense process runs.
    • The fourth parameter value, 6003, is the TCP/IP port number. This port number must match the port number in the corresponding SVCNODE statement. The SVCNODE statement is in the DBMOVER configuration file on the system where the PowerExchange Condense process runs.
  4. In the pwxcmd command that you send to the PowerExchange Condense process, specify the
    -service
    option as follows:
    pwxcmd condense -service cndnode
    The service name in the pwxcmd command matches the service name in the corresponding CMDNODE statement. The CMDNODE statement is in the dbmover.cfg configuration file on the system from which you issue pwxcmd commands.

0 COMMENTS

We’d like to hear from you!