

phils wrote:What this tells us is that it isn't disabling the LLC on drives in the expansion units.
for d in `/usr/syno/bin/synodiskport -sata` `/usr/syno/bin/synodiskport -eunit`/usr/syno/bin/synodiskport -eunit
PascalZ wrote:Hello,
Yes you can !
There is a script that is called each time the system is shut down that changes the IDLE3 parameter to "Disabled" on all the WD drives. The script is part of the DSM and can be found at: /usr/syno/etc/rc.d/S99WDidle3Dis.sh
If you edit this script and change /usr/syno/bin/syno_disk_ctl --wd-idle -d to /usr/syno/bin/syno_disk_ctl --wd-idle -s300 it will set the timer value to 300 instead of disabling it.
Don't forget to shut-down your DSM after that before turning it back on to do the tests.
I did it on mine and it didn't change anything. I hope you'll have more success. I'd be interested to know if it works for you.
Also, if you want to check the value of the IDLE3 parameter directly from the Synology, you can do it from the terminal: /usr/syno/bin/syno_disk_ctl --wd-idle -g /dev/sda (and sdb and sdc etc...)
Hope this helps,
Pascal

maxxfi wrote:At least in DSM 1944 (and I think it's also in 1955) the command to disable WDidle is run at every shutdown (because the disk needs to be physically powered off to use the new setting). The script is located at /usr/syno/etc/rc.d/S99WDidle3Dis.sh
If you can access your NAS from ssh/telnet, you can check if the WDidle has been disabled running this command (please login as root):
- Code: Select all
for d in `/usr/syno/bin/synodiskport -sata` ; do echo "*** /dev/$d ***"; /usr/syno/bin/syno_disk_ctl --wd-idle -g /dev/$d; done
This will poll each disk slot and returns the following (in results below /dev/sda, /dev/sdb, etc. are disk slot names so they change)
For each WD disk where it's able to read the timer (and [0] means that is successfully disabled)
- Code: Select all
Get /dev/sda WD idle3 timer [0] successfully
For each *empty* disk slot
- Code: Select all
Cannot open device /dev/sdb
fail iRet -1
For a slot that contains a non-WD disk
- Code: Select all
fail iRet 1
Cannot open device /dev/sda
fail iRet -1
*** /dev/sdb ***
Cannot open device /dev/sdb
fail iRet -1
*** /dev/sdc ***
Cannot open device /dev/sdc
fail iRet -1
*** /dev/sdd ***
Cannot open device /dev/sdd
fail iRet -1
jaguar2010 wrote:For DS411 with latest DSM installed, i get
- Code: Select all
Cannot open device /dev/sda
fail iRet -1
*** /dev/sdb ***
Cannot open device /dev/sdb
fail iRet -1
*** /dev/sdc ***
Cannot open device /dev/sdc
fail iRet -1
*** /dev/sdd ***
Cannot open device /dev/sdd
fail iRet -1

maxxfi wrote:jaguar2010 wrote:For DS411 with latest DSM installed, i get
- Code: Select all
Cannot open device /dev/sda
fail iRet -1
*** /dev/sdb ***
Cannot open device /dev/sdb
fail iRet -1
*** /dev/sdc ***
Cannot open device /dev/sdc
fail iRet -1
*** /dev/sdd ***
Cannot open device /dev/sdd
fail iRet -1
Did you log in as 'root' ? If you log in as 'admin' or other user account the command doesn't have enough privileges to access the disk device.
*** /dev/sda ***
Get /dev/sda WD idle3 timer [0] successfully
*** /dev/sdb ***
fail iRet 1
*** /dev/sdc ***
Get /dev/sdc WD idle3 timer [0] successfully
*** /dev/sdd ***
Cannot open device /dev/sdd
fail iRet -1

Return to Western Digital LLC Discussion Room
Users browsing this forum: No registered users and 1 guest