Oracle® Big Data Appliance Owner's Guide Release 1 (1.0.3) Part Number E25960-03 |
|
|
PDF · Mobi · ePub |
Oracle Integrated Lights Out Manager (ILOM) is a preinstalled component of Oracle Big Data Appliance that you can use to monitor the servers and switches. You use ILOM in Chapter 8, "Configuring Oracle Big Data Appliance."
This chapter contains the following topics:
See Also:
Oracle Integrated Lights Out Manager 3.0 Documentation Library atOracle Integrated Lights Out Manager (Oracle ILOM) provides advanced service processor (SP) hardware and software that you can use to manage and monitor the servers and switches in Oracle Big Data Appliance Rack. Oracle ILOM dedicated hardware and software is preinstalled on these components. ILOM automatically initializes as soon as power is applied.
Oracle ILOM enables you to actively manage and monitor servers in Oracle Big Data Appliance regardless 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
Remotely control the power state of a server
View the graphical and non-graphical consoles
View the current status of sensors and indicators on the system
Determine the hardware configuration of your system
Receive generated alerts about system events in advance
The ILOM service processor runs its own embedded operating system and has a dedicated Ethernet port, which together provide out-of-band management capability. In addition, you can access ILOM from the server operating system (Oracle Linux). Using ILOM, you can remotely manage Oracle Big Data Appliance as if you were using the local KVM.
Oracle ILOM supports two interfaces for accessing its features and functions. You can choose to use a browser-based web interface or a command-line interface.
The web interface enables you use a browser to log in to the SP, then to perform system management and monitoring.
The command-line interface (CLI) enables you to operate ILOM using keyboard commands and adheres to industry-standard DMTF-style CLI and scripting protocols. ILOM supports SSH v2.0 and v3.0 for secure access to the CLI. Using the CLI, you can reuse existing scripts and automate tasks using familiar interfaces.
Figure 6-1 illustrates the management/ILOM network. It shows two of the 18 servers and the two Sun Network QDR InfiniBand Gateway Switches. The Cisco Ethernet management switch is connected to the servers and the InfiniBand switches.
Figure 6-1 Administrative Network in Oracle Big Data Appliance
You require at least one static IP address for Service Processor (ILOM access). For the list of default ILOM IP addresses assigned to Oracle Big Data Appliance Rack components at the time of manufacturing, see "Factory Network Settings".
After you reconfigure these IP addresses during the initial configuration of the Oracle Big Data Appliance using Oracle Big Data Appliance Configuration Utility, you must use those IP addresses to access ILOM.
You can typically access ILOM using the network over an Ethernet connection. You must know the ILOM Ethernet address. Before system configuration, the address is the factory IP address setting. After system configuration, you can use either the component name or IP address listed in the Configuration Worksheet. You can use either the CLI or the browser interface to access ILOM. Alternatively, you can launch a remote KVM session to access ILOM.
Note:
You can use this connection method when ILOM IP addresses can be accessed over the network. Oracle recommends that you use this connection method to access ILOM. See Chapter 8, "Configuring Oracle Big Data Appliance."This section discusses the following topics:
Open an SSH client, such as PuTTY.
In the Host Name (or IP address) field, enter the ILOM name or IP address of the component to connect to. For example, before configuration, you might enter the factory default IP address of 192.168.1.203
for a Sun Network QDR InfiniBand Gateway Switch. After configuration, you might enter the new IP address or a name such as bda1sw-ib2
.
Ensure that SSH is chosen as the Connection Type.
Type the user name and the password, when prompted. The default user name is root
, and the default password is welcome1
.
The CLI command prompt (#) is displayed.
Enter help
for a list of commands.
Open a web browser and navigate to the ILOM name or IP address of an Oracle Big Data Appliance server or switch.
The login screen is displayed.
Enter the user name and the password. The administrative user name is ilom-admin
, and the default password is welcome1
.
Note: Use the passwd
command to change the password.
Click Log In.
The web GUI is displayed, as shown in Figure 6-2.
To access the ILOM consoles for Oracle Big Data Appliance components that are connected to ILOM:
Ensure that pop-up blockers are disabled in your browser before you launch the remote console.
Type the ILOM IP address in the address bar of a web browser.
Log in to ILOM using the administrative user name and password (ilom-admin
and welcome1
). After login, the ILOM home page is displayed.
Click the Remote Control tab, and click Launch Remote Console.
The remote console is displayed.
You can connect to ILOM using a serial connection if you are unable to access ILOM using the network due to any of the following problems:
Misconfiguration of the network
Misconfiguration of ILOM IP addresses
Misconfiguration of Cisco Ethernet switch ports
Sideband configuration issues
To connect to ILOM of an Oracle Big Data Appliance server using a serial connection:
Attach a serial cable from a terminal or a PC running terminal emulation software to the SER MGT port of an Oracle Big Data Appliance server. The cable should be 15 feet or shorter.
Verify that your terminal or laptop is operational.
Configure the terminal device or the terminal emulation software to use the following settings:
8N1: eight data bits, no parity, one stop bit
9600 baud (default, but can be set to any standard rate up to 115200)
Disable software flow control (XON/XOFF)
Disable hardware control
Verify that power is supplied to either PSU.
If there is power applied to either PSU, then ILOM will be functional regardless of the power state of the servers.
Press Enter on the terminal device. A connection between the terminal device and the ILOM is established.
The ILOM login prompt is displayed.
Log in to the CLI using the administrative user name and the password (ilom-admin
and welcome1
).
The ILOM default command prompt is displayed.
To connect to ILOM of a Sun Network QDR InfiniBand Gateway Switch using a serial connection:
Attach a USB-to-Serial connector to the USB port of the switch.
Verify that your terminal or laptop is operational.
Configure the terminal device or the terminal emulation software to use the following settings:
8N1: eight data bits, no parity, one stop bit
115200 baud
Disable software flow control (XON/XOFF)
Disable hardware control
Press the Return or Enter key on the serial device several times to synchronize the connection.
You may see text similar to the following:
where nm2name is the host name of the management controller. The name might be the word hostname.
Even if you do not see the text, go to Step 5.
Type root
for the login name followed by the root password of welcome1
. The # prompt is displayed.
Note:
If you do not see this output or prompt, there is a problem with the serial configuration, the USB-to-Serial connector, or the CLI.If the service processor (SP) network information gets lost, you can use an SSH shell to connect to the ETH0 interface of the operating system on a server and issue ipmitool
commands to reconfigure network settings. For example, this command resets the ILOM root password:
ipmitool sunoem cli 'set /SP/users/rootpassword=somepasswd' password
For a list of ipmitool
commands, issue the command without arguments:
ipmitool
Note:
For more information aboutipmitool
commands and options, see: