10 faq – H3C Technologies H3C Intelligent Management Center User Manual

Page 101

Advertising
background image

94

10 FAQ

When I was deploying IMC components by using SQL Server 2008 R2 Express, I failed to create my
database. How can I solve this problem?

Modify the security attribute of the IMC data folder after deploying IMC components by following these

steps:

1.

Right-click the IMC data folder (the default folder is IMCdata).

2.

Click Properties on the shortcut menu. The Properties dialog box appears.

3.

Select the Security tab and allow Users to have full control of the folder.

4.

Click OK.

How to install the Java running environment on Linux so that I can access IMC properly through Firefox?

To install the Java running environment, install JDK or JRE and then configure JDK or JRE for Firefox. JDK

is taken for example in the following part.

1.

Download JDK

Address: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Make sure the correct version is downloaded. 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. Suppose 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 above, press the Space bar to view the copyright information, and then
enter yes to finish the JDK installation.
Thus, 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 above, you can run /var/local/firefox/firefox to access IMC.

In Linux, the current system time in IMC (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 was installed.

You can use the tzselect command to modify the time zone of the server.

Advertising