Network Configuration Manager ナレッジベース

Device Expert:コンソールの速度を向上する方法


対象

Device Expert

概要

Device ExpertのWeb画面には、ネットワーク機器のCLIへ直接ログインするためのコンソール機能があります。

デフォルトでは、Device Expertに実装されているバックアップ等の機能へ負荷がかからないように、
コマンド結果の戻り時間を調整しています。
本ナレッジでは、コマンド結果の戻り時間の速度を向上する手順を記載します。
お知らせ:
Device Expertは既にEOL対象製品です(EOL情報について)。
後継機の「Network Configuration Manager」の新規インストールをご検討ください。
Network Configuration Managerの新規インストールはこちら

手順

  1.  インストールフォルダー[.../<DEX>/webappsncmWEB-INF/]を表示
  2. フォルダー内の[web.xml]ファイルをテキストエディターで表示
  3. 以下の項目を350から100へ変更
    【変更前】
    <description>Key delay. The amount of time (in milliseconds) after a keypress before a refresh
    request is sent. If another key is received before this time elapses, the timer is reset.</description>
    <param-name>keyDelay</param-name>
    <param-value>350</param-value>
    </init-param>【変更後】
    <description>Key delay. The amount of time (in milliseconds) after a keypress before a refresh
    request is sent. If another key is received before this time elapses, the timer is reset.</description>
    <param-name>keyDelay</param-name>
    <param-value>100</param-value>
    </init-param>
  4. Device Expertを再起動