ipmcget -t storage -d ldinfo
更新时间: 2026/07/16
在Gitcode上查看源码ipmcget -t storage -d ldinfo
命令功能
查询逻辑驱动器信息
命令格式
text
ipmcget -t storage -d ldinfo -v <ctrlid> <option>参数说明
| Name | Location | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|---|
ctrlid | ReqBody | integer | 是 | - | [{"Type": "Range", "Formula": [0, 255]}] | RAID Controller ID (An non-negative integer base 0). eg. 0,1,2... |
option | ReqBody | - | 是 | - | - | all - Show all logical drives in this RAID controller. ID - Show only one logical drive which matches with this ID (0 - 255). |
响应/输出说明
| Name | Location | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|---|
ControllerList | RspBody | - | 否 | - | - | - |
CtrlId | RspBody | - | 否 | - | - | - |
option | RspBody | - | 否 | - | - | - |
GetVolumeList | RspBody | - | 否 | - | - | - |
后端处理流
| Step | Type | Path/URI | Interface | Field/Method | Source | Destination |
|---|---|---|---|---|---|---|
| 1 | List | /bmc/kepler/Systems/1/Storage/Controllers | bmc.kepler.Systems.Storage.Controller | - | - | {"Members": "ControllerList"} |
| 2 | Method | /bmc/kepler/MdbService | bmc.kepler.Mdb | GetPath | - | {"Path": "Path"} |
| 3 | List | ${ProcessingFlow[2]/Destination/Path}/Volumes | bmc.kepler.Systems.Storage.Volume | - | - | {"Members": "VolumeList"} |
使用示例
text
ipmcget -t storage -d ldinfo -v <ctrlid> <option>输出样例
来源信息
| Item | Value |
|---|---|
| 命令类型 | ipmcget |
| target | storage |
| dataitem | ldinfo |
| URI | /cli/v1/storage/ldinfo |
| Interface Type | Get |
| 配置来源 | interface_config/cli/ipmcget/storage.json |
| 请求版本 | 26.06_2026.06.30 |
| 源码提交 | 5606349e |
| 生成时间 | 2026-07-16T01:48:37 |