I have an IBM blade server and we've installed RedHat Linux on the machine.
How can we check if we have both disks running as a mirror, or if everything is only running on a single disk? What commands can I use to discover this?
Diana
|
I have an IBM blade server and we've installed RedHat Linux on the machine. How can we check if we have both disks running as a mirror, or if everything is only running on a single disk? What commands can I use to discover this? Diana
| ||||
|
feedback
|
|
Use the
As a quick check, if you have a mirror, With the onboard controller, the raw disks behind the mirror are also exposed to the OS via sg devnodes. See the output of | |||
|
feedback
|
|
If it's hardware RAID as I suspect, your RHEL will only see a single disk to the OS side. If you don't yet have any production stuff running on the server, just go ahead and physically test that thing. Remove one disk, see if your server continues working. Put disk back in, remove another disk, see if it still works. Anyway if during production one of your disk goes bad, you'll encounter this little test. | |||||||||
feedback
|
lspcicommand? It should list what RAID controller you're running, and then folks can help identify which CLI tool you need to query the status of the arrays. – Coops Aug 8 '11 at 14:13