Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Integrated Management - Manager Command and Definition File Reference


Web-based operation definition file (console.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.html (Web-based operation definition file)

console.html.model (model file for the Web-based operation definition file)

Storage directory

In Windows

Console-path\www\

In UNIX

/opt/jp1cons/www/

Description

This file is used when the Web-based JP1/IM - View is started. By editing this file, you can set the operation of the Web-based JP1/IM - View (such as a communication timeout value and the port number to be used).

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 the definitions are applied

The definition takes effect when you re-log in to JP1/IM - Manager (JP1/IM - 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.

<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>