Hitachi

JP1 Version 11 JP1/Integrated Management - Manager Command and Definition File Reference


Web-based operation definition file (console_xx.html)

Organization of this page

Format

<html>
 
<head>
<title>JP1/Integrated Management - View</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
 
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000" >
   :
<param name="LANGUAGE" value="ENGLISH">
<param name="PORT" value="port-number">
<param name="SO_TIMEOUT" value="socket-timeout-value">
<param name="TRACE_LEVEL" value="30">
<param name="DEBUG" value="NO">
<param name="RMI_TIMEOUT" value="server-processing-timeout-value">
<param name="SCREEN_TITLE_LOGININFO" value="ON">
</applet>
</font>
</body>
 
</html>

File

console_ja.html (web-based operation definition file (Japanese))

console_ja.html.model (model file for the web-based operation definition file for plug-in free mode (Japanese))

console_ja.html.model.plugin (model file for the web-based operation definition file for compatibility mode (Japanese))

console.html (web-based operation definition file (English))

console.html.model (model file for the web-based operation definition file for plug-in free mode (English))

console.html.model.plugin (model file for the web-based operation definition file for compatibility mode (English))

console_zh.html (web-based operation definition file (Chinese))

console_zh.html.model (model file for the web-based operation definition file for plug-in free mode (Chinese))

console_zh.html.model.plugin (model file for the Web-based operation definition file for compatibility mode (Chinese))

Storage directory

Storage directory of the web-based operation definition file and the model file for the web-based operation definition file for plug-in free mode
In Windows

Console-path\www\

In UNIX

/opt/jp1cons/www/

Storage directory of the model file for the web-based operation definition file for compatibility mode
In Windows

Console-path\www\plugin\

In UNIX

/opt/jp1cons/www/plugin/

Description

This file is used when the Web-based JP1/IM - View is started. The file is also used when you want to switch between plug-in free mode and compatibility mode of the web-based version of JP1/IM - View.

When you use compatibility mode, you can specify the operations of the web-based version JP1/IM - View (such as the communication timeout value and the port number to be used) by editing this file.

When a low-speed line is used in the network for communication between the viewer and JP1/IM - Manager or when the viewer's workload is high, timeouts may occur during the viewer's communication processing, resulting in communication errors. You can prevent such communication errors by changing the timeout period.

If you have changed the port number (20115) used by JP1/IM - Manager, you must also change the port number that is used to connect to JP1/IM - Manager.

Do not change the values of the parameters that are not explained here.

When you use plug-in free mode, you need to specify the operations of the web-based version of JP1/IM - View (such as the communication timeout value and the port number to be used) in the web-based startup definition file (console_xx.jnlp) instead of the web-based operation definition file (console_xx.html).

The following describes how to use the model files to switch between plug-in free mode and compatibility mode:

  1. Back up the web-based operation definition file.

  2. Copy the model file for the mode that you want to use to the storage directory for the web-based operation definition file.

  3. Change the name of the model file to the name of the web-based operation definition file.

  4. Specify the operations of the web-based version of JP1/IM - View.

    To switch to compatibility mode:

    Specify the communication timeout value and the port number to be used in the web-based operation definition file (console_xx.html).

    To switch to plug-in free mode:

    Specify the communication timeout value, the port number to be used, and the URL of the web-based version of JP1/IM in the web-based startup definition file (console_xx.jnlp).

When the definitions are applied

The definition takes effect the next time you log in to JP1/IM - Manager (Central Console).

Information that is specified

<param name="PORT" value="port-number">

Specifies the port number for the event console (jp1imevtcon) when the default port number (20115) has been changed. The default value is 20115.

<param name="SO_TIMEOUT" value="socket-timeout-value">

Specifies the amount of time in milliseconds to wait for the arrival of reception data (socket timeout value). The default is 2,500 milliseconds.

We recommend that you specify a larger value in an environment where a low-speed line is used or event traffic is heavy.

The range of values that can be specified is from 0x00000001 to 0x0036EE80 (3,600,000 milliseconds).

The specified value must not exceed the value specified for RMI_TIMEOUT (default: 0000EA60) in the Web-based operation definition file (console_xx.html).

<param name="RMI_TIMEOUT" value="server-processing-timeout-value">

Specifies in milliseconds the timeout value (server processing timeout value) for login, logout, automatic refresh, event status change, event search, user environment setting, severe event setting, automated action setting, filter setting, and command execution operations.

The permitted value range is from 60,000 to 3,600,000 milliseconds; the default is 60,000 milliseconds.

<param name="SCREEN_TITLE_LOGININFO" value="ON">

You can prevent the name of the logged-in JP1 user from being displayed in the title of the Event Console window and the List of Action Results window. The ON specification displays the logged-in JP1 user name. The OFF specification hides the logged-in JP1 user name. The default is ON.

Example definition

<!-- Copyright(C)2003,Hitachi,LTD. -->
 
<html>
 
<head>
<title>JP1/Integrated Management - View</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
 
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000" >
<table border="0" cellpadding="0" cellspacing="0" width="700" align="center">
<tr>
<td><img src="image/login/splash.gif" width="700" height="324"></td>
</tr>
</table>
 
<font size="3">
<applet code="JP/co/Hitachi/soft/jp1/im/console/client/start/JCoViewApplet.class" archive="jcoview.jar,hntrlib2j.jar" width="0" height="0">
<param name="LANGUAGE" value="ENGLISH">
<param name="PORT" value="20115">
<param name="SO_TIMEOUT" value="2500">
<param name="TRACE_LEVEL" value="30">
<param name="DEBUG" value="NO">
<param name="RMI_TIMEOUT" value="60000">
<param name="SCREEN_TITLE_LOGININFO" value="OFF">
</applet>
</font>
</body>
 
</html>