Hitachi

JP1 Version 12 JP1/Automatic Operation Configuration Guide 


3.3.3 Integrated function menu definition file (hitachi_jp1_ao_tree.conf)

This is the definition file that must be edited for linking to the event monitoring function of JP1/IM.

It defines information for displaying trees in the Tool Launcher window of JP1/IM - View.

Format

specification-key-name=setting

Installation folder

For non-cluster systems:
Japanese environment:

JP1/AO-installation-folder\conf\event\jp1imview\ja or /opt/jp1ao/conf/event/jp1imview/ja

English environment:

JP1/AO-installation-folder\conf\event\jp1imview\en or /opt/jp1ao/conf/event/jp1imview/en

Chinese environment:

JP1/AO-installation-folder\conf\event\jp1imview\zh or /opt/jp1ao/conf/event/jp1imview/zh

For cluster systems:
Japanese environment:

shared-folder-name\jp1ao\conf\event\jp1imview\ja or shared-folder-name/jp1ao/conf/event/jp1imview/ja

English environment:

shared-folder-name\jp1ao\conf\event\jp1imview\en or shared-folder-name/jp1ao/conf/event/jp1imview/en

Chinese environment:

shared-folder-name\jp1ao\conf\event\jp1imview\zh or shared-folder-name/jp1ao/conf/event/jp1imview/zh

Trigger for applying definitions

Restarting the service (JP1/IM)

Description

In the integrated function menu definition file, the <JP1_AO_HOST> block specifies the host name or IP address of the JP1/AO server, and the <PORT_NO> block specifies the port number for the terminals that use JP1/AO.

To launch Web interfaces to JP1/AO on different servers, you must define a block for each server in the integrated function menu definition file.

Example definitions

Example of HTTP connection to Web server with JP1/AO host name AO-Host and port number 22015:
#All Rights Reserved. Copyright (C) 2012, Hitachi, Ltd. 
#Licensed Material of Hitachi, Ltd. 

#Comment Declaration that this is the integrated function menu definition file
@file type="function-definition", version="0300"; 

#Comment Function tree menu definition block - folder
@define-block type="function-tree-def"; 
id="jco_folder_ AutomaticOperation";
parent_id="root";
name="IT operation automation"; 
@define-block-end;

#Comment Function tree menu definition block-tier1
@define-block type="function-tree-def";
id="jco_JP1_AO";
parent_id="jco_folder_ AutomaticOperation";
name="IT operation automation platform";
execute_id="default_browser";
arguments="http://AO-Host:22015/Automation/launcher/Login?jp1token=%JCO_JP1TOKEN$ENC$URLENC%";
Example of configuring two servers in the integrated function menu definition file:
#All Rights Reserved. Copyright (C) 2012, Hitachi, Ltd.
#Licensed Material of Hitachi, Ltd. 

#Comment Declaration that this is the integrated function menu definition file
@file type="function-definition", version="0300"; 

#Comment Function tree menu definition block - folder
@define-block type="function-tree-def"; 
id="jco_folder_ AutomaticOperation";
parent_id="root"; 
name="IT operation automation"; 
@define-block-end;

#Comment Function tree menu definition block-tier1
@define-block type="function-tree-def";
id="jco_JP1_AO1";
parent_id="jco_folder_ AutomaticOperation";
name="IT operation automation platform 01";
execute_id="default_browser";
arguments="http://AO-Host:22015/Automation/launcher/Login?jp1token=%JCO_JP1TOKEN$ENC$URLENC%";
@define-block-end;
#------------------------------------------------------------------------------- 
@define-block type="function-tree-def"; 
id="jco_JP1_AO2"; 
parent_id="jco_folder_ AutomaticOperation"; 
name="IT operation automation platform 02"; 
execute_id="default_browser";
arguments="http://AO-Host:22015/Automation/launcher/Login?jp1token=%JCO_JP1TOKEN$ENC$URLENC%";
@define-block-end;