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.
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.
By: dean on 2010/12/01
at 10:14 pm