H3C Technologies H3C Intelligent Management Center User Manual
Page 50

45
How to install the Java running environment on Linux so that I can access iMC BIMS through Firefox?
To install the Java running environment, install JDK or JRE and then configure JDK or JRE for Firefox. Take
JDK as an example to describe the configuration steps:
1.
Download JDK
Address: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Make sure you download the correct version. For example: you must download
jdk-6u12-linux-i586-rpm.bin for x86-based Linux.
2.
Install JDK
Upload the installation file jdk-6u12-linux-i586-rpm.bin to the server. Supposing the installation file is
saved in directory /tmp, execute the following commands:
cd /tmp
sh jdk-6u12-linux-i586-rpm.bin
After executing the commands, press the Space bar to view the copyright information, and then enter yes
to finish the JDK installation.
JDK is installed in directory /usr/java/jdk1.6.0_12. At the same time, a link /usr/java/default pointing
the directory /usr/java/jdk1.6.0_12 is generated automatically, equivalent to JDK is installed in
directory /usr/java/default.
3.
Configure JDK for Firefox
On the Linux operating system, execute the following commands:
cd /var/local/firefox/plugins/
ln -s /usr/java/default/jre/plugin/i386/ns7/libjavaplugin_oji.so
After executing the commands, you can run /var/local/firefox/firefox to access iMC BIMS.
In Linux, the current system time in iMC BIMS (such as the login time and operation log record time) is
different from that on the server, and the difference may be several hours. How to solve the problem?
This is because the current time zone setting on the server is different from that when iMC BIMS was
installed. Use the tzselect command to modify the time zone of the server.