首页 > 其他分享 >RAID处理

RAID处理

时间:2025-01-07 14:46:35浏览次数:5  
标签:opt RAID MegaCli 处理 Direct a0 MegaRAID MegaCli64

1,查看Adapter

/opt/MegaRAID/MegaCli/MegaCli64 -cfgdsply -aALL   

 

指定硬盘做raid

查看新加盘的Enclosure ID 和Slot号

/opt/MegaRAID/MegaCli/MegaCli64 -pdlist -aall | egrep "Raw|Enclosure|Slot|Firmware"

Slot Number: 3
Enclosure position: 0
Raw Size: 558.911 GB [0x45dd2fb0 Sectors]
Firmware state: Online, Spun Up
Device Firmware Level: AD02
Enclosure Device ID: 10
Slot Number: 4
Enclosure position: 0
Raw Size: 447.130 GB [0x37e436b0 Sectors]
Firmware state: Online, Spun Up
Device Firmware Level: 0100

/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0(raid级别) [10(Enclosure Device ID):4(Slot Number)] WB Direct -a0(Enclosure position)


raid使用
https://www.cnblogs.com/zhangxinglong/p/5983425.html
https://idc.wanyunshuju.com/cym/646.html
https://github.com/XANi/toolbox/blob/master/doc/RAID.md



# /opt/MegaRAID/MegaCli/MegaCli64  -LDInfo -Lall -aALL
                                     
OSSpecificInitialize: Failed to load libsysfs.so.2.0.2 Please ensure that libsfs is present in the system.
The dependent library libsysfs.so.2.0.1 not available. Please contact LSI for distribution of the package

Adapter 0 -- Virtual Drive Information:
Virtual Drive: 0 (Target Id: 0)
Name                :
RAID Level          : Primary-0, Secondary-0, RAID Level Qualifier-0
Size                : 557.861 GB
State               : Optimal
Strip Size          : 128 KB
Number Of Drives    : 1
Span Depth          : 1
Default Cache Policy: WriteBack, ReadAhead, Direct, Write Cache OK if Bad BBU
Current Cache Policy: WriteBack, ReadAhead, Direct, Write Cache OK if Bad BBU
Access Policy       : Read/Write
Disk Cache Policy   : Disk's Default
Encryption Type     : None



查看raid和磁盘关系
/opt/MegaRAID/MegaCli/MegaCli64  -cfgdsply -aALL
/opt/MegaRAID/MegaCli/MegaCli64  -LdPDList -aALL

/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0(raid级别) [10(Enclosure Device ID):4(Slot Number)] WB Direct -a0(Enclosure position)

/opt/MegaRAID/MegaCli/MegaCli64 -pdlist -aall | egrep "Enclosure Device ID|Slot Number|Raw Size|Enclosure position"
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:1] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:2] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:3] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:4] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:5] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:6] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:7] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:8] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:9] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:10] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:11] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -aALL

https://blog.51cto.com/jiayimeng/2650619
/opt/MegaRAID/MegaCli/MegaCli64  -cfglddel  -L1 -a0

a0:表示raid卡信息中的Adapter #0适配器编号
L1:表示Virtual Drive 1虚拟设备编号
/opt/MegaRAID/MegaCli/MegaCli64  -LDInfo -Lall -aALL






MegaCli  -CfgLdAdd -r5 [8:0, 8:1, 8:3, 8:4, 8:5, 8:6, 8:7, 8:8, 8:9, 8:10, 8:11] -a0

/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd --r5 [8:0, 8:1, 8:3, 8:4, 8:5, 8:6, 8:7, 8:8, 8:9] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:10] WB Direct -a0
/opt/MegaRAID/MegaCli/MegaCli64 -cfgldadd -r0 [8:11] WB Direct -a0



RAID卡知識
https://www.cnblogs.com/dexter-wang/articles/12235881.html
https://www.cnblogs.com/dexter-wang/articles/12235881.html
https://javaforall.cn/124772.html
https://www.cnblogs.com/kxln/p/15790533.html
http://t.zoukankan.com/lixinliang-p-11196622.html
http://t.zoukankan.com/easonscx-p-10438053.html
https://www.cnblogs.com/xingxiz/p/10411248.html
https://github.com/XANi/toolbox/blob/master/doc/RAID.md
https://www.jianshu.com/p/551ce3a92061
https://www.shnne.com/post/344.html

1,确定坏盘






2,找到raid和targetid

相关参考

./MegaCli64 -CfgDsply -a0

./storcli64 -adpalilog -aALL >log


MegaCli  -CfgLdAdd -r5 [8:0, 8:1, 8:2,8:3, 8:4, 8:5, 8:6, 8:7, 8:8, 8:9, 8:10, 8:11] -a0

 

标签:opt,RAID,MegaCli,处理,Direct,a0,MegaRAID,MegaCli64
From: https://www.cnblogs.com/tiantao36/p/18657579

相关文章

  • Elasticsearch 字段多种类型处理
    背景​ 在搜索引擎和数据存储中,高效处理多样化的查询需求至关重要。以公司名称和时间字段为例,这些字段可能需要同时支持全文搜索和精确匹配。Elasticsearch提供了多字段功能,允许单个字段展示多种行为,例如分词搜索和精确匹配。本文将分析如何利用多字段功能,处理......
  • Nodejs是如何处理高并发的?
    Node.js处理高并发的能力主要得益于其异步编程模型、事件驱动机制、以及非阻塞I/O操作。以下是从前端开发角度,对Node.js如何处理高并发的详细解释:异步编程模型回调函数(Callback):Node.js大量使用回调函数来处理异步操作。当一个操作(如数据库查询或文件读取)完成时,回调函数......
  • 如何处理云服务器远程登录提示负载过高无法登录的问题
    问题描述:尝试远程登录云服务器时,提示负载过高,无法稳定登录。如何解决这个问题?解决方案:当遇到云服务器远程登录提示负载过高无法稳定登录的问题时,可以按照以下步骤进行排查和解决:监控服务器性能:首先,使用云服务商提供的监控工具或第三方监控软件(如Prometheus、Grafana等)实时监......
  • 域名被认定为钓鱼网站后的处理方法
    问题描述: 我的域名突然被注册局认定为钓鱼网站,并被添加了Hold状态。我经营的是合法业务,怀疑是在修改程序时被入侵导致。请协助查明原因并解决此问题。回答: 您好,域名被认定为钓鱼网站并添加Hold状态是一个严重的问题,需要尽快处理以恢复正常运营。以下是详细的排查步骤和解决方......
  • 如何处理云服务器远程桌面访问问题
    问题描述:用户报告无法通过Web界面访问云服务器的远程桌面,怀疑可能是VNC固定端口受到攻击或端口未开放导致的问题。用户希望了解如何解决远程桌面访问失败的问题。解决方案:确认远程桌面连接方式:确保您使用的远程桌面连接工具和协议正确无误。常见的远程桌面工具包括:Windows......
  • 第22章 高级线程处理
    第22章高级线程处理22.1同步概述多线程我们常需要一些同步结构进行线程间通讯。同步结构可以分为三类:互斥锁一次只允许一个线程执行特定的活动或一段代码。主要目的是令线程访问共享的写状态而不互相影响。互斥锁包括lock​、Mutex​和SpinLock​。2.非互斥锁实现......
  • Matlab代码基于辛几何模态分解的信号处理方法SGMD
    Matlab代码基于辛几何模态分解的信号处理方法SGMDfunctionsgc=SGMD(x,fs,tau,threshold_corr,threshold_nmse,varargin)%2023/03/15%基本参数:%x列表,输入一个信号x,%fs整数,x的采样频率,%threshold_corr浮点数,相关系数的阈值(可选,默认为0.......
  • 动手学深度学习-python基础知识介绍(数据处理基础流程)part2
    数据预处理importosos.makedirs(os.path.join('..','data'),exist_ok=True)data_file=os.path.join('..','data','house_tiny.csv')withopen(data_file,'w')asf:f.write('NumRooms,Alley,Price\n&......
  • Dexcap复现代码数据预处理全流程(五)——demo_create_hdf5.py
    此脚本的主要目的是从此前处理的数据集目录中读取多个子目录(每个子目录也是一个独立的数据集),对数据进行处理,并将处理后的数据保存到HDF5文件中1库引用fromdataset_utilsimport*2 指定数据集路径#定义原始数据集的主目录路径#需要替换[PATH_TO_RAW_DATA_DOWNL......
  • 【SD教程】一文教你图生图批量处理!
    今天给大家讲解一下SD图生图的批量处理功能应该如何让使用~(AI绘画SD整合包、各种模型插件、提示词、AI人工智能学习资料都已经打包好放在网盘中了,无需自行查找,有需要的小伙伴文末扫码自行获取。)一、图生图批量处理功能的基本用法首先打开webUI,在图生图页面下我们先找到批量......