命令 |
说明 |
---|---|
hiraidadm ccontroller_id:eenclosure_id:sslot_id show erase |
查询硬盘erase擦除进度。 |
hiraidadm ccontroller_id:eenclosure_id:sslot_id start erase mode=erase_mode [pa=11100000 pb=11110000] |
启动硬盘erase擦除。 |
hiraidadm ccontroller_id:eenclosure_id:sslot_id stop erase |
停止硬盘erase擦除。 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | [root@localhost ~]# hiraidadm c0:e0:s2 show erase ========================================== Hiraidadm Information =========================================== Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== Erase Progress | 0% Estimated Time | 0 min |
1 2 3 4 5 6 7 8 9 10 11 | [root@localhost ~]# hiraidadm c0:e0:s2 start erase mode=simple pa=11100000 pb=11110000 ========================================== 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:s2 stop erase ========================================== Hiraidadm Information =========================================== Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== |