张秀芳,【X10000】X10000 G3 arcconf命令使用基本格式
1676537209,
问题描述
X10000 G3 arcconf命令使用的基本格式
解决方法
arcconf GETCONFIG <Controller#> [AD|LD [LD#]|PD|MC|AL]
<Controller#>为controller number ,就是用arcconf getconfig 1 看到的 Controllers found: 1
AD/LD/PD/AL
• AD—只显示Adapter的信息
• LD—只显示逻辑盘信息
• PD—只显示物理盘信息
• MC—只显示最大缓存信息
• AL—显示所有信息
例:
只显示逻辑盘信息(后面所有命令均以控制器编号为1举例)
arcconf getconfig 1 ld
只显示物理盘信息
arcconf getconfig 1 pd
只显示Adapter的信息
arcconf getconfig 1 ad
显示所有信息
arcconf getconfig 1 AL