Sponsored Content
Full Discussion: Software RAID
Special Forums Hardware Filesystems, Disks and Memory Software RAID Post 302378326 by mojoman on Monday 7th of December 2009 02:48:22 PM
Old 12-07-2009
How do I know path to actual raid?

How do I find out the path to the actual raid?

Al I see is this:

Code:
[root@drill proc]# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      16790968   2805884  13118372  18% /
/dev/hda1               101086     17720     78147  19% /boot
tmpfs                   777728         0    777728   0% /dev/shm
/dev/md0             475751440 389860552  61724084  87% /ha0

When I execute your command I get:

Code:
[root@drill proc]# mdadm --detail /dev/ha0
mdadm: cannot open /dev/ha0: No such file or directory
[root@drill proc]# mdadm --detail /dev/md0
/dev/md0:
        Version : 00.90.03
  Creation Time : Thu Mar 26 19:20:00 2009
     Raid Level : raid1
     Array Size : 483336128 (460.95 GiB 494.94 GB)
  Used Dev Size : 483336128 (460.95 GiB 494.94 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Sun Dec  6 04:07:03 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

           UUID : 4a9f08c9:339514a7:b9ef28ff:12bbcfdb
         Events : 0.6

    Number   Major   Minor   RaidDevice State
       0     253        2        0      active sync   /dev/VolGroup_a/Logical_a
       1     253        3        1      active sync   /dev/VolGroup_b/Logical_b

 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Software Raid - changed devices

Good Morning all, I just have a quick question, on some systems I am working with Software Raid Level 0 devices. Yes, I know, this is not a good idea, but it was requested :-( Now, due to a new requirement, I need to add a second internal disk to the system, but with adding the new disk,... (1 Reply)
Discussion started by: malcom
1 Replies

2. SuSE

Raid software besides Veritass

Hello Lunix people, I am looking for Raid software or solution besides Veritas. Veritas has some great software but are way too costly. Does anyone know of good raid software that but NOT Veritas. I need the funcations but not the cost. (7 Replies)
Discussion started by: xtmeisel
7 Replies

3. UNIX for Advanced & Expert Users

Software RAID ...

Hi all, I m just trying using software RAID in RHEL 4, without problem , then i wanna simulate if disk 1 is fail (thereis an bootloader), i plug off my 1st disk. My problems is the second disk cannot boot? just stuck in grub, the computer is hang. Sorry for poor concept in RAID? I use a RAID 1.... (0 Replies)
Discussion started by: blesets
0 Replies

4. HP-UX

Software RAID (0+1)

Hi! A couple of months ago a disk failed in our JBOD cabinett and I have finally got a new disk to replace it with. It was a RAID 0 so we have to create and configure the whole thing again. First we thought of RAID 1+0 but it seems you can't do this with LVM. If you read my last thread, you can... (0 Replies)
Discussion started by: hoff
0 Replies

5. Linux

Software RAID on Linux

Hey, I have worked with Linux for some time, but have not gotten into the specifics of hard drive tuning or software RAID. This is about to change. I have a Dell PowerEdge T105 at home and I am purchasing the following: 1GBx4 DDR2 ECC PC6400 RAM Rosewill RSV-5 E-Sata 5 bay disk enclosure... (6 Replies)
Discussion started by: mark54g
6 Replies

6. Red Hat

Software RAID doubt

hi friends, I am having issues with adding a spare device to a failed array. I have created RAID 1 with 3 partitions using mdadm command. Later I added a spare with mdadm --add /dev/md0 /dev/sdb6 This works fine and when I check this with mdadm --detail command it just sits there as a spare... (7 Replies)
Discussion started by: saagar
7 Replies

7. UNIX for Dummies Questions & Answers

RAID software vs hardware RAID

Hi Can someone tell me what are the differences between software and hardware raid ? thx for help. (2 Replies)
Discussion started by: presul
2 Replies

8. Red Hat

Software RAID configuration

We have configured software based RAID5 with LVM on our RHEL5 servers. Please let us know if its good to configure software RAID on live environment servers. What can be the disadvantages of software RAID against hardware RAID (4 Replies)
Discussion started by: mitchnelson
4 Replies

9. Solaris

Software RAID on top of Hardware RAID

Server Model: T5120 with 146G x4 disks. OS: Solaris 10 - installed on c1t0d0. Plan to use software raid (veritas volume mgr) on c1t2d0 disk. After format and label the disk, still not able to detect using vxdiskadm. Question: Should I remove the hardware raid on c1t2d0 first? My... (4 Replies)
Discussion started by: KhawHL
4 Replies
ATARAID(4)						   BSD Kernel Interfaces Manual 						ATARAID(4)

NAME
ataraid -- software BIOS RAID SYNOPSIS
pseudo-device ataraid ld* at ataraid? vendtype ? unit ? DESCRIPTION
The ataraid driver provides support for BIOS-based software RAID controllers. These are devices which have some simple support for several basic RAID levels (often RAID 0 and RAID 1), but which require software support to actually perform the RAID function. The BIOS support is largely just to create and recognize the array so that it may be a boot device. The driver currently supports RAID formats from: o Adaptec HostRAID (found in Intel 6300ESB) o Intel MatrixRAID o JMicron RAID o nVidia MediaShield o Promise FastTrak o Via V-RAID (found in many VIA-based motherboards) Status of the logical disk as well as the disks associated with it, can be viewed through the bioctl(8) utility. SEE ALSO
ld(4), bioctl(8) HISTORY
The ataraid driver first appeared in NetBSD 2.0. AUTHORS
The ataraid driver was originally adapted from FreeBSD by Jason Thorpe <thorpej@NetBSD.org>. BUGS
Not all features of the software RAID are currently recognized or supported. For example, the Adaptec support doesn't recognize when a RAID 1 should be in a ``building'' state, and it does not do the right thing. At least part of the reason for this is that the publically-available information on these formats is quite limited. BSD
September 16, 2008 BSD
All times are GMT -4. The time now is 08:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy