Nov 8, 2009

How Can I Create Raid In Redhat As?

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Operating Systems > Linux

How Can I Create Raid In Redhat As?

jedipi
hi,
i want to create RAID5 in redhat as server.How can i do it?
what is the advantage of software RAID compare to Hardware RAID.
Which is better?

Thand you

Comment/Reply (w/o sign-up)

PureHeart
RAID can be configured during the graphical installation of Red Hat Linux or during a kickstart installation. These instructions are for Disk Druid interface.

1.On the Disk Partitioning Setup screen select Manually partition with Disk Druid.

2.Choose New to create a new partition.

3.Choose software RAID from the File System Type pulldown menu
You will not be able to enter a mount point (you will be able to do that once you have created your RAID device).


4.Enter the size that you want the partition to be.

5.Select Force to be a primary partition if you want the partition to be a primary partition.

6.Click OK to return to the main screen.

Repeat these steps to create as many partitions as needed for your RAID setup.


That's all for RAID config.

About the differences between Software and Hardware RAID. The software RAID is like a emulator. And the hardware one, It's based on hardware, only enable if your hardware support it.

Comment/Reply (w/o sign-up)

yordan
by the way, jedipi, how many hard disks do you have ? Because you need at least three disks (opmtimally five disks) in order to create a RAID5 disk. If you have only two disk, you create a raid1 disk or a mirrored pair.

Comment/Reply (w/o sign-up)

qwijibow
QUOTE
what is the advantage of software RAID compare to Hardware RAID.
Which is better?


Hardware raid is better.

Software RAID is like RAID emulation for people who dont have hardware RAID.

Comment/Reply (w/o sign-up)

yordan
I agree with qwijibow.
Moreover,
If you create a hardware RAID5 group, you can partition your disk, and then use it under Windows as well as under Linux.
Else, if you prefer software RAID, you will have a RedHat-only system, and you will loose a part of the openness and collaboration possibility of your PC.
Regards
Yordan

Comment/Reply (w/o sign-up)

jedipi
Thank you for you guys help.
I have done it ....

Comment/Reply (w/o sign-up)

yordan
Hurray ! congratitulations to jedipi and to each of us.

Comment/Reply (w/o sign-up)

abhay
QUOTE(jedipi @ Dec 21 2005, 06:22 PM) *
hi,
i want to create RAID5 in redhat as server.How can i do it?
what is the advantage of software RAID compare to Hardware RAID.
Which is better?

Thand you


1. Run fdisk on your hard disk, converting your partition to RAID AUTO(type 0xfd). Save changes and reboot.
Remember that the example is assuming your partition are /dev/hda9, /dev/hda10, /dev/hda11 and /dev/hda12. your actual partitions may wary.

2. initialze your RAID array:

# mdadm -- create /dev/md0 --level=5 --raid-devices=4 /dev/hda{9, 10, 11, 12}

this will aslo start the array. The array will immediately begin the construction process, but it can be used immediately. In a spare terminal window, run watch cat /proc/mdstat to keep an eye on the progress of array construction.

3. While waiting for this process to complete. we can start using RAID device. format the partition with an ext3 file system. We will use 4k blocks.

# mke2fs -j -b 4096 -R /dev/md0

4. See if you can mount /dev/md0 /data. This command should work, even if the array is still building.

5. The mdadm --detail command can be used to display used to display useful information on the state of your RAID devices. Try out this command, mdadm --detail /dev/md0.

6.Try creating some files in it /data. Add entry to /etc/fstab and test mounting and unmounting the file system.

 

 

 


Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : create, raid, redhat

  1. Redhat 8
    (2)
  2. Where Can I Get Redhat Enterprise Linux 9 For Free
    Linux (5)
    Hello, Hi i m new to these forums. I hope i will be welcomed. Today i have to talk about red hat
    linux enterprise 9. can someone please tell me how to get it for free? I m waiting. /smile.gif'
    border='0' style='vertical-align:middle' alt='smile.gif' /> Wrong forum. Moved to OS > Linux ....
  3. Suse Vs. Redhat
    Suse vs. Redhat (12)
    Suse is a great and now free distro of linux, it has great hardware support and have made it easy
    for a windows user to transfer to linux os. suse is completely open source, well at leas the open
    source version. Red hat on the other hand is very good and is used more for IT and big companies.
    NASA uses redhat so as dell and hp. but it is a commercial linux, and can get pretty expensive. its
    more for the engineer and IT pro. overall suse is best for the average user that wants an easy
    linux distro to get started with and never change. i personally recommend it my self....
  4. Redhat 8.0 + Evolution + Ms Exchange Server
    (8)
    I have been forced into quite a conor at work these days and here is my problem. The project that I
    am working on requires Redhat 8.0 with as few updates as possible in order to support the baseline
    of the reviewed software. I would like to check my email while in Linux via the built in Evolution.
    I ran the setup for Evolution and there is no option for Microsoft Exchange server. I have done
    some digging around the net and have found that you need at least version 1.4.6 for the option to be
    present. My current version is 1.0.8-10. I have run up2date and it says tha....
  5. Play .avi Files In Redhat
    Need help in installing divX codecs... (6)
    The last few days have been spent in trying to get .avi files (Previously encoded using DivX codecs
    in Windows). I've a collection of movies that I've backed up as .avi files and I'm out
    of options trying one thing after another. So far: I have installed Helix player & Real Player; I
    have the DivX4Linux files but do not know how to install these (unlike configuring and 'make
    install' since there is no configure file and there are not instructions either). Also, Xine
    player (Xine-UI) which I've finally got working plays VCDs DVDs and Audio CD....
  6. Locking Accout After Login Failed In Linux
    setup the policy on redhat es3 (0)
    I am asking this question for my friend. he wants to setup the policy on his linux server (redhat
    es3): when user tried to login the server 5 times but failed, the account will be locked. He tried
    to edit /etc/pam.d/login file to below config %PAM-1.0 auth required /lib/security/pam_securetty.so
    auth required /lib/security/pam_stack.so service=system-auth auth required
    /lib/security/pam_nologin.so auth required /lib/security/pam_tally.so onerr=fail no_magic_root
    account required /lib/security/pam_stack.so service=system-auth account required
    /lib/security/pam_tally.so ....
  7. Which Linux Is Better Among Redhat & Fedora?
    (5)
    I dont know which would be better? I was looking for Red Hat and they said that it was going to
    quite supporting Red Hat 9. Give me some feedback.......
  8. How Can I Install A Raid Card In Debian?
    (1)
    My machine is Pentium 4 2.8C, plus a Ggigabyte 865g mother board. Debian sarge is installed in this
    PC. Lilo is used as the boot loader. This system does runs fine. I just bought a Promise fasttrak
    s150 tx2+ PCI card and two 160g Hitachi DeskStar 7k250. This two new Hard Disks are for backing up
    the data. After the hardwares are installed, I get into the raid card's bios and created a raid
    1. Then reboot system. Lilo menu is shown. after press enter, system is held at "bios check". If
    the two new hitachi hard disk is not attched, Debian can run just fine. What doe....
  9. Why Is Installing Redhat Linux Difficult?
    (8)
    I think the Cheaf defect of RedHat Linux is, It's too defucult to install, when compairing with
    Windows. It they could make it easy to istall Linux just as Lindows, I think it will be more popular....
  10. Redhat Gave Up Fedora?
    (2)
    RedHat just created a Fedora Foundation to manage the Fedora project. Fedora project will not be
    controled by RedHat any more. Is this a good or bad news?? Would Fedora have a big change in the
    future?? Sorry...forget to post the source link.
    http://www.eweek.com/article2/0,1759,1823403,00.asp ....

    1. Looking for create, raid, redhat

See Also,

*SIMILAR VIDEOS*
Searching Video's for create, raid, redhat
advertisement



How Can I Create Raid In Redhat As?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com