Patch Management Group

 View Only
  • 1.  Patch Management - Download Patches but not install, user chooses patches to install, possible?

    Posted May 23, 2013 02:23 PM

    Is it possible to download patches but not install it, user then chooses which patches to install possible? 



  • 2.  RE: Patch Management - Download Patches but not install, user chooses patches to install, possible?
    Best Answer

    Posted May 23, 2013 03:32 PM

    You can create a filter for those special machines, then create(clone from default) a software update policy and schedule it to far the future, say year 2050.

    Please keep posted.

     

     

     



  • 3.  RE: Patch Management - Download Patches but not install, user chooses patches to install, possible?

    Posted May 23, 2013 03:58 PM

    How important would "which patch to install" be vs "all pending patches"?

     

    I can think of a few ways to leverage the software update agent command line but it would be more difficult if you wanted to allow the user to pick which available patches to run.

     



  • 4.  RE: Patch Management - Download Patches but not install, user chooses patches to install, possible?

    Posted May 23, 2013 04:20 PM

    the users are actually system administrators and the computers are servers such as exchange etc.



  • 5.  RE: Patch Management - Download Patches but not install, user chooses patches to install, possible?

    Posted May 24, 2013 08:23 AM

    I use Charlie's solution often for servers, it works well.



  • 6.  RE: Patch Management - Download Patches but not install, user chooses patches to install, possible?
    Best Answer

    Trusted Advisor
    Posted May 24, 2013 01:11 PM

    I like Charlie's idea as well (and I actually do that here) but I do not like to enable the "Allow user to run" option in the policy.  If you have that enabled then any user, administrator or not, who can access the Software Updates tab in the SMA can trigger the patch event.  For us, that was a little too risky.

    Instead we've given our administrators the knowledge to trigger the patching event from a commandline or you can build a Task that would trigger the patching command without having to access the system:

    .\Program Files\Altiris\Altiris Agent\Agents\PatchMgmtAgent\AexPatchUtil.exe /Xa /reboot

    That command line will trigger all available patches and then reboot when completed if necessary.

     

    For your second question about choosing individual patches... allegedly there's a way to specify from the commandline using the same utility the GUID of the patch package you want to apply but I've never had luck with that.  The downside is the failed syntax mode is to go ahead and install all pending patches anyways surprise

    You *could* just open the agent, double-click on each individual update package, select the Download History tab of the package, and then browse to the URL or UNC of the package and execute them directly and individually but this won't pass the patch commandlines and, of course, you're doing them all manually.

    The better option is to do better grouping and policy creation.  However, you're going to get very complicated very quick and your org should probably get more comfortable with a process that allows you to test on a subset of systems and then proceed into production with automated installations.