LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-30-2006, 04:37 PM   #1
lynos
Member
 
Registered: Mar 2004
Distribution: RedHat, Centos, Ubuntu
Posts: 52

Rep: Reputation: 15
a terrabyte partition on redhat


Hi all,

I have 4 EMC enclosures (7 terrabyte) and two dell 2850 servers installed redhat enterprise 4 as em64t/amd64.
I tried to create a partition from all of the disk spaces. But I found only 739 GB. When I check the disk space using [#fdisk /dev/emcpowera ], I can see 7049GB.
How can I create a huge partition (7 TB).?

Thanks
 
Old 05-30-2006, 05:25 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
HOW did you try to create the partition?
What device was fdisk pointing at when you tried to
create a partition?


Cheers,
Tink
 
Old 05-30-2006, 05:43 PM   #3
lynos
Member
 
Registered: Mar 2004
Distribution: RedHat, Centos, Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
I tried to create the partition after installation of redhat (I installed EMC packages and than I saw the storage devices (/dev/emcpowera and b)).
I used [ fdisk /dev/emcpowera ] to create a partition.
 
Old 05-30-2006, 05:55 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I'm a bit perplexed that fdisk should show you the
correct size but refuse to create something big
enough. How bizarre. When creating the partition
in fdisk, which were your steps? And what does the
output of fdisk -l /dev/emcpowera look like?


Cheers,
Tink
 
Old 05-31-2006, 04:10 PM   #5
lynos
Member
 
Registered: Mar 2004
Distribution: RedHat, Centos, Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
I can see all of size using "fdisk" when I press "p". When I try to create new partition pressing "n" it seems ok, but actually not.
 
Old 05-31-2006, 05:10 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Sorry mate, no idea ... are you getting any messages in
syslog. messages or debug that indicate a problem when
you're using fdisk on that device?


Cheers,
Tink
 
Old 06-01-2006, 02:08 AM   #7
lynos
Member
 
Registered: Mar 2004
Distribution: RedHat, Centos, Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
It said "/dev/sdb is to big" ..
OK I will report this issue to RedHat ..
Thank you for your interest

Regards
 
Old 06-01-2006, 02:23 AM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
How does sdb tie in with emcpowera?

How is it connected, FC or iSCSI?


Cheers,
Tink
 
Old 06-01-2006, 04:07 AM   #9
lynos
Member
 
Registered: Mar 2004
Distribution: RedHat, Centos, Ubuntu
Posts: 52

Original Poster
Rep: Reputation: 15
/dev/emcpowera is combined from sdb,sdc,sdd,sde ... I mean, /dev/emcpowera is a virtual device. It contains /dev/sdb, /dev/sdc ...

Server (Dell 2850) and EMC connected with FC. But EMC enclosure and SCSI disks connected via backplane (tehcnology must be SCSI).

I think this question should be asked to RedHat and/or Dell-EMC.

Again thank you for your help.
 
Old 06-01-2006, 08:09 AM   #10
Walman
Member
 
Registered: Jun 2004
Location: Venezuela
Distribution: RHEL ,Ubuntu, Slax, Kali
Posts: 95

Rep: Reputation: 15
Guys

Raid the disks using either software , or hardware raid . I use hardware raid , for that you need a card . For Dell servers the card is call PERC . It comes with a software that allows you to create the partition you need . I have partition of that size here , no prob
 
Old 06-01-2006, 01:15 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by lynos
/dev/emcpowera is combined from sdb,sdc,sdd,sde ... I mean, /dev/emcpowera is a virtual device. It contains /dev/sdb, /dev/sdc ...

Server (Dell 2850) and EMC connected with FC. But EMC enclosure and SCSI disks connected via backplane (tehcnology must be SCSI).

I think this question should be asked to RedHat and/or Dell-EMC.

Again thank you for your help.
Happy birthday :)

And have you read these?
http://support.dell.com/support/edoc...nstall_A04.pdf
http://support.dell.com/support/edoc...nstall_A02.pdf


Cheers,
Tink
 
Old 06-01-2006, 02:04 PM   #12
madluther
Member
 
Registered: Aug 2004
Distribution: LFS
Posts: 350

Rep: Reputation: 31
If you want to create a 7TB partition or any partition greater than 2TB you will have to use parted rather than fdisk. The reason is the type of partition table, parted uses a GPT format, while fdisk uses an MSDOS format table.

More info here http://www.lsw.uni-heidelberg.de/use...bler/comp.html

HTH

Mad.
 
Old 06-01-2006, 02:22 PM   #13
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by madluther
If you want to create a 7TB partition or any partition greater than 2TB you will have to use parted rather than fdisk. The reason is the type of partition table, parted uses a GPT format, while fdisk uses an MSDOS format table.

More info here http://www.lsw.uni-heidelberg.de/use...bler/comp.html

HTH

Mad.
That's the beauty of Linux, I learn something new every day :}

Thanks.

Cheers,
Tink
 
  


Reply

Tags
server



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Transfer From Redhat Linux Partition to Fat32 Partition saraturtle Linux - General 20 04-04-2007 05:20 PM
partition on redhat paschim Linux - Newbie 3 10-16-2004 07:36 AM
redhat partition master Red Hat 5 09-20-2004 03:48 PM
ScanDisk on RedHat Partition PionexUser Linux - Newbie 17 07-20-2003 01:57 AM
partition redhat 7.1 engineer55 Linux - General 0 04-04-2003 10:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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