Create a job with the name "Reboot" on the agent's computer using the standalone version of 24x7. This job should have " " for the schedule.  The script for this job would be just "Reboot"  In the job you submit from the master replace  "Reboot" with  "Dim( process, number )  Run( "24x7 /JOB Reboot", "", process )"  This will allow the agent to finish active job and start another instance of 24x7 which in turn will reboot the machine.  : Using version 2.3.7 and running a script that runs the script: Reboot( )  : DONE: // Done  : Unfortunately, since the machine reboots, it never send the completion  : message back to the master scheduler. Thus, when trying to shutdown the  : master scheduler I get the message "1 connection to remote agents is  : still opened ... Are you sure you want to shutdown ...?"  : Is there any way around this?   
   |