Hitachi

JP1 Version 12 JP1/Performance Management User's Guide


14.3.1 Setup for linking with JP1/AJS3

  1. Open the JP1/AJS3 - Web Console environment-settings file (ajs3web.conf), and then specify the URL for logging in to PFM - Web Console at the connection destination.

    For the PFM_URL label, specify the URL with which you can log on correctly.

    For example, if the communication protocol is http, and PFM - Web Console for the connection destination has the host name PFM-WebCon and port number 20358, specify as follows:

    ;[]
    ;HNTR_LOG_LEVEL=info
    ;HNTR_LOG_LANG=system
    ;SYS_LOG_LEVEL=info
    ;SYS_LOG_LANG=system
    ;COM_LOG_SIZE=128
    ;COM_LOG_LEVEL=info
    ;COM_LOG_NUM=2
    ;COM_LOG_LANG=system
    ;SERVER_LOG_SIZE=8192
    ;SERVER_LOG_LEVEL=info
    ;SERVER_LOG_NUM=2
    PFM_URL=http://PFM-WebCon:20358/PFMWebConsole/login.do
  2. If PFM - Web Console instances other than the one specified in the environment-settings file in step 1 also monitor the execution agent, edit the initialization file (config.xml) on the PFM - Web Console host.

    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 PFM - Web Console instance not specified in the environment-settings 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

    For https, specify a value that matches the communication protocol specified in the JP1/AJS3 - Web Console environment-settings file (ajs3web.conf). If a different value is specified, the browser's security warning is displayed in the window.

    If the browser is Firefox, even if you attempt to continue the operation in the window with the security warning, access will be blocked due to mixed content blocking. To continue the operation, disable mixed content blocking in Firefox.

  3. Restart the JP1/AJS3 - Web Console service.

  4. Restart the PFM - Web Console service.