Searched full:poh (Results 1 – 16 of 16) sorted by relevance
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_poh_counter.robot | 2 Documentation This suite tests IPMI POH Counter Support in OpenBMC. 3 ... Feature: IPMI POH Counter Support 5 ... POH (Power-On Hours) counter is the incremental count of power ON 11 ... Get POH Counter Command Via IPMI 12 ... Verify Get POH Counter With Invalid Data Request Via IPMI 13 ... Verify POH Counter Reading With Wait Time 14 ... Verify POH Counter Reading With Host Power Off 15 ... Verify POH Counter Reading With Host Power On 24 ... Comparison between Initial POH Counter reading and reading after wait 46 Get POH Counter Command Via IPMI [all …]
|
| /openbmc/phosphor-state-manager/ |
| H A D | chassis_state_manager.hpp | 183 /** @brief Serialize and persist requested POH counter. 185 * @return fs::path - pathname of persisted requested POH counter. 189 /** @brief Deserialize a persisted requested POH counter. 191 * @param[in] retCounter - deserialized POH counter value
|
| H A D | meson.options | 32 'poh-counter-persist-path', 35 description: 'Path format of file for storing POH counter.',
|
| H A D | chassis_state_manager_main.cpp | 56 // two file to store persist values(POH and state change time), to in main()
|
| H A D | meson.build | 20 get_option('poh-counter-persist-path'),
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | PowerOnHours.interface.yaml | 2 Implement to provide the POH(Power-On-Hours) counter.
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | host-ipmid-whitelist.conf | 9 0x00:0x0F //<Chassis>:<Get POH Counter Command>
|
| H A D | chassishandler.cpp | 167 namespace poh namespace 172 } // namespace poh 2302 /** @brief implements Get POH counter command 2317 return ipmi::responseSuccess(static_cast<uint8_t>(poh::minutesPerCount), in ipmiGetPOHCounter() 2460 // <Get POH Counter> in registerNetFnChassisFunctions()
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 10 0x00:0x0F //<Chassis>:<Get POH Counter>
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.cpp | 175 // POH timer 1517 lg2::info("POH timer started"); in pohCounterTimerStart() 1518 // Set the time-out as 1 hour, to align with POH command in ipmid in pohCounterTimerStart() 1527 lg2::error("POH timer async_wait failed: {ERROR_MSG}", in pohCounterTimerStart() 1530 lg2::info("POH timer canceled"); in pohCounterTimerStart() 1545 lg2::error("error getting poh counter"); in pohCounterTimerStart() 1552 lg2::error("unable to read poh counter"); in pohCounterTimerStart() 1560 lg2::error("failed to set poh counter"); in pohCounterTimerStart()
|
| /openbmc/docs/ |
| H A D | IPMITOOL-cheatsheet.md | 190 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" chassis poh
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_chassis.c | 232 printf("POH Counter : %i days, %i hours, %li minutes\n", in ipmi_chassis_poh() 235 printf("POH Counter : %i days, %i hours\n", days, hours); in ipmi_chassis_poh() 1159 …lprintf(LOG_NOTICE, "Chassis Commands: status, power, identify, policy, restart_cause, poh, bootd… in ipmi_chassis_main() 1210 else if (strncmp(argv[0], "poh", 3) == 0) { in ipmi_chassis_main()
|
| /openbmc/ipmitool/control/ |
| H A D | ipmitool.spec.in | 180 - Fix bug in "chassis poh" command.
|
| /openbmc/ipmitool/doc/ |
| H A D | ipmitool.1 | 461 \fIpoh\fP 2145 \fIpoh\fP 2515 example to query the POH counter with a raw command:
|
| /openbmc/ipmitool/ |
| H A D | ChangeLog | 458 * Fix bug in "chassis poh" command.
|
| /openbmc/intel-ipmi-oem/ |
| H A D | ipmi-allowlist.conf | 13 0x00:0x0f:0xff7f //<Chassis>:<Get POH Counter>
|