Deployment Solution

 View Only
  • 1.  Question Regarding Functionality 6.9 verse 7.1

    Posted Jan 23, 2013 12:51 PM

    Hello,

    In DS 6.9, you could set a simple job to run against a computer that was offline.  The job would sit there until the computer came back online.  When the computer came back online, the job would run successfully.

    In DS 7.1 SP2, if you set a job/task to run against a computer that is offline.  It may sit there for a little bit, but it then eventually fails.

    Is there a configuration or option that can be set in 7.1 SP2 to make it funtion like 6.9 in regards to running jobs and tasks for machines offline?  We would like to set jobs to run against machines that may be offline at the time it is pushed out, but that will eventually come back online.

    Thank you



  • 2.  RE: Question Regarding Functionality 6.9 verse 7.1

    Posted Jan 23, 2013 03:03 PM

    If you click on the Advanced button (on the right side of the job/task window), you can set the job to terminate after x minutes.  Default for a task is 30 minutes (or 300 minutes, depends on your version of SMP, I think).  Default for a job is 90 minutes.  I don't know what the max value is, but I have some jobs that time out after 10 hours, and the system doesn't complain.

    Hope this helps.



  • 3.  RE: Question Regarding Functionality 6.9 verse 7.1

    Posted Jan 23, 2013 03:42 PM

    Or you could use a Managed Software Delivery Policy. Add a schedule of 00:00 No Repeat and it should run as soon as the machine picks up the Policy. Which it should do when it turns on.



  • 4.  RE: Question Regarding Functionality 6.9 verse 7.1

    Posted Jan 23, 2013 04:33 PM

    I appreciate the responses. 

    Andy, Would this work for a simple batch file that is used to change the local admin password.



  • 5.  RE: Question Regarding Functionality 6.9 verse 7.1
    Best Answer

    Posted Jan 23, 2013 06:55 PM

    Sure, create it as a simple Task and you can put the Task in the Policy.



  • 6.  RE: Question Regarding Functionality 6.9 verse 7.1

    Posted Jan 24, 2013 06:02 PM

    Thanks Andy!  I passed that along to our DS group.