Go to main content

Oracle® ILOM Getting Started Guide Firmware Release 4.0.x

Exit Print View

Updated: September 2017
 
 

Modify the Power State on a Managed Device

Before You Begin

  • You need Admin (a) role privileges to modify the power state on a managed device.

To modify the power state on a server SP or CMM, you can use the Oracle ILOM CLI or web interface.

  • Modify managed device power state – Web Procedure 1.

  • Modify managed device power state – CLI Procedure 2.

  1. Modify Managed Device Power State – Web Procedure
    1. In the SP or CMM web interface, click Host Management -> Power Control.

      Power Control page appears.


      Note -  For CMM only, click the radio button adjacent to the chassis device listed in the Remote Power Control table.
    2. To set the power state on a managed device, select one of the following options:
      • Reset – This SP-specific option power-cycles the managed server, while keeping power applied to system components (such as disk drives and so on).
      • Graceful Reset – This SPARC SP specific option gracefully shuts down the host OS prior to power-cycling the managed SPARC server.
      • Immediate Power Off – This option immediately powers off the managed device.
      • Graceful Shutdown and Power Off – This option gracefully powers down the OS prior to powering off the managed device.
      • Power On (default setting) – This option applies full power to the managed device.
      • Power Cycle – This option powers off the managed device, then applies full power to the managed device.
  2. Modify Managed Device Power State – CLI Procedure

    To set the power state on a managed device from the SP or CMM CLI, perform one of the following actions:

    • Reset – To power-cycle the managed x86 server or a blade system chassis, while keeping power applied to system components (such as disk drives and so on) type:

      reset /System

      To power-cycle a managed SPARC server, type:

      reset -force /System

    • Graceful Reset (SPARC SP only) – To gracefully shut down the host operating system prior to power-cycling a SPARC server, type:

      reset /System

    • Immediate Power Off – To immediately power off a managed server or blade system chassis, type:

      stop -force /System

    • Graceful Shutdown and Power Off – To shut down the OS gracefully prior to powering off a managed server or a blade system chassis, type:

      stop /System

    • Power On (default setting) – To apply full power to a managed server or a blade system chassis, type:

      start /System

Related Information