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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-24-2013, 01:33 PM
|
#1
|
Member
Registered: Feb 2011
Location: North Central Washington
Distribution: Debian, OpenSUSE, Kali, Ubuntu
Posts: 178
Rep:
|
Debian Live CD can't see drives in ProLiant DL360
Hey all, I just booted a Debian 6 Live CD on a ProLiant DL360 G5 and Debian can't see the hard drives. I booted to the Live CD, opened a terminal and nothing:
Code:
[root@Naggie /]# fdisk -l
[root@Naggie /]#
The drives were running in an array but I deleted the array before I booted the server. If I recreate the array the array shows up. Any ideas? Suggestions? Recommendations?
Thanks,
Joe B
|
|
|
01-24-2013, 07:28 PM
|
#2
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
If there's no array, there'll be no visible drives for fdisk to access.
If an array is defined and you still can't see any drives (ls /dev/sd* returns nothing), kernel support for the Smart Array controller is missing.
|
|
|
01-24-2013, 09:03 PM
|
#3
|
Member
Registered: Feb 2011
Location: North Central Washington
Distribution: Debian, OpenSUSE, Kali, Ubuntu
Posts: 178
Original Poster
Rep:
|
Well, Ser Olmy, that's not really the answer I was looking for but it is the answer I was expecting.
Thanks,
Joe B
|
|
|
01-24-2013, 09:35 PM
|
#4
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
I hope I didn't misunderstand your question?
(Smart Array controllers generally work very well with Linux, and have done for many years.)
|
|
|
01-29-2013, 03:58 AM
|
#5
|
Member
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432
Rep:
|
I just know few Live CD distribution and I now trying Debian Live CD. It can be download from this link: http://cdimage.debian.org/debian-cd/...86/iso-hybrid/
As I comparing different Live CD/recovery disc, so far I satisfy with this one:
https://sourceforge.net/projects/sys...ccd-x86/2.4.0/
especially version 2.4.0 due to following:
1 multi language support as well as built in module mozilla firefox
2 support so so many hardware like networking device, from 56k modem, adsl modem, wire LAN to wireless PCI card.
3 graphical interface with essential disk recovery tools like GPart etc
I now trying latest Debian Live CD version 6, I guess it has NO graphical interface (may be I not know well X command). For your case Debian Live unable to find your disk, I would also check the /dev/sd? see if there any device first, then please try to do mount
Reference: http://en.wikipedia.org/wiki/List_of_live_CDs
Last edited by fhleung; 01-29-2013 at 04:01 AM.
|
|
|
01-29-2013, 04:45 PM
|
#6
|
Moderator
Registered: Mar 2008
Posts: 22,113
|
I am confused. If this is a hardware array and you delete it of course it will not show up anymore. I assume you mean that you then reboot and access the raid configuration so that on next boot it shows up.
|
|
|
02-01-2013, 10:12 AM
|
#7
|
Member
Registered: Feb 2011
Location: North Central Washington
Distribution: Debian, OpenSUSE, Kali, Ubuntu
Posts: 178
Original Poster
Rep:
|
Allow me to clarify -- I'm not trying to recover the array and I'm not trying to recover data. This is a spare server and I'm now playing with a live CD on it. I was going to create an MDADM array on it but there were no hard drives to be seen. I've been able to see unmounted drives in the past (haven't I?) so I "assumed" I'd be able to see the server's unmounted drives. I'll do a little more experimentation and get a little more data.
Thanks,
Joe B
|
|
|
02-02-2013, 07:30 PM
|
#8
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
I see what you mean, but that's not how hardware RAID controllers work.
Unlike software RAID and "fakeRAID" (software RAID with BIOS boot support), the controller does not expose controller channels or individual drives to the operating system at all. The driver talks to the controller chip, which in turn decides what the OS "sees", based on the RAID configuration stored either in NVRAM or as metadata on the drives themselves.
In a fakeRAID/software RAID scenario, the OS has drivers for the actual SATA/SAS/IDE/whatever controller and can see the individual drives, and a second RAID driver uses those drivers/partitions to create a virtual RAID device and present that device to the operating system. If no RAID device is defined, you'll just see the physical drives.
In contrast, a hardware RAID controller only presents the virtual RAID device(s). Neither the individual drives nor the controller channel(s) are directly accessible. That's why software like smartctl needs to support a hardware RAID controller specifically in order to retrieve SMART information from individual drives connected to such a controller.
To access the drives, you will need to either define a RAID set or use the Array Configuration Utility on the HP SmartStart CD/DVD (except for the latest G8 Servers, which have built-in SmartStart software).
Last edited by Ser Olmy; 02-02-2013 at 09:14 PM.
|
|
1 members found this post helpful.
|
09-19-2014, 12:41 PM
|
#9
|
Member
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432
Rep:
|
quick reply
|
|
|
All times are GMT -5. The time now is 12:05 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|