Hitachi

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


Operation definition file for IM Configuration Management - View (jcfview.conf)

Organization of this page

Format

jcfview.login.host.max=maximum-number-of-recorded-hosts
jcfview.login.user.max={0|1}
jcfview.screen.history.enable={0|1}
jcfview.response.wait.time=server-response-wait-timeout-period
jcfview.imconfigreflect.response.wait.time=response-wait-timeout-period-for-reflection-of-system hierarchy
jcfview.screen.title.logininfo.enable={0|1}

File

jcfview.conf (operation definition file for IM Configuration Management - View)

jcfview.conf.model (model file for the operation definition file for IM Configuration Management - View

Storage directory

View-path\conf\jcfview\

Description

This file specifies the operation of IM Configuration Management - View.

When the definitions are applied

The definition takes effect when IM Configuration Management - View starts.

Information that is specified

jcfview.login.host.max=maximum-number-of-recorded-hosts

Specifies as a decimal value the maximum number of hosts that have logged in successfully. Permitted values are from 0 to 20. The default is 5.

jcfview.login.user.max={0|1}

Specifies whether to display the name of the JP1 user who logged in previously in the User name text box of the Login window. If 1 is specified, the name of the user who logged in previously is displayed. If 0 is specified, the name of the user is hidden. If you omit this parameter, or if you specify a value other than 0 or 1, 1 is assumed. The default is 1.

jcfview.screen.history.enable={0|1}

Specifies whether the function that inherits the display position and size of the IM Configuration Management - View window, as well as the selection status of the displayed buttons that were in use the last time the screen was open, is to be used. This setting applies to the IM Configuration Management window, the Edit Agent Configuration window, the Edit Remote Monitoring Configuration window, and the Display/Edit Profiles window.

The permitted values are as follows:

  • 0: Do not use the window display settings history function.

  • 1: Use the window display settings history function (default value).

Note that if you specify 0 and then start IM - View, all the window display settings history files will be deleted.

jcfview.response.wait.time=server-response-wait-timeout-period

Specifies in decimal notation the timeout period for waiting for a response when applying the hierarchy configuration (IM configuration) to the system.

The permitted value range is from 60,000 to 3,600,000; the default is 1,800,000. If the specified value is less than the minimum value, greater than the maximum value, invalid, or undefined, the default value is used.

When a timeout occurs, the KNAN20105-E message is displayed. If the KNAN20105-E message is issued frequently, we recommend that you revise the timeout setting.

jcfview.imconfigreflect.response.wait.time=response-wait-timeout-period-for-updating-system-hierarchy

Specifies in milliseconds in decimal notation the timeout period for waiting for the system hierarchy to be applied. The permitted value range is from 60,000 to 36,000,000; the default is 18,000,000. If the specified value is less than the minimum value, greater than the maximum value, invalid, or undefined, the default value is used.

When a timeout occurs, the KNAN20105-E message is displayed. If the KNAN20105-E message is issued frequently, revise the timeout setting.

jcfview.screen.title.logininfo.enable={0|1}

You can prevent the name of the logged-in JP1 user from being displayed in the title of the IM Configuration Management window, the Edit Agent Configuration window, the Edit Remote Monitoring Configuration window, and the Display/Edit Profiles window. When 1 is specified, the name of the logged in JP1 user is displayed. When 0 is specified, the name of the user is hidden. If you omit this parameter, or if you specify a value other than 0 or 1, 1 is assumed. The default is 1.

Example definition

jcfview.login.host.max=5
jcfview.login.user.max=1
jcfview.screen.history.enable=1
jcfview.response.wait.time=1800000
jcfview.imconfigreflect.response.wait.time=18000000
jcfview.screen.title.logininfo.enable=1