iLO6搭載装置において、ilorestツールまたはRESTful APIツールを使用し、
LOMアダプターに共有LAN設定を行うとHTTP 400エラーが発生します。
また、レスポンスに以下のメッセージが表示されます。
どのように対処すればよいでしょうか?
ilorest -d rawpatch shared_lan_settings.json
Code:400 Bad Request
Body Response of /redfish/v1/Managers/1/EthernetInterfaces/2: {
"error":{
"code":"iLO.0.10.ExtendedInfo",
"message":"See @Message.ExtendedInfo for more information.",
"@Message.ExtendedInfo":[
{
"MessageArgs":["EmbeddedNIC","NIC"],
"MessageId":"Base.1.17.PropertyValueNotInList"
}
]
}
}
-shared_lan_settings.json
{
"path":"/redfish/v1/Managers/1/EthernetInterfaces/2",
"body": {
"Oem":{
"Hpe":{
"NICEnabled": true,
"SharedNetworkPortOptions": {
"NIC":"EmbeddedNIC",
"Port":1
}
}
}
}
}