Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 14:50:11 -0600
From:      Doug Poland <doug@polands.org>
To:        questions@freebsd.org
Subject:   faulty vinum plex, need help please
Message-ID:  <20020121145011.A16617@polands.org>

next in thread | raw e-mail | index | archive | help
Hi,

I'm attempting to create a mirrored and striped vinum volume (raid10) 
using 4 identical SCSI disks.  Here's my /etc/vinum.conf:

drive a device /dev/da0s2e
drive b device /dev/da1s2e
drive c device /dev/da2s2e
drive d device /dev/da3s2e

volume dataraid
  plex org striped 512k
    sd length 4314m drive a
    sd length 4314m drive b
    sd length 4314m drive c
    sd length 4314m drive d
  plex org striped 512k
    sd length 4314m drive c
    sd length 4314m drive d
    sd length 4314m drive a
    sd length 4314m drive b

When I do a # vinum list, it reports:
4 drives:
D a                     State: up       Device /dev/da0s2e      Avail: 0/8628 MB (0%)
D b                     State: up       Device /dev/da1s2e      Avail: 0/8628 MB (0%)
D c                     State: up       Device /dev/da2s2e      Avail: 0/8628 MB (0%)
D d                     State: up       Device /dev/da3s2e      Avail: 0/8628 MB (0%)

1 volumes:
V dataraid              State: up       Plexes:       2 Size:         16 GB

2 plexes:
P dataraid.p0         S State: up       Subdisks:     4 Size:         16 GB
P dataraid.p1         S State: faulty   Subdisks:     4 Size:         16 GB

8 subdisks:
S dataraid.p0.s0        State: up       PO:        0  B Size:       4314 MB
S dataraid.p0.s1        State: up       PO:      512 kB Size:       4314 MB
S dataraid.p0.s2        State: up       PO:     1024 kB Size:       4314 MB
S dataraid.p0.s3        State: up       PO:     1536 kB Size:       4314 MB
S dataraid.p1.s0        State: empty    PO:        0  B Size:       4314 MB
S dataraid.p1.s1        State: empty    PO:      512 kB Size:       4314 MB
S dataraid.p1.s2        State: empty    PO:     1024 kB Size:       4314 MB
S dataraid.p1.s3        State: empty    PO:     1536 kB Size:       4314 MB


So dataraid plex 1 appears to be faulty.  Is this a mis-configuration
on my part?  Is it hardware failure?  The read/write performance of the
vinum volume does not appear to have degraded, have I just lost the mirroring
property? 

I'll be thankful for any advice on how to diagnose and fix this situation.

-- 
Regards,
Doug

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020121145011.A16617>