Patch Management Solution

 View Only
  • 1.  Update available vendors and software without clicking Update in PM console

    Posted Jan 08, 2014 06:56 AM

    Hi

    I'm trying to automate Patch Management using workflow. Is it possible to update list of available vendors and software by calling ie. a stored procedure or is it hardcoded in pm solution?



  • 2.  RE: Update available vendors and software without clicking Update in PM console

    Posted Jan 16, 2014 01:04 PM

    I cant see this being initiated via the database, so it is likely to be an action within a DLL file or something similar.  As the ASDK does not have anything for PMS, you can use that.

     

    The good news is that my good friend Ludovic has already provided a toolkit that customers can use:

    https://www-secure.symantec.com/connect/articles/cwoc-patchautomation-toolkit-documentation-and-guides



  • 3.  RE: Update available vendors and software without clicking Update in PM console
    Best Answer

    Broadcom Employee
    Posted Jan 21, 2014 08:06 AM
    Hello claus66,
    Some Patch Management operations are available at the web services page http://localhost/Altiris/PatchManagementCore/PatchWorkflowSvc.asmx.
     
    You may find there method named 'RunWindowsPreImport' - it invokes updating tree of Vendors and Releases.
     
    Thanks,
    Roman
     


  • 4.  RE: Update available vendors and software without clicking Update in PM console

    Posted Jan 29, 2014 06:29 AM

    Sounds promissing. Will give this a try monday morning. Regards, Claus
     

    Edit. Perfect - Just what I needed - Thanks again