列示闪存容器状态
使用 flash_canister_list 命令可列示特殊闪存容器状态。
flash_canister_list [ canister=ComponentId | flash_enclosure=ComponentId ]
参数
| 名称 | 描述 | 必需 | 缺省值 |
|---|---|---|---|
| canister | 将列示其特殊状态的闪存容器。 | N | 所有闪存容器。 |
| flash_enclosure | 要列示特殊状态的闪存机柜。 | N | 所有闪存机柜。 |
此命令可列示闪存容器的状态,包括:
- 组件通用状态
- 容器标识
- 节点标识
- 节点名
示例:
flash_canister_list
输出:
Component ID Status Currently Functioning Service IP Raid Status
---------------------- -------- ----------------------- --------------- -------------
1:Flash_Canister:4:1 OK yes 14.10.204.205 OK
1:Flash_Canister:4:2 OK yes 14.10.204.238 OK
Cont.:
Control Path Status Serial Connected MgmtNode
--------------------- ------------------ ----------
OK 1:Module:12 no
OK 1:Module:13 yes
| 字段标识 | 字段输出 | 缺省位置 |
|---|---|---|
| component_id | Component ID | 1 |
| status | Status | 2 |
| currently_functioning | Currently Functioning | 3 |
| service_ip | Service IP | 4 |
| raid_status | Raid Status | 5 |
| control_path_status | Control Path Status | 6 |
| serial_connected | Serial Connected | 7 |
| active | MgmtNode | 8 |
| fru_part_number | FRU Part Number | 不适用 |
| fru_identity | FRU Identity | 不适用 |
| temperature_state | Temperature State | 不适用 |
| fw_level | FW Level | 不适用 |
| mac_addresses | MAC Addresses | 不适用 |
| required_service | Requires Service | 不适用 |
| service_reason | Service Reason | 不适用 |
| canister_degraded | Canister Degraded | 不适用 |
| canister_missing | Canister Missing | 不适用 |
| status_led | Status Led | 不适用 |
| check_log_led | Check Log Led | 不适用 |
| identify_led | Identify Led | 不适用 |
| controller_fault_led | Controller Fault Led | 不适用 |
| fault_led | Fault Led | 不适用 |
| dump_led | Dump Led | 不适用 |
| canister_mode | Canister Mode | 不适用 |
| service_mode | Service Mode | 不适用 |
| miswired | Miswired | 不适用 |
访问控制
| 用户类别 | 许可权 |
|---|---|
| 存储管理员 | 允许 |
| 存储集成管理员 | 不允许 |
| 应用程序管理员 | 允许 |
| 安全性管理员 | 允许 |
| 只读用户 | 允许 |
| 技术人员 | 允许 |