OPS/MVS

 View Only
  • 1.  OPSMVS USS

    Posted Apr 25, 2016 11:40 AM

    What is all needed to get USS messages from syslogd to OPSMVS?



  • 2.  Re: OPSMVS USS
    Best Answer

    Posted Apr 25, 2016 12:15 PM

    Hello Randy

     

    Consider start setting the following parameters in your OPSSPA00 member located in your CCLXCNTL library:

     

    /*--------------------------------------------------------------------*/

    /* Activates the USS command and USS rule interfaces                  */

    /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7*/

    T = OPSPRM_Set("INITUSS","YES")                                      

    T = OPSPRM_Set("INITUSSPROC","YES")                                  

    T = OPSPRM_Set("BROWSEUSSPROC","YES")                                

    T = OPSPRM_Set("USSACTIVE","ON")                                     

    T = OPSPRM_Set("USSPROCRULES","YES")                                 

    T = OPSPRM_Set("USSSTC","OPSUSS")                                  

    T = OPSPRM_Set("USSMIN","1")                                        

     

    Once the parameters are set consider a restart of your CA OPS/MVS OPSMAIN Address Space as soon as time permits.

    Make sure also you have copied CCLXCNTL(OPSUSS) to one of yours JES PROC00 libraries concatenation. Assure it has been tailored to meet your site standards for execution.

    Upon OPSMAIN recycle you should start seeing USSPROCBEG and  USSPROCEND messages in the OPSLOG with syslogd incoming traffic.

    Those message will be then available to AOF so rules can fire upon them for automation purposes.

     

    Let us know if this all helps Randy

    Regards, Cesar



  • 3.  Re: OPSMVS USS

    Posted Jun 11, 2018 10:07 AM

    What about messages in the USS log? 



  • 4.  Re: OPSMVS USS

    Community Manager
    Posted May 12, 2016 02:08 PM

    Randy, did Cesar's suggestion help you? Can you come back to the community and let us know? Thanks!



  • 5.  Re: OPSMVS USS

    Posted May 13, 2016 10:26 AM

    Yes Thank you....



  • 6.  Re: OPSMVS USS

    Community Manager
    Posted May 13, 2016 12:07 PM

    Thanks for letting us know, Randy. Glad it worked!