1825719 Members
3036 Online
109686 Solutions
New Discussion

Mirroring in Linux

 
SOLVED
Go to solution
Lacrosse
Regular Advisor

Mirroring in Linux

Does RedHat have a software product that can do mirroring of the O/S like Mirror UX in HPUX....if not do I have to go to an external RAID and put the O/S out there??
Many thanks!
6 REPLIES 6
Bill Thorsteinson
Honored Contributor
Solution

Re: Mirroring in Linux

Linux does have mirroring support. This
is contained in an kernel module. Check
the Software-RAID HOWTO at http://en.tldp.org.

If you have installed the HOWTO package this
will be available locally.

Recent version of Linux include logical
volume management as well.
Steven E. Protter
Exalted Contributor

Re: Mirroring in Linux

though lvm was ported mirror/ux was not.

you can easily software raid while setting up a new Linux system with the disk druid.

after the fact the document above should refer to a command that replaces the lvextend -m 1 command.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Lacrosse
Regular Advisor

Re: Mirroring in Linux

Cool thanks I am assuming this is something that comes with RedHat and I do not have to pay extra for????
Mark Grant
Honored Contributor

Re: Mirroring in Linux

Hookemhorns,

99.9% of all software from red hat and 100% of linux kernel features is free. It's just that some people choose to pay for it.
Never preceed any demonstration with anything more predictive than "watch this"
Martin P.J. Zinser
Honored Contributor

Re: Mirroring in Linux

Hi Mark,

even if you choose to pay, you do not pay for the Kernel or software. You do pay for somebody to put all the bits and pieces together in a compatible way, for testing that they are working together on a number of HW combinations (check the HCL), as well as some sort of support (exactly how much depends on the money you spent) as well as being able to distribute blame (seems important for many corporate customers ;-). And yes, depending on your environment I do see reasons why it is a good business decision to pay this money.

Greetings, Martin
Roberto Polli
Trusted Contributor

Re: Mirroring in Linux

In my experience raid software destroys the performance of your machine, so if it's an overloaded, single cpu, machine think about a cheap HW raid controller.

Else you can easily set it up as suggested above a sw RAID.

Pax,R.