chenclosureslot

可以使用 chenclosureslot 命令修改机柜插槽的属性。

语法

 chenclosureslot  {  -identify   {  yes  |  no  } | [  -exclude  {  yes  |  no  } [  -port  port_id  ] [  -force  ] ] }  -slot  slot_id   enclosure_id 
Note:
  1. 可选参数是互斥的。
  2. 在您还指定了 -exclude 时,只能指定 -port-force
  3. 必须设置其中一个可选参数。
  4. 使用 -force 将对 -exclude yes 操作有影响。

参数

-identify yes | no
(可选)将故障指示灯 (LED) 的状态更改为 slow_flashing 或从 slow_flashing 更改为其他值。
-exclude yes | no
(可选)确保排除机柜插槽端口。 以下列表提供了您可以与该参数一起使用的选项的详细信息:
  • -exclude yes -port port_id -slot slot_id enclosureid:排除使用 port_id 指定的端口。如果端口的当前状态为 excluded_by_enclosureexcluded_by_driveexcluded_by_cluster,那么该命令看起来不起作用。但是,如果端口的当前状态为 online,那么状态将更改为 excluded_by_cluster。 该端口仍会排除在外,直至您重新运行已选择 no 的命令。
    Attention: 该命令检查从属卷。如果发出该命令将导致无法访问数据,那么命令将失败,并且显示一条错误消息。 可以使用 -force 标志忽略这些错误,但这可能会导致失去对数据的访问。
  • -exclude no-port port_id -slot slot_id enclosureid:假设没有任何理由排除该端口,该端口将进入 online 状态。如果在端口为 online 时发出该命令,那么它将不起作用。但是,如果在端口处于 excluded 时发出该命令,那么端口状态将执行以下某个操作:
    • 立即更改为 online 状态。
    • 消除会排除端口的所有其他原因后,更改为 online 状态。
  • -exclude yes | no -slot slot_id enclosureid:如果您发出该命令,但未定义端口,那么命令将同时作用于两个端口。
-port 1 | 2
(可选)指定容器上要排除的端口。如果未指定,那么将对两个端口执行 -exclude
-force
(可选)强制排除容器上的端口。
Important: 使用 -force 参数可能会导致失去访问。仅当产品支持信息指示时使用该参数 .
-slot slot_id
(必需)指定插槽标识。值必须是 1 到 92 之间的数字。
当从机柜(24 插槽机柜)前部查看时,会发现插槽被编号为 1(最左端)到 24(最右端)。在 12 插槽机柜中,将这些插槽按数字顺序排列为三行(每行四个插槽)。例如:
  • 第一行包含插槽 1、2、3 和 4(按该顺序)
  • 第二行包含插槽 5、6、7 和 8(按该顺序)
  • 第三行包含插槽 9、10、11 和 12(按该顺序)
enclosure_id
(必需)插槽所属的机柜。

描述

这些命令使您可以修改机柜插槽的属性。

调用示例:开启机柜 1 的插槽 7 上的识别指示灯

chenclosureslot -identify yes -slot 7 1

生成的输出:

No feedback

调用示例:强制排除机柜 3 中插槽 7 的端口 1

chenclosureslot -exclude yes -port 1 -force -slot 7 3

生成的输出:

No feedback