Date: Tue, 9 Feb 1999 06:44:19 +1030 From: Greg Lehey <grog@lemis.com> To: "Stephen C. Comoletti" <stevec@delanet.com> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: help with running vinum Message-ID: <19990209064418.X86778@freebie.lemis.com> In-Reply-To: <36BEF691.A2A2B5CC@delanet.com>; from Stephen C. Comoletti on Mon, Feb 08, 1999 at 09:37:05AM -0500 References: <36BEF691.A2A2B5CC@delanet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 8 February 1999 at 9:37:05 -0500, Stephen C. Comoletti wrote: > > I'm trying to use vinum for the first time, having a bit of > difficulty. I've already searched the archives and viewed the > related web pages. > > My configuration: FreeBSD 3.0 release, DEC 300i+ pII/300, 196m ram, > qlogic isp uw scsi controller, primary system drive is a seagate > st3255OW 2047m, and 2 seagate st3653OWC 6208m which I planned to > setup with vinum. Drives both are functioning with no problems that > I am aware, mounted as disk1/disk2 and able to be written/read from > with no error. I am however getting an I/O error running vinum on > the first drive which I'm at a loss to explain. Any help would be > appreciated. > My vinum config file is as follows: > # vinum config file for Hermes > > drive drive1 device /dev/da1e > drive drive2 device /dev/da2e > > volume stripe > plex org striped 512b > sd length 6g drive drive1 > sd length 6g drive drive2 > > Results of running vinum create on that config file are as follows: > > bash-2.02# vinum create /etc/vinum.conf > ** 8 Drive drive1 is not accessible: Input/output error What is the partition type of da1e? It must be `unused'. > ** 9 Unnamed sd is not associated with a plex: Invalid argument > Can't save Vinum config: Operation not permitted > Feb 8 05:21:18 hermes /kernel: vinum: plex stripe.p0 does not have at least 2 subdisks One of these messages would have been enough. > Feb 8 05:21:18 hermes /kernel: vinum: plex stripe.p2 is down > Feb 8 05:21:18 hermes /kernel: vinum: plex stripe.p2 is down > Configuration summary > > Drives: 2 (4 configured) > Volumes: 1 (4 configured) > Plexes: 3 (8 configured) > Subdisks: 4 (16 configured) > > D drive1 State: down Device /dev/da1h > D drive2 State: down Device /dev/da2h > > V stripe State: down Plexes: 3 Size: 6144 MB > > P stripe.p0 S State: down Subdisks: 1 Size: 6144 MB > P stripe.p1 S State: down Subdisks: 1 Size: 6144 MB > P stripe.p2 S State: down Subdisks: 1 Size: 6144 MB > > S stripe.p0.s0 State: down PO: 0 B Size: 6144 MB > S stripe.p1.s0 State: down PO: 0 B Size: 6144 MB > S stripe.p2.s0 State: down PO: 0 B Size: 6144 MB You appear to have run the `create' three times. This is not a good idea. The version in 3.0-RELEASE was the very first version, and was a bit shaky. In addition, some of the error messages were less than clear. Get hold of the latest version of vinum, either by supping from FreeBSD>org, or from ftp://ftp.lemis.com/pub/vinum/vinum-3.0-STABLE.tar.gz. Read the description of the `read' command carefully; it has changed since 3.0. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key 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?19990209064418.X86778>
