Hitachi

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


6.2.3 Description example of the Intelligent Integrated Management Base definition file (imdd.properties)

The definition details are written in the Intelligent Integrated Management Base definition file (imdd.properties). See Intelligent Integrated Management Base definition file (imdd.properties) in Chapter 2. Definition Files.

The following shows the description in the model file (imdd.properties.model) of the Intelligent Integrated Management Base definition file (imdd.properties):

server.port = 20703
 
#jp1.imdd.gui.settings.contentViews.custom UI Id.title =
#jp1.imdd.gui.settings.contentViews.custom UI Id.url =
#jp1.imdd.gui.settings.contentViews.custom UI Id.sid =
#jp1.imdd.gui.settings.contentViews.custom UI Id.target =
Organization of this subsection

(1) When multiple custom UIs are displayed

If you define several different <custom UI Id> tags for a single IM management node, the Custom UI tabs are displayed as many as the number of defined tags.

Note that the Custom UI tabs are displayed in the order of the definition in the Intelligent Integrated Management Base definition file (imdd.properties).

The following shows a definition example:

jp1.imdd.gui.settings.contentViews.System01CustomUI1.title = System01\u30ab\u30b9\u30bf\u30e0UI1
jp1.imdd.gui.settings.contentViews.System01CustomUI1.url = ./customUI/sample/customUI1.html
jp1.imdd.gui.settings.contentViews.System01CustomUI1.sid = _ROOT_AllSystems/_SYSTEM_SYSTEM01
 
jp1.imdd.gui.settings.contentViews.System01CustomUI2.title = System01\u30ab\u30b9\u30bf\u30e0UI2
jp1.imdd.gui.settings.contentViews.System01CustomUI2.url = ./customUI/sample/customUI2.html
jp1.imdd.gui.settings.contentViews.System01CustomUI2.sid = _ROOT_AllSystems/_SYSTEM_SYSTEM01
 
jp1.imdd.gui.settings.contentViews.System01CustomUI3.title = System01\u30ab\u30b9\u30bf\u30e0UI3
jp1.imdd.gui.settings.contentViews.System01CustomUI3.url = ./customUI/sample/customUI3.html
jp1.imdd.gui.settings.contentViews.System01CustomUI3.sid = _ROOT_AllSystems/_SYSTEM_SYSTEM01
Important
  • The maximum number of Custom UI tabs you can display for a single IM management node is 10.