6

I have two Dell PowerEdge 2950 with DRAC5 cards, and I'm a mac user, running Snow Leopard.

Is there any trick to benefit from the remote console capability?

I am open to any suggestion, including fancy browser, custom made Java VM, any VM with virtual box at all. Anything except maybe for rebooting under windows...

damusnet
  • 325
  • 1
  • 2
  • 11

5 Answers5

5

It's a pain to use directly from the Mac, so I typically have a Windows XP VM available for management tasks or consoles that require browser plugins, etc. VMware Fusion, Parallels, Virtualbox are all up to the task, but another lightweight solution is CrossOver Mac which allows individual Windows apps to be installed and run.

ewwhite
  • 197,159
  • 92
  • 443
  • 809
5

For DRAC5 you don't need to use any virtual machine with Windows or Linux. Just do some simple java configuration (for Java8u31 and later).

  1. If you have not already installed Java install it link or try open .jnlp file then Mac open window with proposition to download and install java.
  2. You need config java at System Preferences -> Java -> open tab security and add to Exception Site List your DRAC5 web address.
  3. Find path to your java home (JRE_HOME) in the tab java -> button view -> column path you can see something like this
    /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
    You need to open file /lib/security/java.security and delete or comment out the following line "jdk.tls.disabledAlgorithms=SSLv3"

You can do it with nano:

sudo nano /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security

After that you can download from DRAC web vkvm.jnlp file, run it, accept some warnings and see remote console.

Alex
  • 231
  • 2
  • 4
4

Yes, update the DRAC to the last firmware, than go to console / media -> configuration

There is a drop down menu Plug-in Type. change native to java. Encryption off

Install JAVA for Mac and thats it :)

marcel
  • 41
  • 1
  • 1
    To clarify what marcel said, the latest iDRAC7 (Enterprise of course) firmware does in fact provide virtual console to OS X. I have found Safari seems to work best, but you either have to associate the JNLP to Webstart or you have click the files after they download to open the console. Yes you must turn off encryption (which might be a deal breaker in some industries) but I think with IPSec tunnels into the vlan, its as secure. –  Apr 08 '13 at 13:06
0

Newer versions of iDRAC support HTML5 as a virtual console, which means you can run the console directly in your browser. The 14th generation servers all support this feature. For the 12th and 13th generations, make sure you update to the latest firmware.

To enable this feature

  • select the “Virtual Console“ section in iDRAC
  • select HTML5 as the Plug-in Type
  • click ”Apply”
  • launch the console

You may need to disable popups for this to work.

Demitri
  • 105
  • 3
0

From a glance at the documentation, it seems that your best bet is to use an VirtualBox VM running WinXP + IE7.

If you have access to a Linux machine, or want to virtualize one, a 32-bit version of Firefox 2 is supported (However it gives no indication if 2.0+ or 3.x is supported). The docs also mention another caveat:

Console Redirection and Virtual Media only supports 32-bit Web browsers. Using 64-bit Web browsers may generate unexpected results or failure of operations.

The out-of-band management is generally worth the trouble to set up, especially with a slow response time at the colo (or no remote hands availability at all, in which case it is absolutely necessary.) In a pinch, it's also good for trying out custom kernels remotely.

Sam Halicke
  • 6,222
  • 1
  • 25
  • 35