| /openbmc/phosphor-state-manager/scripts/ |
| H A D | host-reboot | 3 # and either initiate the host firmware boot, or move it to the quiesce state 30 systemctl start obmc-host-quiesce@"$1".target 43 # the shutdown path has completed before starting the boot (or quiesce) 49 # its reboot count and halt in Quiesce if so. But in the host-crash path this 52 # Quiesce if reboot count is exhausted and the reason for the reboot was a 59 echo "reboot count is 0 and host crashed, go to host quiesce"
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
| H A D | op-proc-control-systemd-links.bb | 21 mkdir -p $D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants 27 …LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/op-clear-sys-dump-active@0.servic… 31 LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/op-stop-instructions@0.service" 96 …LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indica… 127 # If not a mpreboot system, default to quiesce target in crash target to support 130 LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/obmc-host-quiesce@0.target" 131 TARGET="../obmc-host-quiesce@.target" 172 …LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indica… 187 LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/obmc-host-quiesce@0.target"
|
| /openbmc/docs/architecture/ |
| H A D | openbmc-systemd.md | 112 ## Server Quiesce 114 The `obmc-host-quiesce@.target` is utilized in host error scenarios. When the 115 `obmc-host-quiesce@0.target` is entered, it puts the host state D-Bus 122 `obmc-chassis-hard-poweroff@.target` and `obmc-host-quiesce@.target`. It is 125 and put the host into Quiesce (if the host is running). Certain non-critical 132 quiesce. 198 Within OpenBMC, there is a host quiesce target. This is the target that other 200 OpenBMC can then monitor for the entry into this quiesce target and will handle 212 - All targets should have a `OnFailure=obmc-quiesce-host@.target` 218 `OnFailure=obmc-quiesce-host@.target` and ideally set "RemainAfterExit=no" [all …]
|
| /openbmc/phosphor-state-manager/target_files/ |
| H A D | meson.build | 2 'obmc-bmc-service-quiesce@.target', 17 'obmc-host-graceful-quiesce@.target', 18 'obmc-host-quiesce@.target',
|
| H A D | obmc-bmc-service-quiesce@.target | 2 Description=BMC Quiesce Target
|
| H A D | obmc-host-quiesce@.target | 2 Description=Quiesce Target
|
| H A D | obmc-host-start@.target | 5 OnFailure=obmc-host-quiesce@%i.target
|
| H A D | obmc-host-graceful-quiesce@.target | 2 Description=Graceful Quiesce Target
|
| H A D | obmc-host-startmin@.target | 8 OnFailure=obmc-host-quiesce@%i.target
|
| /openbmc/skeleton/pychassisctl/ |
| H A D | chassis_control.py | 138 def quiesce(self): member in ChassisControlObject 141 f.call_async("obmc-host-quiesce@0.target", "replace") 167 print("Watchdog Error, Going to quiesce") 168 self.quiesce()
|
| /openbmc/phosphor-state-manager/ |
| H A D | host_reset_recovery.cpp | 40 constexpr auto HOST_STATE_QUIESCE_TGT = "obmc-host-quiesce@0.target"; 138 error("sdbusplus call exception starting quiesce target: {ERROR}", in moveToHostQuiesce() 159 // another systemd target transition (i.e. Quiesce->Reboot) in main() 180 // quiesce target in main()
|
| H A D | systemd_target_signal.cpp | 36 method.append("obmc-bmc-service-quiesce@0.target"); in startBmcQuiesceTarget() 44 error("Failed to start BMC quiesce target, exception:{ERROR}", "ERROR", in startBmcQuiesceTarget() 111 // Enter BMC Quiesce when a critical service fails in processError()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/state/ |
| H A D | phosphor-state-manager_git.bb | 135 DBUS_SERVICE:${PN}-bmc += "obmc-bmc-service-quiesce@.target" 200 # - quiesce: Target to enter on host boot failure 201 # - graceful-quiesce: Target to enter on host boot failure (allow host graceful shutdown) 205 # quiesce target but the only delta is that this target contains 206 # multiple services and one of them is the quiesce target. 214 HOST_ACTION_TARGETS = "start startmin stop quiesce graceful-quiesce reset shutdown crash timeout " 231 QUIESCE_TMPL = "obmc-host-quiesce@.target" 233 QUIESCE_INSTFMT = "obmc-host-quiesce@{1}.target"
|
| H A D | phosphor-state-manager-systemd-links.inc | 11 obmc-host-graceful-quiesce@{}.target.wants/obmc-host-quiesce@{}.target \ 12 obmc-host-graceful-quiesce@{}.target.wants/pldmSoftPowerOff.service \ 13 obmc-host-quiesce@{}.target.wants/phosphor-reset-sensor-states@{}.service \
|
| /openbmc/docs/designs/ |
| H A D | fail-boot-on-hw-error.md | 58 - Quiesce the associated host during this failure 86 will be created. The corresponding host instance will be put in quiesce by 96 A new `obmc-host-graceful-quiesce@.target` systemd target will be started. This 98 start the `obmc-host-quiesce@.target` which will stop the host and move the host
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/ |
| H A D | poweron.conf | 4 Conflicts=obmc-host-quiesce@0.target
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/ |
| H A D | openpower-debug-collector-watchdog-timeout@.service | 3 Before=obmc-host-quiesce@%i.target
|
| H A D | openpower-debug-collector-watchdog@.service | 3 Before=obmc-host-quiesce@%i.target
|
| H A D | openpower-debug-collector-checkstop@.service | 3 Before=obmc-host-quiesce@%i.target
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
| H A D | Settings.interface.yaml | 9 If true, a hardware failure within the system will result in a Quiesce
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ |
| H A D | obmc-host-already-on@.target | 4 Conflicts=obmc-host-quiesce@%i.target
|
| H A D | ampere-host-on-host-check@.service | 7 OnFailure=obmc-host-quiesce@%i.target
|
| /openbmc/openpower-proc-control/service_files/ |
| H A D | phal-create-boottime-guard-indicator.service.in | 15 #WantedBy=obmc-host-quiesce@0.target
|
| H A D | op-clear-sys-dump-active@.service.in | 22 #WantedBy=obmc-host-quiesce@%i.target
|
| /openbmc/qemu/hw/s390x/ |
| H A D | event-facility.c | 5 * - Signal Quiesce - system power down 43 SCLPEvent quiesce, cpu_hotplug; member 400 &event_facility->quiesce, in init_event_facility() 412 if (!qdev_realize(DEVICE(&event_facility->quiesce), in realize_event_facility() 418 qdev_unrealize(DEVICE(&event_facility->quiesce)); in realize_event_facility()
|