Tag: ilom

  • Sun 5220 Console and ILOM How To

    solaris_logo

    As far as I know this documentation is specific to Sun T5150s and Sun T5250s. However some of the information below may also pertain to other Sun systems running ILOM.

    ILOM Commands

    To power on the host, type:

    start /SYS

    To power off the host, type:

    stop /SYS

    To reset the host, type:

    reset /SYS

    How to set the system not to auto boot the OS

    Example:

    -> set /HOST/bootmode script=”setenv auto-boot? false”

    Press Enter and then type:

    -> reset /SYS

    Accessing the Console from ILOM

    start /SP/console

    Configuring a Static IP Address Using CLI and Ethernet

    Log in to the ILOM using Secure Shell (SSH) over the network, or
    by connecting a terminal to the serial port. To establish a Secure Shell (SSH)
    connection to the CLI, type the appropriate connection command in the
    SSH application. For example, to connect to the ILOM with an IP address
    of 129.144.82.20, type the following command:

    # ssh -l root 129.144.82.20

    Type the following command to set the working directory.

    cd /SP/network

    Type the following commands to specify a static Ethernet
    configuration.

    Note – The following values are samples only. You must specify the IP
    address, netmask, and gateway appropriate for your ILOM and network
    configuration.

    set pendingipaddress=129.144.82.26
    set pendingipnetmask=255.255.255.0
    set pendingipgateway=129.144.82.254
    set pendingipdiscovery=static
    set commitpending=true