A P P E N D I X  B

ILOM Supplement

This supplement contains information for using Integrated Lights Out Manager (ILOM) with the Virtualized NEM.

The ILOM tool enables you to actively manage and monitor the NEM independently of the operating system state, providing you with a reliable Lights Out Management (LOM) system. With ILOM, you can proactively learn about hardware errors and faults as they occur.

This appendix provides information about the following topics:


Documentation and Updates

ILOM documentation is divided into two categories:

Product Updates

For ILOM updates that you can download for the Virtualized NEM, see the following Web site:

(http://www.sun.com/downloads)

This site contains updates for firmware and drivers, as well as CD-ROM .iso images.


Connecting to ILOM

This section describes how to connect to the ILOM located in the Virtualized NEM.



Note - The Sun Blade 6000 Modular System chassis has its own ILOM, called a CMM ILOM, which is a separate entity from the NEM ILOM. It is described in the Sun Integrated Lights Out Manager 2.0 Administration Guide



You can connect to the ILOM on your NEM using one of the following methods:


TABLE B-1   ILOM Connection Options
Option Number Connection Method User Interface More Information
1 Ethernet Web interface or CLI Option 1 - Ethernet
2 Serial - CMM CLI only Option 2 - Chassis Serial Connector
3 Serial - NEM CLI only Option 3 - NEM Serial Connector



Note - The CMM ILOM in the chassis has an Ethernet switch that supports connections to the Virtualized NEM and its ILOMs. To use this connection, you must be connected to the same subnet as the ILOM, and you must know the NEM ILOM’s Ethernet address.



FIGURE B-1 shows a graphical representation of the ILOM connection options.

FIGURE B-1   ILOM Connection Options

Graphic ILOM connection options.


Option 1 - Ethernet

Normally, you connect to the ILOM through the Ethernet. When the NEM is installed in the chassis, its ILOM is automatically accessible on the same subnet as the CMM ILOM.

You can connect to the ILOM using SSH to connect to the command line interface (CLI), or using a browser to connect to the web GUI.

If you do not know the ILOM's IP address, find it as described in the following procedure.

procedure icon  To Find the ILOM’s IP Address

  1. Log in to the CMM.

    See the Integrated Lights Out Manager (ILOM) Administration Guide For the Sun Blade 6000 Modular System, 820-0052 for details.

  2. Type the command:

    show /CH/NEMn/SP/network

    where n is the NEM number.

  3. The CLI displays information about the NEM, including its IP address.

    For example:


    -> show /CH/NEM0/SP/network
     
     /CH/NEMN/SP/network
        Targets:
     
        Properties:
            type = Network Configuration
            commitpending = (Cannot show property)
            ipaddress = IPaddress
            ipdiscovery = dhcp
            ipgateway = IPgateway
            ipnetmask = 255.255.252.0
            macaddress = Macaddress
            pendingipaddress = Ipaddress
            pendingipdiscovery = dhcp
            pendingipgateway = IPgateway
            pendingipnetmask = 255.255.252.0
     
        Commands:
            cd
            set
            show
     
    -> 
    

procedure icon  To Connect to the CLI

  1. Start your SSH client.

  2. To log in to the ILOM, type:

    $ ssh root@ipaddress

    where ipaddress is the address of the ILOM.

  3. Type your password when prompted.

    The default is changeme.

    The CLI command prompt appears.

procedure icon  To Connect to the WebGUI

  1. Type the IP address of the ILOM into your web browser.

    The login screen appears.

  2. Type your user name and password.

    When you first try to access the WebGUI, it prompts you to type the default user name and password. The default user name and password are:

    • Default user name: root

    • Default password: changeme

      The default user name and password are in lowercase characters.

  3. Click Log In.

    The WebGUI appears.

Option 2 - Chassis Serial Connector

The chassis serial connector connects to the chassis CMM ILOM. The CMM ILOM provides a command to connect to the NEM ILOM(s).

procedure icon  To Connect to ILOM Through the Chassis Serial Connector

  1. Connect a serial cable from the serial port on the chassis to a terminal device.

    The terminal device can be an actual terminal, a laptop running a terminal emulator, or a terminal server. It must be set to the following:

    • 8N1: eight data bits, no parity, one stop bit

    • 9600 baud (default, can be set to any standard rate up to 57600)

    • Disable software flow control (XON/XOFF)

      The cable requires the following pin assignments.


      Pin Signal Description
      1 Request To Send (RTS)
      2 Data Terminal Ready (DTR)
      3 Transmit Data (TXD)
      4 Ground
      5 Ground
      6 Receive Data (RXD)
      7 Data Carrier Detect (DCD)
      8 Clear To Send (CTS)

  2. Press Enter on the terminal device.

    This establishes the connection between the terminal device and the CMM ILOM.

    The CMM ILOM login prompt appears.

    SUNCMMnnnnnnnnnn login:

    The first string in the prompt is the default host name. It consists of the prefix SUNSP and the CMM ILOM’s MAC address.

  3. Log in to the CMM ILOM.

    The default user is root and the default password is changeme.

    Once you have successfully logged in, the CMM ILOM displays the ILOM default command prompt:

    ->

  4. Navigate to /CH/NEMn/SP/cli.

    Where n is 0 through 1 for NEMs 0 through 1 respectively.

  5. Enter the command start.

    A prompt appears.

  6. Enter y to continue or n to cancel.

    If you entered y, the NEM ILOM prompts for its password.



    Note - The CMM ILOM logs on to the NEM ILOM using the username in /CH/BLn/SP/cli/user (where n is the NEM number). The default is root.



  7. Enter the ILOM password.

    The NEM ILOM’s CLI interface appears. You are now connected to the NEM ILOM.

  8. When you are done, type exit.

    The NEM ILOM exits and the CMM ILOM CLI prompt appears.

    The following display shows an example:


     -> cd /CH/NEM0/SP/cli
    /CH/NEM0/SP/cli
     
    -> start
    Are you sure you want to start /CH/NEM0/SP/cli (y/n)? y
    Password:         Type
    the password to the CMM ILOM. 
     
    Sun(TM) Integrated Lights Out Manager
     
    Version 2.0.3.12
     
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
     
    Warning: password is set to factory default.
     
    -> cd /NEM        This
    command is only available on the NEM ILOM. 
    /NEM
     
    -> exit           Type
    this command to exit theNEM ILOM and return to the CMM ILOM .
    Connection to 10.6.153.33 closed.
    

Option 3 - NEM Serial Connector

procedure icon  To Connect to the ILOM Using the NEM Serial Connector

  1. Connect a terminal or terminal emulator to the serial management port on the Virtualized NEM.

    The ILOM login prompt appears.

  2. Enter the user name and password when prompted.

    The default user is root and the default password is changeme.

    The server module ILOM prompt appears.

  3. Type start /NEMx to start the NEM.



    Note - Start /NEMx command will not start the NEM until the ATTN button is pressed manually.



  4. When you are done, exit the ILOM by typing:

    -> exit


Temperature, Voltage, and Fan Sensors

The NEM includes a number of sensors that generate entries in the system event log (SEL) when the sensor crosses a threshold. Many of these readings are used to adjust the fan speeds and perform other actions, such as illuminating LEDs and powering off the NEM.

These sensors can also be configured to generate IPMI PET traps as, described in the Sun Integrated Lights Out Manager 2.0 User’s Guide.

This section describes the sensors and provides details about their operation.



caution icon

Caution - Do not use any interface other than the ILOM CLI or WebGUI to alter the state or configuration of any sensor or LED. Doing so could void your warranty.



Board Sensor List lists the sensors. Sensor Details provides details about each sensor.

Board Sensor List

Board Sensors

Sensor Details

The following sections provide detailed information about the sensors.

slotid

This is a sensor indicating which slot the NEM is installed in. Values are from 0 to 1.

nem/cmm/prsnt

This is a sensor indicating whether CMM ILOM is present.


TABLE B-2   cmm.prsnt
Reading State Event Description Action
0x0001 Device Absent Yes CMM ILOM is absent. none
0x0002 Device Present Yes CMM ILOM is present. none

nem/ok

This is an LED indicator sensor shows the power state of the NEM. It does not generate any events.


TABLE B-3   
Reading State Event Description
0x0001 State Deasserted No This indicates that nem/ok LED is OFF.
0x0002 State Asserted No This indicates that nem/ok LED is ON.

nem/ok2rm

This is an LED indicator sensor that shows the immediate state of the nem/ok2rm LED on the NEM. It does not generate any events.


TABLE B-4   sys.ok2rm Sensors
Reading State Event Description
0x0001 State Deasserted No This state indicates that the nem/ok2rm LED is OFF.
0x0002 State Asserted No This state indicates that the nem/ok2rm LED is ON.

nem/service

This is an LED indicator sensor that shows the immediate state of the nem/service LED on the NEM. It does not generate any events.


TABLE B-5   sys.alert Sensors
Reading State Event Description
0x0001 State Deasserted No This state indicates that the Service LED is OFF.
0x0002 State Asserted No This state indicates that the Service LED is ON or BLINKING

nem/locate

This is an LED indicator sensor that shows the immediate state of the Locate LED on the NEM. It does not generate any events.


TABLE B-6   sys.locate Sensors
Reading State Event Description
0x0001 State Deasserted No This state indicates that the nem/led LED is OFF.
0x0002 State Asserted No This state indicates that the nem/led LED is FAST BLINKING.

Mainboard Temperature Sensors

These temperature sensors are monitored, but are not used as inputs to the fan control algorithm and are not used to turn off system power when they are non-recoverable. No event will be generated for these sensor readings.

mb.t_amb[0..2]

There are three temperature sensors on the motherboard.

These sensors monitor the ambient temperature from the internal temperature sensor on the mainboard.

  • MB/T_AMB[0] represents SAS ambient temperature.

  • MB/T_AMB[1] represents Hydra 0 ASIC ambient temperature.

  • MB/T_AMB[2] represents Hydra 1 ASIC ambient temperature.

NEM Voltage Sensors

All mainboard voltage sensors are configured to generate the same events, and faults are handled in the same way.

mb.v_+12v

This sensor monitors the 12V main input that is active when the power is on.

mb.v_+5v

This sensor monitors the 5V main input that is active when the power is on.

mb.v_+3v3

This sensor monitors the 3.3V main input that is active when the power is on.

mb.v_+1v2

This sensor monitors the 1.2V core input that is active when the power is on. It is not monitored when the host is powered off.


TABLE B-7   mb.v_+1v2  
Threshold Direction Event Description Action
Lower Non-Critical Assert Yes Voltage has decreased below lower non-critical threshold. System Alert LED is SLOW
Lower Non-Critical Deassert Yes Voltage has returned to normal from lower non-critical. System Alert LED is OFF
Lower Critical Assert Yes Voltage has decreased below lower critical threshold. System Alert LED is SLOW
Lower Critical Deassert Yes Voltage has returned to lower non-critical from lower critical. System Alert LED is SLOW
Lower Non-Recoverable Assert Yes Voltage has decreased below lower non-recoverable threshold. System Alert LED is SLOW
Lower Non-Recoverable Deassert Yes Reading has returned to lower critical from lower non-recoverable. System Alert LED is SLOW
Upper Non-Critical Assert Yes Voltage has increased above upper non-critical threshold. System Alert LED is SLOW
Upper Non-Critical Deassert Yes Voltage has returned to normal from upper non-critical. System Alert LED is OFF
Upper Critical Assert Yes Voltage has increased above upper critical threshold. System Alert LED is SLOW
Upper Critical Deassert Yes Voltage has returned to upper non-critical from upper critical. System Alert LED is SLOW
Upper Non-Recoverable Assert Yes Voltage has increased above upper non-recoverable threshold. System Alert LED is SLOW
Upper Non-Recoverable Deassert Yes Voltage has returned to upper critical from upper non-recoverable. System Alert LED is SLOW


ILOM Proxy

In addition, a proxy ILOM CLI program is provided on the CMM to augment the core ILOM program’s ability to manage Virtualized NEMs and Sun Blade disk modules.

To take advantage of the module management capabilities offered by the proxy ILOM CLI, verify that you have the latest version of the proxy program installed. Refer to the Sun Blade 6000 Disk Module Configuration Guide for details about Multi-Fabric NEM software and firmware requirements.

Starting the ILOM Proxy CLI Program

Instructions for setting up and using ILOM are documented in the Sun Integrated Lights Out Manager 2.0 User’s Guide.

Prerequisite: To start the proxy CLI, a Virtualized Multi-Fabric 10GbE NEM module must be installed in the chassis in NEM slot 0.

procedure icon  To Start the ILOM Proxy CLI Program

  1. Start the proxy program through the ILOM CLI. You can connect to the ILOM CLI by either of two methods:

    • Connect a terminal or PC running a terminal emulator directly to the CMM serial port on your chassis.

    • Connect to the Ethernet network management port using a secure shell (SSH).

  2. After you are connected to the ILOM CLI, start the proxy CLI by typing the following command:


    -> start /CH/NEM0/SP/cli
    



    Note - The proxy CLI commands are case sensitive.




Enable or Disable IAL Dynamic Mode

You can enable or disable IAL dynamic mode either through the web interface or the CLI. See Enabling or Disabling the IAL for more information on when to enable IAL dynamic mode.

procedure icon  To Enable or Disable IAL Dynamic Mode Using the Web Interface

  1. Log into the NEM ILOM web interface.

  2. Select the Switch Management tab.

    ILOM switch management tab.

  3. At the NEM port failover field, do one of the following:

    • Check the Enable box to enable dynamic mode.

    • Uncheck the Enable box to disable dynamic mode.

procedure icon  To Enable or Disable Dynamic Mode Using the CLI

  1. Display the current IAL mode.


    -> show /SWITCH/network/
    /SWITCH/networkTargets:
    Properties:
    failover = disabled
    Commands:
    cd
    set
    show
     
    

  2. Set the value in the appropriate mode.


    -> set /SWITCH/network failover=enabled|disable