查询和设置SAS链路请求分发的模式。
命令 |
说明 |
---|---|
hiraidadm ccontroller_id set dphstartmod [sas0=sas0_value] [sas1=sas1_value] [sas2=sas2_value] [sas3=sas3_value] [sas4=sas4_value] |
设置SAS链路请求分发的模式。 |
hiraidadm ccontroller_id show dphstartmod |
查询SAS链路请求分发的模式。 |
参数 |
参数说明 |
取值 |
---|---|---|
controller_id |
控制卡的ID。 |
查询控制卡ID请参见查询控制卡列表。 |
sas0_value |
影响slot0-slot7。 |
|
sas1_value |
影响slot8-slot15。 |
|
sas2_value |
影响slot16-slot23。 |
|
sas3_value |
影响slot24-slot31。 |
|
sas4_value |
影响slot32-slot39。 |
|
硬盘直连场景下:
1 2 3 4 5 6 7 8 9 10 11 12 | [root@localhost ~]# hiraidadm c0 set dphstartmod sas0=0 sas1=0 sas2=0 sas3=0 sas4=0 ========================================== 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 | [root@localhost ~]# hiraidadm c0 show dphstartmod ========================================== Hiraidadm Information =========================================== Name: hiraidadm Version: 1.2.0.2 Build Time: Nov 15 2022 22:07:55 ============================================================================================================== ============================================================================================================== Status Code = 0 Status = Success Description = None ============================================================================================================== Total sas ip number is 5. ------------------------------------------------------- Index CurrentConfig NextConfig ------------------------------------------------------- sas0 1 0 sas1 1 0 sas2 1 0 sas3 1 0 sas4 1 0 ------------------------------------------------------- |