raid type


 
Thread Tools Search this Thread
Operating Systems Solaris raid type
# 1  
Old 03-25-2008
raid type

how to get the raid type of a mount if I am using solaris disksuite?

thanks
# 2  
Old 03-27-2008
metastat -p

[root]# metastat -p
d2 -m d0 d1 1
d0 1 1 c1t0d0s0
d1 1 1 c1t1d0s0
d5 -m d3 d4 1
d3 1 1 c1t0d0s1
d4 1 1 c1t1d0s1
d8 -m d6 d7 1
d6 1 1 c1t0d0s4
d7 1 1 c1t1d0s4
d11 -m d9 d10 1
d9 1 1 c1t0d0s5
d10 1 1 c1t1d0s5
d14 -m d12 d13 1
d12 1 1 c1t0d0s6
d13 1 1 c1t1d0s6
d17 -m d15 d16 1
d15 1 1 c1t0d0s7
d16 1 1 c1t1d0s7
d18 -r c2t0d0s0 c2t1d0s0 c2t4d0s0 c2t6d0s0 -k -i 32b
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies

2. 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

3. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

4. 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

5. 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

6. Linux

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 Replies)
Discussion started by: melanie_pfefer
2 Replies

7. 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

8. Programming

array type has incomplete element type

Dear colleagues, One of my friend have a problem with c code. While compiling a c program it displays a message like "array type has incomplete element type". Any body can provide a solution for it. Jaganadh.G (1 Reply)
Discussion started by: jaganadh
1 Replies
Login or Register to Ask a Question