RAID - Collection of Information that I'm trying to learn.

=_= RAID =_=


1. How to confirm if your linux server has Hardware RAID installed in it?

Execute the command provided below.

/sbin/lspci -vv | grep -i raid


If it results an empty screen, you can confirm that there is no RAID hardware controller installed in the server.

2. How to confirm if there is Software RAID installed in the server?

Execute the command provided below.

cat /proc/mdstat

If it returns the below message, you can confirm that there is no software RAID installed in the server.


Personalities :
unused devices: <none>

Comments

Popular posts from this blog

Logical volume vmxxxx_img is used by another device - Error on LVM removal

Open VZ cheat Sheet

Cheat sheet for Hardware RAID health check - Megaraid, Adaptec, 3wareraid and HPraid.