Hitachi

JP1 Version 12 JP1/Performance Management Reference


Initialization file (config.xml)

Organization of this page

Function

The initialization file is an XML-format file used to set up an operating environment for PFM - Web Console. It is read when PFM - Web Console starts.

To restore the initialization file to its original state, overwrite it with the model file.

Name of file

config.xml (Initialization file and model file for the initialization file)

Location

The initialization file is stored in the following directory:

The model file for the initialization file is stored in the following directory:

Timing of applying definition information

The definition information is applied when the Web Console service is restarted.

Notes

How to modify

See Procedure for modifying PFM - Web Console definition files.

Definition example

This example sets the IP address of the connected PFM - Manager host to 10.210.24.56.

    <vsa>
        <vserver-connection>
            <param name="host" value="10.210.24.56"/>
            <!-- The host computer name to which PFM View Server uses.
                 Specifiable values: 1024 to 65535
                 Default           : 22286
             -->
            <param name="port" value="22286"/>
        </vserver-connection>

This example sets the logical IP address of the PFM - Web Console host to 10.210.26.18.

    <vsa>
        <vserver-connection>
            <param name="host" value="10.210.24.56"/>
            <!-- The host computer name to which PFM View Server uses.
                 Specifiable values: 1024 to 65535
                 Default           : 22286
            -->
            <param name="port" value="22286"/>
            <param name="ownHost" value="10.210.26.18"/>
 
       </vserver-connection>

This example sets the folder where bookmark definition information is stored to c:\user1\bookmarks.

 </format>
 
<bookmark>
<!-- The directory where bookmark repository is stored. Default : <install directory>\bookmarks -->
<param name="bookmarkRepository" value="c:\user1\bookmarks"/>
</bookmark>
 
</vsa>

This example sets the folder where process monitoring definition templates are stored to environment-directory\jp1pcWebCon\processMonitoringTemplates.

 <process-monitoring>
<!-- The directory where templates of process monitoring are stored. Default : <install directory>\processMonitoringTemplates -->
<param name="processMonitoringTemplatesRepository" value="environment-directory\jp1pcWebCon\processMonitoringTemplates"/>
</process-monitoring>
 
</vsa>