How long does a reboot usually take?

I just did the reboot command on my FreeBSD 8.1 server and am waiting over 10 minutes now for my server to come back online. How long does a reboot usually take?
 
It should take less than a minute on a typical machine. Some machines, particularly servers, have disk controllers that can take a long while to search for attached disks. If you have external USB drives attached, some machines will try to boot from them, fail, and just sit there.
 
wblock@ said:
It should take less than a minute on a typical machine. Some machines, particularly servers, have disk controllers that can take a long while to search for attached disks. If you have external USB drives attached, some machines will try to boot from them, fail, and just sit there.

Thanks wblock@, what I ended up doing was going into my dedicated servers control panel on my hosts site and doing the reboot option from there instead of what I tried doing which was the reboot command via SSH. It ended up rebooting in like less than 3 minutes with my hosts reboot option.
 
Please also update to 8.3, FreeBSD 8.1 is End-of-Life.

Also note, if you have SCSI controllers and disks a reboot might take a little longer. It takes a while to initialize all the disks.
 
Here the biggest time sinks during boot are the SAS controller searching for its drives, and then the gptzfsboot crunching away at the storage pool to find the boot loader (I can imagine it is hard to examine a complex pool quickly with so little code). After the kernel starts booting, the thing flies.
 
Back
Top