Event log entries – HP Integrated Lights-Out 3 User Manual

Page 210

Advertising
background image

5.

Set the Virtual Serial Port to COM 2.

For detailed instructions, see the HP ROM-Based Setup Utility User Guide.

6.

Reboot the host server to access the selection menu for the Windows debug boot option.

7.

From the local test system, use PuTTY to connect to iLO and log in.

This is a CLI connection to iLO.

8.

Enter the IP address for the session host name. Use the default settings for an SSH session.

When the PuTTY iLO CLI session opens, a user login window opens, unless the PuTTY session
is configured to use private keys. For more information, see

“Configuring iLO security”

(page 43)

and

“Administering SSH keys” (page 46)

.

It might take a minute for the prompt to appear.

9.

At the </>hpiLO-> prompt, enter the following command:

windbg_enable

This opens a socket to the Virtual Serial Port on port 3002.

10. Enter the following command to start the Windows debugger:

windbg -k com:port=<IP-address>,ipport=3002

<IP-address>

is the iLO IP address, and 3002 is the socket to connect to (the raw serial

data socket for iLO).

NOTE:

You can add other windbg command-line parameters if necessary. HP recommends

using the -b parameter for the initial breakpoint.

11. Go to the server console (or access the iLO Remote Console), and press Enter to boot the

debug selection on the OS load menu.

This might take several minutes.

12. When you are finished debugging the host server, use PuTTY to connect to the CLI and turn

off the debug socket to the Virtual Serial Port. Then, enter the following command:

windbg_disable

NOTE:

You can disconnect and reconnect the Windows debugger as long as you keep the

iLO debug socket enabled.

Event log entries

Table 11 (page 210)

lists typical iLO event log entries.

Table 11 Event log entries

Description

Event log entry

The server power was removed.

Server power removed

The IP address for the browser that logged in.

Browser login: <IP address>

The server power was restored.

Server power restored

The IP address for the browser that logged out.

Browser logout: <IP address>

The server was reset.

Server reset

A browser login failed.

Failed Browser login ? IP

Address: <IP address>

iLO failed an internal test. The probable cause is failure of a critical component.
Further use of iLO on this server is not recommended.

iLO Self Test Error: #

210

Troubleshooting

Advertising