/openbmc/openpower-debug-collector/watchdog/ |
H A D | utils.hpp | b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | ffdc_file.hpp | b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | file_descriptor.hpp | b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | utils.cpp | b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | ffdc_file.cpp | b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | meson.build | diff b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | watchdog_dbus.hpp | diff b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | watchdog_logging.cpp | diff b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | watchdog_main.hpp | diff b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | watchdog_dbus.cpp | diff b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|
H A D | watchdog_main.cpp | diff b64983f0c1cc04a64082f6096f6a2e1e40223968 Tue Feb 01 09:28:10 CST 2022 Shantappa Teekappanavar <sbteeks@yahoo.com> Callout support for SBE when watchdog times out
This commit provides additional callout support for SBE when the host does not respond within watchdog timeout interval during SBE boot window.
Testing: Steps used: 1. obmcutil poweroff 2. istep -s0 3. systemctl start org.open_power.Dump.Manager.service 4. systemctl start openpower-debug-collector-watchdog@0.service 5. Check the journal log, and get the PEL id to print PEL info
PEL info: "Callout Section": { "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxxxxxxxxxxxx", "Part Number": "xxxxx", "CCIN": "xxxx", "Serial Number": "xxxxxxx" } ... "User Data 2": { "Section Version": "1", "Sub-section type": "1", "Created by": "0x2000", "Data": [ { "Priority": "H", "Procedure": "BMC0002" }, { "Deconfigured": false, "Guarded": false, "LocationCode": "Ufcs-xx-xxx", "Priority": "M" } ] }
Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I5e182cb415a807d97c98812a6713905d39fdbc9a
|