|
Post by AMI_archerwen on Sept 30, 2021 4:53:50 GMT
1. "Redfish HostInterface Spec 1.3.0" mentioned "The IPMI commands defined in this clause shall be rejected on interfaces that are not the system interface."But If we install a Host OS and try to execute the ipmi command via hostinterface IP (Ex. ipmitool -H 169.254.0.17 -U username -P password -I lanplus raw 0x2c 0x52 0x02 0x01) Is this need support? 2. According above rule, If CredentialBootstrapping.Enabled is false and then we restart the host, Is the bootstrap account need be deleted? Thanks, Archer.
|
|
|
Post by mraineri on Sept 30, 2021 12:36:20 GMT
For #1, that example is using the LAN interface with ipmitool; the system interface is typically a KCS interface, but could be SMBus on non-x86 architectures. In IPMI, LAN interfaces are never system interfaces. The reason for the requirement is we do not want to allow a non-host entity to request bootstrap credentials.
For #2, the statements you're highlighting are not tied to any state of the "Enabled" property. Regardless of the "Enabled" property, bootstrap accounts are always deleted on host resets.
|
|
|
Post by AMI_archerwen on Oct 5, 2021 9:20:09 GMT
Thanks for the reply.
|
|
|
Post by AMI_archerwen on Oct 15, 2021 6:34:03 GMT
Hi, There is one more doubt. About #2, bootstrap accounts should be deleted "On any reset of the service". Also base on the definition of spec, My understanding is "reset the Redfish Service", am I correct?
|
|
|
Post by mraineri on Oct 15, 2021 17:35:06 GMT
Yes, that's correct. In most applications, this would be the reset of the BMC.
|
|