Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to view Raid information under Linux system

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to view Raid information under the Linux system". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to view Raid information under the Linux system".

Software raid: can only be viewed through the Linux system itself

Cat / proc/mdstat

You can see the raid level, status and other information.

Hardware raid: the best way is to view it through the installed raid vendor's management tools, including cmdline and a graphical interface. For example, the hardware card of Adaptec can be viewed by the following command:

# / usr/dpt/raidutil-L all

You can see very detailed information.

Of course, more often than not, there are no corresponding management tools installed, so we can only rely on Linux itself. Generally speaking, there are two ways I know:

# dmesg | grep-I raid

# cat / proc/scsi/scsi

The information displayed is about the same, raid manufacturer, model, level, but can not view the information of each hard drive.

In addition, after the actual test, the server of Dell can be displayed through the command, while the server of HP, IBM and so on can not be displayed by the command above. It can only be viewed by installing the hardware manufacturer's management tools.

Thank you for your reading, the above is the content of "how to view Raid information under the Linux system". After the study of this article, I believe you have a deeper understanding of how to view Raid information under the Linux system. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report