Server Management Group

 View Only
  • 1.  Hiding the Red Hat Task and SUSE LInux task has not run in the Patch Reemediation Center

    Posted Aug 04, 2011 02:47 PM

    Is it possible to hide the notification (display) that the Red Hat Patch Import or the SUSE Linux Import task has not run each time I open up the Patch Remediation Center?

    Hope this makes sense/



  • 2.  RE: Hiding the Red Hat Task and SUSE LInux task has not run in the Patch Reemediation Center

    Posted Aug 04, 2011 06:21 PM

    If you run the PMImport, this message will disappear!

    Okay, really: I think you'd have to do something like modify a stored procedure to remove this warning.  Perhaps by using a query like:
     

    SELECT ROUTINE_NAME, ROUTINE_DEFINITION

    FROM INFORMATION_SCHEMA.ROUTINES

    WHERE ROUTINE_DEFINITION LIKE '%pmimport%'

    AND ROUTINE_TYPE='PROCEDURE'

    ORDER BY ROUTINE_NAME

    And then rolling the dice.



  • 3.  RE: Hiding the Red Hat Task and SUSE LInux task has not run in the Patch Reemediation Center
    Best Answer

    Posted Aug 04, 2011 06:22 PM

    You would have to run the task at least once to make it disappear.  I am not aware of any configurable option to hide them.



  • 4.  RE: Hiding the Red Hat Task and SUSE LInux task has not run in the Patch Reemediation Center

    Posted Aug 04, 2011 09:28 PM

    I figured it wasn't possible, but current customer asked for the first time, figured there wasn't an option but you can always right? 

     

    THanks Andrew



  • 5.  RE: Hiding the Red Hat Task and SUSE LInux task has not run in the Patch Reemediation Center

    Posted Aug 05, 2011 11:07 AM

    Hey I had the one minute jump!