LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-26-2012, 10:49 AM   #1
jbruyet
Member
 
Registered: Feb 2011
Location: North Central Washington
Distribution: Debian, OpenSUSE, Kali, Ubuntu
Posts: 178

Rep: Reputation: 7
HP ProLiant DL380 can't see non-RAID hard drives


Hey all, I'm using an HP ProLiant DL380 as a Linux test machine. It's loaded with six 72 gig drives and it's running Debian 6. I had all six drives configured in a big RAID5 array (configured from the HP hardware) and everything was working just fine. I decided to do some experimentation with MDADM so I dropped from a six disk RAID5 to a three disk RAID5. The RAID works just fine but now the other three disks have turned invisible -- running fdisk -l just shows me the RAID. I've never had a ProLiant server that wasn't configured with a RAID array so I don't know if this is an HP issue or a Linux issue. Anyone have any ideas? Googling this pretty much just gives me the fdisk command options.

Thanks,

Joe B
 
Old 07-26-2012, 03:29 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,985

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
So you used the hardware raid card's bios to configure single drives? Does the controller allow single disk's to be used?

Or are these drives not on a hardware raid controller?
 
Old 07-26-2012, 08:56 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
If it s HW raid, you'll need the Product support Pack from HP, then see cmds like hpacucli.
Normally that's a HW raid, so the std Linux OS cmds will not work.

If that was SW raid, then the mdadm cmds should work http://linux.die.net/man/8/mdadm
 
Old 07-27-2012, 10:41 PM   #4
Gemini5865
LQ Newbie
 
Registered: Sep 2008
Location: Australia
Distribution: LinuxMint11, ClearOS, CentOS 5.5, FreeNAS
Posts: 1

Rep: Reputation: 0
I have 6 DL380 G2s and 2 380 G3s. All running various Linux versions. The easiest way without installing HP utils is just to reboot and re-enter the HP Array Config on startup and change the drive config again. I have found DL380s are perfect to play around with as a NAS box. I normally use 2 of 6 as a RAID1 OS drive and the other 4 as a RAID5. As yet I haven't been able to get the HP hpacutil to work on any of my boxes, but then again I haven't tried that much either.

Last edited by Gemini5865; 07-27-2012 at 10:45 PM. Reason: duplicated text
 
Old 07-29-2012, 06:44 PM   #5
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
We've got DL380's.
I got the psp-8.73.rhel5.i686.en.tar.gz from HP website and installed a few utils from it (it contains rpms).
For hpacucli, I mainly use these 2 variations
Code:
# show physical disk layout
hpacucli controller slot=1 pd all show

#output
Smart Array P400 in Slot 1

   array A

      physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 72 GB, OK)
      physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 72 GB, OK)

   array B

      physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 72 GB, OK)
      physicaldrive 1I:1:6 (port 1I:box 1:bay 6, SAS, 72 GB, OK)
      physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 72 GB, OK)
      physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 72 GB, OK)


# Show logical disk layout
hpacucli controller slot=1 ld all show

#output
Smart Array P400 in Slot 1

   array A

      logicaldrive 1 (68.3 GB, RAID 1, OK)

   array B

      logicaldrive 2 (205.0 GB, RAID 5, OK)
If you do a hot-disk swap, the ld version shows you percentage completion continually, the pd version afterwards confirms success or not.
'pd' also shows 'there but not used/active' disks eg hot spares.

PS the other way to check (especially if using an MSA, is to use the ILO access).

Last edited by chrism01; 07-29-2012 at 06:46 PM.
 
Old 08-18-2012, 07:22 PM   #6
jbruyet
Member
 
Registered: Feb 2011
Location: North Central Washington
Distribution: Debian, OpenSUSE, Kali, Ubuntu
Posts: 178

Original Poster
Rep: Reputation: 7
--> jefro, I don't think I can configure single drives on the controller but then again I didn't try. I didn't think I was going to be able to do a RAID 1 because my options were 5, 1+0 and 0. However, when I selected only two drives the utility automatically went to 1+0 and now I have a RAID 1 set up.
-->ChrisM, I'll check the HP site for the utilities. I haven't used RPMs on a Debian server. I guess I'll Google how to do that.

Thanks,

Joe B
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 16 on a Proliant DL380 G4 bradycl_84043 Linux - Hardware 9 03-26-2012 02:40 PM
[SOLVED] ProLiant DL380 + Debian RouterRat Linux - Server 6 04-03-2011 02:59 PM
Can't boot from hard drive on HP ProLiant DL380 G3 beno1990 Linux - Server 4 01-09-2009 10:39 AM
Trouble with Proliant DL380 Cynagen Linux - Server 1 05-10-2007 07:53 AM
Linux driver for HPs Proliant DL380, G4 Raid Controller nordickiwi Linux - Hardware 6 04-13-2005 05:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration