BMC Utility IDs


Use the BMC Utility IDs to display information from the BMCUTIL and (BMC.DB2.SPE2404)BMCUTIL2 tables and generate JCL to terminate or print maintenance level for BMC AMI Copy and BMC AMI Recover.

Viewing BMC utility IDs

Use the following procedure to view the BMC utility IDs:

  1. In the BMC AMI Recovery for Db2 Main Menu, select 3. DB2 Subsystem Toolbox.
  2. In the Db2 Subsystem Toolbox panel, select C. BMC Utility IDs and press Enter.The BMC Utility ID Maintenance panel is displayed.

    ARMUTL0 ============ BMC Utility Id Maintenance - DEJM ========== Row 1 of 557
    Command ===> ________________________________________________ Scroll ===> PAGE
                                                                                 
    Type M next to a COPY or RECOVER utility and press Enter to generate MAINT JCL
    Type T next to a COPY or RECOVER utility and press Enter to generate TERM JCL
    Type S next to a utility and press Enter to see more information
                                                                                 
    To refresh the list, Press PF3 to return to the previous menu and select       
    BMC Utility IDs again.                                                        
                                                                                 
       Utility IDStatusNamePhaseUser IdStart Time         
    _ RDATBHCHKSLOADNGT COPYRDATBH     2022-02-02-19.02.04
    _ VCH1J2SCOPYMVSAYM12022-02-17-06.23.25
    _ U1892466SLOADDSNUTILBMVSAXI2     2022-02-19-03.45.55
    _ VCH24SCOPYMVSAYM12022-02-19-10.02.16
    _ AFRA#990.BCSCOPYMVSJQL12022-02-21-18.24.51
  3. To generate MAINT JCL, type M next to a COPY or RECOVER utility and press Enter. If you select multiple utilities, the JCL generation processes them one at a time.
  4. To generate TERM JCL, type T next to a COPY or RECOVER utility and press Enter. If you select multiple utilities, the JCL generation processes them one at a time. 
  5. To display complete Utility ID information, type S next to a utility and press Enter. If you select multiple utilities, their details will be displayed in a separate panel one at a time. For command value, only the first 50 characters are displayed.

    ARMUTL3 ================== BMC Utility ID - =====
    Command ===> _________________________________________
                                                         
      Utility Id . . . . . . . C1683297                   
      Utility Name . . . . . . LOAD                       
      Phase. . . . . . . . . . NGTUTIL                    
      User Id. . . . . . . . . RDAMNE2                    
      Notify Id. . . . . . . . NOT SET                    
      Database Name. . . . . . C1682397                   
      Table Space Name . . . . TS3                        
      Table Space Status . . . NOT SET                    
      Job Id . . . . . . . . . J0796193                   
      Job Name . . . . . . . . NGTLOAD                    
      Restart. . . . . . . . . N                          
      Status . . . . . . . . . S                          
      SSID . . . . . . . . . . DEMO                       
      Schema Version . . . . . 1                          
      Start time . . . . . . . 2024-01-24-14.46.50.679232
      Command. . . . . . . . . DB2QA.INST1310.DEMO.CKPT001
  6. To refresh the list, press PF3 to return to the previous menu and reselect BMC Utility IDs.

JCL Samples

The following is the sample of JCL to terminate BMC AMI Copy Utility IDs:

//* ******************************************************************************** *//
//*          BMC AMI Recovery Manager for Db2  - V13.01.00 - BMC SOFTWARE, INC.      *//
//*                     SLIB MEMBER = ARMBUTIL#                                      *//
//* ******************************************************************************** *//
//*                    TERMINATE BMC UTILITY ID                                      *//
//* ******************************************************************************** *//
//* ******************************************************************************** *//
//ARM0001 EXEC PGM=ACPMAIN,                                            
//   PARM=('DEHE','RDAPXR2.PXRACPX','TERM',                            
//   'MSGLEVEL(1)','ACP$OPTS')                                         
//STEPLIB   DD DISP=SHR,DSN=SCC.WJLW1211.LOAD                          
//          DD DISP=SHR,DSN=SCC.PTFS1210.BMCLINK                       
//          DD DISP=SHR,DSN=RMD.PTFS1210.BMCLINK                       
//          DD DISP=SHR,DSN=CSG.DEHE.DSNEXIT                           
//          DD DISP=SHR,DSN=CSGI.DB2V11M.DSNLOAD                       
//SYSPRINT  DD SYSOUT=*                                                
//SYSIN     DD DUMMY                                                

The following is the sample of JCL to terminate BMC AMI Recover Utility IDs:

//* ******************************************************************************** *//
//*          BMC AMI Recovery Manager for Db2  - V13.01.00 - BMC SOFTWARE, INC.      *//
//*                     SLIB MEMBER = ARMBUTIL#                                      *//
//* ******************************************************************************** *//
//*                    TERMINATE BMC UTILITY ID                                      *//
//* ******************************************************************************** *//
//* ******************************************************************************** *//
//ARM0001 EXEC PGM=AFRMAIN,                                            
//   PARM=('DEHE','RDAHZE1.ARMJOB0','TERM',                            
//   'MSGLEVEL(1)',AFROPTS(AFR$WXPT))                                  
//STEPLIB   DD DISP=SHR,DSN=SCC.WJLW1211.LOAD                          
//          DD DISP=SHR,DSN=SCC.PTFS1210.BMCLINK                       
//          DD DISP=SHR,DSN=RMD.PTFS1210.BMCLINK                       
//          DD DISP=SHR,DSN=CSG.DEHE.DSNEXIT                           
//          DD DISP=SHR,DSN=CSGI.DB2V11M.DSNLOAD                       
//SYSIN     DD DUMMY                                                                      

The following is the sample of JCL to maintain BMC AMI Copy Utility IDs:

//ARM0001 EXEC PGM=ACPMAIN,                          
//   PARM=('DEJM',,'MAINT',                          
//   'MSGLEVEL(1)','ACP$OPTS')                       
//STEPLIB   DD DISP=SHR,DSN=SCC.WJLW1211.LOAD        
//          DD DISP=SHR,DSN=SCC.PTFS1210.BMCLINK     
//          DD DISP=SHR,DSN=RMD.PTFS1210.BMCLINK     
//          DD DISP=SHR,DSN=CSG.DEJM.DSNEXIT         
//          DD DISP=SHR,DSN=CSGI.DB2V12M.DSNLOAD     
//          DD DISP=SHR,DSN=RMD.INST1210.BMCPSWD.ACP
//SYSPRINT  DD SYSOUT=*                              
//SYSIN     DD DUMMY

The following is the sample of JCL to maintain BMC AMI Recover Utility IDs:

 //ARM0001 EXEC PGM=AFRMAIN,                          
//   PARM=('DEJM',,'MAINT',                          
//   'MSGLEVEL(1)',AFROPTS(AFR$OPTS))                
//STEPLIB   DD DISP=SHR,DSN=SCC.WJLW1211.LOAD        
//          DD DISP=SHR,DSN=SCC.PTFS1210.BMCLINK     
//          DD DISP=SHR,DSN=RMD.PTFS1210.BMCLINK
//          DD DISP=SHR,DSN=CSG.DEJM.DSNEXIT         
//          DD DISP=SHR,DSN=CSGI.DB2V12M.DSNLOAD     
//SYSIN     DD DUMMY                             

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*