Hitachi

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


Communication environment definition file (view.conf.update)

Organization of this page

Format

[JP1_DEFAULT\JP1CONSOLEVIEW]
"COM_SO_TIMEOUT"=dword:hexadecimal-value
"COM_RMI_TIMEOUT"=dword:hexadecimal-value

File

view.conf.update (model file for the communication environment definition file)

Storage directory

View-path\default\

Description

This file defines timeout periods for communication between JP1/IM - View and JP1/IM - Manager (Central Console).

When a low-speed line is used in the network or when the viewer's workload is high, timeouts might occur during the viewer's communication processing, resulting in communication errors. You can prevent such communication errors by modifying timeout periods. If you set a timeout period, you must also specify the same setting at the JP1/IM - Manager (Central Console) that is connected.

If you change any value in this definition file, you must also change the value in the communication environment definition file for JP1/IM - Manager (Central Console).

The required definition is provided as a model file. To change the settings, copy the model file and then edit the copy.

When the definitions are applied

The definitions take effect after the jbssetcnf command is executed and JP1/IM - View is restarted.

Information that is specified

[JP1_DEFAULT\JP1CONSOLEVIEW]

Specifies the key name for the JP1/IM - View environment settings.

In JP1/IM - View, this parameter is fixed.

"COM_SO_TIMEOUT"=dword:hexadecimal-value

Specify in milliseconds as a hexadecimal value the amount of time to wait for the arrival of reception data (socket timeout value). The default value is dword:0000EA60 (60,000 milliseconds).

In an environment in which a low-speed line is used or event traffic is heavy, specify a larger value.

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

The specified value must not exceed the value specified for COM_RMI_TIMEOUT (default: 0000EA60) in the view.conf.update communication environment definition file.

"COM_RMI_TIMEOUT"=dword:hexadecimal-value

Specifies in milliseconds as a hexadecimal value the timeout period for communication processing during the following operations or settings:

  • Login

  • Logout

  • Manual and automatic refreshing of the Event Console window

  • Changing the event action status

  • Deletion of server events

  • Event search

  • User environment setting

  • Severe event setting

  • Automated action setting

  • Filter setting

  • Command execution

  • Function status notification recovery operation

  • Response to a response-waiting event and release from the hold-and-accumulate state

The permitted value range is from 0000EA60 to 0036EE80 (from 60,000 to 3,600,000 milliseconds), and the default is dword:0000EA60 (60,000 milliseconds).

Example

[JP1_DEFAULT\JP1CONSOLEVIEW]
"COM_SO_TIMEOUT"=dword:000009C4
"COM_RMI_TIMEOUT"=dword:0000EA60