查询和设置硬盘巡检的相关参数。
命令 |
说明 |
---|---|
hiraidadm ccontroller_id:eenclosure_id:sslot_id show patrolread |
查询硬盘巡检状态。 |
hiraidadm ccontroller_id:eenclosure_id:sslot_id start patrolread [delay=delay_time] |
设置硬盘巡检参数并执行。 |
hiraidadm ccontroller_id:eenclosure_id:sslot_id stop patrolread |
停止硬盘巡检。 |
查询硬盘巡检信息。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [root@localhost ~]# hiraidadm c0:e0:s6 show patrolread =========================================== Hiraidadm Information ============================================ Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== Disk Patrolread Information ------------------------------------------------------- Run Status | stop Patrolread Rate | low Patrolread progress | NA Estimated time | NA ------------------------------------------------------- |
1 2 3 4 5 6 7 8 9 10 11 | [root@localhost ~]# hiraidadm c0:e0:s6 start patrolread delay=2 =========================================== Hiraidadm Information ============================================ Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== |
1 2 3 4 5 6 7 8 9 10 11 | [root@localhost ~]# hiraidadm c0:e0:s6 stop patrolread =========================================== Hiraidadm Information ============================================ Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== |