OK, got a Sun 280R, solaris 9, Sun Storedge A5200, 10 74gig drives in the front bay, 68gig on s0, 11 36 gig drives in the rear bay, 33gig on s6. Goal was two seperate raid5 meta devices, d0 and d1.
Created a metadevice d0, raid5 on 9 of the front disks, took about 8 hours to initialize, then newfs on the /dev/md/rdsk/d0, mounted it on /u02 as a mountpoint. Kicked off the second set of 10 drives in the back as metadevice d1 about 2 minutes after I kicked the first md off, interrupted it with a 'ctl-c' as it slowed the system down to a crawl as it was initializing at the same time as d0 so I figured I'd ssh in from the house and do it later. Then things went south and d1 showed as OK when I tried to metainit later on that nite but after 9 hours it had only completed .02%.
Tried to remove the metadevice with 'metaclear -f d1' I get 'waiting on /etc/lvm/lock' and thats where it will sit for hours. Deleted the lock file in /etc/lvm/ and it just recreated it a couple of minutes later.
All the md's are NOT mounted so they are not inuse, commented em out in vfstab incase rpc.mdb was doing an end run.
What I need to do is figure out how to manually delete the meta devices and start over with a clean slate w/o wiping the box. I also want to format the drives and have all the slices the same, using s0 on the front set was a bad idea, want to set them all up on s6. I'm also using /etc/lvm/md.cf not the tab file. Suggestions ?
Keep in mind that the md's are now part of the kernel so they are not to be toyed with if I understand them, once I found that file, md.conf in /kernel/drv, oh boy this is gonna be interesting.... never had had problem with these before, usually takes me a half hour to set this up, granted I don't normally configure a full house, I usually just concantate or stripe them. :laugh3: