Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Integrated Management - Manager Configuration Guide


4.16.5 Setting timeout values for Web-based operation

To set the timeout values for Web-based operation:

  1. Use a text editor to open the Web-based operation definition file (console.html) stored at the following location:

    Console-path\www\console.html

    For details about the Web-based operation definition file (console.html), see Web-based operation definition file (console.html) in 2. Definition Files in the manual Job Management Partner 1/Integrated Management - Manager Command and Definition File Reference.

  2. Set the socket timeout value.

    Set the wait time for arrival of received data.

    For a low-speed line or in an environment with heavy event traffic, set a larger value.

    The default is 2,500 milliseconds.

    Search for the following line and set the timeout value (milliseconds):

    <param name="SO_TIMEOUT" value="2500">

    Specify the value (milliseconds) as a decimal number.

  3. Set server processing timeout values.

    Set the timeout values for login, logout, automatic refreshing, event status change, event search, user environment setup, severe event setting, automated action setting, filter setting, and command execution operation.

    The specified value must be in the range of 60,000 to 3,600,000 milliseconds. The default is 60,000 milliseconds.

    If KAVB1205 is displayed frequently, set a longer timeout value.

    Search for the following line and set the timeout value (milliseconds):

    <param name="RMI_TIMEOUT" value="60000">

    Specify the value (milliseconds) as a decimal number.

  4. Save the Web-based operation definition file (console.html).