Mitel Forums - The Unofficial Source

Mitel Forums => Mitel Software Applications => Topic started by: lundah on October 26, 2021, 05:12:39 PM

Title: Mitel Linux - reboot in the future
Post by: lundah on October 26, 2021, 05:12:39 PM
So I used to be able to just do a "shutdown -r [time]" to reboot an MSL server at the designated time, but now (at least on a MiCollab 9.3 system), even if I specify a time in the future, NuPoint and MiCollab Client services are shut down immediately. Anyone have another method to do this? Normally I just need to bounce a MiCollab a few hours later, so no need to mess around in cron or anything complex, just looking for a simple command line command.
Title: Re: Mitel Linux - reboot in the future
Post by: imanm93 on October 28, 2021, 06:47:47 AM
So I used to be able to just do a "shutdown -r [time]" to reboot an MSL server at the designated time, but now (at least on a MiCollab 9.3 system), even if I specify a time in the future, NuPoint and MiCollab Client services are shut down immediately. Anyone have another method to do this? Normally I just need to bounce a MiCollab a few hours later, so no need to mess around in cron or anything complex, just looking for a simple command line command.

Hi,
Even tough I'm not familiar with this version, But if it's based on Linux you can set a cron-job to do the reboot.
Title: Re: Mitel Linux - reboot in the future
Post by: lundah on December 15, 2021, 01:00:34 PM
crontab works for scheduled regular reboots, but I was looking for a one-time deal. Found what I was looking for here:
https://danielgibbs.co.uk/2012/09/scheduling-a-reboot-on-linux-servers/ (https://danielgibbs.co.uk/2012/09/scheduling-a-reboot-on-linux-servers/)