Users Guide

Table Of Contents
70 Configuring the Management Station
Installing a Java Runtime Environment (JRE)
NOTE: If you use Internet Explorer, an ActiveX control is provided for the Virtual
Console viewer. You can also use the Java Virtual Console viewer with Firefox if you
install a JRE and configure the Virtual Console viewer in iDRAC6 Web interface
before you launch the viewer. See "Configuring Virtual Console and Virtual Media in
iDRAC6 Web Interface" on page 212 for more information.
You can choose to use the Java viewer instead before you launch the viewer.
If you use the Firefox browser you must install a JRE (or a Java Development
Kit [JDK]) to use the Virtual Console feature. The Virtual Console viewer is a
Java application that is downloaded to the management station from
iDRAC6 Web interface and then launched with Java Web Start on the
management station.
Go to java.sun.com to install a JRE or JDK. Version 1.6 (Java 6.0) or higher is
recommended.
The Java Web Start program is automatically installed with the JRE or JDK.
The file jviewer.jnlp is downloaded to your desktop and a dialog box prompts
you for what action to take. It may be necessary to associate the .jnlp
extension type with the Java Web Start application in your browser.
Otherwise, click Open with and then select the javaws application, which is
located in the bin subdirectory of your JRE installation directory.
NOTE: If the .jnlp file type is not associated with Java Web Start after installing JRE
or JDK, you can set the association manually. For Windows (javaws.exe) click
StartControl Panel Appearance and ThemesFolder Options. Under the File
Types tab, highlight .jnlp under Registered file types, and then click Change. For
Linux (javaws), start Firefox, and click Edit Preferences Downloads, and then
click View and Edit Actions.
For Linux, once you have installed either JRE or JDK, add a path to the Java
bin directory to the front of your system PATH. For example, if Java is
installed in /usr/java, add the following line to your local .bashrc or
/etc/profile:
PATH=/usr/java/bin:$PATH; export PATH
NOTE: There may already be PATH-modification lines in the files. Ensure that the
path information you enter does not create conflicts.