- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- iLO2 remote console doesn't work
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2009 02:13 AM
тАО09-04-2009 02:13 AM
iLO2 remote console doesn't work
o Using the integrated remote console:
I see "Attempting to connect to iLO remote console.
After a bit, I see the tab with the icons for cntl-alt-del, virtual media, etc.
After a bit longer, I get this pop-up:
Network Status
Failed to connect to server.
Check for available telnet connection.
[OK]
o Using the Java applet-based remote console:
I get a window with text and buttons at the top, and the rest is white space, except for a beige bar about halfway down that says:
java.net.ConnectException: Connection refused: connect
Meanwhile, the virtual media applet works just fine.
Windows XP SP2
IE 6 SP2
J2SE Runtime Environment 5.0 Update 15
Java 2 Runtime Environment, SE v 1.4.2_13
Java(TM) 6 Update 15
This occurs on multiple iLOs. I yet found one on which this works.
I was able to access these iLOs in the past (some months ago). Since then, though, I've had to reimage my workstation and reinstall my apps, etc., so my client's changed since then, and this is the first time I've tried to access them since.
How can I get this to work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2009 10:33 AM
тАО09-05-2009 10:33 AM
Re: iLO2 remote console doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2009 06:55 PM
тАО09-06-2009 06:55 PM
Re: iLO2 remote console doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2009 07:50 PM
тАО09-07-2009 07:50 PM
Re: iLO2 remote console doesn't work
Thanks for your responses. My workstation was reimaged with PC-COE/XP. Whatever firewalling is or is not present is based on that.
How would I find out if there's a firewall blocking port 23/telnet?
One thing I've tried is that I'm successfully able to run puTTY on my Windows workstation and telnet to a server and log in. So, if the firewall you're asking about is applicable to my workstation overall, not IE specifically, then there doesn't appear to be one blocking port 23/telnet.
Cheers,
Sandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2009 08:41 PM
тАО09-07-2009 08:41 PM
Re: iLO2 remote console doesn't work
Even if we can install multiple JRE's on a machine, it may not be good idea to use older JRE version for a particular application, due to security reason. New JRE might have fixed some critical security hole.
I suggest to use a client with older JRE (1.4.2) and check if the problem persists. If this works, the client may be used to launch just the iLO web interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 07:57 AM
тАО09-08-2009 07:57 AM
Re: iLO2 remote console doesn't work
Just to clarify, given the following installed software:
J2SE Runtime Environment 5.0 Update 15
Java 2 Runtime Environment, SE v 1.4.2_13
Java(TM) 6 Update 15
Am I correct in understanding that you're recommending I remove this:
J2SE Runtime Environment 5.0 Update 15
and leave these:
Java 2 Runtime Environment, SE v 1.4.2_13
Java(TM) 6 Update 15
Cheers,
Sandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 08:26 AM
тАО09-08-2009 08:26 AM
Re: iLO2 remote console doesn't work
Thanks for your help. As it turns out, the problem was with my ability to access port 23/telnet, as you and James had initially indicated. One of my teammates helped me resolve this.
Background: The iLOs I'm trying to reach are on a private network. To reach them, we need to proxy the connection through a server that's on the "regular" HP 15/16 network and the private network. The way we do this is:
o Open a puTTy session to the server that's on both networks.
o Configure two ssh tunnels for this connection: one for port 443/https, one for port 23/telnet.
o Using an IE browser, connect to https://localhost:
This allows me to access the remote console if I use the Java-based applet; it doesn't work for the integrated console, because it doesn't use the proxied connection.
Cheers,
Sandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 09:17 AM
тАО09-08-2009 09:17 AM
Re: iLO2 remote console doesn't work
PORTS:
Port Description
22 Secure Shell (SSH)
23 Remote Console / telnet
80 Web Server Non-SSL (HTTP)
443 Web Server SSL (HTTPS)
3389 Terminal Services
17988 Virtual Media
9300 Shared Remote Console
17990 Console Replay
3002 Raw Serial Data
If your doing it from a *NIX system the command line is like so
(the listed string is one continuous line)
ssh -L 22:
Launch your browser and enter https://localhost
You will be presented with your iLO login screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2015 02:43 AM
тАО02-16-2015 02:43 AM
Re: iLO2 remote console doesn't work
It was solved.
port number 23