used in this experiment environment, the system installed with the official original image is built-in Mdadm software to implement the disk array setup. This software is supported partition or disk for the unit, so we can be for the partition (partition) disk array design, while the Mdadm software is very powerful, it can not only support the above described in the RAI
the most secure setting. Of course, if you do not heat the backup, RAID5 can do the same.
Note: You can create partitions, but it is not scientific! Another point is that you can either convert the partition type (FD) or not. It seems that this is not important. I will test whether the conversion and non-conversion are the same.
2. Create a RAID device file
[Root @ yufei ~] # Mdadm-C/dev/MD5-L 5-N 3-x 1/dev/SD
/DEV/SDE#fdisk/DEV/SDF#fdisk/DEV/SDG#fdisk/DEV/SDHAfter Setup, look under:[Email protected] dev]# fdisk-l/dev/sd[e-h]Check that the disk has raid:[Email protected] dev]# MDADM-E/dev/sd[e-h]Two. Create a RAID10 volume.When you are sure that the Mdadm tool is installed, start creating the raid.[Email protected] dev]# mda
autodetect)
Command (m for help): p
......
Device Boot Start End Blocks Id System
/Dev/sdb1 1 250 2008093 + fd Linux raid autodetect
Command (m for help): w
The partition table has been altered!
Calling ioctl () to re-read partition table.
Syncing disks.
[Root @ localhost ~] #
After creating the three partitions, run "partprobe" to re-test the partition table (or restart the system) to verify the partition type and capacity.
Volume and other inform
The disk array is made up of many inexpensive disks, combined into a large disk group, which uses individual disks to provide data with the added effect to improve the performance of the entire disk system. Using this technology, the data is cut into many sections, stored on each hard drive, even if there is a piece of damage, no data loss, and can continue to use.
Introduction to RAID (disk
Tags: restart create hard disk tail SHA support No disk array UIDI. LVM vs. RAID features
LVM
RAID
LVM for dynamic capacity expansion
RAID supports dynamic capacity expansion
LVM does not support disk acceleration
you're connected to the Internet and search for mdadm on the Yum server.
[root@localhost ~]# yum search mdadmCase: Creating a raid10+ redundant diskA total of 7 disks, create a RAID 10 using 4 disk, hot standby 2 blocks, using the 1 block failure, hot standby top, plus a hot spare, put the bad t down1. Create a RAID array[[emailprotected] ~]# mdadm -C /dev/
kernel. This type of device is represented as: md * under/etc *; in the current version of RH 5, the mdadm tool is used to manage soft RAID. (although raid can be simulated by software, the functions and performance of disk control are not as good as that of hardware, hardware raid is recommended in the production environmentDescription of several common
RAID (Redundant array of inexpensive disks) is referred to as a disk array, combining multiple hard disks into a single logical sector, so that the performance of poor performance of the hard drives, to reach even more valuable, larger capacity of the hard disk. and increase the data integration, fault tolerance, processing capacity, capacity. This blog only desc
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.