Difference between revisions of "Configuring Power Restore States"

From RCS Wiki
Jump to navigation Jump to search
m
m (HLandau moved page Talos II/Configure Power Restore States to Configuring Power Restore States: Not Talos specific anymore)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Power Restore Configuration ==
+
==Purpose==
 +
This guide explains how to configure RCS [[OpenPOWER]] systems to power on immediately when power is applied to a system.
  
The BMC control system power state.  As such, the power restore state is configured on the BMC itself.  After gaining SSH access to the BMC, you can configure the system power restore state as follows.
+
==Applicability==
 +
All RCS [[OpenPOWER]] systems.
 +
 
 +
==Changing power restore settings==
 +
 
 +
The BMC controls the system power state.  As such, the power restore state is configured on the BMC itself.  After gaining SSH access to the BMC, you can configure the system power restore state as follows.
  
 
=== Keep chassis power off after power application ===
 
=== Keep chassis power off after power application ===
Line 10: Line 16:
 
  <nowiki>busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOn</nowiki>
 
  <nowiki>busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOn</nowiki>
  
=== Restore last chassis power on after power application ===
+
=== Restore last chassis power state after power application ===
 
  <nowiki>busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.Restore</nowiki>
 
  <nowiki>busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.Restore</nowiki>
 +
 +
[[Category:Guides]]

Latest revision as of 13:37, 2 March 2019

Purpose

This guide explains how to configure RCS OpenPOWER systems to power on immediately when power is applied to a system.

Applicability

All RCS OpenPOWER systems.

Changing power restore settings

The BMC controls the system power state. As such, the power restore state is configured on the BMC itself. After gaining SSH access to the BMC, you can configure the system power restore state as follows.

Keep chassis power off after power application

busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOff

Always turn chassis power on after power application

busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.AlwaysOn

Restore last chassis power state after power application

busctl set-property xyz.openbmc_project.Settings /xyz/openbmc_project/control/host0/power_restore_policy xyz.openbmc_project.Control.Power.RestorePolicy PowerRestorePolicy s xyz.openbmc_project.Control.Power.RestorePolicy.Policy.Restore