Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Property file for JP1 product association setting (hptl_jp1_imss_jp1product_cooperation_setting.properties)

Organization of this page

Description

This file defines whether to link with the following specific JP1 product, and users who can access the JP1 product:

Format

hptl_jp1_imss_jp1product_cooperation_flag=Whether to link with the specific JP1 product
hptl_jp1_imss_jp1product_cooperation_userlist=IDs of the users who can access the specific JP1 product
hptl_jp1_imss_information_search_userid=ID for the user for information retrieval

File names

Storage folder

JP1/SS-path\conf\

When the definition is applied

The definition is applied after the JP1/Service Support service is restarted.

What is described

Do not edit any specification keys other than those explained in the following table. Use an equal sign (=) to connect a specification key and its value.

Table 13‒7: List of specification keys that can be set in the property file for JP1 product association setting

Specification key name

Description

Default value

hptl_jp1_imss_jp1product_cooperation_flag

Specifies whether to link with the specific JP1 product.

  • true: Link with the specific JP1 product.

  • false: Do not link with the specific JP1 product.

If you omit this specification, or specify a value that cannot be specified, false is set.

false

hptl_jp1_imss_jp1product_cooperation_userlist

When authentication of JP1/Service Support is performed for the Item management database or the LDAP server, specify the ID of a user who link the authentication server with the specific JP1 product.

A maximum of 1,000 users can be specified.

When you specify multiple user IDs, use a comma (,) to separate them.

Specifiable values are one-byte lowercase alphanumeric character string of 1 to 31 bytes.

User IDs exceeding the specifiable number of users, or invalid user IDs are ignored.

--

hptl_jp1_imss_information_search_userid

When authentication for JP1/Service Support is performed on the LDAP server, specify a user ID from the users already registered for information retrieval. Users for information retrieval indicate users who search users who can access JP1 products if you want to link the authentication server with the specific JP1 product. To prevent user IDs from being changed or deleted, assign a user ID dedicated to this purpose instead of one used for other purposes.

Only one user can be specified.

You can specify a string of 1 to 64 alphanumeric characters.

--

Legend:

--: No default value

Whether to set specification keys

Setting of the specification keys changes depending on whether or not the authentication server is linked with the specific JP1 product. The following tables explain the specification key settings of the property file for JP1 product association setting.

Table 13‒8: Specification key settings of the property file for JP1 product association setting (linking with the specific JP1 product)

Specification key name

Authentication server

Item management database

LDAP server

JP1/Base authentication server

hptl_jp1_imss_jp1product_cooperation_flag

true

true

true

hptl_jp1_imss_jp1product_cooperation_userlist

ID of a user who links the authentication server with the specific JP1 product

ID of a user who links the authentication server with the specific JP1 product

Setting is not required.

hptl_jp1_imss_information_search_userid

Setting is not required.

ID of an already registered user for information retrieval

Setting is not required.

Table 13‒9: Specification keys of the property file for JP1 product association setting (without linking with the specific JP1product)

Specification key name

Authentication server

Item management database

LDAP server

JP1/Base authentication server

hptl_jp1_imss_jp1product_cooperation_flag

false

hptl_jp1_imss_jp1product_cooperation_userlist

Setting is not required.

hptl_jp1_imss_information_search_userid

Setting is not required.

Notes

Definition example

The following is a definition example when you link the authentication server with JP1/NP, and set user01 and user02 as the users to be linked, and kensaku01 as the user for information retrieval:

hptl_jp1_imss_jp1product_cooperation_flag=true
hptl_jp1_imss_jp1product_cooperation_userlist=user01,user02
hptl_jp1_imss_information_search_userid=kensaku01