Hitachi

JP1 Version 12 JP1/Performance Management User's Guide


15.3.1 Setup for linking with JP1/SS

  1. Open the JP1/SS system property file (hptl_jp1_imss_main_setting.properties), and then specify the appropriate values for the settings in the following table.

    Table 15‒1:  Settings to be specified in the JP1/SS system property file

    Specification key

    Value

    hptl_jp1_imss_add_item_info_url_num

    The number of URLs to which you want to add Item information# 1

    hptl_jp1_imss_add_item_info_product_$n

    jp1_pfm

    hptl_jp1_imss_add_item_info_url_$n

    the URL for logging on to PFM - Web Console

    hptl_jp1_imss_add_item_info_$n#2

    Specify the following three values, separated by commas:

    • JIMSD_LOGIN_USER_ID (The element ID that inherits the login user ID)

    • element-ID-that-inputs-the-name-of-the-host-on-which-the-event-occurred

    • element-ID-that-inputs-the-date-and-time-when-the event-occurred

    #1

    If you have already specified the number of URLs to which you want to add Item information, add 1 to the previously specified value, and then save the settings.

    #2

    If you specify the same element ID more than once, Performance Management cannot link with JP1/SS.

    If this happens, a login window appears when you attempt to start PFM - Web Console from JP1/SS. Correct the settings and try again.

    In the above elements, for $n, specify a numeric value from 1 to the value specified for the specification key hptl_jp1_imss_add_item_info_url_num. You must specify the same number for $n in all of these elements.

    For details on the JP1/SS system property file, see the JP1/Service Support manuals.

    Example settings:

    For example, suppose that you want to use one linkage product (Performance Management) with JP1/SS. The communication protocol used for the URL for

    logging on to PFM - Web Console is HTTP, the host name is PFM-Web Console, and the port number to be used to connect with PFM - Web Console is 20358. Furthermore, the element ID that inputs the name of the host on which the event occurred is "User-added text element 1" (ID: JIMSD_FORM_USERTEXT01), and the element ID that inputs the date and time when the event occurred is "Occurrence date and time" (ID: JIMSD_FORM_ACCRUALDATE). To set up linkage with JP1/SS under these conditions, specify the settings as follows:

    #Other Products Cooperation
    #hptl_jp1_imss_jp1_aim=
    hptl_jp1_imss_add_item_info_url_num=1
    hptl_jp1_imss_add_item_info_url_1=http://PFM-WebCon:20358/PFMWebConsole/login.do
    #hptl_jp1_imss_np_item_info_$n=
    #hptl_jp1_imss_ao_item_info_$n=
    hptl_jp1_imss_add_item_info_1=JIMSD_LOGIN_USER_ID,JIMSD_FORM_USERTEXT01,JIMSD_FORM_ACCRUALDATE
    hptl_jp1_imss_add_item_info_product_1=jp1_pfm
    #hptl_jp1_imss_add_item_info_key_list_$p=
    hptl_jp1_imss_jp1base_virtual_hostname=JP1_DEFAULT
  2. Set up Single Sign-On.

    In JP1/SS, configure the environment to enable Single Sign-On.

    For details, see the JP1/SS documentation.

  3. Edit the initialization file (config.xml) for the PFM - Web Console host specified in the JP1/SS system property file. Only perform this step if the host on which the problem occurred is being monitored in JP1/IM from a different instance of PFM - Web Console than the one you specified in the JP1/SS system property file in step 1.

    Items to edit

    host, port, and https under the <search-WebConsole> tag under the <vsa> tag

    Editing method

    Define the host name, port number, and encrypted communication setting for an instance of PFM - Web Console instance not specified in the JP1/SS system property file. To define multiple instances of PFM - Web Console, define the <search-WebConsole> tag for the number of instances of PFM - Web Console.

    Example of a definition

    <vsa>
            <search-WebConsole>
                <param name="host" value="PFMWebCon2"/>
                <param name="port" value="20358"/>
                <param name="https" value="ON"/>
            </search-WebConsole>
            <search-WebConsole>
                <param name="host" value="PFMWebCon3"/>
                <param name="port" value="20358"/>
                <param name="https" value="OFF"/>
            </search-WebConsole>
    </vsa>
    Important

    The value specified for the parameter https must match the communication protocol specified in the JP1/SS system property file. If they do not match, a browser security warning appears in the interface.

  4. Use JP1/IM to map the host on which the problem (which triggered the JP1 event) occurred to the event-issuing event server.

    This setting is required if the problem that triggered the JP1 event registered as an Item in JP1/SS occurred on a host that is not the event-issuing event server.

    For details, see the JP1/Integrated Management 2 - Manager Configuration Guide.

  5. Restart the JP1/SS service.

  6. Restart the PFM - Web Console service.