ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, May 24, 2010

Linux Software Raid with mdadm

Posted on 7:52 PM by Unknown
After insatlling Dell (md3000) mutipath driver on your system, u see the devices. In my example i am able to see 6 dirve (800 + 400 + 400 ) GB each.

Now follows the below steps to create software raid.

1) Check mdamd command if not found then install through #yum install mdadm

2) command to create raid.
i) mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sdb /dev/sde
ii) mdadm --create --verbose /dev/md1 --level=1 --raid-devices=2 /dev/sdc /dev/sdf
iii) mdadm --create --verbose /dev/md2 --level=1 --raid-devices=2 /dev/sdd /dev/sdg

3) Check the status

# cat /proc/mdstat Personalities : [raid1]
md2 : active raid1 sdd[0] sdg[1]
439023552 blocks [2/2] [UU]
[=>...................] resync = 9.4% (41593920/439023552) finish=256.7min speed=25800K/sec

md1 : active raid1 sdc[0] sdf[1]
439023552 blocks [2/2] [UU]
[==>..................] resync = 11.1% (48802368/439023552) finish=222.3min speed=29248K/sec

md0 : active raid1 sdb[0] sde[1]
878047168 blocks [2/2] [UU]
[=>...................] resync = 8.1% (71613248/878047168) finish=299.9min speed=44808K/sec


or use this command.

#mdadm --detail /dev/md0

4)Now create mdadm.conf configuration file.

#mdadm --detail --scan --verbose
#mdadm --detail --scan --verbose > /etc/mdadm.conf

#cat /etc/mdadm.conf
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=0.90 UUID=2a3991ba:39a6377a:dd723100:e68056a3
devices=/dev/sdb,/dev/sde
ARRAY /dev/md1 level=raid1 num-devices=2 metadata=0.90 UUID=4f1ebc35:a3e06fe2:55e28aa2:1b96898f
devices=/dev/sdc,/dev/sdf
ARRAY /dev/md2 level=raid1 num-devices=2 metadata=0.90 UUID=78f8c8ba:a3ed13e1:a3b78f6d:79719608
devices=/dev/sdd,/dev/sdg

***added this line on top DEVICE /dev/sdb /dev/sde /dev/sdc /dev/sdf /dev/sdd /dev/sdg :in our env may be not required for any one****


5) Now you can run fdisk to show the status.

#fdisk -l
Disk /dev/md0: 899.1 GB, 899120300032 bytes
2 heads, 4 sectors/track, 219511792 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md0 doesn't contain a valid partition table

Disk /dev/md1: 449.5 GB, 449560117248 bytes
2 heads, 4 sectors/track, 109755888 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

Disk /dev/md1 doesn't contain a valid partition table

Disk /dev/md2: 449.5 GB, 449560117248 bytes
2 heads, 4 sectors/track, 109755888 cylinders
Units = cylinders of 8 * 512 = 4096 bytes


6)Now format your raid device & add entry in fstab.
some useful command.
#mdadm --assemble --scan

Enjoy
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • can't locate your x11 installation Fedora
    While install Conky, system through this error. Solution:- You need to install X11 Software Dev Package. Login on system with root user ...
  • Qmail Installation & Configuration step by step
    Tested under CentOS 5.8  64bit machine. 1)Packges which i installed for Qmail. httpd-2.2.3-76 php-5.1.6-39 perl-5.8.8 -38 gcc-4.1.2 mysql-5....
  • Dell MD3200 SAS Cabling With Diagram
    I have 2 MD3200 with SAS Ports + 2 Power Edge720. Task to connect Both DAS with Both server and make sure Both server showing  all DAS Parti...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Windows 7 & Windows 8 fail to start
    Windows 7 fail to boot, what should I do? Is Windows 7 failing to boot after you installed the loader or after you just installed a fresh ne...
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ►  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ►  February (10)
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ▼  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ▼  May (1)
      • Linux Software Raid with mdadm
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile