Go to main content

Sun Server X4-4 HTML Documentation Collection

Exit Print View

Updated: October 2015
 
 

Power Off, Remote (Oracle ILOM CLI)

You can use the Oracle ILOM SP command-line interface (CLI) to remotely power off the server to standby power mode.

Before You Begin

Power Modes, Shutdowns, and Resets

  1. Open an SSH session and log in to the SP Oracle ILOM CLI.

    Log in as a user with root or administrator privileges. For example:

    ssh root@ipadress

    where ipadress is the IP address of the server SP.

    For more information, see Oracle X4 Series Servers Administration Guide .

    The Oracle ILOM CLI prompt appears:

    ->

  2. At the prompt, type one of the following commands:
    • For graceful power off:

      stop /System

    • For immediate power off:

      An immediate shutdown should be used in emergency situations or when you know that the loss of data is nonexistent or acceptable.

      stop -force /System

Next Steps