You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently bmc normalizes the entity association PDRs that are sent by Host. as part of that bmc puts new container id to Host entity association PDR and adds those to bmc entity association tree
but at present bmc is not changing the container ids in the respective Host fru record set PDRs and state sensor effecter PDRs
This story will make the code to change the container id in the fru record set PDR and state sensor and effecter PDRs that are sent by Host
Host will send the entity association PDr first and after that all other PDRs will come.
currently the pldm code merges an entity association PDR when it receives from Host.so when we get a fru record set PDR or state sensor PDR, we will check the entity association tree, pick up the changed container id and update the fru record and add to our PDR repo
The text was updated successfully, but these errors were encountered:
currently bmc normalizes the entity association PDRs that are sent by Host. as part of that bmc puts new container id to Host entity association PDR and adds those to bmc entity association tree
but at present bmc is not changing the container ids in the respective Host fru record set PDRs and state sensor effecter PDRs
This story will make the code to change the container id in the fru record set PDR and state sensor and effecter PDRs that are sent by Host
Host will send the entity association PDr first and after that all other PDRs will come.
currently the pldm code merges an entity association PDR when it receives from Host.so when we get a fru record set PDR or state sensor PDR, we will check the entity association tree, pick up the changed container id and update the fru record and add to our PDR repo
The text was updated successfully, but these errors were encountered: