Re: [CentOS] Re: mdadm --stop

2007-11-06 Thread Art Baldini
My "new" version is Centos 4.5. I just checked CentOS 5 and it has version: mdadm-2.5.4-3.el5.i386. This has the updated man page. Thanks...Art On Nov 6, 2007 4:08 PM, Art Baldini <[EMAIL PROTECTED]> wrote: > What version are you using, I do not see that in either versio

Re: [CentOS] Re: mdadm --stop

2007-11-06 Thread Art Baldini
: Thu 03 May 2007 01:30:01 PM EDT ... On Nov 6, 2007 4:01 PM, Scott Silva <[EMAIL PROTECTED]> wrote: > on 11/6/2007 12:40 PM Art Baldini spake the following: > > Scott, thanks, that worked. Is this different from the previous > > behavior? I am setting up a system with the o

Re: [CentOS] Re: mdadm --stop

2007-11-06 Thread Art Baldini
007 12:01 PM Art Baldini spake the following: > > > Updating the command syntax below. > > > > On Nov 6, 2007 3:00 PM, Art Baldini <[EMAIL PROTECTED]> wrote: > >> I have been trying to delete an md. I have recently updated to > >> version 1.12 of mdadm. &g

[CentOS] Re: mdadm --stop

2007-11-06 Thread Art Baldini
Updating the command syntax below. On Nov 6, 2007 3:00 PM, Art Baldini <[EMAIL PROTECTED]> wrote: > I have been trying to delete an md. I have recently updated to > version 1.12 of mdadm. > I used to be able to do mdadm /dev/md12 --stop. It does not seem to be > stopping, bu

[CentOS] mdadm --stop

2007-11-06 Thread Art Baldini
I have been trying to delete an md. I have recently updated to version 1.12 of mdadm. I used to be able to do mdadm ,dev. --stop. It does not seem to be stopping, but I do not get any error and the $?/return code is 0. The --verbose option for mdadm does nothing for --stop. How do I determine w

Re: [CentOS] mdadm syntax

2007-11-04 Thread Art Baldini
After some testing the placement of the -a was important. when I put it after /dev/md12, similar to what Tim posted worked. Thanks...Art On 11/2/07, James Olin Oden <[EMAIL PROTECTED]> wrote: > > On 11/2/07, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > > On Nov 2, 2

[CentOS] mdadm syntax

2007-11-02 Thread Art Baldini
Hi All, I am trying to create an MD device. I am using the command: /sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2 /dev/sda12 /dev/sdb12 to create the device, and to dynamically create the device file if needed. What I want is the device file to be created as /dev/md12, bu