NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
bgrubb1
Nov 11, 2013Aspirant
ReadyNAS 6 pro power down mode
Is there anyway to "trick" the Readynas 6 Pro into going into power down mode during 2 different intervals ??
I have mine set to power down from 3PM to 6PM (Peak Energy Hours), but no one uses it in the middle of the night, so there are Kilowatts to save there too.
I have searched and don't see a solution, would be great to have 2 different shutdown periods
..Barry
I have mine set to power down from 3PM to 6PM (Peak Energy Hours), but no one uses it in the middle of the night, so there are Kilowatts to save there too.
I have searched and don't see a solution, would be great to have 2 different shutdown periods
..Barry
11 Replies
Replies have been turned off for this discussion
- mdgm-ntgrNETGEAR Employee RetiredYou might be able to do it. But you would need to manually edit some config files. Are you comfortable with using SSH?
- bgrubb1AspirantI am and would love to
...Barry - mdgm-ntgrNETGEAR Employee RetiredTry editing /etc/cron.d/poweroff and /etc/frontview/poweron_timer
Or maybe create a new cron entry for the additional poweroff. - bgrubb1AspirantPart of the way there....
Power on seems relatively straightforward. I edited /etc/frontview/poweron_timer and added the additional power on times / days
poweroff has me a bit lost
If i more /etc/cron.d/poweroff if shows 5 entries that correspond to the 5 power off times in the frontview menu (I think)
this is where my ignorance shows
I dont see where the 5 entries get their time from or how to add additional
help please ??
..Barry - mdgm-ntgrNETGEAR Employee RetiredLook at some MAN pages e.g. for crontab.
- bgrubb1AspirantShould have added $ crontab -e doesnt get me there
- mdgm-ntgrNETGEAR Employee RetiredWhat does the /etc/cron.d/poweroff file look like now?
- bgrubb1AspirantI assume these correspond to the mon - friday entries in Frontview power off thank you for the help
ReadyNasUltra6:/etc/cron.d# more poweroff
55 14 * * 1 root /frontview/bin/autopoweroff &> /dev/null
55 14 * * 2 root /frontview/bin/autopoweroff &> /dev/null
55 14 * * 3 root /frontview/bin/autopoweroff &> /dev/null
55 14 * * 4 root /frontview/bin/autopoweroff &> /dev/null
55 14 * * 5 root /frontview/bin/autopoweroff &> /dev/null - mdgm-ntgrNETGEAR Employee RetiredSo minutes 55, hour 14 (2 pm), * (everyday of the month), * (every month). Then the final digit 1 indicates only run it if it is Monday, the 2 if it is Tuesday etc.
- bgrubb1Aspirantthank you that was the direction I needed
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!