How to restart the "Scheduler" service Print

  • Allvoffice backup, scheduling services
  • 0

Although uncommon, if the software client loses communication with the server for an extended period of time or a backup job is interrupted abruptly, the client may not regain connection until restarted.  Restarting is simple:


On Windows 2003 / XP:

  1. Click Start -> Run
  2. type "services.msc" -> Enter
  3. In the right pane of the window find the service named "Online Backup Scheduler"
  4. Right click -> Restart

On Windows 2008 / Vista / 7:

  1. Click Start ->
  2. In the Search box type "services.msc" -> Enter
  3. In the right pane of the window, find the service named "Online Backup Scheduler"
  4. Right click -> Restart

On Linux, from the command line type:

1
2
sh /etc/init.d/obmscheduler stop
sh /etc/init.d/obmscheduler start

On Mac / OSX:

  1. Open a terminal window (Navigate to Applications -> Utilities -> Terminal), then type
  2. sudo touch /Applications/backup software\ Advanced/ipc/Scheduler/stop (press Enter)
  3. sudo SystemStarter start backup software\ Advanced (press Enter)
  4. To check the service name type:  ls /Library/StartupItems/  (press Enter)

 


Was this answer helpful?

« Back