Hey everyone,
I have been a lurker for a while... and have really enjoyed the community, but now I need your help.
I have setup a Solaris Express 11 file server with 5 x 2TB Seagate Drives.
Before I setup the server I did a long test using Seatools for DOS, all the drives were factory new and passed without error.
I have setup the server with raidz1 (raid5) and copied 265gb of data to the pool over samba using Solaris's built in cifs.
When I checked the status of the pool, because I plan on transferring another 3 TB of data soon, I saw that the pool was degraded because one of my drives was faulted.
Here is the output after a scrub:
As you can see there seems to be no data errors. Basically I don't know how to proceed, and would really appreciate some advice, should I replace the drive, or clear the errors? I would prefer not to replace the drive but I can if necessary.
Thank you for your replies.
-Paulie
I have been a lurker for a while... and have really enjoyed the community, but now I need your help.
I have setup a Solaris Express 11 file server with 5 x 2TB Seagate Drives.
Before I setup the server I did a long test using Seatools for DOS, all the drives were factory new and passed without error.
I have setup the server with raidz1 (raid5) and copied 265gb of data to the pool over samba using Solaris's built in cifs.
When I checked the status of the pool, because I plan on transferring another 3 TB of data soon, I saw that the pool was degraded because one of my drives was faulted.
Here is the output after a scrub:
Code:
root@FileServer:~# zpool status -v dtank0
pool: dtank0
state: DEGRADED
status: One or more devices are faulted in response to persistent errors.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Replace the faulted device, or use 'zpool clear' to mark the device
repaired.
scan: scrub repaired 0 in 0h10m with 0 errors on Sun Oct 30 13:25:44 2011
config:
NAME STATE READ WRITE CKSUM
dtank0 DEGRADED 0 0 0
raidz1-0 DEGRADED 0 0 0
c8t1d0 ONLINE 0 0 0
c8t2d0 ONLINE 0 0 0
c8t3d0 FAULTED 1 819 0 too many errors
c8t4d0 ONLINE 0 0 0
c8t5d0 ONLINE 0 0 0
errors: No known data errors
As you can see there seems to be no data errors. Basically I don't know how to proceed, and would really appreciate some advice, should I replace the drive, or clear the errors? I would prefer not to replace the drive but I can if necessary.
Thank you for your replies.
-Paulie