Solution
To read MBWE hard disk temperature do the following steps:
- Enable SSH on your MBWE. To do this, login to your MBWE web interface and go to Advanced Setup > System > Advanced then check SSH Access to Enable and click Submit.
- Open Terminal on your Linux/MAC OSX (for Windows use PuTTY or simple boot Ubuntu Live CD) then write following command, providing your MBWE current IP address (here is an example):
ssh root@192.168.1.2
[hit ENTER]
and provide password:welc0me
[hit ENTER]. - Write the following command in Terminal after login to SSH MBWE is done:
smartctl -d ata -A /dev/sda
[hit ENTER] - Read your disk temperature on 194 position, column RAW_VALUE (see Teminal window below). If you want read temperature of second disk (sdb) in MBWE II, then write command:
smartctl -d ata -A /dev/sdb
[hit ENTER] - Disable SSH on your MBWE as shown in step 1 when you finished.
- Done.
More info about S.M.A.R.T. data description and meaning onwikipedia.org.
Tidak ada komentar:
Posting Komentar