Go to main content
Sun Server X4-4 Service Manual

Exit Print View

Updated: October 2015
 
 

Turn On the Locator Indicator Remotely (Oracle ILOM CLI)

Before going to the server, activate the server Locator indicator. This allows you to identify the correct server within the rack.

  1. Open an SSH session and at the command line 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 moudle SP.

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

    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.

Next Steps