Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

compaq proliant dl380 raid issue

 
   FreeBSD Hosting (Home) -> FreeBSD Handbook RSS
Next:  Rebuilding FreeBSD from sources  
Author Message
Newbie

External


Since: Aug 13, 2003
Posts: 3



(Msg. 1) Posted: Wed Aug 13, 2003 4:47 pm
Post subject: compaq proliant dl380 raid issue
Archived from groups: comp>unix>bsd>freebsd>misc (more info?)

we use freebsd 4.5 on one of our internal nameservers. its a compaq
proliant dl380 server with two 18.2GB (10K) Ultra3 SCSI disks. the guy
before me configured a raid with the included raid controller. now one
disk failed and i wonder if i have to power-down this machine or if that
thing is hot-swappable. its recognized as: /dev/idad0...

ida0: <Compaq Integrated Array controller> port 0x2000-0x20ff mem 0xc5000000-0xc5ffffff,0xc6000000-0xc6ffffff irq 5 at device 1.0 on pci0
ida0: drives=1 firm_rev=1.42
idad0: <Compaq Logical Drive> on ida0 idad0: 17359MB (35553120 sectors),
blocksize=512

the freebsd handbook did not really write much in the hardware raid
section Sad

so anybody an idea what's the best way to replace, verify the disk?

thanks a lot
boris

 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
MattD..

External


Since: Aug 13, 2003
Posts: 1



(Msg. 2) Posted: Wed Aug 13, 2003 4:47 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived

 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
David Magda

External


Since: Aug 13, 2003
Posts: 3



(Msg. 3) Posted: Wed Aug 13, 2003 4:47 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"MattD.." writes:
[...]
> the system up. DO NOT remove or interfere with any of the other
> drives, since RAID can only cope with 1 fail at a time. Inserting a
[...]

FWIW, RAID 6 can. (It uses two parity bits.)

--
David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
Newbie

External


Since: Aug 13, 2003
Posts: 2



(Msg. 4) Posted: Wed Aug 13, 2003 5:58 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 13 Aug 2003 18:18:23 +0200, MattD.. wrote:

> If it has failed, the yellow light (fail) will be on on the drive
> carrier. If it is, the controller has shut the drive down and it can be
> removed with the system up. DO NOT remove or interfere with any of the
> other drives, since RAID can only cope with 1 fail at a time. Inserting
> a new drive will cause the controller to reinitialise the array and
> rebuild the array. I can't decide if you're in RAID5 or RAID1, but I'm
> assuming the latter.
>
> Note, this only applies if you have the hot-plug backplane on the compaq
> box (drives plug in like cartridges in the front of the rack). If you're
> using a SCSI cable without drive carriers, you will need to power down
> the machine and change the drive. Once you have a working drive in place
> of the failure, you don't really need to do much else but allow the
> array controller to rebuild the array on its own.

thank you very much. i wish that part would be a little bit more
documented in the handbook.

btw, it's a raid 1 and its internal scsi-3 disks which can be plugged out
in the front.

is there a command to controll the reconstruction process? man 4 ida
points me to camcontrol(Cool (see also part).
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
David Magda

External


Since: Aug 13, 2003
Posts: 3



(Msg. 5) Posted: Wed Aug 13, 2003 5:58 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Newbie writes:

> > Note, this only applies if you have the hot-plug backplane on the
> > compaq box (drives plug in like cartridges in the front of the
> > rack). If you're using a SCSI cable without drive carriers, you
[...]
> thank you very much. i wish that part would be a little bit more
> documented in the handbook.

Why would information about a particular hardware product be in
FreeBSD's Handbook? Wouldn't the most logical place to look for the
information be in the Proliant's documentation (or Campaq's website)?

--
David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
Newbie

External


Since: Aug 13, 2003
Posts: 2



(Msg. 6) Posted: Wed Aug 13, 2003 8:35 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 13 Aug 2003 21:08:30 +0200, David Magda wrote:

> Newbie writes:
>
>> > Note, this only applies if you have the hot-plug backplane on the
>> > compaq box (drives plug in like cartridges in the front of the rack).
>> > If you're using a SCSI cable without drive carriers, you
> [...]
>> thank you very much. i wish that part would be a little bit more
>> documented in the handbook.
>
> Why would information about a particular hardware product be in
> FreeBSD's Handbook? Wouldn't the most logical place to look for the
> information be in the Proliant's documentation (or Campaq's website)?

well, what if there is a command like wicontrol for wireless cards? a
command that would show me some information about the raid status or what
about the vinum "shell", that's documented as well and nobody would come
on the idea to search the manufacturer documentation. by the way, i've
never ever seen a company writing a documentation for freebsd, windows *
yes, if you are really lucky you'll find a docu for mac's...
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
jpd

External


Since: Sep 10, 2003
Posts: 58



(Msg. 7) Posted: Wed Aug 13, 2003 8:35 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Newbie wrote:
[snip]
> well, what if there is a command like wicontrol for wireless cards? a

Yes, let's find out how much data we can store in a store and forward
network. Just keep them packets going!

> command that would show me some information about the raid status or what
> about the vinum "shell", that's documented as well and nobody would come
> on the idea to search the manufacturer documentation.

True hardware raid generally sits `below' the OS and presents only one
logical `disk' to it. There might or might not be configuration or control
utilities available for use from within an OS but that is very vendor
dependent.


--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
David Magda

External


Since: Aug 13, 2003
Posts: 3



(Msg. 8) Posted: Wed Aug 13, 2003 8:35 pm
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Newbie writes:

> On Wed, 13 Aug 2003 21:08:30 +0200, David Magda wrote:
>
> > Newbie writes:
> >
> >> > Note, this only applies if you have the hot-plug backplane on the
> >> > compaq box (drives plug in like cartridges in the front of the rack).
> >> > If you're using a SCSI cable without drive carriers, you
> > [...]
> >> thank you very much. i wish that part would be a little bit more
> >> documented in the handbook.
> >
> > Why would information about a particular hardware product be in
> > FreeBSD's Handbook? Wouldn't the most logical place to look for the
> > information be in the Proliant's documentation (or Campaq's website)?
>
> well, what if there is a command like wicontrol for wireless cards?
> a command that would show me some information about the raid status
> or what about the vinum "shell", that's documented as well and
[...]

The context (seen above) is on hot-swapping. There is no utility
availble (for any OS that I know of) that says "yes, this backplane
is hot-swappable". When you buy the hardware it usually says somplace
whether the disks are hot-swappable.

Hardware RAID generally means the OS sees it as a single LUN (as
pointed out by another follow-up).

The main exception to this rule is when the company makes both the
server and the OS (e.g., Sun), and you need special utilities to
manage the server (e.g., Sun Entrprise-class servers).

--
David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
Newbie

External


Since: Aug 13, 2003
Posts: 3



(Msg. 9) Posted: Thu Aug 14, 2003 10:37 am
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 13 Aug 2003 18:18:23 +0200, MattD.. wrote:

> On 13 Aug 2003, Newbie wrote:
> If it has failed, the yellow light (fail) will be on on the drive
> carrier. If it is, the controller has shut the drive down and it can be
> removed with the system up. DO NOT remove or interfere with any of the
> other drives, since RAID can only cope with 1 fail at a time. Inserting
> a new drive will cause the controller to reinitialise the array and
> rebuild the array. I can't decide if you're in RAID5 or RAID1, but I'm
> assuming the latter.
>
> Note, this only applies if you have the hot-plug backplane on the compaq
> box (drives plug in like cartridges in the front of the rack). If you're
> using a SCSI cable without drive carriers, you will need to power down
> the machine and change the drive. Once you have a working drive in place
> of the failure, you don't really need to do much else but allow the
> array controller to rebuild the array on its own.

thank you matt, i replaced the disk without power cycling and everything
seems to have worked.

boris
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
Newbie

External


Since: Aug 13, 2003
Posts: 3



(Msg. 10) Posted: Thu Aug 14, 2003 10:41 am
Post subject: Re: compaq proliant dl380 raid issue [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 14 Aug 2003 00:33:04 +0200, David Magda wrote:

[cut]
> The context (seen above) is on hot-swapping. There is no utility
> availble (for any OS that I know of) that says "yes, this backplane is
> hot-swappable". When you buy the hardware it usually says somplace
> whether the disks are hot-swappable.
>
> Hardware RAID generally means the OS sees it as a single LUN (as pointed
> out by another follow-up).

i see. i was not aware of that. i guess i was confused cause i also
administrate some network appliance filer (some of you might know them
but i wouldn't bet). these filer have an own os called ontap which allows
you to check the raid-op's, reconstruction process, ...

thank's for the enlightenment also to the other people who answered

boris
 >> Stay informed about: compaq proliant dl380 raid issue 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
need help with scsi hardware raid. - Hi folks, i have installed freebsd 4.7 on a compaq proliant server, it has hardware scsi raid, has 3 scsi hard drives. installed freebsd on /dev/da0 i want to mirroe this drive on /dev/da1 and use /dev/da2 as an extra drive. i looked around the..

howto software raid under FreeBSD? - Hi all, I want to create a software RAID 1 of two same disks. Coming from Linux I am used to the very simple /etc/raidtab files. Now I looked into vinum docs in FreeBSD handbook, and it seems somewhat difficult to me. So my question is: Is vinum the....

Vinum bootable RAID-1 setup help - This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C4E84B.45D75E30 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello, I really tried my best to follow the FreeBSD handbook documentation...

RAID-0 on Asus A7N8X-E Deluxe - After days of research on the comprehensive FreeBSD handbook, forums & Google, I'm desperately asking for some help. I'm in front of a box with an A7N8X-E Deluxe mobo with 2x striped Sata WD Raptor HDDs. Do you have useful links that can help m...

FW: Vinum bootable RAID-1 setup help - RESOLVED - Hello, To follow-up on my initial question, Iam happy to inform that I have bootable RAID-1 FreeBSD 5.3 i386 Release working using "gmirror" using excellent documentation provided on http://people.freebsd.org/~rse/mirror/ Thankyou for the he...
   FreeBSD Hosting (Home) -> FreeBSD Handbook All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]