|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
have you tried gmirror activate gm0 ad10?
if there is a problem with your ad10 drive it may throw you an error like "Not all disks connected" I've seen disks disappear from arrays when the disk failed - but typically they'd also fail to show up in /dev/. You might see some errors in /var/log/messages indicating bad inodes or something, but if this was a spontaneous failure there won't be anything there. It is also unusual that when you execute gmirror status you don't see the ad10 drive rebuilding. What's your /etc/fstab look like? Last edited by dk_netsvil; 15th July 2008 at 08:25 PM. |
|
||||
The command you gave me returned no output...
Code:
% sudo gmirror activate gm0 ad10 % Code:
% gmirror list 16:19 Geom name: gm0 State: DEGRADED Components: 2 Balance: round-robin Slice: 4096 Flags: NONE GenID: 1 SyncID: 1 ID: 748041724 Providers: 1. Name: mirror/gm0 Mediasize: 119999999488 (112G) Sectorsize: 512 Mode: r5w5e6 Consumers: 1. Name: ad12 Mediasize: 120000000000 (112G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Priority: 0 Flags: DIRTY GenID: 1 SyncID: 1 ID: 810888617
__________________
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|
||||
:O Just found something interesting in my dmesg:
Quote:
__________________
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|
|||
Try gmirror deactivate -v gm0 ad10 and then reactivating it. Maybe that'll flush out any gremlins. If that fails you could try recabling your harddrive physically, assuming you have another IDE or SATA connector available. If that fails try the gmirror remove command and re-adding it.
|
|
||||
Thanks for the reply dk_netsvil. I had to do the following steps in order to re-insert my ad10 drive into the array:
Code:
% sudo gmirror forget gm0 % gmirror status Name Status Components mirror/gm0 COMPLETE ad12 % sudo gmirror remove gm0 ad10 gmirror: No such provider: ad10. % sudo gmirror insert gm0 ad10 % gmirror status Name Status Components mirror/gm0 DEGRADED ad12 ad10 (0%) Thanks!
__________________
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need to access FakeRAID-0 Array on New System | Weaseal | FreeBSD General | 2 | 17th January 2009 03:48 PM |
Compaq Proliant 1850R array setup issue | Yuka | General Hardware | 0 | 22nd December 2008 03:31 PM |
Can gmirror be used for this? | PeterSteele | FreeBSD General | 12 | 8th November 2008 12:01 AM |
RAID array not recognized on new Intel server | clevershark | OpenBSD Installation and Upgrading | 6 | 14th May 2008 09:20 PM |
ccd or gmirror | Nerve | FreeBSD General | 10 | 7th May 2008 04:19 AM |