当前位置: 首页 > news >正文

易无忧建站重庆市建设厅网站首页

易无忧建站,重庆市建设厅网站首页,怎么给网站做反链,青岛商媒做网站怎么样Dell EMC PowerEdge RAID控制器(PERC)命令行界面(CLI)实用程序用于管理RAID卡相关的配置和信息&#xff0c;命令的子命令和选项如下所示&#xff1a; help - lists all the commands with their usage. E.g. perccli help <command> help - gives details about a parti…

Dell EMC PowerEdge RAID控制器(PERC)命令行界面(CLI)实用程序用于管理RAID卡相关的配置和信息,命令的子命令和选项如下所示:

help - lists all the commands with their usage. E.g. perccli help
<command> help - gives details about a particular command. E.g. perccli add helpList of commands:Commands   Description
-------------------------------------------------------------------
add        Adds/creates a new element to controller like VD,Spare..etc
delete     Deletes an element like VD,Spare
show       Displays information about an element
set        Set a particular value to a property
get        Get a particular value to a property
compare Compares particular value to a property
start      Start background operation
stop       Stop background operation
pause      Pause background operation
resume     Resume background operation
download   Downloads file to given device
expand     expands size of given drive
insert     inserts new drive for missing
transform  downgrades the controller
/cx        Controller specific commands
/ex        Enclosure specific commands
/sx        Slot/PD specific commands
/vx        Virtual drive specific commands
/dx        Disk group specific commands
/fall      Foreign configuration specific commands
/px        Phy specific commands
/[bbu|cv]  Battery Backup Unit, Cachevault commands

命令使用示例:

1)perccli64.exe show 列出机器当前的RAID卡信息:

Status Code = 0
Status = Success
Description = NoneNumber of Controllers = 1
Host Name = XXXXX
Operating System  = Windows Server 2008 R2System Overview :
===============---------------------------------------------------------------------------
Ctl Model        Ports PDs DGs DNOpt VDs VNOpt BBU   sPR DS EHS ASOs Hlth
---------------------------------------------------------------------------0 PERCH710Mini     8   8   1     0   2     0 NdAtn On  3  N      0 NdAtn
---------------------------------------------------------------------------Ctl=Controller Index|DGs=Drive groups|VDs=Virtual drives|Fld=Failed
PDs=Physical drives|DNOpt=DG NotOptimal|VNOpt=VD NotOptimal|Opt=Optimal
Msng=Missing|Dgd=Degraded|NdAtn=Need Attention|Unkwn=Unknown
sPR=Scheduled Patrol Read|DS=DimmerSwitch|EHS=Emergency Hot Spare
Y=Yes|N=No|ASOs=Advanced Software Options|BBU=Battery backup unit
Hlth=Health|Safe=Safe-mode boot

2)“perccli64.exe /c0/bbu show all”显示电池的信息

Controller = 0
Status = Success
Description = NoneBBU_Info :
========-------------------------
Property      Value
-------------------------
Type          BBU
Voltage       11 mV
Current       0 mA
Temperature   51 C
Battery State Dgrd-NdAtn
-------------------------BBU_Firmware_Status :
===================-------------------------------------------------
Property                                   Value
-------------------------------------------------
Charging Status                            None
Voltage                                    Low
Temperature                                OK
Learn Cycle Requested                      Yes
Learn Cycle Active                         No
Learn Cycle Status                         OK
Learn Cycle Timeout                        No
I2C Errors Detected                        No
Battery Pack Missing                       No
Replacement required                       Yes
Remaining Capacity Low                     Yes
Periodic Learn Required                    No
Transparent Learn                          No
No space to cache offload                  No
Pack is about to fail & should be replaced No
Cache Offload premium feature required     No
Module microcode update required           No
-------------------------------------------------GasGaugeStatus :
==============-------------------------------------
Property                   Value
-------------------------------------
Fully Discharged           Yes
Fully Charged              Yes
Discharging                No
Initialized                No
Remaining Time Alarm       No
Remaining Capacity Alarm   No
Terminate Discharge Alarm  No
Over Temperature           No
Charging Terminated        No
Over Charged               No
Relative State of Charge   0%
Charger System State       Unknown
Remaining Capacity         0
Full Charge Capacity       35
Is SOH Good                No
Battery backup charge time 0 hour(s)
-------------------------------------BBU_Capacity_Info :
=================------------------------------------------------------
Property                 Value
------------------------------------------------------
Relative State of Charge 0%
Absolute State of charge 0%
Remaining Capacity       0 mAh
Full Charge Capacity     35 mAh
Run time to empty        Battery is not being charged
Average time to empty    0 min
Average Time to full     Battery is not being charged
Cycle Count              7
Max Error                0%
Remaining Capacity Alarm 0 mAh
Remining Time Alarm      0 minutes(s)
------------------------------------------------------BBU_Design_Info :
===============-----------------------------------
Property                Value
-----------------------------------
Date of Manufacture     18/07/2011
Design Capacity         90 mAh
Design Voltage          0 mV
Specification Info      0
Serial Number           0
Pack Stat Configuration 0
Manufacture Name
Device Name
Device Chemistry
Battery FRU             N/A
Transparent Learn       1
App Data                0
Module Version          0148 03
-----------------------------------BBU_Properties :
==============--------------------------------------------------------------
Property             Value
--------------------------------------------------------------
Auto Learn Period    90d (7776000 seconds)
Next Learn time      2021/05/19  01:06:41 (674701601 seconds)
Learn Delay Interval 0 hour(s)
Auto-Learn Mode      Transparent

perccli64.exe /c0/bbu start learn” 对电池进行校准
perccli64.exe /c0/bbu show learn” 查看校准信息


3)“perccli /cx download file=”升级固件,其中 x 是控制器索引编号, 固件刷新完成后,按照指导重新引导服务器。


4)其他示例:
perccli /c0 show termlog
perccli /c0/v0 show all > virtualdrivers.txt
perccli /c0 /eall /sall show all > disks.txt
perccli /c0 show eventloginfo > eventloginfo.txt


安装PERC CLI方法:
1)在Windows中解压安装包即可。
2)在Linux中,运行rpm -ivh 安装percli RPM,或要升级percli RPM,运行rpm -Uvh 。然后进入目录/opt/MegaRAID/perccli,运行./perccli或./perccli64。
3)在VMware ESXi中,将VMware_PERCCLI_xxxxx_x.x-xxx.xxxx.tar.gz解压到主机上的/vmfs/volume/datastore1,
a. 查看已安装的VIB软件包的列表:esxcli software vib list
b. 安装VIB软件包:esxcli software vib install -v /vmfs/volume/datastore1/vmware-perccli-xxx.xxxx.xxxx.xxxx.vib --no-sig-check,其中/vmfs/volume/datastore1是VIB的路径详情。
c. 删除安装的VIB:esxcli software vib remove -n=vmware-esx-perccli.vib --force
d. 运行:/opt/lsi/perccli/perccli



参考:

适用于所有PERC控制器的Windows PERCCLI实用程序

PERCCLI Utility For All PERC9 Controllers

Dell PERC H730/H730P/H830/FD33xS/FD33xD Mini/适配器 RAID 控制器固件版本 25.5.6.0009

Dell EMC PowerEdge RAID Controller CLI Reference Guide

http://www.yayakq.cn/news/549963/

相关文章:

  • 做网站打算套用模板重庆网站建设团队
  • 自己做首饰的好网站深汕特别合作区包括哪些地方
  • 聊城网站建设工作室中国工程建筑网
  • 永川集团网站建设做破解的网站
  • 固原市建设局网站个人网站制作wordpress
  • 正规的佛山网站建设wordpress空间转移
  • 怎么做淘宝客个人网站深圳专业设计网站平台
  • 福田网站建设推广物联网技术是学什么的
  • 织梦网站模板免费宁波正规网络推广多少钱
  • 建设彩票开奖网站ASP.NET与网站开发编程实战
  • 西安网站建设雄账号做原创短视频网站
  • 制作网站网站如何更换网站的logo
  • 枣强网站建设公司wordpress docker中文文档
  • 企业建设网站有用么免费logo商标设计
  • 做网站收入怎样开发者大会
  • 做图模板网站有哪些网站开发兼职群
  • 上海门户网站制作公司wordpress主题播放音乐不刷新
  • 免费下载软件大厅福州seo网站推广优化
  • WordPress偷模板优化网站要怎么做
  • 网站建设续费是什么费用手机app安装下载注册
  • 郑州高新区网站建设珠海公司制作网站
  • 企业营销网站建设公司wordpress小工具位置
  • 网站制作商业模式网站设计论文结束语
  • 公司网站建设济南兴田德润厉害吗网站架构和网络
  • wordpress建站 外贸wordpress php页面
  • 杭州建站软件婺源做微信网站
  • 买了网站 怎么做呢用html制作登录注册界面
  • h5网站如何做排名东莞做网站优化
  • 提供网站建设排行榜福州网站开发大概费用
  • 什么样算网站需要备案中国建筑网查询