how to identify the raid type on Linux?


 
Thread Tools Search this Thread
Operating Systems Linux how to identify the raid type on Linux?
# 1  
Old 10-28-2008
how to identify the raid type on Linux?

Hi

any idea on why I am getting this?

/sbin/mdadm --detail /dev/md0
mdadm: md device /dev/md0 does not appear to be active.


thanks.
# 2  
Old 10-28-2008
try:

Code:
mdadm --detail --scan

# 3  
Old 10-31-2008
cat /proc/mdstat
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

RAID on Linux

Dear All, I have a linux Server having a single disk /dev/sda and two partitions /dev/sda1 and /dev/sda2. Up on which a Logical Volume is created for root partition. Now the task is I need to implement RAID on this machine , namely RAID 1. Kindly clarify whether i can directly go and... (5 Replies)
Discussion started by: jegaraman
5 Replies

2. Solaris

identify server type from ufsdump

Hi guys I have a little problem. I need to identify the server type from some ufsdumps. How can i do that? I grepped with: grep Sun messages* but with this command, if there server was never rebooted, i cannot recognize the server type. any other idea? thx in advance Ivan (5 Replies)
Discussion started by: beta17
5 Replies

3. UNIX for Advanced & Expert Users

Identify failed disk in Linux RAID

Good Evening, 2 years ago, I set up an Ubuntu file-server for a friend, who is a photograph amateur. Basically, the server offers a software RAID-5 that can be accessed remotely from a MAC. Unfortunately, I didn't labeled the hard drives (i.e. which physical drive corresponds to the /dev/sdX... (2 Replies)
Discussion started by: Loic Domaigne
2 Replies

4. Solaris

Type of RAID

Hi i need to know how i made for getting witch RAID my system used exist a commad for this ? thank you (7 Replies)
Discussion started by: dimitris
7 Replies

5. Solaris

How to identify which type of Apache is installed?

Hi, I need to find out which type of Apache is installed. following is the list of Apache types Covalent, IBM HTTP, HP Apache-based, Oracle, Stronghold and may be some other as well. If anyone know how to figure out this, please share it with me. Thanks Sarwan (3 Replies)
Discussion started by: sarwan
3 Replies

6. AIX

how to identify the raid type on aix

hi how to identify the raid type on aix? thx (1 Reply)
Discussion started by: melanie_pfefer
1 Replies

7. Solaris

raid type

how to get the raid type of a mount if I am using solaris disksuite? thanks (1 Reply)
Discussion started by: melanie_pfefer
1 Replies

8. Shell Programming and Scripting

how to identify the type of shell using comands..

Dear friends, please tell me how to identify the type of the shell (whether cShell, kshell or anything else) please tell me the command. waiting for ur reply.... regards, swamymns (2 Replies)
Discussion started by: swamymns
2 Replies

9. Shell Programming and Scripting

Identify type of file

hi all, i have the next question: how can i identify the type of a file? . I'm working in Unix (Solaris 5.7) and i would like identify if a file is or not is a "flat file". I need have a program what separates the flat file in a directory, and the excel file in another directory. I must get... (1 Reply)
Discussion started by: DebianJ
1 Replies
Login or Register to Ask a Question