Go to main content
Oracle® Server X5-4 Service Manual

Exit Print View

Updated: December 2015
 
 

Turn On the Locator Indicator Remotely (Oracle ILOM CLI)

The Locator indicator helps you identify the a specific server in a rack.

  1. Open an SSH session and at the command line log in to the 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, refer to the Oracle X5 Series Servers Administration Guide at http://www.oracle.com/goto/x86AdminDiag/docs.

    The Oracle ILOM CLI prompt appears:

    ->

  2. To turn on the Locator indicator, type the following command at the prompt:

    set /System/ locator_indicator=on


    Note -  To turn off the Locator indicator, type: set /System/ locator_indicator=off.
  3. To verify the status of the Locator indicator, type:

    –> show /System/ locator_indicator

    The output of the command appears:

    /System

    Properties:

    locator_indicator = Off

    The value locator_indicator shows the status as either On or Off.

See Also