identify failed drive by raid0 each drive to freenas

baby27784

Dabbler
Joined
May 12, 2019
Messages
22
hi to All
I have HP server DL380 G7 with p410i raid controller as freenas server so i had to raid0 each drive to present to freenas.
now i have failed drive in my pools.
when i want identify hdd serial nmber all hdd has same serial number.

1-how can i identify which drive is in which pool?

2-how can i identify failed drive and their physical location on bay?
 
D

dlavigne

Guest
That doesn't sound good...

What is the output of zpool status within code tags?
 

baby27784

Dabbler
Joined
May 12, 2019
Messages
22
That doesn't sound good...

What is the output of zpool status within code tags?
That doesn't sound good...

What is the output of zpool status within code tags?


Code:
root@freenas[~]# zpool status
  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:08:38 with 0 errors on Sat Jul 13 03:53:39 2019
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          da12p2    ONLINE       0     0     0

errors: No known data errors

  pool: iSCSI-10K-146-mirror
 state: ONLINE
  scan: resilvered 6.08M in 0 days 00:00:01 with 0 errors on Sun Jun 30 10:58:55 2019
config:

        NAME                                            STATE     READ WRITE CKSUM
        iSCSI-10K-146-mirror                            ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/4ca4ed6b-9583-11e9-a5cd-e4115bb9cce6  ONLINE       0     0     0
            gptid/584f9a39-9583-11e9-a5cd-e4115bb9cce6  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/64990d03-9583-11e9-a5cd-e4115bb9cce6  ONLINE       0     0     0
            gptid/7155523a-9583-11e9-a5cd-e4115bb9cce6  ONLINE       0     0     0
          mirror-2                                      ONLINE       0     0     0
            gptid/7b88383e-9583-11e9-a5cd-e4115bb9cce6  ONLINE       0     0     0
            gptid/8600299f-9583-11e9-a5cd-e4115bb9cce6  ONLINE       0     0     0

errors: No known data errors

  pool: iSCSI-15K
 state: ONLINE
  scan: none requested
config:

        NAME                                            STATE     READ WRITE CKSUM
        iSCSI-15K                                       ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/7b462d6a-8f66-11e9-b62a-e4115bb9cce6  ONLINE       0     0     0
            gptid/7e7aaa0c-8f66-11e9-b62a-e4115bb9cce6  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/8405a421-8f66-11e9-b62a-e4115bb9cce6  ONLINE       0     0     0
            gptid/8a9714a3-8f66-11e9-b62a-e4115bb9cce6  ONLINE       0     0     0

errors: No known data errors
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I have HP server DL380 G7 with p410i raid controller as freenas server so i had to raid0 each drive to present to freenas.
when i want identify hdd serial nmber all hdd has same serial number.
One of the many reasons this is a horrible idea.

As for which disk is bad, all the stats are at zero, which makes things more complicated. Did you reboot the machine? The error counts are not persistent. So, your only real option is to look at the SMART data and hope that has a smoking gun. Although 6 MB of errors that got corrected in a second sounds more like the controller crapping out somehow or feeding the wrong sector to the OS or a cable that was somewhat loose.
 
Top