leng 发表于 2015-10-7 10:13:30

dell omsa管理工具

  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>  

  删除虚拟硬盘
  

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/
页: [1]
查看完整版本: dell omsa管理工具