nicklela / edk2-redfish-client-deprecated

Edk2 RedfishClientPkg workplace
Other
0 stars 0 forks source link

[Design] How to configure station IP address from SMBIOS type 42 record #14

Open nicklela opened 1 year ago

nicklela commented 1 year ago

We need to have a way to configure station IP address.

While Redfish service IP can be determinated by existing IPMI network command (need to check), we can define a rule like host IP address is Redfish service IP minus one. Other filed like format, type and netmask must to be the same as Redfish service IP type, format and netmask, so that they can talk with each other.

changab commented 1 year ago

After #18 Use IPMI NetFn: Net to retrieve the channel information,

nicklela commented 1 year ago

2022-12-22 Action:

nicklela commented 1 year ago

2023-01-03

nicklela commented 1 year ago

2023-01-10

The discussion to create IPMI command in order to get UUID and Hostname in HI specification: https://github.com/DMTF/Redfish/issues/5410