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 does Linux raid view log information

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article is to share with you the method of Linux raid to view log information, I believe most people do not know how to view it, in order to let you learn, to sum up the following content, do not say much, let's read on.

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, it is more likely that there are no corresponding management tools installed, and there are generally two ways to rely on Linux itself:

# dmesg | grep-I raid# cat / proc/scsi/scsi

The information displayed is the manufacturer, model and level of raid, but the information of each hard drive cannot be viewed.

This is the end of Linux raid's method of viewing log information, and solving the problem is not just the way analyzed by everyone in the article, but the accuracy of the method analyzed in this article is indisputable. If you like this article, you might as well share it for more people to see.

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