SPARC T5-1B Server Module Installation Guide

Exit Print View

Updated: May 2014
 
 

Power On the Host Through the CMM (CLI)

You connect to the CMM through the RJ-45 NET MGT 0 Ethernet port. While this Ethernet connection supports both the CLI and the web interface to the CMM SP, this procedure describes how to use the CMM CLI.

  1. Ascertain the IP addresses for the CMM.
  2. Ensure that the CMM is connected to the network you are on.

    The network connection is through the RJ-45 connector labeled NET MGT 0 on the CMM.

  3. Log in to the CMM with the SSH client.
    $ ssh root@cmm_ip_address
    

    Replace cmm_ip_address with the IP address of the CMM.

  4. Type your password for the CMM Oracle ILOM root account when prompted.

    The factory default Oracle ILOM root password is changeme, but might have been changed in your environment.

    Password: CMM_ILOM_password
    Oracle(TM) Integrated Lights Out Manager
    Version 3.x.x
    ...
    Warning: password is set to factory default.
    ->
    

    You are now logged into the Oracle ILOM CMM CLI.


    Note - When you are ready to log out of the Oracle ILOM CMM, type exit.
  5. If you do not plan to use the preinstalled OS, do not perform the remaining steps.

    Instead, go to Reach a State to Install a Fresh OS (Oracle ILOM CLI).

  6. 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.

  7. Power on the server module host.

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

    -> start System
    Are you sure you want to start /Servers/Blades/Blade_n/System (y/n)? y
    Starting /System. . .
    

    The server module initializes.

  8. Switch communication to the server module host.

    When the Oracle ILOM prompt appears, type.

    -> start HOST/console
    Are you sure you want to start /Servers/Blades/Blade_5/HOST/console (y/n)? y
    Serial console started. To stop, type #.
    ...
    

    The server module might take several minutes to complete POST. If a boot device installed with Oracle Solaris OS is accessible locally, the server module boots. Otherwise, the server module uses the boot net command to seek a boot device on the network.

    You are now connected to the server module host.


    Note - You can perform other Oracle ILOM commands while the server initialization continues in the background. To return to Oracle ILOM, type #. (Hash Dot). To see information about available Oracle ILOM commands, type help. To return to the initialization, type: start /HOST/console.
  9. The server module hardware installation is now complete.

    You can now configure the Oracle Solaris OS to meet your needs. See Installing the OS.

Related Information