9

I can't get the Supermicro IPMIView version 2.* (any of them) to launch the KVM Console either in the IPMIView windows program nor any browser. Java, is installed (version 8, update 131) and I'm running Windows 8.1 (though IPMIView 2 won't run on my Windows 7 laptop, nor any of the Windows 10 machines). All 3 machines have the same problem: The KVM Console simply will not run on any of them. I can connect to the Supermicro server, turn it off/on/reboot, read all of the sensors just fine. The ONLY thing not working is the KVM Console.

Been at this for days w/no working solutions.

I've uninstalled Java, reinstalled Java, uninstalled/reinstalled IPMIView with no luck so I'm thinking the problem is with all of the SM servers (4) that run w/the H8SGL-F series motherboards. Not one works! As per SuperMicro, IPMIView is supposed to be compatible with these boards. But for the last 5 years and countless versions, I've never had this working (it also will not work in any of my browsers as IPMIView appears to be looking for an ancient version of Java - go figure - I get the error message in the browser "You need the latest Java(TM) Runtime Environment. Would you like to update now?" - which is incorrect as I have the latest version of Java installed). I've made 1000% certain that ALL ports on the network (inside an IPSec VPN) are open - disabled all firewalls with no effect. Either IPMIView is incompatible with these boards, or IPMIView cannot run in an IPSec tunnel.

Regardless, this is driving me bonkers and I'd hate to abandon SuperMicro products (we're replacing all the servers this year - may go with IBM or HP) over something so ridiculously simple.

Any help is appreciated (we tried paid help, but the IT people here are just as stumped).

DaveN
  • 291
  • 1
  • 2
  • 9
  • A side note since you are stating that you are about to replace the servers: No need to switch vendors, current SuperMicro IPMI have HTML5 remote consoles ... no need to keep deprecated Java around anymore. – Gerald Schneider Jun 06 '17 at 06:35
  • What year were those servers purchased? – Gerald Schneider Jun 06 '17 at 06:39
  • 2011 - 2012 They still sell the H8SGF-F motherboards today as they are the only single socket Opteron 6000 series boards on the market. We can move to Intel boards, but I fear we'll have the same problem - crappy management software that stops working after 1 year (IPMIView KVM Console DID work, then, suddenly stopped working - ugh!) – DaveN Jun 06 '17 at 06:54
  • Since it will be 6 months until new servers are bought - I suppose I can just live with SMs nightmare a bit longer. – DaveN Jun 06 '17 at 06:56
  • 2011 the Java7 was the current version. Try installing the latest Java7 JRE and use it to run the console. – Gerald Schneider Jun 06 '17 at 07:05
  • Tried Java7 this w/no luck. I'm trying version 6, next. – DaveN Jun 06 '17 at 07:30
  • Okay - it looks like Java 6.0 is required, the javascript told me this (why I didn't look at that earlier). if (deployJava.versionCheck('1.6.0_10+') == false) – DaveN Jun 07 '17 at 01:50
  • I have the same problem, also unresolved. I have new laptop (mac os x Sierra, Java 8u131), IPMIview 2.13.0 and web panel works fine without KVM. On old laptop (also mac os x Sierra but updated from earlier versions, Java also 8u131) KVM works fine. Then I made update IPMI from 2.05 to 3.03 (motherboard X8DT3), and now I cant use KVM on new laptop AND on old laptop.. I have "Redirection Viewerstarted..." and black screen. – Jack Jun 20 '17 at 13:29

5 Answers5

10

Better answer and complete solution. The problem was the firmware for the IPMI on these boards was too old (not the same as the BIOS - updating the BIOS will not help in this case). Digging around SuperMicro's site (never did get a reply from them), I found the Firmware Revision of 3.20 & was able to install it. On the IPMI device tab, under "Device Information", you should see: Firmware Revision 3.20 IPMI Revision: 2.0 I can now see the KVM Console in both the IPMIView software and the browser (all of them) and still run the latest version of Java in the OS (Win8.1 and Win10). Maybe I'm blind, but I never did see this solution on SuperMicro's website.

DaveN
  • 291
  • 1
  • 2
  • 9
  • 2
    I had to run `IPMIView` as Administrator, which is (a) weird and (b) a little troubling. Unfortunately, no upgrade exists for my IPMI firmware, so no HTML5 interface. At least it can be run inside a dedicated/throw-away VM. – Christopher Schultz Nov 21 '18 at 21:10
3

These old IPMI are problematic. What I do is:

This combination worked for my case;

sparskter
  • 41
  • 1
  • 3
0

Try using Firefox 50. I have a similiar issue with Lenovo's IMM. My KVM stuff depends on NPAPI plugins which are no longer supported in Chrome, and have recently been given additional limitations in the latest version of Firefox.

Brando__
  • 292
  • 1
  • 2
  • 10
  • I'm setting up a VM with Windows XP and the old version of Firefox and see what happens. I don't understand why they can't just write Windows programs in native code (all the Win graphic and network libraries are already written & fully available - so why reinvent the wheel with Java?) – DaveN Jun 06 '17 at 07:06
  • Chrome has some releases in an 'extended support' branch. It takes a few minutes to find, but we've been able to use this to extend our ability to use java beyond the mobo manufacturers leaving us high and dry. – user2066657 Jul 29 '18 at 21:20
0

On Mac the jnlp console and sol files provided by the web-interface freeze. However if there linux ipmiview is running in background they run just fine.

0

I have been having this issue and thought something wrong with the Java somewhere, after digging into it I have found this solution

Your Java installation \lib\security\java.security

Comment out "jdk.tls.disabledAlgorithms=SSLv3"

Save the file and boom! It is working :)

Hannan
  • 19
  • 1
  • 3
    Warning: This causes SSLv3 to be enabled, which may put you at risk. It's better to update the IPMI firmware, if possible. If it's not possible, then the server is probably too old to still be in production. – Michael Hampton Nov 25 '18 at 16:39