| 56 | There's not much options for cciss-vol-status so let's have a look to an example first: |
| 57 | {{{ |
| 58 | vmware:~# cciss-vol-status /dev/cciss/c*d0 |
| 59 | /dev/cciss/c0d0: (Smart Array 6i) RAID 1 Volume 0 status: OK. |
| 60 | /dev/cciss/c0d0: (Smart Array 6i) RAID 1 Volume 1 status: OK. |
| 61 | }}} |
| 62 | |
| 63 | This command will print status of all arrays. You need to query all controllers (if you have more than one) but query the first logical drive only is fine (otherwise you will have duplicated lines). |
| 64 | [[BR]]That's why you should really use ''/dev/cciss/c*d0''. |