Run a SQDmon report - Latest

Connect CDC (SQData) Utilities

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Utilities
Copyright
2024
First publish date
2000
Last edition
2024-07-30
Last publish date
2024-07-30T19:47:43.164598
You can run the SQDmon report on mainframe z/OS or distributed Linux.
  1. On Linux, run this command:
    sqdmon display //host_name/<agent_name> [ ,//host_name/<agent_name>] [-s port_num | --service=port_num] [--format= JSON | xml | details] [--identity=<path_to/nacl_id>] [--tls]
    Note: For engine agents, this includes datastore level statistics. Engine agents are not managed by a sqdaemon on z/OS and therefore their status cannot be displayed.
  2. On mainframe z/OS, run this command:
    sqdmon inventory [//host_name] [-s port_num | --service=port_num]
    sqdmon typically returns a message SQDC017I sqdmon terminated successfully. This message signifies that the request was sent successfully to the daemon, but does not necessarily indicate a positive outcome for that request. For instance, a stop command that returns a SQDC017I message does not mean that the agent is effectively stopped, but that agent accepted and responded to that stop command successfully. Similarly, a start is successful as soon as the agent process has been successfully launched. But that process may very well have stopped immediately because of faulty arguments, for instance.
Sample SQDMON report
//*-----------------------------------------------------------------
//*    EXECUTES SQDATA DAEMON CONTROL PROGRAM - SQDMON              
//*-----------------------------------------------------------------
//*    NOTE: PARMS MUST BE ENTERED IN LOWER CASE                    
//*-----------------------------------------------------------------
//JOBLIB   DD DISP=SHR,DSN=SQDATA.V400.LOADLIB                      
//*                                                                  
//SQDMON   EXEC PGM=SQDMON                                          
//SQDPUBL  DD DSN=SQDATA.NACL.PUBLIC,DISP=SHR                        
//SQDPKEY  DD DSN=SQDATA.NACL.PRIVATE,DISP=SHR                      
//SYSOUT   DD SYSOUT=*                                              
//SQDLOG   DD SYSOUT=*                                              
//*SQDLOG8  DD DUMMY                                                  
//SQDPARMS DD *