dell服务器raid管理工具

lsiutil dell sas6i/r
MegaCli dell prec

omsa管理raid分区

显示物理硬盘信息

omreport storage pdisk controller=0

显示虚拟硬盘信息

omreport storage vdisk controller=0

配置物理硬盘为raid模式(查看物理硬盘信息,如果非raid模式,使用以下命令)

omconfig storage pdisk controller=0 action=convertnonraidtoraid pdisk=0:1:0
omconfig storage pdisk controller=0 action=convertnonraidtoraid pdisk=0:1:1
.....

配置物理硬盘为raid10模式

omconfig storage controller action=createvdisk controller=0 raid=r10 size=max pdisk=0:1:0,0:1:1,0:1:2,0:1:3,0:1:4,0:1:5,0:1:6,0:1:7,0:1:8,0:1:9,0:1:10,0:1:11

删除虚拟硬盘

omconfig storage vdisk action=deletevdisk vdisk=1 controller=0

清除硬盘Foreign状态

mconfig storage controller action=clearforeignconfig controller=0

How-To : Replace dead / faulty drive in Dell PERC RAID array

http://cavepopo.hd.free.fr/wordpress/how-to/how-to-replace-dead-faulty-drive-in-dell-perc-raid-array/

# raidcfg controller
Controller_ID/Slot_ID: 4
Controller_PCI_ID: 2:0:0
Controller_Name: PERC H200 Integrated
Channels: 2
No.of Virtual_Disks: 2
Array_Disks: 0:0:2,0:1:2,0:2:2,0:3:2,0:4:2,0:5:2,0:6:2,0:7:2,
0:8:2,0:9:2,0:12:2,0:13:2
Firmware Version: 07.03.05.00
Preserved Cache: Not Available
T10 Protection Info Capable: No
Encryption Capable: No
Encryption Key Present: Not Applicable # raidcfg controller controllerid=4
# raidcfg pdisk controllerid=4
Controller: PERC H200 Integrated
**************** Physical Drive ****************
Vendor: DELL(tm)
Model: WDC WD2003FYYS-18W0B0
Protocol: SATA
Media: HDD
NegSpeed: 3072 Mbps
CapSpeed: UNKNOWN
Certified: YES
Location: 0:0:2
Size: 1907200 MB (1862 GB)
Avail: 0 MB
SMARTState: No Error
DiskState: Online
Encryption Capable: No
Secured: Not Applicable
Sector Size: 512B
T10 Protection Info Capable: No **************** Physical Drive ****************
Vendor: DELL(tm)
Model: WDC WD2003FYYS-18W0B0
Protocol: SATA
Media: HDD
NegSpeed: 3072 Mbps
CapSpeed: UNKNOWN
Certified: YES
Location: 0:1:2
Size: 1907200 MB (1862 GB)
Avail: 0 MB
SMARTState: No Error
DiskState: Online
Encryption Capable: No
Secured: Not Applicable
Sector Size: 512B
T10 Protection Info Capable: No
# raidcfg vdisk controllerid=4
Controller: PERC H200 Integrated
VDisk ID: 1
Virtual Disk Name: Virtual Disk 1
Size: 9536000 MB (9312 GB)
Type: RAID 10
Read Policy: Not Applicable
Write Policy: Not Applicable
Cache Policy: Disabled
Stripe Size: 64
Span Length: 10
Drives: 0:0:2,0:1:2,0:2:2,0:3:2,0:4:2,0:5:2,0:6:2,0:7:2,
0:8:2,0:9:2
BootVD: No
T10 Protection Info: Disabled
Encrypted: No VDisk ID: 0
Virtual Disk Name: Virtual Disk 0
Size: 476416 MB (465 GB)
Type: RAID 1
Read Policy: Not Applicable
Write Policy: Not Applicable
Cache Policy: Disabled
Stripe Size: 64
Drives: 0:12:2,0:13:2
BootVD: No
T10 Protection Info: Disabled
Encrypted: No
raidcfg vdisk action=deletevdisk controllerid=4 vdisk=1
raidcfg controller action=createvdisk controllerid=4 pdisk=0:0:2,0:1:2,0:2:2,0:3:2,0:4:2,0:5:2,0:6:2,0:7:2,0:8:2,0:9:2 raid=5

dell omsa管理工具的更多相关文章

  1. DELL服务器管理工具和RACADM介绍

    DELL服务器管理工具和RACADM介绍 一.Dell服务器管理工具介绍 Dell对服务器(DELL PowerEdge)的管理主要提供了三种管理工具,分别是Dell Remote Access Co ...

  2. Linux服务管理(Ubuntu服务管理工具sysv-rc-conf)(转)

    Linux运行级别 Linux系统任何时候都运行在一个指定的运行级上,并且不同的运行级的程序和服务都不同,所要完成的工作和要达到的目的都不同,系统可以在这些运行级之间进行切换,以完成不同的工作. 运行 ...

  3. ipmitool管理工具

    一.ipmitool简介 IPMI(Intelligent Platform Management Interface)智能平台管理接口 1.IPMI的核心是一个专用芯片/控制器(叫做服务器处理器或基 ...

  4. Postman - 功能强大的 API 接口请求调试和管理工具

    Postman 是一款功能强大的的 Chrome 应用,可以便捷的调试接口.前端开发人员在开发或者调试 Web 程序的时候是需要一些方法来跟踪网页请求的,用户可以使用一些网络的监视工具比如著名的 Fi ...

  5. JDK 中的证书生成和管理工具 keytool

    参考资料 该文中的内容来源于 Oracle 的官方文档 Java SE Tools Reference .Oracle 在 Java 方面的文档是非常完善的.对 Java 8 感兴趣的朋友,可以直接找 ...

  6. Debian的软件包管理工具命令 (dpkg,apt-get)详解

    本文转载于:http://blog.chinaunix.net/uid-20769502-id-106056.html   1.dpkg包管理工具 dpkg --info "软件包名&quo ...

  7. nrm NPM源管理工具

    nrm NPM源管理工具 工具 前端 npm cnpm 今天经过同事介绍,发现一个好玩的东西——nrm(NPM registry manager) nrm 是一个可以快速切换NPM源的node插件.由 ...

  8. 常用MySQL图形化管理工具

    MySQL的管理维护工具非常多,除了系统自带的命令行管理工具之外,还有许多其他的图形化管理工具,这里我介绍几个经常使用的MySQL图形化管理工具,供大家参考. MySQL是一个非常流行的小型关系型数据 ...

  9. 代码管理工具 --- git的学习笔记二《git的工作原理》

    通过几个问题来学习代码管理工具之git 一.git是什么?为什么要用它?使用它的好处?它与svn的区别,在Mac上,比较好用的git图形界面客户端有 git 是分布式的代码管理工具,使用它是因为,它便 ...

随机推荐

  1. mybatis逆向工程工具

    mybatis逆向工程 package com.cxy; import java.io.File; import java.util.*; import org.mybatis.generator.a ...

  2. vue学习三:生命周期钩子

    生命周期钩子介绍: 每个 Vue 实例在被创建时都要经过一系列的初始化过程——例如,需要设置数据监听.编译模板.将实例挂载到 DOM 并在数据变化时更新 DOM 等.同时在这个过程中也会运行一些叫做生 ...

  3. pytorch contiguous的使用

    contiguous一般与transpose,permute,view搭配使用 即使用transpose或permute进行维度变换后,调用contiguous,然后方可使用view对维度进行变形. ...

  4. windows 常用 命令

    Hyper-v管理               virtmgmt.msc 网络                         ncpa.cpl windows 远程登陆    mstsc.cpl C ...

  5. JS函数调用分析过程

  6. 修改阿里云ESC Centos 7.4 防火墙开放端口

    例如系统:Centos 7.4操作如下 1,进入 cd /etc/firewalld/zones/ 目录 2,编辑 vim public.xml 3,按i或insert键进入编辑模式 4,在<z ...

  7. python 字符串的特性

    #######str字符串#####str字符判断大小写  url1 = 'http://www.cctv.com'  url2 = 'file:///mnt'  print url1.startsw ...

  8. ZPL打印机公用代码

    using System;using System.Collections.Generic;using System.Linq;using System.Web; using System.Text; ...

  9. idea生成springBoot 报错403

    问题: idea创建springboot失败 Initialization failed Cannot download 'https://start.spring.io': Status: 403 ...

  10. Linux7.3 glib-2.49安装记录

    由于 Linux系统较新,所在glib选择了较新的glib-2.49,安装过程遇到颇多错误,这里只记录正确的成功的安装记录. # rpm -q ncurses readline lua libffi ...