- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Software Raid in Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2003 11:40 PM
тАО05-25-2003 11:40 PM
Software Raid in Linux
I would like to implement a raid system on one of my Linux servers and would like to clarify a few things.
I read a few manuals online about software raid and they have left me with the impression that in order to create a raid 1 (mirror or duplex) you are required to erase the data on the partition you wish to include in the raid, setup the raid system and then restore the data.
Is this true ?
I am using Redhat v8 and if you happen to have some tips or any great website that I can read through, it would be appreciated.
Thanking you all in advanced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 12:17 AM
тАО05-26-2003 12:17 AM
Re: Software Raid in Linux
yes thats true. You have to change the partition type and if you initialize the raid a header will be written onto the partition which erases a part of the data.
You will have to format (mkreiserfs, mkext2 or whatever) and restore your data.
Christoph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 12:18 AM
тАО05-26-2003 12:18 AM
Re: Software Raid in Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 12:24 AM
тАО05-26-2003 12:24 AM
Re: Software Raid in Linux
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 05:49 AM
тАО05-26-2003 05:49 AM
Re: Software Raid in Linux
Use md devices (linux software raid) to build up the LVM volumegroups in order to get both.
Yes, it is a destructive action to make a raid . All data (or at least metadata) will be lost on partitions you use with raid devices. Make a backup before restore on the filesystem you craete on top of the md devices.
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 05:51 AM
тАО05-26-2003 05:51 AM
Re: Software Raid in Linux
=======
Make a backup before restore on the filesystem you craete on top of the md devices.
=======
should be
=======
Make a backup before creation of raid device. Restore on the filesystem you create on top of the md devices.
=======
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 07:09 AM
тАО05-26-2003 07:09 AM
Re: Software Raid in Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 07:34 AM
тАО05-26-2003 07:34 AM
Re: Software Raid in Linux
you got it. Linux is still not HP-UX as far as efficiency is concerned. System is considered to be installed with or without raid, 'cause if you have 2 HD, then you put raid, and if you re-install andother hd thenafter, then you'll have to turn the thing off anyway (so it's not your production server anymore !)...
I'm dreaming of a partition magic like tool that would allow to resize partitions like fsadm, but it doesn't exist yet...
What you have to o now is turn it off, of forget about raid... :-((
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2003 11:56 PM
тАО05-26-2003 11:56 PM
Re: Software Raid in Linux
all you need is to buy some new disks to put your raid on, make the raid, and copy across your operating system files.
You probably have to fiddle around a bit with modules.conf/initrd(md driver...) , disk device names, grub/lilo, but you then you can do all this while still being able to fall back on your old working boot disk.
I think your favorite Linux consultant would be happy to do it for you.
I have done it with ordinary harddisks, wgen transitioning from ext2 to reiserfs on my OS-filesystems. Just need to get the MBR , bootloader and fstab right. (Tip: use chroot to work on your mounted environment after copying across all files)
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2003 04:00 AM
тАО05-27-2003 04:00 AM
Re: Software Raid in Linux
http://www.tldp.org/HOWTO/mini/Boot+Root+Raid+LILO.html
especially at chapter 4 for a possible implementation, also mantaining old disk and trying the new configuration, before wiping it out.
HIH
Gianluca Cecchi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2003 05:01 AM
тАО05-27-2003 05:01 AM
Re: Software Raid in Linux
Using softraid on boot and data partitions works like a charme if using the install option.
Btw. if installing a production machine requires a "plan" and not to install what you see along the road. ;-)