Home
last modified time | relevance | path

Searched full:quiesce (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/phosphor-state-manager/scripts/
H A Dhost-reboot3 # 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 Dop-proc-control-systemd-links.bb21 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 Dopenbmc-systemd.md112 ## 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 Dmeson.build2 'obmc-bmc-service-quiesce@.target',
17 'obmc-host-graceful-quiesce@.target',
18 'obmc-host-quiesce@.target',
H A Dobmc-bmc-service-quiesce@.target2 Description=BMC Quiesce Target
H A Dobmc-host-quiesce@.target2 Description=Quiesce Target
H A Dobmc-host-start@.target5 OnFailure=obmc-host-quiesce@%i.target
H A Dobmc-host-graceful-quiesce@.target2 Description=Graceful Quiesce Target
H A Dobmc-host-startmin@.target8 OnFailure=obmc-host-quiesce@%i.target
/openbmc/skeleton/pychassisctl/
H A Dchassis_control.py138 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 Dhost_reset_recovery.cpp40 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 Dsystemd_target_signal.cpp36 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 Dphosphor-state-manager_git.bb135 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 Dphosphor-state-manager-systemd-links.inc11 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 Dfail-boot-on-hw-error.md58 - 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 Dpoweron.conf4 Conflicts=obmc-host-quiesce@0.target
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/
H A Dopenpower-debug-collector-watchdog-timeout@.service3 Before=obmc-host-quiesce@%i.target
H A Dopenpower-debug-collector-watchdog@.service3 Before=obmc-host-quiesce@%i.target
H A Dopenpower-debug-collector-checkstop@.service3 Before=obmc-host-quiesce@%i.target
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DSettings.interface.yaml9 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 Dobmc-host-already-on@.target4 Conflicts=obmc-host-quiesce@%i.target
H A Dampere-host-on-host-check@.service7 OnFailure=obmc-host-quiesce@%i.target
/openbmc/openpower-proc-control/service_files/
H A Dphal-create-boottime-guard-indicator.service.in15 #WantedBy=obmc-host-quiesce@0.target
H A Dop-clear-sys-dump-active@.service.in22 #WantedBy=obmc-host-quiesce@%i.target
/openbmc/qemu/hw/s390x/
H A Devent-facility.c5 * - 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()

1234