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?
|
|
|
If you are using software raid in linux, look at If its hardware raid, you'll need to look in the bios / raid controller config during boot up to check what raid level it is using. |
|||||||
|
|
There are several possible RAID configurations and it's not always obvious where to look. If it is Linux software RAID, it will likely show up in the device name. If you run If you are using hardware based RAID it's a little more complicated. Many of these devices will show up as if they were single drive devices. You should start with physically looking at the box to see if the drives are plugged into a RAID capable device. If so there might be indications from the POST messages during boot as well. |
|||
|
|
|
Download the IBM management tools for your platform and install them, if you haven't already done so. You need to have the proper modules installed, in particular the RAID controller module. In the management tool, select If you have a support contract, this is exactly the kind of things that your support provider can walk you through. |
|||
|
|