Go to main content

SPARC T5-1B Server Module Service Manual

Exit Print View

Updated: February 2019
 
 

Log Into Oracle ILOM (Service)

Use this procedure to log into Oracle ILOM through one of these modular system components:

  • CMM – Through a terminal window on a system that is on the same network as the CMM.


    Note - Different versions of Oracle ILOM might be running on the CMM. These instructions use CMM Oracle ILOM 3.2.1. If you need instructions for a different version, refer to the Oracle ILOM documentation.
  • Server module SP – Through a terminal window on a system that is on the same network as the server module SP's NET MGT port.

For more information about the various ways you can access Oracle ILOM, refer to the topic called plan communication with the server module during installation in server module Installation.

  1. At the terminal prompt, type:
    % ssh root@xxx.xxx.xxx.xxx
    Password: password
     
    Oracle (R) Integrated Lights Out Manager
    Version 3.2.1
    Copyright (c) 2013, Oracle and/or its affiliates, Inc. All rights reserved.
    ->
    

    Replace xxx.xxx.xxx.xxx with either the IP address of the CMM or server module's SP.

  2. If you logged into the CMM, navigate to the server module.
    -> cd /Servers/Blades/Blade_n
    

    Replace n with a number that identifies the chassis slot in the modular system where the target server module is installed.

  3. (Optional) Enable the Oracle ILOM legacy target names.

    In current versions of Oracle ILOM, the target names for /SYS, /SP, and /CH are not displayed by default. Even though the names are not displayed, you can use these target names in commands at any time. You can also set a property that displays these target names.

    Example:

    -> set SP/cli legacy_targets=enabled
    Set 'legacy_targets' to 'enabled'
    

    Note - In this manual, the legacy targets (/SYS and /SP) are sometimes used in the command examples and shown in the output examples. For more information, refer to the Oracle ILOM documentation.

Related Information