查询和设置硬盘并发参数。
命令 |
说明 |
---|---|
hiraidadm ccontroller_id set quedepth type=type [sashdd=sashdd] [sasssd=sasssd] [satahdd=satahdd] [satassd=satassd] |
设置硬盘并发参数。 |
hiraidadm ccontroller_id show quedepth |
查询硬盘并发参数。 |
参数 |
参数说明 |
取值 |
---|---|---|
controller_id |
控制卡的ID。 |
查询控制卡ID请参见查询控制卡列表。 |
type |
配置裸盘或RAID成员盘。 |
|
sashdd |
配置SAS HDD。 |
范围: 1~128 |
sasssd |
配置SAS SDD。 |
范围: 1~128 |
satahdd |
配置SATA HDD。 |
范围: 1~32 |
satassd |
配置SATA SSD。 |
范围: 1~32 |
1 2 3 4 5 6 7 8 9 10 11 12 | [root@localhost ~]# hiraidadm c0 set quedepth type=raid sashdd=128 satassd=16 ========================================== Hiraidadm Information =========================================== Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== The configuration takes effect after the reboot. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | [root@localhost ~]# hiraidadm c0 show quedepth ========================================== Hiraidadm Information =========================================== Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== Current Config ------------------------------------------------------- Type SASHDD SASSSD SATAHDD SATASSD ------------------------------------------------------- RAID 32 64 32 32 RawDrive 64 64 32 32 Next Config ------------------------------------------------------- Type SASHDD SASSSD SATAHDD SATASSD ------------------------------------------------------- RAID 128 64 32 16 RawDrive 64 64 32 32 ----------------------------------------------------- |