Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


7.4 IM management node tree generation function

The IM management node tree generation function is one of the functions to get IM management node related information. IM management node related information can be obtained through the three functions of system configuration information collection, IM management node link generation, and IM management node tree generation.

The system configuration information collection function collects system configuration information of a linked product using adapter commands and plug-ins. The IM management node link generation function generates relations between configurations, based on the collected configuration information. For details, see 4.4.4(4) __createLink method.

The following table lists and describes the input and output information of the IM management node tree generation function.

Table 7‒23: Input information of the IM management node tree generation function

No.

Input information

Description

1

System configuration information

System configuration information of a linked product that was collected using adapter commands and plug-ins.

The system configuration information is shown in the SID and additional information of the SID. For details on the SID, see 7.1 SID.

2

System node definition file (imdd_systemnode.conf)

Definition information of the hierarchical structure consisting of the system, subsystems, and underlying given nodes.

3

Category name definition file for IM management nodes

(imdd_category_name.conf)

Definition information of the names and display orders of categories that appear in sunburst chart format or tree format.

4

Host name definition file (imdd_host_name.conf)

Definition information for mapping alias names to actual host names, if a product in which an alias name can be assigned to a host name is added to the configuration of IM management nodes.

Table 7‒24: Output information of the IM management node tree generation function

No.

Input information

Description

1

Tree information

Information necessary to show IM management nodes in sunburst chart format or in tree format. The IM management node tree file (imdd_nodeTree.json) that contains tree information is generated.

The tree information is shown in the tree SID and additional information of the tree SID. For details on the SID, see 7.1 SID.

For details on the system node definition file (imdd_systemnode.conf), the category name definition file for IM management nodes (imdd_category_name.conf), and the host name definition file (imdd_host_name.conf), see System node definition file (imdd_systemnode.conf), Category name definition file for IM management nodes (imdd_category_name.conf), and Host name definition file (imdd_host_name.conf) in Chapter 2. Definition Files.

The IM management node tree generation function has the three functions of system node generation, node generation, and tree SID conversion.

Organization of this section