Supermicro KVM over IP: Difference between revisions

From Rest of What I Know
No edit summary
No edit summary
 
Line 15: Line 15:
</syntaxhighlight>
</syntaxhighlight>


[[Category:Tips]]
[[Category:Tips]] [[Category:Troubleshooting]]

Latest revision as of 21:36, 22 April 2024

Supermicro's old KVM over IP machines rely on Java Web Start. When you log into the KVM web interface, you can't actually view the console until after you have downloaded the .jnlp file that has the appropriate KVM UI available via a JAR.

If you have the JAR, you can launch it, but if you only have the .jnlp file, the easiest way is to use the IcedTea runtime to get it going.

On Ubuntu 22.04 LTS you can get this with:

sudo apt install icedtea-netx

And then starting the .jnlp file like so:

javaws launch.jnlp