<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; Raid</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/raid/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux系统下使用RAID卡管理工具storcli在线创建RAID</title>
		<link>https://www.osyunwei.com/archives/14420.html</link>
		<comments>https://www.osyunwei.com/archives/14420.html#comments</comments>
		<pubDate>Mon, 19 Aug 2024 03:54:07 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Raid]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14420</guid>
		<description><![CDATA[工具介绍： 1、storcli（Storage Command Line Interface）是一款强大的命令行管理工具，用于管理和配置存储控制器， 2、使用该工具可以实现在操作系统内完成对RAID卡的全部操作， 3、主要适用于Broadcom（原LSI）及Intel RAID控制器，目前大部分服务器的磁盘阵列卡基本都采用了LSI的产品， 4、Windows、Linux、VMware exsi系统下storcli工具使用没有区别，只是在工具安装方法上有区别。 5、storcli工具下载链接：https://www.broadcom.com/site-search?q=storcli 安装storcli工具： 上传到服务器并解压下载好工具包：StorCLI_7_28-007.2807.0000.0000.zip cd /tmp unzip StorCLI_7_28-007.2807.0000.0000.zip cd storcli_rel unzip Unified_storcli_all_os.zip cd Unified_storcli_all_os cd Linux sudo rpm -ivh storcli-007.2807.0000.0000-1.noarch.rpm 安装完成后的路径：/opt/MegaRAID/storcli cd /opt/MegaRAID/storcli sudo ./storcli64 -h #查看帮助，有命令的使用方法 使用storcli工具： 需求：使用storcli工具对服务器上未使用的磁盘做RAID5操作 1、查看磁盘分区 lsblk 可以看到sdb和sdm磁盘已经在使用中，现在需要把其它未使用的磁盘做RAID操作 sdm是系统盘 2、查询磁盘信息 cd /opt/MegaRAID/storcli sudo ./storcli64 /call/eall/sall show sudo ./storcli64 /c0 show #查看RAID信息 可以看到sdm系统盘对应的磁盘是8:30和8:31，使用的是RAID1 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14420.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14420.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell PowerEdge R710服务器安装CentOS 5.5加载Raid卡驱动</title>
		<link>https://www.osyunwei.com/archives/4969.html</link>
		<comments>https://www.osyunwei.com/archives/4969.html#comments</comments>
		<pubDate>Wed, 25 Jul 2012 09:24:21 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 5.5]]></category>
		<category><![CDATA[Raid]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4969</guid>
		<description><![CDATA[问题：Dell R710服务器用3块硬盘做成的Raid5，在安装CentOS 5.5 64位系统时，提示找不到硬盘，系统安装不上 原因：CentOS 5.5 64位系统默认情况下没有Raid卡驱动 解决办法：在系统安装之前手动加载Raid卡驱动，然后再安装系统 具体操作： 一、查询服务器Raid卡对应的OEM芯片 DELL PowerEdge R710 使用的Raid卡为PERC 6/I 打开网站：http://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=15&#38;tid=286867 找到PERC 6/I PERC 6/I 对应的型号为MegaRAID SAS 8888ELP 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 二、下载Raid卡驱动程序 打开网站： http://www.lsi.com/channel/china/products/storagecomponents/Pages/MegaRAIDSAS8888ELP.aspx 切换到SUPPORT &#38; DOWNLOADS选项 点击DRIVER前面的+号 找到RHEL - 4.6 - 10M09 点击右边的下载按钮 选择Accept进行下载 解压下载好的文件：4.38_RHEL_Linux_driver.zip 找到megaraid_sas-v00.00.04.38-1-rhel50-u5-all.img就是我们需要的驱动文件。 三、用U盘制作Raid卡驱动盘 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 1、把megaraid_sas-v00.00.04.38-1-rhel50-u5-all.img文件拷贝到U盘根目录下 2、找一台装有Linux系统的计算机 把U盘插入到USB接口 进入命令控制台 fdisk -l #查看设备信息 mount /dev/sdb [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4969.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4969.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
