查询和设置虚拟磁盘的流控门限。
命令 |
说明 |
---|---|
hiraidadm ccontroller_id set vdfc mode=mode |
设置虚拟磁盘的流控门限。 |
hiraidadm ccontroller_id show vdfc |
查询虚拟磁盘的流控门限。 |
参数 |
参数说明 |
取值 |
---|---|---|
controller_id |
控制卡的ID。 |
查询控制卡ID请参见查询控制卡列表。 |
mode |
虚拟磁盘的流控门限。 |
|
查询虚拟磁盘的流控门限时:
1 2 3 4 5 6 7 8 9 10 11 12 | [root@localhost ~]# hiraidadm c0 set vdfc mode=high ========================================== 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 system is restarted. |
1 2 3 4 5 6 7 8 9 10 11 12 13 | [root@localhost ~]# hiraidadm c0 show vdfc ========================================== 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 Mode | low Next Mode | high |