Thursday, December 24, 2015

linux - iDRAC6 Virtual Media native library cannot be loaded

When attempting to mount Virtual Media on a iDRAC6 IP KVM session I get the following error:



The Virtual Media program will close. Reason: The Virtual Media native library cannot be loaded.



I'm using Ubuntu 9.04 and:




$ javaws -version
Java(TM) Web Start 1.6.0_16



$ uname -a
Linux aud22419-linux 2.6.28-15-generic #51-Ubuntu SMP Mon Aug 31 13:39:06 UTC 2009 x86_64 GNU/Linux



$ firefox -version
Mozilla Firefox 3.0.14, Copyright (c) 1998 - 2009 mozilla.org



On Windows + IE it (unsurprisingly) works.




I've just gotten off the phone with the Dell tech support and I was told it is known to work on Linux + Firefox, albeit Ubuntu is not supported (by Dell, that is).



Has anyone out there managed to mount virtual media in the same scenario?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...