Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Operator's Guide


11.3.19 Displaying the information about the connection-destination manager host

You can display the information about the connection-destination manager host in a window. You can also change the color of the information display areas and the font color.

Specify from:

The View customization settings file (jajsCustomizeView) in JP1/AJS3 - Manager

For details, see 11.1.1 Types of customization methods.

Specification:

Specify entries in the following formats. For details about RGB-value, see 11.11 Specifying colors with RGB values.

jajsHostInfoBarBackground=RGB-value (return)

Use this entry to specify the background color of the upper and lower areas displayed in the window. The default color value is 192:192:192. If you do not specify this entry, the system assumes that 192:192:192 is specified.

jajsHostInfoBarText=Any-character-string (return)

Use this entry to specify the character string that is to be displayed in the upper area of the window. Typically, information about the connection destination, such as the OS or machine name of the connection-destination manager host, is specified. To use a backslash (\) as an ordinary character, specify two consecutive backslashes (\\). To specify a character string that begins with a halfwidth space, enclose it in double quotation marks ("Δany-character-string", where Δ indicates a halfwidth space). The character string you specify can have a maximum of 640 characters. If you do not specify this entry, an empty line is displayed.

jajsHostInfoBarTextColor=RGB-value (return)

Use this entry to specify the font color of the text displayed in the upper and lower areas of the window. The default color value is 0:0:0. If you do not specify this entry, the system assumes that 0:0:0 is specified.

Cautionary notes
  • For the information about the connection-destination manager host to be displayed in the window, we recommend that you specify a character string that is no longer than 40 characters. If you specify a character string longer than 40 characters, characters after the first 40 characters might not be displayed.

  • You cannot use control characters, Unicode control characters, and platform-dependent characters.

  • As a result of changing the color of window areas, depending on the combination of bar and font colors, text might become hard to read. If you change the color of window areas, we recommend that you also adjust the font color.

Example

With the following entry settings, the connection-destination manager host name MAN01 is displayed in black with a gray background:

jajsHostInfoBarBackground=192:192:192

jajsHostInfoBarText=MAN01

jajsHostInfoBarTextColor=0:0:0