Posted by: thiagoribeiro | 2010/05/22

Fixing HP iLO jvm problem to open remote console

I’ve installed Sun Java JDK in my Debian, and linked jdk/jre/lib/amd64/libnpjp2.so lib to google chrome plugins dir. So I needed to connect into remote console of HP iLo.

While jvm was loading the remote console, an error was ocurred and the initial loading was stopped. To fix this problem is really simple and we have two ways:

First Option

Disable ipv6 bind at /etc/sysctl.d/bindv6only.conf. To disable this property just change the value 1 to 0 and  after that run the command below as root user:

# sysctl -p /etc/sysclt.d/bindv6only.conf

Restart your navigator.

Second Option

You can disable jvm ipv6 reading directly into the file ~/.java/deployment/deploymennt.properties. Just open the file and add this setting:

deployment.javaws.jre.0.args=-Djava.net.preferIPv4Stack\=true

And now, that’s ok. You’re done to use your HP iLo without troubles. Good luck.

Advertisement

Responses

  1. Youll be interested to know that the G7 blade’s iLO absolutely cannot work with a 64bit JRE regardless of the linux

    This is because for some strange reason, HP has included a binary file which is 32bit. If you open up the java-console, youll see java try to use this file, and then fail miserably when it realises that 32bit != 64bit.

    We are already screaming at HP about this.


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Categories

Follow

Get every new post delivered to your Inbox.