LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-12-2010, 09:19 AM   #1
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Rep: Reputation: 0
invalid partition table


installed rhel 5.3 on dell r710 with md1000 as das.
after creating raid 0 + 1 and rebooting, received an error message below:
/dev/md0 does not have a valid partition table
/dev/md1 does not have a valid partition table

please advise
 
Old 02-13-2010, 01:55 AM   #2
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Did you actually create partitions or does your raid have partitions on it yet?

Can you perform the following two commands and see if they return anything meaningful.

sudo /sbin/fdisk -l /dev/md0
sudo /sbin/fdisk -l /dev/md1

if you are logged in as root you can ignore the "sudo /sbin/" parts to both commands.
 
Old 02-17-2010, 01:44 PM   #3
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
the raids have partitions on them. i am going to try the commands and let you know what the results are.
 
Old 02-17-2010, 01:52 PM   #4
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
fdisk -l /dev/md0

Disk /dev/md0: 213 MB, 213385216 bytes
2 heads, 4 sectors/track, 52096 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md0 doesn't contain a valid partition table

fdisk -l /dev/md1

Disk /dev/md1: 106 MB, 106823680 bytes
2 heads, 4 sectors/track, 26080 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md1 doesn't contain a valid partition table
 
Old 02-17-2010, 05:20 PM   #5
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Can I check, how have you set these raids up, are they off of the raid controller that I am fairly certain dell R710s come with? I wouldn't expect the PERC raids to create their raids as md0 and md1, those look like software raids.

As it goes, your partition tables are empty or not valid as they are simply not displaying... are you booting this off of a different hard drive? if there is no data on them then you might have to create new partition tables with fdisk and format them with mkfs. However I assume these are just the raid 1s if so you may wish to follow a guide like this http://tldp.org/HOWTO/Software-RAID-HOWTO-5.html using the md devices themselves as normal hard drives.
 
Old 02-18-2010, 09:19 AM   #6
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
invalid partition tables

yes they are software raids. I created them with the disk druid tool when installing red hat 5.3 which requires that you create two software raids first then you can create the /dev/mdx and the mount point as the instructions below:

http://www.redhat.com/docs/manuals/e...nt_Points.html

what I am trying to do is add a md1000 to a r710 with raid 0 + 1

Last edited by gmvdburg; 02-18-2010 at 09:28 AM.
 
Old 02-18-2010, 03:49 PM   #7
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
creating a RAID 0 + 1

How do I go about creating a raid in rhel in text mode? how do i obtain the downloads too?
I do not want to go the LVM route.
 
Old 02-18-2010, 04:21 PM   #8
r3sistance
Senior Member
 
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375

Rep: Reputation: 217Reputation: 217Reputation: 217
Hmmm, The md1000 should also have the Perc raids that Dell use (generally made by LSI), I would consider configuring the entire raid with the perc raid cards to be honest, it will save you a lot of effort and configuration work in the long run. If the raid cards you have only support raid 1 or 0 you might need to make two raid 1s and software the raid 0 over them... depending on the type of perc raid cards that you have.
 
Old 02-18-2010, 04:32 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
RHEL RAID Chap 4 http://www.redhat.com/docs/en-US/Red...loyment_Guide/

IME, the 'invalid partition table' msg can be ignored; don't know why it occurs, but it doesn't affect the operation.
 
Old 02-19-2010, 07:22 AM   #10
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by r3sistance View Post
Hmmm, The md1000 should also have the Perc raids that Dell use (generally made by LSI), I would consider configuring the entire raid with the perc raid cards to be honest, it will save you a lot of effort and configuration work in the long run. If the raid cards you have only support raid 1 or 0 you might need to make two raid 1s and software the raid 0 over them... depending on the type of perc raid cards that you have.
i went into the unified server configuration and configured for raid-1. it would only let me configure for one of the raid percs. i applied this for 2 drives plus one as a spare.
 
Old 02-19-2010, 07:34 AM   #11
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
what is the command for looking at the RAIDs in RHEL?
should i perform the raid before i install the os or afterwards?
 
Old 02-19-2010, 07:44 AM   #12
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
what about the ability to see the DAS and its drives?
 
Old 02-19-2010, 07:56 AM   #13
gmvdburg
LQ Newbie
 
Registered: Sep 2009
Location: Ada, Michigan
Distribution: red hat, debian and ubuntu
Posts: 14

Original Poster
Rep: Reputation: 0
the reason why only two drives in raid configuration can be done because the perc-6e can not be configured in the utility.
i had no problem configuring the perc-6i with 2 drives and one spare.
 
Old 02-19-2010, 08:10 AM   #14
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
r3sistance is right, you should not use Software RAID for this. To use an MD1000 you need to make sure it's connected to a PERC6/E PCIe Card.
(NOT a SAS 6/E Card, which is a very low end controller supporting raid 0 & 1 only)

Then you either use the PERC6/E Firmware interface (Ctrl+R during POST) to configure the array, or you have to install OMSA (OpenManage Server Administrator) into the server & configure the RAID over the web interface for OMSA.

Last edited by ongte; 02-19-2010 at 08:11 AM.
 
Old 02-19-2010, 08:18 AM   #15
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
Now I see your problem. At the moment the USC does not configure the PERC6/e. It will only configure the PERC6/i. To configure the PERC6/e, you still need to use the Ctrl+R RAID BIOS interface. Or you can always configure the PERC6/e later after the OS is installed by using OMSA.
 
  


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
Invalid partition table for swap partition that I moved with Gparted keith9e Linux - Hardware 16 02-10-2010 12:21 PM
cloning linux partition to different laptop, invalid partition table dsollen Linux - Software 8 11-23-2009 08:50 PM
Help --> Invalid Partition Table? doody Linux - Newbie 8 09-01-2004 01:33 AM
Invalid Partition Table xiojqwnko Slackware 2 04-04-2004 05:27 PM
invalid partition table MunterMan Linux - Software 3 11-26-2003 02:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:14 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