前のページへ | 次のページへ


6.2 ディレクトリ構造


6.2.1 エンジン ディレクトリ構造


エンジン部のディレクトリの階層構造は次のとおりです。


■ エンジン

 ---+
    |     eclipse.exe
    |     startup.jar
    |
    +---  resources ............................ リソース格納ディレクトリ
    |         |
    |         +---------  database_property.xml ...... データベースプロパティ
    |                     engine_resource.xml   ...... エンジンプロパティ
    |                     flash_policy.xml      ...... Flash Policy定義
    |                     snmpV3Agent.xml       ...... SNMP V3 Agent定義
    |                     snmpV3Manager.xml     ...... SNMP V3 Manager(Agent管理)
    |                     statistics.mib        ...... SNMP統計MIB定義
    |                     system_resource.xml   ...... システムリソース定義
    |
    |
    +---  configuration ........................ Eclipse RCP構成定義格納ディレクトリ
    |         |    
    |         +---------  config.ini
    |
    +---  features ............................. Eclipse RCP Feature格納ディレクトリ
    |         |
    |         +----  netjfwatcher_feature_1.0.0
    |
    |
    |
    |
    +---  plugins .............................. Eclipse RCP Plugin格納ディレクトリ
    |         |
    |         +----  netjfwatcher_help_1.0.0
    |         |
    |         |
    |         +----  netjfwatcher_1.0.0
    |         |              |
    |         |              +----------  resources ...................  pluginリソースディレクトリ
    |         |              |                |
    |         |              |                +-------  AgentMibDefined.tbl   ...... SNMP Agent MIB定義
    |         |              |                          alarm_message.xml     ...... アラームメッセージ定義
    |         |              |                          defaultAgent.csv      ...... デフォルトSNMP Agentインスタンスデータ
    |         |              |                          Flash_resource.xml    ...... ノード種別対応Iocn画像定義
    |         |              |                          mibDefined.tbl        ...... SNMP MIB定義
    |         |              |                          nodeDetect.data       ...... ノード種別判別定義
    |         |              |                          snmpIfType.data       ...... SNMPインタフェース種別判別定義
    |         |              +---------- icon ................ ノードIcon .......... ノードMap表示用ノードIcon
    |         |              |             |
    |         |              |             +---node16 .............................. ノードIcon 16 * 16pic Image
    |         |              |                                                       (ノードTree用ノードIcon)
    |         |              |
    |         |              +------------ icons ......................... アクションのアイコンImage格納ディレクトリ
    |         |              |
    |         |              +------------ lib ........................... Runtimeライブラリ格納ディレクトリ
    |         |              |
    |         |              |
    |         |              |
    |         |              +------------ about.ini
    |         |                            about.mappings
    |         |                            about.properties
    |         |                            cpl-v10.html
    |         |                            eclipse32.gif
    |         |                            eclipse.gif
    |         |                            NetWatchRCP.jar
    |         |                            plugin.properties
    |         |                            plugin.xml
    |         |                            splash.bmp
    |         |
    |         +-----  org.eclipse.core.runtime_3.0.1
    |         |
    |         +-----  org.eclipse.ui.workbench_3.0.1
    |         |
    |                     Eclipse plugins
    |
    |
    +--- hsqldb_data  .................. HSQLDBデータ格納領域
    |
    +--- nodewatch   .................. Apache Derbyデータデータ格納領域
    |
    +--- workspace    .................. Eclipse RCP ワークエリア
    |         |
    |         +-------- .metadata
    |                   .plugins
    |
    +--- sample       .................. サンプルデータ
              |
              +-------- NodeRegisterInfo_NoEngine.xml .............. 監視ノード一括登録サンプルデータ
                                                                     (エンジンアドレス指定なし:localhost登録)
                        NodeRegisterInfo_Engine.xml   .............. 監視ノード一括登録サンプルデータ
                                                                     (エンジンアドレス指定あり)
                        SNMP-Agent_Linksys.csv        .............. SNMPエージェント Linksysインスタンスデータ
                        SNMP-Agent_Redhat.csv         .............. SNMPエージェント Redhatインスタンスデータ
                        SNMP-Agent_Router.csv         .............. SNMPエージェント Routerインスタンスデータ
                        SNMP-Agent_Windows2000.csv    .............. SNMPエージェント Windows2000インスタンスデータ


前のページへ | 次のページへ