Software Management Group

 View Only
  • 1.  Altiris 7.5 and forcing a job to a windows 7 client

    Posted Jan 20, 2016 03:13 PM

    We are currently using Altiris 7.5 with a maintenance window of 10PM to 6AM.  Which for most groups works fine.  We have one group that is 24 hours and we only have a 30 minute window in the middle of the night to force a msi to about 40 machines.  In the 6.9 version this was easy because of the push versus pull.  Does any one know of a way for me to push the MSI to all 30 machines starting at say 3am.



  • 2.  RE: Altiris 7.5 and forcing a job to a windows 7 client

    Posted Jan 20, 2016 04:47 PM

    There are two ways:

    1) A Software Delivery Policy (pull technology) can be setup to run on a certain schedule.   You could set the compliance check (when it checks the machine to see if it needs the software and when the download will start if it does) to happen whenever you want and the remediation (when it installs) to happen during the maintence window.   You can assign different maintennace windows to different groups of machines.  

    2) A Task (push technology) is much closer to what  you had with DS 6.9.  The server actually pushes the job to the client and executes it at the time you specify. Gotchas for using this method include the need for the machine to be powered on and connected to the network when the task runs.  Also, ensure the timeout you set on the task is enough time for the machine to download and complete execution of the install or the process could get cancelled mid-stream.  

    I generally use method one for any type of software deployments because it does not require the machines to be on like the push method does and the actual download of the package to cache can happen prior to the execution time.  If a machine is off when a policy execution time arrives, it can just install it at the next maintence window without you needing to remember to try pushing it again the next night.  If you are certain all machines will be on, this may not be an issue for you.