Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Auto wake up?

Featured Replies

Does unRAID support the server auto waking up if some devices like iOS or Roku or a PC/MAC tries to access the server drive? Or must we do some manual stuff in advanced in order to wake it up first?

Stock unraid does not support sleep, but it spins the drives down. When the player accesses the server, the drives will spin up just fine. So... if you haven't done any customization to force sleep, you won't need any customization to wake.

if you mean the server turns on remotely, WOL (Wake-on-Lan) does not require OS support, its merely a hardware feature.

if you mean the server turns on remotely, WOL (Wake-on-Lan) does not require OS support, its merely a hardware feature.

 

Except, of course, it does require that the "waking device" knows how to send a magic packet  :)

  • Author

Thanks for the replies. I don't think most devices will autosend a magic packet, and I want to make it easy for other people to use. If the motherboard supports WOL and have a Intel I217 ethernet controller, could unRAID wake up (from Hibernate?) if it detects someone is trying to access one of the network drives? Or do I have to buy another card like Intel PWLA8391GT?

 

I also did some searching and read about ARP. Does that helps if the network card supports that?

Thanks for the replies. I don't think most devices will autosend a magic packet, and I want to make it easy for other people to use. If the motherboard supports WOL and have a Intel I217 ethernet controller, could unRAID wake up (from Hibernate?) if it detects someone is trying to access one of the network drives? Or do I have to buy another card like Intel PWLA8391GT?

 

I also did some searching and read about ARP. Does that helps if the network card supports that?

 

There are apps for the iPad, Nexus, etc. that send magic packets ... and you can create a simple shortcut on any PC's desktop to a simple touch on a tablet or double-click on a PC will turn on the server.  It DOES require that you configure the app (with the appropriate MAC address) ... but the apps even make that very simple to do.    The Intel card you listed supports WOL, but it will still require a "magic packet" to invoke the wake-up.

 

Not sure you can configure an Android device to do this;  but on a PC you could easily use a simple command file to auto-send a WOL packet whenever you loaded an application that was going to require the network resources from the server it was "waking up."

 

  • 3 years later...

This Script should do it.

Just paste it into S3 Sleep settings in the custom command box (post sleep)

It will wakeup every day at 09.55.( Monday to Friday) So you can set jobs for 10.00.

Be sure you disabled resume by rtc alarm in bios and set the bios time to rtc time.

 

time=09:55

now=$(date +%s)

other=$(date -d $time +%s)

dayofweek=$(date +%u)

if [ $now -ge $other  ] && [ $dayofweek -lt 5 ]

then

  echo `date '+%s' --date='tomorrow 09:55:00'` > /sys/class/rtc/rtc0/wakealarm

elif [ $dayofweek -ge 5 ]

then

    echo `date '+%s' --date='next monday 09:55:00'` > /sys/class/rtc/rtc0/wakealarm

else

    echo `date '+%s' --date='today 09:55:00'` > /sys/class/rtc/rtc0/wakealarm

fi

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.