installing and configuring RAID on HP Proliant DL160 G5 server, with SATA drives

Asked by Kwenene

installing and configuring RAID on HP Proliant DL160 G5 server, with SATA drives

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Wyatt Smith
Solved:
Last query:
Last reply:
Revision history for this message
Kwenene (kayeni-kwenene-deactivatedaccount) said :
#1

The machine has embeded RAID SATA controller.

Revision history for this message
Wyatt Smith (wyatt-smith) said :
#2

Please read this community document
https://help.ubuntu.com/community/FakeRaidHowto

If you are still having problems please tell the output of these commands

sudo fdisk -lu
sudo dmraid -r
ls /dev/mapper

Hope this helps

Revision history for this message
Kwenene (kayeni-kwenene-deactivatedaccount) said :
#3

I have ubuntu installed on one drive of the machine.
it doest allow me to repartion the drive.
I tried the command, but there is nothing happening.

is there any way of maybe downloading live CD with drivers for the raid, because on the BIOS of the machine the RAID is there but when I install windows, thats when I only see two different drives.

Revision history for this message
Kwenene (kayeni-kwenene-deactivatedaccount) said :
#4

I have ubuntu installed on one drive of the machine.
it doest allow me to repartion the drive.
I tried the command, but there is nothing happening.

is there any way of maybe downloading live CD with drivers for the raid,
because on the BIOS of the machine the RAID is there but when I install
windows, thats when I only see two different drives.

KAYENI KWENENE

+27 11 293 0508 Direct
+27 83 512 7202 Mobile

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of
Wyatt Smith
Sent: 28 October 2008 06:54 PM
To: Kayeni Kwenene
Subject: Re: [Question #49285]: installing and configuring RAID on HP
ProliantDL160 G5 server, with SATA drives

Your question #49285 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/49285

    Status: Open => Answered

Wyatt Smith proposed the following answer:
Please read this community document
https://help.ubuntu.com/community/FakeRaidHowto

If you are still having problems please tell the output of these
commands

sudo fdisk -lu
sudo dmraid -r
ls /dev/mapper

Hope this helps

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/49285/+confirm?answer_id=
1

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/49285

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Best Wyatt Smith (wyatt-smith) said :
#5

It is better if you login into your launchpad account to reply. Email responses are not preferred.

You can easily install the raid drivers. Please make sure you have the universe repository enable in System-> Administration-> Software Sources->Ubuntu Software. Then from the terminal.

sudo apt-get update
sudo apt-get install dmraid

Then show me by coping and pasting the output of these commands from the terminal so I may see them.

sudo fdisk -lu
sudo dmraid -ay
ls /dev/mapper

Thank you

Revision history for this message
arsnova (scottca) said :
#6

Does this mean, in practice, that hardware RAID is not supported on the DL160? I know neither Ubuntu nor HP officially support it on this particular server, but is software RAID the existing solution (not dual-booting, therefore don't need fakeRAID)?

Wyatt--we have a new server (the HP in question), and I don't want to read incorrectly or too optimistically into your post ("You can easily install the raid drivers.") Here, you're referencing softRAID, correct, vs. the ability for BIOS to handle the operations?

Thanks so much,
-Alan

Revision history for this message
Kwenene (kayeni-kwenene-deactivatedaccount) said :
#7

Thanks Wyatt Smith, that solved my question.