PRIMECLUSTER Web-Based Admin View Operation Guide |
Contents Index |
Part 2 Web-Based Admin View GUI screen | > Chapter 3 Web-Based Admin View screen startup | > 3.1 Prerequisite for screen startup | > 3.1.3 Web environment |
Web-Based Admin View is available with Netscape Communicator only if a Web browser is supplied for a client. Also, it supports the following environment in accordance with the user's Web browser environment.
[Java Plug-in environment]
Use Java Plug-in in case of the following conditions:
The supported Java Plug-in versions are clarified in "Prerequisite client environment". Java Plug-in 1.2.2, which Sun Microsystems provides for free, may come with some operation management product packages.
Follow the setup method described in "Setting up Java Plug-in."
Start [Add or delete Application], and then check if the following Java Plug-in is installed.If either of them has been already installed, it is not necessary to install.
Execute the following Java Plug-in installer in a CD-ROM.
<CDROM drive name>: \plugins\ win\j2re_1_3_1-08-win-i.exe
<CDROM drive name>: \plugins \win\j2re-1_4_2_05-windows-i586-p.exe
Install following the procedure displayed on the screen.
This completes the setup.
The setup procedure varies depending on the version of Java Plug-in as follows;
Set up CD-ROM on the CD-ROM device.
# cd <CDROM-mountpoint>/plugins/solaris/sparc
Normally, <CDROM-mountpoint> will be /cdrom/cdrom0
When the working directory is /var/tmp:
# cp <CDROM-mountpoint>/plugins/solaris/sparc/j2re-1_3_1_08-solsparc.sh /var/tmp
chmod +x j2re-1_3_1_08-solsparc.sh
# cd <Installed directory>
A directory called j2re1_3_1_08 is created in the current directory. This directory can be renamed at user's discretion after installation.
Execute the following command to set the environment variable to the shell variable:
[For C shell]
# setenv NPX_PLUGIN_PATH <Java Plug-in path>
[For shell and Kornshell]
# NPX_PLUGIN_PATH=<Java Plug-in path>
# export NPX_PLUGIN_PATH
<Java Plug-in path> is designated the following directory containing the javaplugin.so file.
<Installed directory>/j2re1_3_1_08/plugin/sparc/ns4
Example: When <Installed directory> is /var/tmp
<Java Plug-in path>=/var/tmp/j2re1_3_1_08/plugin/sparc/ns4
# pkginfo -l SUNWj2pi
Execute the above command. If the version is newer than below, it is not necessary to install.
If it is older than below, delete the version, and install a recommended version.
VERSION: 10.1.2.2,REV=1999.12.06.10.02
VERSION: 20.1.2.2,REV=1999.10.14.18.04
Install Java Plug-in in a super-user mode.
# su
passwd:XXXXX
Load CD-ROM into the CD-ROM drive.
# cd <CDROM mountpoint>/plugins/solaris/sparc
Typically, <CDROM mountpoint> will be: /cdrom/cdrom0
# pkgadd -d `pwd` SUNWj2pi
When the package "SUNWj2pi" is installed, install in response to a confirm prompt.
When installation is completed, exit from a super-user mode by control-d.
Execute the following command to set the environment variable to the shell variable:
[For C shell]
# setenv NPX_PLUGIN_PATH <Java Plug-in path>
[For shell and Kornshell]
# NPX_PLUGIN_PATH=<Java Plug-in path>
# export NPX_PLUGIN_PATH
<Java Plug-in path> is designated as default /opt/NSCPcom/plugins unless otherwise specified.
For the Java Plug-in setup, see README attached to IBM(R) Runtime Environment for Linux(R), Java(TM)2 Technology Edition, Version 1.3.1, 32-bit version.
# rpm -q IBMJava2-JRE
IBMJava2-JRE-1.3.1-2.0
If not installed, go to No.2
# cd<CDROM-mountpoint>/plugins/Linux
Typically, <CDROM mountpoint> will be: /cdrom/cdrom0
The following is an example when copying IBM(R) Runtime Environment for Linux(R), Java(TM)2 Technology Edition, Version 1.3.1, 32-bit version to the /var/tmp directory.
# cp<CDROM-mountpoint>/plugins/Linux/IBMJava2-JRE-1.3.1-2.0.i386.rpm /var/tmp
# cd <file_directory>
# rpm -i IBMJava2-JRE-1.3.1-2.0.i386.rpm
Create symbolic link in one of the following directories from a library file /opt/IBMJava2-131/jre/bin/javaplugin.so.
/usr/lib/netscape/plugins -Gives all users privileges to use Java Plug-in
$HOME/.netscape/plugins - Gives users with root privileges to use Java Plug-in
# /usr/sbin/chkfontpath --add /opt/IBMJava2-131/jre/lib/fonts
# rpm -q j2re
j2re-1.4.2_05-fcs
If not installed, go to No.2
# cd<CDROM-mountpoint>/plugins/Linux
Typically, <CDROM mountpoint> will be: /cdrom/cdrom0
The following is an example when copying Java(TM) 2 Runtime Environment, Standard Edition Version 1.4.2 to the /var/tmp directory.
# cp<CDROM-mountpoint>/plugins/Linux/j2re-1_4_2_05-linux-i586.rpm /var/tmp
# cd <file_directory>
# rpm -i j2re-1_4_2_05-linux-i586.rpm
Create symbolic link from a library file.
# cd <netscape7 directory>/Plugins
# ln -s <JRE1.4.2 directory>/Plugin/i386/ns610-gcc32 /libjavaplugin_oji.so
# /usr/sbin/chkfontpath --add /opt/IBMJava2-131/jre/lib/fonts
Contents Index |