ProLiant Servers (ML,DL,SL)
1752482 Members
5954 Online
108788 Solutions
New Discussion юеВ

how to view all disks with linux command

 
SOLVED
Go to solution
lastgreatone
Regular Advisor

how to view all disks with linux command

Hi, I have setup a new dl380 G5 p400 smart array with 1 logical drive RAID 1 and 1 logical drive RAID 0.

Using linux what command would I run to view the mirrored disks and unmirrored disks, if that makes sense. Or what should I see in the etc/fstab?
2 REPLIES 2
Rob Leadbeater
Honored Contributor
Solution

Re: how to view all disks with linux command

Hi,

You should be able to see what devices have been set up for the SmartArray disks by looking at the output of dmesg.

Linux itself won't be able to tell the difference between the two logical drives as they've been mirrored at the hardware level...

If you want to see the configuration of the array, then you'd probably have to load the Array Configuration Utility for Linux available here:

http://h18023.www1.hp.com/support/files/server/us/download/27055.html

Hope this helps,

Regards,

Rob
lastgreatone
Regular Advisor

Re: how to view all disks with linux command

Thanks.