JP3619039B2 - Network device setting method and network management apparatus - Google Patents

Network device setting method and network management apparatus Download PDF

Info

Publication number
JP3619039B2
JP3619039B2 JP37147798A JP37147798A JP3619039B2 JP 3619039 B2 JP3619039 B2 JP 3619039B2 JP 37147798 A JP37147798 A JP 37147798A JP 37147798 A JP37147798 A JP 37147798A JP 3619039 B2 JP3619039 B2 JP 3619039B2
Authority
JP
Japan
Prior art keywords
setting
network device
network
value
different
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP37147798A
Other languages
Japanese (ja)
Other versions
JP2000194628A (en
Inventor
哲也 山田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP37147798A priority Critical patent/JP3619039B2/en
Publication of JP2000194628A publication Critical patent/JP2000194628A/en
Application granted granted Critical
Publication of JP3619039B2 publication Critical patent/JP3619039B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • User Interface Of Digital Computer (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワークデバイス設定方法及びネットワーク管理装置に関する。
【0002】
【従来の技術】
コンピュータネットワークの基盤となるコンピュータ機器及びその通信技術の発達により、ここ数年間に高速で信頼性の高いコンピュータネットワークが出現してきている。これに伴い、ネットワークに接続可能なデバイスの種類が増加し、複数のデバイスを管理するネットワーク管理ソフトウェアが開発されている。これらネットワーク管理ソフトウェアを使用することにより、ネットワーク上の各種デバイスの情報を取得することができる。
【0003】
ネットワーク上のデバイスを管理するための手法として、これまでにいくつかの試みが数多くの標準機関でなされている。国際標準化機構(ISO)は開放型システム間相互接続(Open System Interconnection,OSI)モデルと呼ばれる汎用基準フレームワークを提供している。このネットワーク管理プロトコルのOSIモデルは、共通管理情報プロトコル(Comon Management Information Protocol,CMIP)と呼ばれる。このCMIPはヨーロッパの共通ネットワーク管理プロトコルである。
【0004】
また、米国においては、より共通性の高いネットワーク管理プロトコルとして簡易ネットワーク管理プロトコル(Simple Network Management Protocol,SNMP)呼ばれるCMIPに関する一変種のプロトコルがある(「シンプルブックインターネット管理入門」M.T.ローズ=著/松島栄樹=訳(株)トッパン発行、1995年12月15日初版を参照))。
【0005】
このSNMPネットワーク管理技術によれば、ネットワーク管理システムには少なくとも1つのネットワーク管理ステーション(NMS)と、エージェントを含むいくつかの管理対象ノードと、管理ステーションやエージェントが管理情報を交換するために使用するネットワーク管理プロトコルが含まれる。ユーザは、NMS上でネットワーク管理ソフトウェアを用いて管理対象ノード上のエージェントソフトウェアと通信することにより、ネットワーク上のデータを取得、又は変更することができる。
【0006】
ここでエージェントとは、各々のターゲット装置についてのバックグラウンドプロセスとして動作するソフトウェアである。ユーザがネットワーク上の装置に対して管理データを要求すると、管理ソフトウェアはオブジェクト識別情報を管理パケット又はフレームに入れてターゲットエージェントへ送り出す。エージェントは、そのオブジェクト識別情報を解釈し、そのオブジェクト識別情報に対応するデータを取り出し、そのデータをパケットに入れてユーザに送り返す。時には、データを取り出すために対応するプロセスが呼び出される場合もある。
【0007】
またエージェントは、自分の状態に関するデータをデータベースの形式で保持している。このデータベースのことをMIB(Management Information Base)と呼ぶ。図1は、MIBの構造を示す概念図である。図1に示すように、MIBは木構造のデータ構造をしており、全てのノードが一意に番号付けられている。図1において、括弧内に書かれている番号が、そのノードの識別子である。例えば、図1に示すノード101の識別子は「1」である。ノード102の識別子は、ノード101の下の“3”なので、「1.3」と表記される。以下同様にして、ノード103の識別子は、「1.3.6.1.2」と表記される。このノードの識別子のことを、オブジェクト識別子(Object Identifier)と呼ぶ。
【0008】
このMIBの構造は、管理情報構造(SMI:Structure of Management Information)と呼ばれ、RFC1155 Structure and Identification of Management Information for TCP/IP−based Internetsで規定されている。また、このSMIはASN.1(Abstract Syntax Notation One=抽象構文記法.1というOSI言語を使って定義されている。
【0009】
次に、ネットワークデバイスの設定方法について説明する。ネットワーク管理ステーションがデバイスの設定を行う方法としては、ユーザにオブジェクトIDを用いて個々のオブジェクトを指定させる直接オブジェクトアクセス法やGUIとしてユーザの親しみやすい情報の形式で提供し、この情報と各オブジェクトの変換モジュールを有する間接オブジェクトアクセス法がある。間接オブジェクトアクセス法を利用したネットワーク管理ステーションの一例としては、Hewlett−Packard(HP)社のJetAdminがある。
【0010】
【発明が解決しようとする課題】
しかしながら、上述のネットワークワーク管理ソフトウェアの設定方法では、個々の設定項目について、一つ一つユーザが何らかの入力を行わなければならず面倒な操作を行う必要があった。
【0011】
本発明は、上記課題を解決するためになされたもので、ネットワークデバイス毎に異なる設定値を設定すべきか否かを設定項目毎に認識し、異なる設定値を設定すべき設定項目であると認識した場合に、ユーザに設定値を入力させることを目的とする。
【0012】
【課題を解決するための手段】
上記目的を達成するために、本発明は、ネットワーク上に接続された複数のネットワークデバイスを管理するネットワーク管理装置において、第1のネットワークデバイスに関する複数の設定項目に設定値を設定する際に、第2のネットワークデバイスに関する複数の設定項目の設定値を取得する取得手段と、前記取得手段で取得した第2のネットワークデバイスに関する複数の設定項目の設定値と異なる設定値を設定すべきか否かを設定項目毎に認識する認識手段と、前記認識手段で異なる設定値を設定すべき設定項目であると認識した場合は異なる設定値を設定するようユーザに促し入力された設定値を設定し、前記認識手段で異なる設定値を設定すべき設定項目でないと認識した場合前記取得手段で取得した設定値を設定する設定手段とを有することを特徴とする。
【0013】
また上記目的を達成するために、本発明は、ネットワーク上に接続された複数のネットワークデバイスを管理するネットワーク管理装置におけるネットワークデバイス設定方法であって、第1のネットワークデバイスに関する複数の設定項目に設定値を設定する際に、第2のネットワークデバイスに関する複数の設定項目の設定値を取得する取得工程と、前記取得工程で取得した第2のネットワークデバイスに関する複数の設定項目の設定値と異なる設定値を設定すべきか否かを設定項目毎に認識する認識工程と、前記認識工程で異なる設定値を設定すべき設定項目であると認識した場合は異なる設定値を設定するようユーザに促し入力された設定値を設定し、前記認識工程で異なる設定値を設定すべき設定項目でないと認識した場合前記取得工程で取得した設定値を設定する設定工程とを有することを特徴とする。
【0014】
【発明の実施の形態】
以下、図面を参照しながら本発明に係る実施の形態を詳細に説明する。
【0015】
<<PC側の構成>>
ネットワーク管理ソフトウェアが移動するPC側について説明する。
【0016】
図2は、ネットワーク管理ソフトウェアが稼動可能なPCの構成を示すブロック図である。同図において、200はネットワーク管理ソフトウェアが稼動するPCである。PC200は、ROM202若しくはハードディスク(HD)211に記憶された、或いはフロッピーディスクドライブ(FD)212より供給されるネットワーク管理プログラムを実行するCPU201を備え、システムバス204に接続された各デバイスを総括的に制御する。
【0017】
203はRAMであり、CPU201の主メモリ、ワークエリア等として機能する。205はキーボードコントローラ(KBC)であり、キーボード(KB)209や不図示のポインティングデバイス等からの指示入力を制御する。206はCRTコントローラ(CRTC)であり、ディスプレイ(CRT)210への表示を制御する。207はディスクコントローラ(DKC)であり、ブートプログラム、種々のアプリケーション、編集ファイル、ユーザファイルそしてネットワーク管理プログラム等を記憶するハードディスク(HD)211やフロッピーディスクコントローラ(FD)212とのアクセスを制御する。508はネットワークインタフェースカード(NIC)であり、LAN100を介してエージェント或いはネットワーク機器と双方向にデータを授受する。
<<ネットワーク管理ソフトウェアのモジュール構成>>
次に、MIBのオブジェクトのデータベースを利用するネットワーク管理ソフトウェアの構成について説明する。ネットワーク管理装置は、図2に示すような従来のネットワーク管理装置を実現可能なPCと同様な構成のPC上に実現される。尚、ハードディスク(HD)211には、後述するすべての説明で動作主体となるネットワーク管理ソフトウェアのプログラムが格納されている。後述するすべての説明において、特に断りのない限り、実行の主体はハード上はCPU201である。
【0018】
一方、ソフトウェア上の制御の主体は、ハードディスク(HD)211に格納されたネットワーク管理ソフトウェアである。実施形態においては、OSは例えば、ウィンドウズ95(マイクロソフト社製)を想定しているが、これに限るものではない。また、ネットワーク管理プログラムは、フロッピーディスクやCD−ROMなどの記憶媒体に格納された形で供給されても良く、その場合には図5に示すフロッピーディスクコントローラ(FD)212又は不図示のCD−ROMドライブなどによって記憶媒体からプログラムが読み取られ、ハードディスク(HD)211にインストールされる。
【0019】
図3は、実施形態におけるネットワーク管理ソフトウェアのモジュール構成を示す図である。このネットワーク管理ソフトウェアは、図2に示すハードディスク211に格納されており、CPU201によって実行される。その際、CPU201はワークエリアとしてRAM203を使用する。
【0020】
図3において、301はデバイスリストモジュールと呼ばれ、ネットワークに接続されたデバイスを一覧にして表示するモジュールである。302は全体制御モジュールと呼ばれ、デバイスリストからの指示に基づき、他のモジュールを統括する。303はコンフィグレータと呼ばれ、エージェントのネットワーク設定に関する特別な処理を行うモジュールである。304は探索モジュールと呼ばれ、ネットワークに接続されているデバイスを探索するモジュールである。この探索モジュール304によって探索されたデバイスがデバイスリストモジュール301によって一覧表示される。305はNetWareジョブモジュールであり、プリントジョブの状況をNetWare API316を用いてネットワークサーバから取得する。尚、NetWare APIについては、例えばNovell社から発行されている“NetWare Programmer*s Guide for C”等を参照のこと。この書籍はノベル株式会社から購入可能である。
【0021】
306,307は共に後述するデバイス詳細ウィンドウを表示するためのUI(User Interface)モジュールであり、詳細情報を表示する対象機種毎にUIモジュールが存在する。308,309は共に制御モジュールと呼ばれ、詳細情報を取得する対象機種に特有の制御を受け持つモジュールである。UIモジュールと同様に、各制御モジュールも詳細情報を表示する対象機種毎に存在する。制御Aモジュール308及び制御Bモジュール309は、後述するMIBモジュールを用いて管理対象デバイスからMIBデータを取得し、必要に応じてデータの変換を行い、各々対応するUIAモジュール306或いはUIBモジュール307にデータを渡す。
【0022】
310はMIBモジュールと呼ばれ、オブジェクト識別子<=>オブジェクトキー変換を行うモジュールである。ここでオブジェクトキーとは、オブジェクト識別子と一対一に対応する32ビットの整数のことである。オブジェクト識別子は可変長の識別子であり、ネットワーク管理ソフトウェアを実装する上で扱いが面倒なので、このネットワーク管理ソフトウェアではオブジェクト識別子と一対一に対応する固定長の識別子を内部的に用いている。MIBモジュール310より上位のモジュールはこのオブジェクトキーを用いてMIBの情報を扱う。これにより、ネットワーク管理ソフトウェアの実装が大幅に削減される。また、このオブジェクト識別子<=>オブジェクトキー変換は318のOIMモジュールを呼び出して行う。
【0023】
311はSNMPモジュールと呼ばれ、SNMPパケットの送信と受信を行う。312は共通トランスポートモジュールと呼ばれ、SNMPデータを運搬するための下位プロトコルの差を吸収するモジュールである。実際には、動作時にユーザーが選択したプロトコルによって、IPXハンドラ313かUDPハンドラ314の何れかがデータを転送する役割を担う。尚、IPXハンドラ313は、実装としてNetWare316を用い、UDPハンドラ314は、実装としてWinSock317を用いている。このWinSockについては、例えばWindows Socket API v1.1の仕様書を参照のこと。このドキュメントは複数の箇所から入手可能であるが、例えばマイクロソフト社製のコンパイラであるVisual C++に同梱されている。
【0024】
コンフィグレータ303が用いる現在のプロトコル315というのは、動作時にユーザが選択しているIPXプロトコルかUDPプロトコルの何れかのことを示す。
【0025】
尚、以下の説明において、本願にかかるネットワーク管理ソフトウェアのことを「NetSpot」と呼称する。
【0026】
<<デバイスリスト>>
NetSpotの起動処理が終了すると、図4に示すようなデバイスリストと呼ばれる画面が表示される。この画面には、ネットワークに接続されているデバイスに関して名称などの情報が、図中の402から406のようにリストとなって表示される。
【0027】
NetSpotでは、この画面からデバイスを選択して、デバイスごとの設定画面を開いて設定を行う。
【0028】
次に、設定が終了しているデバイスと同様の設定を他のデバイスにコピーする方法について説明する。
【0029】
図5は、本実施形態における設定処理を示すフローチャート図である。まず、ステップS101において、デバイスリストに表示されているコピーされるデバイスのアイコン(シンボルとなっている絵)を、コピーしたいデバイスのアイコン上にドラッグ・アンド・ドロップする。そして、ステップS102において、コピーされるデバイスに関するすべての設定項目について、デバイスの設定値を取得し保存しておく。
【0030】
次に、ステップS103において、すべての設定項目について、デバイス毎に異なる値を設定するべき項目かどうか判断する。例えば、トナー濃度などは同じ設定値を異なるデバイスに設定しても支障はないが、IPアドレスなど、同一の値を設定してはいけないものもあるからである。ここで、設定する項目が異なる値を設定すべき項目であった場合はステップS104へ進み、ユーザに異なる値を設定するように通知する。そして、ステップS105において、ユーザが新たに入力した値を設定値としてデバイスに設定する。
【0031】
尚、ステップS103での結果、ユーザに異なる値を設定するように通知する場合でも、同じ項目についてはコピーするようにしても良い。
【0032】
また、上述のステップS103において、設定する項目が異なる値を設定する必要がない場合はステップS106へ進み、ステップS102で取得した設定値をコピーするデバイスに設定する。
【0033】
このように、本実施形態によれば、デバイスリストに表示されているデバイスのアイコンをドラッグ・アンド・ドロップすることでデバイスに設定されている値と同様の値を他のデバイスに設定することができる。
【0034】
従って、新たなデバイスの設定を行う際に、一つ一つ設定項目に対して何らかの入力を行う必要がなく、設定作業を大幅に減少させることができる。
【0035】
また、設定項目に属性を持たせ、各デバイスごとに異なる情報を設定すべきか否かによる分岐を設けて作業することにより、一度の操作で設定のコピーを行うことが可能となる。
【0036】
尚、本発明は複数の機器(例えば、ホストコンピュータ,インタフェイス機器,リーダ,プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機,ファクシミリ装置など)に適用してもよい。
【0037】
また、本発明の目的は前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(CPU若しくはMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、達成されることは言うまでもない。
【0038】
この場合、記憶媒体から読出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。
【0039】
プログラムコードを供給するための記憶媒体としては、例えばフロッピーディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,磁気テープ,不揮発性のメモリカード,ROMなどを用いることができる。
【0040】
また、コンピュータが読出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)などが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0041】
更に、記憶媒体から読出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0042】
【発明の効果】
以上説明したように、本発明によれば、ネットワークデバイス毎に異なる設定値を設定すべきか否かを設定項目毎に認識し、異なる設定値を設定すべき設定項目であると認識した場合に、ユーザに設定値を入力させることにより、ユーザの利便性を向上させることが可能となる。
【図面の簡単な説明】
【図1】管理情報データベース(MIB)の構造を示す概念図である。
【図2】ネットワーク管理ソフトウェアが稼動可能なPCの構成を示すブロック図である。
【図3】実施形態におけるネットワーク管理ソフトウェアのモジュール構成を示す図である。
【図4】実施形態におけるデバイスリスト画面の一例を示す図である。
【図5】実施形態における設定処理を示すフローチャートである。
【符号の説明】
200 PC
201 CPU
202 ROM
203 RAM
204 システムバス
205 KBC
206 CRTC
207 DKC
208 NIC
209 KB
210 CRT
211 HD
212 FD
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a network device setting method and a network management apparatus .
[0002]
[Prior art]
Due to the development of computer equipment and the communication technology that form the basis of computer networks, high-speed and highly reliable computer networks have emerged in recent years. Accordingly, the types of devices that can be connected to a network have increased, and network management software for managing a plurality of devices has been developed. By using these network management software, information on various devices on the network can be acquired.
[0003]
As a method for managing devices on the network, several attempts have been made by many standard organizations. The International Organization for Standardization (ISO) provides a general-purpose reference framework called the Open System Interconnection (OSI) model. The OSI model of this network management protocol is called a common management information protocol (CMIP). This CMIP is a European common network management protocol.
[0004]
In the United States, there is a variant protocol related to CMIP called Simple Network Management Protocol (SNMP) as a more common network management protocol (“Introduction to Simple Book Internet Management” MT Rose = Written by Eiki Matsushima = translated by Toppan Co., Ltd., see the first edition on December 15, 1995).
[0005]
According to this SNMP network management technology, a network management system uses at least one network management station (NMS), several managed nodes including agents, and management stations and agents used to exchange management information. Includes network management protocols. The user can acquire or change data on the network by communicating with the agent software on the management target node using the network management software on the NMS.
[0006]
Here, the agent is software that operates as a background process for each target device. When a user requests management data from a device on the network, the management software puts object identification information in a management packet or frame and sends it to the target agent. The agent interprets the object identification information, retrieves data corresponding to the object identification information, puts the data in a packet, and sends it back to the user. Sometimes the corresponding process is invoked to retrieve the data.
[0007]
In addition, the agent holds data on its state in the form of a database. This database is called MIB (Management Information Base). FIG. 1 is a conceptual diagram showing the structure of the MIB. As shown in FIG. 1, the MIB has a tree-structured data structure, and all nodes are uniquely numbered. In FIG. 1, a number written in parentheses is an identifier of the node. For example, the identifier of the node 101 shown in FIG. 1 is “1”. Since the identifier of the node 102 is “3” below the node 101, it is expressed as “1.3”. Similarly, the identifier of the node 103 is expressed as “1.3.3.6.1.2”. The identifier of this node is called an object identifier (Object Identifier).
[0008]
This MIB structure is called a management information structure (SMI: Structure of Management Information), and is defined in RFC1155 Structure and Identification of Management Information TCP / IP-based Information. In addition, this SMI is ASN. 1 (Abstract Syntax Notation One = Abstract Syntax Notation. 1 is defined using the OSI language.
[0009]
Next, a network device setting method will be described. The network management station can set the device by providing a direct object access method that allows the user to specify an individual object using an object ID or a user-friendly information format as a GUI. There is an indirect object access method with a transformation module. An example of a network management station using the indirect object access method is JetAdmin of Hewlett-Packard (HP).
[0010]
[Problems to be solved by the invention]
However, in the setting method of the network work management software described above, it is necessary for the user to make some input for each setting item, and it is necessary to perform a troublesome operation.
[0011]
The present invention has been made to solve the above problems , recognizes whether or not different setting values should be set for each network device, and recognizes that the setting items should be set to different setting values. In this case, an object is to allow the user to input a set value .
[0012]
[Means for Solving the Problems]
To achieve the above object, the present invention provides a network management apparatus that manages a plurality of network devices connected on a network, and sets a setting value for a plurality of setting items related to the first network device. setting an acquisition unit configured to acquire a set value of the plurality of setting items related to the second network device, whether the or not to set the setting value different from the set value of the plurality of setting items related to a second network device acquired by the acquiring means If you recognized a recognition means for recognizing for each item, and the setting items to be set different set values in said recognition means sets the setting value prompted input the user to set different set values, the recognition set hand for a recognized not set items to be set different setting values by a means for setting a setting value acquired by the acquisition unit Characterized in that it has and.
[0013]
In order to achieve the above object, the present invention provides a network device setting method in a network management apparatus that manages a plurality of network devices connected on a network, and sets a plurality of setting items related to a first network device. when setting the value, the second acquisition step of acquiring the set value of the plurality of setting items related to the network device, the setting value is different from the set value of the plurality of setting items related to a second network device acquired by the acquisition step a recognition step of recognizing each setting item whether to configure, when recognizing the in the setting items to be set different set values the recognition process is inputted prompts the user to set different set values set the set value, the case where the recognized in recognition step the setting entry is not to be set to different settings the And having a setting step of setting a setting value obtained in the obtained step.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments according to the present invention will be described in detail with reference to the drawings.
[0015]
<< Configuration on the PC side >>
The PC side on which the network management software moves will be described.
[0016]
FIG. 2 is a block diagram showing a configuration of a PC capable of operating the network management software. In the figure, reference numeral 200 denotes a PC on which network management software runs. The PC 200 includes a CPU 201 that executes a network management program that is stored in a ROM 202 or a hard disk (HD) 211 or that is supplied from a floppy disk drive (FD) 212. Control.
[0017]
Reference numeral 203 denotes a RAM that functions as a main memory, work area, and the like of the CPU 201. A keyboard controller (KBC) 205 controls instruction input from a keyboard (KB) 209 or a pointing device (not shown). Reference numeral 206 denotes a CRT controller (CRTC), which controls display on a display (CRT) 210. A disk controller (DKC) 207 controls access to a hard disk (HD) 211 and a floppy disk controller (FD) 212 that store a boot program, various applications, editing files, user files, a network management program, and the like. A network interface card (NIC) 508 bi-directionally exchanges data with an agent or a network device via the LAN 100.
<< Module configuration of network management software >>
Next, the configuration of the network management software that uses the MIB object database will be described. The network management apparatus is realized on a PC having the same configuration as a PC capable of realizing the conventional network management apparatus as shown in FIG. The hard disk (HD) 211 stores a network management software program that is an operation subject in all the descriptions to be described later. In all the explanations to be described later, unless otherwise specified, the execution subject is the CPU 201 in hardware.
[0018]
On the other hand, the subject of software control is network management software stored in the hard disk (HD) 211. In the embodiment, the OS is assumed to be, for example, Windows 95 (manufactured by Microsoft Corporation), but is not limited thereto. The network management program may be supplied in a form stored in a storage medium such as a floppy disk or a CD-ROM. In that case, the floppy disk controller (FD) 212 shown in FIG. A program is read from the storage medium by a ROM drive or the like and installed in the hard disk (HD) 211.
[0019]
FIG. 3 is a diagram illustrating a module configuration of the network management software in the embodiment. This network management software is stored in the hard disk 211 shown in FIG. At that time, the CPU 201 uses the RAM 203 as a work area.
[0020]
In FIG. 3, reference numeral 301 denotes a device list module that displays a list of devices connected to the network. 302 is called an overall control module and controls other modules based on instructions from the device list. A module 303 is called a configurator and performs a special process related to the network setting of the agent. 304 is called a search module, and is a module that searches for devices connected to the network. Devices searched by the search module 304 are displayed in a list by the device list module 301. Reference numeral 305 denotes a NetWare job module, which acquires the status of a print job from a network server using the NetWare API 316. For the NetWare API, refer to “NetWare Programmer * s Guide for C” issued by Novell, for example. This book can be purchased from Novell.
[0021]
Reference numerals 306 and 307 denote UI (User Interface) modules for displaying a device detail window, which will be described later, and there is a UI module for each target model for displaying detailed information. 308 and 309 are both called control modules, and are modules responsible for control specific to the target model for which detailed information is acquired. Similar to the UI module, each control module also exists for each target model that displays detailed information. The control A module 308 and the control B module 309 acquire MIB data from the management target device using the MIB module described later, convert the data as necessary, and send data to the corresponding UIA module 306 or UIB module 307 respectively. give.
[0022]
A module 310 is called a MIB module and performs object identifier <=> object key conversion. Here, the object key is a 32-bit integer corresponding one-to-one with the object identifier. Since the object identifier is a variable-length identifier and is difficult to handle when implementing the network management software, the network management software internally uses a fixed-length identifier that corresponds to the object identifier in a one-to-one manner. Modules above the MIB module 310 handle MIB information using this object key. This greatly reduces the implementation of network management software. The object identifier <=> object key conversion is performed by calling 318 OIM module.
[0023]
Reference numeral 311 denotes an SNMP module, which transmits and receives SNMP packets. Reference numeral 312 denotes a common transport module, which is a module that absorbs differences in lower-layer protocols for carrying SNMP data. Actually, either the IPX handler 313 or the UDP handler 314 is responsible for transferring data depending on the protocol selected by the user during operation. The IPX handler 313 uses NetWare 316 as an implementation, and the UDP handler 314 uses WinSock 317 as an implementation. For this WinSock, see, for example, the specification of Windows Socket API v1.1. This document can be obtained from a plurality of locations, but is included in Visual C ++, which is a compiler manufactured by Microsoft Corporation.
[0024]
The current protocol 315 used by the configurator 303 indicates either the IPX protocol or the UDP protocol selected by the user during operation.
[0025]
In the following description, the network management software according to the present application is referred to as “NetSpot”.
[0026]
<< Device list >>
When the NetSpot activation process ends, a screen called a device list as shown in FIG. 4 is displayed. On this screen, information such as names related to devices connected to the network is displayed in a list as indicated by 402 to 406 in the figure.
[0027]
In NetSpot, a device is selected from this screen, and a setting screen for each device is opened for setting.
[0028]
Next, a method for copying the same setting as the device for which the setting has been completed to another device will be described.
[0029]
FIG. 5 is a flowchart showing the setting process in this embodiment. First, in step S101, an icon of a device to be copied (symbol picture) displayed in the device list is dragged and dropped onto the icon of the device to be copied. In step S102, device setting values are acquired and stored for all setting items related to the device to be copied.
[0030]
Next, in step S103, it is determined whether all setting items are items for which different values should be set for each device. For example, there is no problem even if the same setting value is set for different devices for the toner density and the like, but the same value such as an IP address may not be set. If the item to be set is an item for which a different value is to be set, the process proceeds to step S104 to notify the user to set a different value. In step S105, a value newly input by the user is set as a set value in the device.
[0031]
Note that, as a result of step S103, even when notifying the user to set a different value, the same item may be copied.
[0032]
If it is not necessary to set a different value for the item to be set in step S103, the process proceeds to step S106, and the setting value acquired in step S102 is set in the device to be copied.
[0033]
As described above, according to the present embodiment, by dragging and dropping the icon of the device displayed in the device list, a value similar to the value set in the device can be set in another device. it can.
[0034]
Therefore, when setting a new device, it is not necessary to make any input for each setting item, and the setting work can be greatly reduced.
[0035]
In addition, by giving an attribute to the setting item and providing a branch depending on whether different information should be set for each device, it is possible to copy the setting with a single operation.
[0036]
Even if the present invention is applied to a system composed of a plurality of devices (for example, a host computer, interface device, reader, printer, etc.), an apparatus (for example, a copying machine, a facsimile machine, etc.) composed of a single device. You may apply to.
[0037]
Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and store the computer (CPU or MPU) of the system or apparatus in the storage medium. Needless to say, this can also be achieved by reading and executing the programmed program code.
[0038]
In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.
[0039]
As a storage medium for supplying the program code, for example, a floppy disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.
[0040]
Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.
[0041]
Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.
[0042]
【The invention's effect】
As described above, according to the present invention, whether to set different setting values for each network device is recognized for each setting item, and when it is recognized that the setting item is to set a different setting value, The user 's convenience can be improved by allowing the user to input the set value .
[Brief description of the drawings]
FIG. 1 is a conceptual diagram showing a structure of a management information database (MIB).
FIG. 2 is a block diagram showing a configuration of a PC capable of operating network management software.
FIG. 3 is a diagram illustrating a module configuration of network management software in the embodiment.
FIG. 4 is a diagram showing an example of a device list screen in the embodiment.
FIG. 5 is a flowchart illustrating a setting process in the embodiment.
[Explanation of symbols]
200 PC
201 CPU
202 ROM
203 RAM
204 System bus 205 KBC
206 CRTC
207 DKC
208 NIC
209 KB
210 CRT
211 HD
212 FD

Claims (6)

ネットワーク上に接続された複数のネットワークデバイスを管理するネットワーク管理装置におけるネットワークデバイス設定方法であって、
第1のネットワークデバイスに関する複数の設定項目に設定値を設定する際に、第2のネットワークデバイスに関する複数の設定項目の設定値を取得する取得工程と、
前記取得工程で取得した第2のネットワークデバイスに関する複数の設定項目の設定値と異なる設定値を設定すべきか否かを設定項目毎に認識する認識工程と、
前記認識工程で異なる設定値を設定すべき設定項目であると認識した場合は異なる設定値を設定するようユーザに促し入力された設定値を設定し、前記認識工程で異なる設定値を設定すべき設定項目でないと認識した場合前記取得工程で取得した設定値を設定する設定工程とを有することを特徴とするネットワークデバイス設定方法。
A network device setting method in a network management apparatus for managing a plurality of network devices connected on a network,
An acquisition step of acquiring setting values of a plurality of setting items related to the second network device when setting values to a plurality of setting items related to the first network device ;
A recognition step of recognizing whether or not to set the setting value different from the set value of the plurality of setting items related to a second network device acquired by the acquiring step for each setting item,
If the user recognizes that the setting item is a different setting value in the recognition process, the user should be prompted to set a different setting value, set the input setting value, and set a different setting value in the recognition process. A network device setting method comprising: a setting step of setting the setting value acquired in the acquisition step when it is recognized that the setting item is not a setting item.
ネットワークデバイスをアイコンとして表示する表示工程と、
前記表示工程で表示されたネットワークデバイスのアイコンを指定するための指定工程とを更に有し、
前記第2のネットワークデバイスのアイコンが前記第1のネットワークデバイスのアイコン上にドラッグ・アンド・ドロップされるのに応じて、前記設定工程により、前記第1のネットワークデバイスに関する複数の設定項目に設定値を設定することを特徴とする請求項1に記載のネットワークデバイス設定方法。
A display process for displaying network devices as icons;
Further comprising a designation step for designating the icon of the network devices displayed in said display step,
The second network device icon in response to being dragged and dropped onto the icon of the first network device, by the setting step, setting a plurality of setting items related to the first network device The network device setting method according to claim 1, wherein a value is set.
前記表示工程は、ネットワークデバイスのアイコンをリスト表示することを特徴とする請求項2に記載のネットワークデバイス設定方法。3. The network device setting method according to claim 2, wherein the display step displays a list of network device icons. 前記設定工程で設定された前記第1のネットワークデバイスに関する複数の設定項目の設定値を前記ネットワークを介して前記第1のネットワークデバイスに転送する転送工程を更に有することを特徴とする請求項1に記載のネットワークデバイス設定方法。 2. The method according to claim 1, further comprising a transfer step of transferring setting values of a plurality of setting items related to the first network device set in the setting step to the first network device via the network. The network device setting method described . ネットワーク上に接続された複数のネットワークデバイスを管理するネットワーク管理装置において、
第1のネットワークデバイスに関する複数の設定項目に設定値を設定する際に、第2のネットワークデバイスに関する複数の設定項目の設定値を取得する取得手段と、
前記取得手段で取得した第2のネットワークデバイスに関する複数の設定項目の設定値と異なる設定値を設定すべきか否かを設定項目毎に認識する認識手段と、
前記認識手段で異なる設定値を設定すべき設定項目であると認識した場合は異なる設定値を設定するようユーザに促し入力された設定値を設定し、前記認識手段で異なる設定値を設定すべき設定項目でないと認識した場合前記取得手段で取得した設定値を設定する設定手段とを有することを特徴とするネットワーク管理装置。
In a network management apparatus that manages a plurality of network devices connected on a network,
An acquisition unit configured to acquire setting values of a plurality of setting items related to the second network device when setting values to a plurality of setting items related to the first network device ;
And recognizing means for recognizing whether or not to set the setting value different from the set value of the plurality of setting items related to a second network device acquired by the acquisition unit for each setting item,
If the recognition unit recognizes that the setting item is a different setting value, the user is prompted to set a different setting value, and the input setting value is set, and the setting unit should set a different setting value. network management apparatus when recognizing not the setting item is characterized by having a setting means for setting setting value acquired by the acquisition unit.
コンピュータに請求項1に記載のネットワークデバイス設定方法を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。A computer-readable recording medium storing a program for causing a computer to execute the network device setting method according to claim 1.
JP37147798A 1998-12-25 1998-12-25 Network device setting method and network management apparatus Expired - Fee Related JP3619039B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP37147798A JP3619039B2 (en) 1998-12-25 1998-12-25 Network device setting method and network management apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP37147798A JP3619039B2 (en) 1998-12-25 1998-12-25 Network device setting method and network management apparatus

Publications (2)

Publication Number Publication Date
JP2000194628A JP2000194628A (en) 2000-07-14
JP3619039B2 true JP3619039B2 (en) 2005-02-09

Family

ID=18498777

Family Applications (1)

Application Number Title Priority Date Filing Date
JP37147798A Expired - Fee Related JP3619039B2 (en) 1998-12-25 1998-12-25 Network device setting method and network management apparatus

Country Status (1)

Country Link
JP (1) JP3619039B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003131839A (en) 2001-10-29 2003-05-09 Canon Inc Network system, information processing device, information processing method, and control program
JP4872642B2 (en) 2006-12-13 2012-02-08 ブラザー工業株式会社 Network system and information processing apparatus
JP4840352B2 (en) 2007-12-27 2011-12-21 ブラザー工業株式会社 Device management apparatus and program

Also Published As

Publication number Publication date
JP2000194628A (en) 2000-07-14

Similar Documents

Publication Publication Date Title
US7028081B2 (en) Network-device management apparatus and method, recording medium, and transmission apparatus
US6574662B2 (en) System for network-device management including collecting and storing of device attributes that change with time and device attributes that hardly change with time
JP3684108B2 (en) Network device management apparatus and method
US6430612B1 (en) Network device management apparatus and method, and storage medium
EP0762281B1 (en) Network management with acquisition of formatted dump data from remote process
JP2006146927A (en) Network management apparatus and method based on snmp
US20060155825A1 (en) Network device managing apparatus and method and storage medium
JP2001282655A (en) Method, device, and storage medium for network device management
JP2000172600A (en) Network constitution investigation method, network equipment control method and device therefor
JP3624089B2 (en) Peripheral device control device, control method, and recording medium
JP3944030B2 (en) Network device control apparatus, network device control method, and program for implementing the control method
JP3619039B2 (en) Network device setting method and network management apparatus
JP4293169B2 (en) Network equipment control system
JP3658206B2 (en) Network device control apparatus and method
WO2006051599A1 (en) Resource management program, resource management method, and resource management device
JP2004030062A (en) Equipment, method, and program for managing network
JP4236223B2 (en) Network device control apparatus and method
JP4011971B2 (en) Network device management apparatus, network device management method, and storage medium
JP2001331393A (en) Device and method for controlling network device
JP2000357145A (en) Device and method for network device management
JPH11327936A (en) Data base management method and device therefor and network management method and device therefor
JP4227234B2 (en) Network device control apparatus and method
JP2001256153A (en) Device and method for controlling network device
JP2002157174A (en) Network management device and method and storage medium
JP2000148632A (en) Method and device for managing information of network device and storage medium

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040514

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040813

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041012

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20041101

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041111

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071119

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081119

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081119

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091119

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101119

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101119

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111119

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121119

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131119

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees