LED identification of drives

Status
Not open for further replies.

Suresh R

Cadet
Joined
Nov 11, 2015
Messages
1
I'd like to know which chassis are reliable/work out of the box for identifying drives by led. The main criteria is that the system should not have to be brought down to check serial numbers and then swap drives during failure.

I have looked at the online guides but this information does not seem present. Is it just that the chassis must support the sas2ircu command? I am considering Supermicro with LSI2208/2308.

Thanks
Suresh
 

Fuganater

Patron
Joined
Sep 28, 2015
Messages
477
I have a SC846-E1 and I am using a SLI 9211-8i. Peronsally I identified which hdd was in which bay when I did the badblocks testing. I then noted it in Freenas on each drive. I then printed it out and have it in with my rack. Once the server is hosting live data I plan on laminating it.

Ex:
da0 SN##### bay 13
da1 SN##### bay 2
da2 SN##### bay 0
etc
 

Mr_N

Patron
Joined
Aug 31, 2013
Messages
289
I just wrote all the serial numbers down in a diagram of my chassis before install :)
 

Bidule0hm

Server Electronics Sorcerer
Joined
Aug 5, 2013
Messages
3,710
Please note the device labels (adaX, daX, ...) can change from reboot to reboot, the only two things who don't change are the serial number and the GPTID ;)
 

Fuganater

Patron
Joined
Sep 28, 2015
Messages
477
Please note the device labels (adaX, daX, ...) can change from reboot to reboot, the only two things who don't change are the serial number and the GPTID ;)

say what.png
 

Bidule0hm

Server Electronics Sorcerer
Joined
Aug 5, 2013
Messages
3,710
I say:
YoureDoingItWrong.jpg
 

Fuganater

Patron
Joined
Sep 28, 2015
Messages
477
<--- Mind blown.

So you are saying my spare drive could change too?
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479

Bidule0hm

Server Electronics Sorcerer
Joined
Aug 5, 2013
Messages
3,710
Yes, any drive can change. It actually happened to me once, da3 and da4 were swapped, then the next reboot they were like before...
 

Fuganater

Patron
Joined
Sep 28, 2015
Messages
477

Fuganater

Patron
Joined
Sep 28, 2015
Messages
477
Create a volume (pool) with a hot spare. Using CLI execute
zpool status yourpoolname

What do you see?

This:

Code:
[root@Rick_James] ~# zpool status Vol1
  pool: Vol1
state: ONLINE
  scan: resilvered 5.47M in 0h0m with 0 errors on Fri Nov 13 12:17:52 2015
config:

        NAME                                            STATE     READ WRITE CKSUM
        Vol1                                            ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/f59a6e80-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/f6a0ed65-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/f7a889f1-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/f8ad1426-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/f9788d6d-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/fa86dfdf-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/fb895231-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/fc8ac078-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
          raidz2-1                                      ONLINE       0     0     0
            gptid/fd5cb19c-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/fe6f518a-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/ff728308-87c2-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/007e4b9a-87c3-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/0189e083-87c3-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/028825dd-87c3-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/0385f501-87c3-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
            gptid/0450883e-87c3-11e5-9257-0cc47a6bd0ac  ONLINE       0     0     0
        spares
          gptid/051cb5fd-87c3-11e5-9257-0cc47a6bd0ac    AVAIL

errors: No known data errors
 

ethereal

Guru
Joined
Sep 10, 2012
Messages
762
glabel status

should be what you need
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479
glabel status

should be what you need
Code:
[root@freenas] ~# glabel status
  Name  Status  Components
gptid/f132f858-415c-11e4-861a-0cc47a07bfd5  N/A  da0p2
gptid/f195ea42-415c-11e4-861a-0cc47a07bfd5  N/A  da1p2
gptid/f258a46b-415c-11e4-861a-0cc47a07bfd5  N/A  da2p2
gptid/f324a736-415c-11e4-861a-0cc47a07bfd5  N/A  da3p2
gptid/f3f2e01e-415c-11e4-861a-0cc47a07bfd5  N/A  da4p2
gptid/f4be2b76-415c-11e4-861a-0cc47a07bfd5  N/A  da5p2
gptid/a459f667-443d-11e5-9fe3-0cc47a07bfd5  N/A  ada0p1
[root@freenas] ~#

Right on man!
 
Status
Not open for further replies.
Top