Volume Manager don't show one of 4 HDD serial numbers

Status
Not open for further replies.

ma_mut

Cadet
Joined
Jun 6, 2013
Messages
9
I buyed 2 same HDD and the system don't show me the Serial.
Is the HDD broken ?

Bildschirmfoto 2013-06-07 um 00.10.10.png
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,402
Version?
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,402

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
Well, that's not what you said. You said 8.3.1, which implies that it is in essence p0(no patch). Sigh...
 

William Grzybowski

Wizard
iXsystems
Joined
May 27, 2011
Messages
1,754
But I'm using this version.

FreeNAS-8.3.1-RELEASE-p2-x64 (r12686+b770da6_dirty)
Then I dont know whats going on.

Can you paste:

smartctl -i /dev/ada2

and

python /usr/local/www/freenasUI/middleware/notifier.py serial_from_device ada2

Or replace ada2 to whatever
 

ma_mut

Cadet
Joined
Jun 6, 2013
Messages
9
Then I dont know whats going on.

Can you paste:

smartctl -i /dev/ada2

and

python /usr/local/www/freenasUI/middleware/notifier.py serial_from_device ada2

Or replace ada2 to whatever

[felikssadmin@RAID] /dev# smartctl -i /dev/da1
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p7 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net

Smartctl open device: /dev/da1 failed: AMCC/3ware controller, please try adding '-d 3ware,N',
you may need to replace /dev/da1 with /dev/twaN or /dev/tweN
[felikssadmin@RAID] /dev#


[root@RAID /mnt]# python /usr/local/www/freenasUI/middleware/notifier.py serial_ from_device da2 None [root@RAID /mnt]#
 

ma_mut

Cadet
Joined
Jun 6, 2013
Messages
9
Then I dont know whats going on.

Can you paste:

smartctl -i /dev/ada2

and

python /usr/local/www/freenasUI/middleware/notifier.py serial_from_device ada2

Or replace ada2 to whatever



[felikssadmin@RAID] /dev# python /usr/local/www/freenasUI/middleware/notifier.py serial_from_device ada2

None
[felikssadmin@RAID] /dev#
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
You are probably using a RAID controller, which is mentioned in the manual as not recommended.
 

ma_mut

Cadet
Joined
Jun 6, 2013
Messages
9
I deleted the drive in the controller bios and installed back but it didn't help...
Still no Serial..
Tried to change the HDD bay ...

And all of the HDD's are on this controller, but only from this HDD I can't see the serial..
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
If you used JBOD you have to use the appropriate command line options for your hardware. You'll have to read up on using 3ware with smartctl to get the SMART data.

If you used a bunch of single disk arrays(a lot of people do this by default) then based on my experience with a 3ware 24 port controller(forgot the exact model) you won't be able to query SMART data at all. This is not a good configuration at all since reading SMART data can clue you in on a failing(or failed) hard disk.

While 3ware isn't an ideal card for FreeNAS, if you use JBOD and can navigate the command line and interpret the SMART data yourself it can make a very trustworthy configuration.
 
Status
Not open for further replies.
Top