JP2006134039A - Database synchronization system - Google Patents

Database synchronization system Download PDF

Info

Publication number
JP2006134039A
JP2006134039A JP2004321966A JP2004321966A JP2006134039A JP 2006134039 A JP2006134039 A JP 2006134039A JP 2004321966 A JP2004321966 A JP 2004321966A JP 2004321966 A JP2004321966 A JP 2004321966A JP 2006134039 A JP2006134039 A JP 2006134039A
Authority
JP
Japan
Prior art keywords
database
request
user
device management
management box
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.)
Withdrawn
Application number
JP2004321966A
Other languages
Japanese (ja)
Inventor
Nobuaki Fukazawa
伸朗 深澤
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 JP2004321966A priority Critical patent/JP2006134039A/en
Publication of JP2006134039A publication Critical patent/JP2006134039A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent processing time from being extended due to a low-speed I/F when a device management box having a high-speed network I/F is attached to a device having only the low-speed I/F and request is outputted from a server on a network to a database in the device. <P>SOLUTION: Since the device and the device control box are provided with respectively independent databases, requests except a request for changing data, from the server on the network to the database of the device can be processed by the database of the device management box without requiring to access the database of the device by using an existing IF, so that request processing time from the server can be shortened and the response waiting time of the server can be shortened. When a different database is detected, the database is updated in each block to shorten the update processing. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、シリアルI/Fなどの既存I/Fは持つがネットワークI/Fを持たない既存デバイスを、ネットワークを介して管理するネットワークシステムに係るデータベース同期システムに関する。   The present invention relates to a database synchronization system related to a network system that manages an existing device having an existing I / F such as a serial I / F but not having a network I / F via a network.

既存のデバイスをネットワーク管理するためには、ネットワーク管理を行うオプション(デバイス管理Box)を既存のI/Fを使用してデバイスに装着し、デバイス管理Boxはサーバからの要求を既存I/Fを使用してデバイスへ送信し、その結果を受信することによって、リモート管理を実現していた。
特開2004−62892号公報
In order to perform network management of an existing device, an option for performing network management (device management box) is attached to the device using the existing I / F, and the device management box sends a request from the server to the existing I / F. Remote management was realized by using it, sending it to the device, and receiving the result.
JP 2004-62892 A

しかし上記従来例には
(1)一概に既存I/Fは速度が遅いため、大量のデータをデバイス管理Boxがデバイスから参照する処理には非常に時間が掛かってしまう。
という課題があった。
However, in the above conventional example, (1) since the speed of the existing I / F is generally slow, it takes a very long time for the device management box to refer to a large amount of data from the device.
There was a problem.

また、(1)を解消するためにデバイスとデバイス管理Boxにそれぞれ独立にデータベースを持つようにすると、
(2)既存I/Fの通信エラー等により、デバイスの持つデータベースとデバイス管理が持つデータベースに食い違いが生じる、
(3)食い違いを解消するために、デバイス管理Boxは速度の遅い既存I/Fを使用して大量のデータをデバイスから取り出さなくてはならず、処理時間が大きい、
という課題が発生する。
In order to eliminate (1), if the device and the device management box have independent databases,
(2) There is a discrepancy between the database of the device and the database of the device management due to the communication error of the existing I / F.
(3) In order to eliminate the discrepancy, the device management box must extract a large amount of data from the device using the existing I / F with a low speed, and the processing time is long.
The problem occurs.

本発明は、以上の点に着目して成されたもので、低速度のI/Fのみを持つデバイスに高速ネットワークI/Fを持つデバイス管理BOXを装着し、ネットワーク上のサーバからデバイスのデータベースに対して要求がある場合において、低速度I/Fが原因となって処理時間増大となることを防ぐデータベース同期システムを提供することを目的とする。   The present invention has been made paying attention to the above points. A device management BOX having a high-speed network I / F is attached to a device having only a low-speed I / F, and a device database is obtained from a server on the network. An object of the present invention is to provide a database synchronization system that prevents an increase in processing time due to a low-speed I / F when there is a request.

(1)デバイスとデバイス管理Boxはそれぞれ独立にデータベースを持つ。   (1) The device and the device management box each have a database independently.

(2)データベースの構成はnbyteのブロックに分割して管理する。
全データN(byte)=n(byte)×全ブロック数b(個)となる。
(2) The database configuration is managed by dividing it into nbyte blocks.
Total data N (bytes) = n (bytes) × total number of blocks b (pieces).

(3)電源ON時にデバイス管理Boxはデバイスから全データを吸い上げ、デバイス管理Boxのデータベースへコピーする。   (3) When the power is turned on, the device management box downloads all data from the device and copies it to the database of the device management box.

(4)サーバからデータ登録・削除の要求を受信したデバイス管理Boxは、デバイス管理Boxが持つデータベースと照合し、仮結果を決定する。登録要求時にデータが既に存在していれば「登録済みエラー(仮)」、存在していなければ「登録完了(仮)」とする。登録削除時にデータが存在していればデータをデータベースから削除して「削除完了(仮)」、存在していなければ「未登録エラー(仮)」とする。   (4) The device management box that has received the data registration / deletion request from the server collates with the database held by the device management box, and determines a provisional result. If the data already exists at the time of registration request, “registered error (temporary)” is assumed, and if the data does not exist, “registration completed (temporary)”. If there is data at the time of registration deletion, the data is deleted from the database and “deletion complete (temporary)”, and if it does not exist, “unregistered error (temporary)”.

(5)デバイス管理Boxは、デバイスに対して既存I/Fを使用してデータ登録・削除の要求を行う。   (5) The device management box makes a data registration / deletion request to the device using the existing I / F.

(6)データ登録・削除の要求を既存I/Fを使用して受信したデバイスは、デバイスが保持するデータベースと照合し、次の処理を行う。登録要求時にデータが既に存在していれば「登録済みエラー」、存在していなければデータをデータベースへ登録して「登録完了」とする。登録削除時にデータが存在していればデータをデータベースから削除して「削除完了」、存在していなければ「未登録エラー」とする。その後、その結果をデバイス管理Boxへ返信(応答)する。   (6) The device that has received the data registration / deletion request using the existing I / F collates with the database held by the device and performs the following processing. If the data already exists at the time of the registration request, “registered error” is registered, and if it does not exist, the data is registered in the database and “registration is completed”. If there is data at the time of registration deletion, the data is deleted from the database and “deletion completed”, and if it does not exist, “unregistered error” is set. Thereafter, the result is returned (response) to the device management box.

(7)デバイスから応答を受信したデバイス管理Boxは、仮結果とデバイスからの応答結果とが一致している場合、データベースは一致と判定する。仮結果とデバイスからの応答結果とが不一致の場合、データベースは不一致と判定する。   (7) The device management box that has received the response from the device determines that the database matches if the provisional result and the response result from the device match. If the provisional result and the response result from the device do not match, the database determines that there is a mismatch.

(8)(7)で一致を検出すれば、デバイス管理Boxのデータベースをサーバの要求通りに更新する。   (8) If a match is detected in (7), the device management box database is updated as requested by the server.

(9)(7)で不一致を検出すれば、該当するデータブロックをデバイスから吸い上げ、デバイス管理Boxのデータブロックへコピーする。サーバへの返信は、デバイスが持っていたデータベースに基づいて結果を決定し、通知する。   (9) If a mismatch is detected in (7), the corresponding data block is picked up from the device and copied to the data block of the device management box. The reply to the server determines the result based on the database held by the device and notifies it.

(10)デバイス管理Boxにおいて、データベースに登録されたデータを使用する処理を行う場合、デバイス管理Boxは既存I/Fを使用してデバイスからデータを取得すること無く、デバイス管理Boxが持つデータベースに基づいて処理を行う。   (10) In the device management box, when processing using data registered in the database is performed, the device management box uses the existing I / F to acquire data from the device, and does not acquire the data from the device management box. Process based on.

前記手段により次の作用が選られる。   The following actions are selected by the above means.

(1)データベースをデバイスとデバイス管理Boxにそれぞれ独立に持つことによって、既存I/Fを使用せずとも、データの変更以外の要求はすべてデバイス管理Boxのデータベースで行うことにより、処理時間を短縮することが出来る。   (1) By having a database independently for each device and device management box, processing time can be reduced by making all requests other than data changes in the device management box database without using the existing I / F. I can do it.

(2)データベースの食い違いを検出した場合、データベースの更新をブロック単位で行うため、更新処理の短縮が図れる。   (2) When a database discrepancy is detected, the database is updated in units of blocks, so that the update process can be shortened.

さらに説明すれば、前記課題を解決するため、本発明では、データベース同期システムを次の(1)のとおりに構成する。   More specifically, in order to solve the above problem, in the present invention, the database synchronization system is configured as follows (1).

(1)デバイスとデバイス管理BoxがシリアルI/F等の既存I/Fにより接続されており、デバイス管理BoxはネットワークI/Fを持ち、デバイス管理Boxとデバイスを管理するサーバコンピュータはネットワークに接続され、デバイスとデバイス管理Boxはデータベースをそれぞれ独立に持っているシステムにおいて、サーバからデータ登録・削除を要求されたデバイス管理Boxは、前記要求に従ってデバイスに登録・削除要求を行い、デバイス管理Box内のデータベースに登録・削除を行い、デバイスの持つ情報とデバイス管理Boxが持つデータベースとが一致していることを特徴とするデータベース同期システム。   (1) The device and the device management box are connected by an existing I / F such as a serial I / F, the device management box has a network I / F, and the device management box and the server computer that manages the device are connected to the network. In the system in which the device and the device management box have independent databases, the device management box requested to register / delete data from the server makes a registration / deletion request to the device according to the request, and the device management box The database synchronization system is characterized in that the information held by the device matches the database held by the device management box.

本発明によれば、データベースをデバイスとデバイス管理Boxにそれぞれ独立に持つことにより、ネットワーク上のサーバからデバイスのデータベースに対する要求において、データの変更以外の要求は既存I/Fを使用してデバイスのデータベースにアクセスする必要が無く、デバイス管理Boxのデータベースで行うことが出来るため、サーバからの要求処理時間を短縮し、サーバの応答待ち時間を短縮することが可能となる。また、データベースの食い違いを検出した場合、データベースの更新をブロック単位で行うため、更新処理の短縮が図ることが可能となる。   According to the present invention, by having the database independently in the device and the device management box, requests other than data change from the server on the network to the device database can be made using the existing I / F. Since it is not necessary to access the database and the device management box database can be used, the request processing time from the server can be shortened, and the server response waiting time can be shortened. In addition, when a database discrepancy is detected, the database is updated in units of blocks, so that the update process can be shortened.

以下本発明を実施するための最良の形態を、実施例により詳しく説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to examples.

本発明は以下に詳述するように、既存のI/Fを使用してデバイスのデータベースをネットワークへ接続し、ネットワークを介して既存のデバイスを管理するためのシステムである。本実施例ではユーザ情報をデータベースのコンテンツとして説明するが、本発明はユーザ情報に限って適用されるものではなく、デバイスの機能、特徴、課金情報、使用状況など、ユーザ情報以外のデータに対しても適用されるものである。   As described in detail below, the present invention is a system for connecting a database of devices to a network using an existing I / F and managing existing devices via the network. In this embodiment, user information is described as the contents of a database. However, the present invention is not limited to user information, and can be applied to data other than user information, such as device functions, features, billing information, and usage status. Even apply.

図1は、本実施例のデバイス管理システムが動作可能な構成を示す図である。   FIG. 1 is a diagram illustrating a configuration in which the device management system of this embodiment can operate.

図1において、101はサーバコンピュータ、102はコピー機、103はプリンタ、104、105はデバイス管理BOXである。コピー機102とデバイス管理BOX104、プリンタ103とデバイス管理BOX105はそれぞれシリアルI/F106、107で接続されている。サーバコンピュータ101、デバイス管理BOX104、105はLAN100に接続されている。   In FIG. 1, 101 is a server computer, 102 is a copier, 103 is a printer, and 104 and 105 are device management boxes. The copier 102 and the device management BOX 104, and the printer 103 and the device management BOX 105 are connected by serial I / Fs 106 and 107, respectively. The server computer 101 and device management boxes 104 and 105 are connected to the LAN 100.

サーバコンピュータ101はコピー機102、プリンタ103をそれぞれデバイス管理BOX104、105を介してリモート管理しており、コピー機102に対してユーザ登録・削除要求を行う場合はデバイス管理BOX104に対して要求を送信し、デバイス管理BOX104から応答を待つ。プリンタ103に対してユーザ登録・削除要求を行う場合はデバイス管理BOX105に対して要求を送信し、デバイス管理BOX105から応答を待つ。コピー機102、プリンタ103に対してユーザ確認要求を行う場合も同様に、デバイス管理BOX104、105にそれぞれ要求を送信し、その応答を待つ。その後、デバイス管理BOX104、105からの応答を受信したサーバコンピュータ101は、応答にしたがって受信処理を行い、ユーザ登録・削除・確認処理を完了させる。   The server computer 101 remotely manages the copier 102 and the printer 103 via device management boxes 104 and 105, respectively. When a user registration / deletion request is made to the copier 102, a request is transmitted to the device management box 104. And waits for a response from the device management BOX 104. When making a user registration / deletion request to the printer 103, the request is transmitted to the device management BOX 105, and a response is waited from the device management BOX 105. Similarly, when a user confirmation request is made to the copier 102 and the printer 103, the request is transmitted to the device management boxes 104 and 105, respectively, and a response is awaited. Thereafter, the server computer 101 that has received the responses from the device management boxes 104 and 105 performs reception processing according to the responses, and completes user registration / deletion / confirmation processing.

デバイス管理BOX104、105はサーバコンピュータ101からユーザ登録・削除要求を受信した場合、デバイス管理BOX104はコピー機102に対して、デバイス管理BOX105はプリンタ103に対してそれぞれユーザ登録・削除要求を送信し、その応答を待つ。その後、コピー機102、プリンタ103からそれぞれの応答を受信した場合、デバイス管理BOX104、105はそれぞれの応答にしたがって受信処理を行い、サーバコンピュータ101に対して応答を送出し、サーバコンピュータ101からのユーザ登録・削除要求に対する処理を完了させる。サーバコンピュータ101からユーザ確認要求を受信した場合、要求にしたがって処理を行い、サーバコンピュータ101へ応答を送出し、ユーザ確認要求に対する処理を完了させる。   When the device management BOXes 104 and 105 receive a user registration / deletion request from the server computer 101, the device management BOX 104 transmits a user registration / deletion request to the copier 102, and the device management BOX 105 transmits to the printer 103, respectively. Wait for the response. Thereafter, when receiving the respective responses from the copier 102 and the printer 103, the device management boxes 104 and 105 perform reception processing according to the respective responses, send the response to the server computer 101, and the user from the server computer 101 Complete the processing for the registration / deletion request. When a user confirmation request is received from the server computer 101, processing is performed according to the request, a response is sent to the server computer 101, and processing for the user confirmation request is completed.

コピー機102、プリンタ103はそれぞれデバイス管理BOX104、105よりユーザ登録・削除要求を受信した場合、要求にしたがって処理を行い、デバイス管理BOX104、105に対してそれぞれ応答を送出し、デバイス管理BOX104、105からのユーザ登録・削除要求に対する処理を完了させる。   When the copy machine 102 and the printer 103 receive user registration / deletion requests from the device management BOXes 104 and 105, respectively, perform processing according to the requests, send responses to the device management BOXes 104 and 105, and send device responses to the device management BOXes 104 and 105, respectively. The process for the user registration / deletion request from is completed.

サーバコンピュータ101、コピー機102、およびデバイス管理BOX104は二階に設置されており、プリンタ103とデバイス管理BOX105は一階に設置されている。さらに、これらの機器を相互に接続するLAN100は、ファイアウォール120を介してインターネット130に接続されており、インターネット130を介して他のネットワーク140とも接続されている。   The server computer 101, the copier 102, and the device management BOX 104 are installed on the second floor, and the printer 103 and the device management BOX 105 are installed on the first floor. Furthermore, the LAN 100 that connects these devices to each other is connected to the Internet 130 via the firewall 120, and is also connected to other networks 140 via the Internet 130.

図2は、一般的なパーソナルコンピュータの内部構成を示した図であり、図1におけるサーバコンピュータ101の内部構成はこのようになっている。   FIG. 2 is a diagram showing the internal configuration of a general personal computer. The internal configuration of the server computer 101 in FIG. 1 is as described above.

図2において、200は、データベース管理サーバソフトウェア(以下、プリンタ、コピー機上に実装されるデバイスデータベース管理ソフトウェアと、デバイス管理BOX上に実装されるプロキシデータベース管理ソフトウェアとを合わせてネットワークデータベース管理ソフトウェアと呼ぶ)が稼動するPCであり、図1における101と同等である。   In FIG. 2, reference numeral 200 denotes database management server software (hereinafter referred to as network database management software that combines device database management software installed on a printer or copier and proxy database management software installed on a device management BOX). Is a PC that operates, and is equivalent to 101 in FIG.

PC200は、ROM202もしくはハードディスク(HD)211に記憶された、あるいはフロッピー(登録商標)ディスクドライブ(FD)212より供給されるデータベース管理サーバソフトウェアを実行するCPU201を備え、システムバス204に接続される各機器を総括的に制御する。   The PC 200 includes a CPU 201 that executes database management server software stored in a ROM 202 or a hard disk (HD) 211 or supplied from a floppy disk drive (FD) 212, and is connected to the system bus 204. Overall control of the equipment.

203はRAMで、CPU201の主メモリ、ワークエリア等として機能する。205はキーボードコントローラ(KBC)で、キーボード(KB)209や不図示のポインティングデバイス等からの指示入力を制御する。   A RAM 203 functions as a main memory, work area, and the like for the CPU 201. A keyboard controller (KBC) 205 controls an instruction input from a keyboard (KB) 209 or a pointing device (not shown).

206はCRTコントローラ(CRTC)で、CRTディスプレイ(CRT)210の表示を制御する。207はディスクコントローラ(DKC)で、ブートプログラム、種々のアプリケーション、編集ファイル、ユーザファイルそしてネットワーク管理プログラム等を記憶するハードディスク(HD)211およびフロッピー(登録商標)ディスクコントローラ(FD)212とのアクセスを制御する。   Reference numeral 206 denotes a CRT controller (CRTC), which controls display on a CRT display (CRT) 210. A disk controller (DKC) 207 is used to access a hard disk (HD) 211 and a floppy (registered trademark) disk controller (FD) 212 that store a boot program, various applications, editing files, user files, a network management program, and the like. Control.

208はネットワークインタフェースカード(NIC)で、LAN220を介して、ネットワークプリンタ、ネットワーク管理BOX、他のネットワーク機器あるいは他のPCと双方向にデータをやりとりする。   A network interface card (NIC) 208 bi-directionally exchanges data with a network printer, a network management BOX, another network device, or another PC via the LAN 220.

なお、本実施例においては、LAN220は図1におけるLAN100と同じものである。   In this embodiment, the LAN 220 is the same as the LAN 100 in FIG.

図3において、300は、デバイスデータベース管理ソフトウェアが稼動し印刷を実行するプリンタ、またはコピー機の内部構成の一例であり、図1における102、103と同等である。デバイス300は、ROM302もしくはハードディスク(HD)311に記憶された、あるいはフロッピー(登録商標)ディスクドライブ(FD)312より供給されるデバイスデータベース管理ソフトウェアを実行するCPU301を備え、システムバス304に接続される各機器を総括的に制御する。303はRAMで、CPU301の主メモリ、ワークエリア等として機能する。305はユーザインタフェースコントローラ(UIC)で、ユーザインタフェース(UI)309への表示、309からの指示入力を制御する。ファンクションコントローラ(FUNCC)306は各デバイス毎の特有の機能であるファンクション(FUNC)310を実現/制御する。モノクロプリンタであればモノクロプリントエンジンコントローラとモノクロプリントエンジン、カラープリンタであればカラープリントエンジンコントローラとカラープリントエンジン、コピー機であればデバイス300は各機能毎のファンクションコントローラ(FUNCC)306とファンクション(FUNC)310をそれぞれ持つ。   In FIG. 3, reference numeral 300 denotes an example of the internal configuration of a printer or copier that runs device database management software and executes printing, and is equivalent to 102 and 103 in FIG. The device 300 includes a CPU 301 that executes device database management software stored in a ROM 302 or a hard disk (HD) 311 or supplied from a floppy (registered trademark) disk drive (FD) 312, and is connected to a system bus 304. Overall control of each device. A RAM 303 functions as a main memory, work area, and the like for the CPU 301. A user interface controller (UIC) 305 controls display on the user interface (UI) 309 and instruction input from the 309. A function controller (FUNCC) 306 implements / controls a function (FUNC) 310 that is a unique function of each device. In the case of a monochrome printer, a monochrome print engine controller and monochrome print engine, in the case of a color printer, a color print engine controller and color print engine, and in the case of a copier, the device 300 has a function controller (FUNCC) 306 and a function (FUNC) for each function. ) 310 respectively.

307はディスクコントローラ(DKC)で、種々のアプリケーション、データファイルそしてネットワーク管理プログラム等を記憶するハードディスク(HD)311およびフロッピー(登録商標)ディスクコントローラ(FD)312とのアクセスを制御する。308はシリアルI/Fモジュール(SIM)で、シリアルI/Fを介して、他の機器あるいは他のPCと双方向にデータをやりとりする。   A disk controller (DKC) 307 controls access to a hard disk (HD) 311 and a floppy (registered trademark) disk controller (FD) 312 that store various applications, data files, a network management program, and the like. A serial I / F module (SIM) 308 bi-directionally exchanges data with other devices or other PCs via the serial I / F.

図4において、400は、プロキシデータベース管理ソフトウェアが稼動するデバイス管理BOXの内部構成の一例であり、図1における104、105と同等である。   4, 400 is an example of the internal configuration of the device management BOX in which the proxy database management software operates, and is equivalent to 104 and 105 in FIG.

400は、ROM402もしくはハードディスク(HD)411に記憶された、あるいはフロッピー(登録商標)ディスクドライブ(FD)412より供給されるプロキシデータベース管理ソフトウェアを実行するCPU401を備え、システムバス404に接続される各機器を総括的に制御する。403はRAMで、CPU401の主メモリ、ワークエリア等として機能する。405はキーボードコントローラ(KBC)で、キーボード(KB)409や不図示のポインティングデバイス等からの指示入力を制御する。   400 includes a CPU 401 that executes proxy database management software stored in a ROM 402 or a hard disk (HD) 411 or supplied from a floppy (registered trademark) disk drive (FD) 412, and is connected to a system bus 404. Overall control of the equipment. Reference numeral 403 denotes a RAM which functions as a main memory, work area, and the like for the CPU 401. A keyboard controller (KBC) 405 controls an instruction input from a keyboard (KB) 409 or a pointing device (not shown).

406はディスプレイコントローラ(DPC)で、ディスプレイ(DP)410の表示を制御する。407はディスクコントローラ(DKC)で、ブートプログラム、種々のアプリケーション、編集ファイル、ユーザファイルそしてネットワーク管理プログラム等を記憶するハードディスク(HD)411およびフロッピー(登録商標)ディスクコントローラ(FD)412とのアクセスを制御する。408はネットワークインタフェースカード(NIC)で、LAN420を介して他のネットワーク機器あるいは他のPCと双方向にデータをやりとりする。409はシリアルI/Fモジュール(SIM)で、シリアルI/Fを介して、他の機器あるいは他のPCと双方向にデータをやりとりする。   A display controller (DPC) 406 controls display on the display (DP) 410. A disk controller (DKC) 407 is used to access a hard disk (HD) 411 and a floppy (registered trademark) disk controller (FD) 412 that store a boot program, various applications, editing files, user files, a network management program, and the like. Control. Reference numeral 408 denotes a network interface card (NIC), which exchanges data bidirectionally with other network devices or other PCs via the LAN 420. Reference numeral 409 denotes a serial I / F module (SIM) that exchanges data bidirectionally with another device or another PC via the serial I / F.

図5は、本実施例のモデル図である。サーバPC510とデバイス管理BOX530が、LAN500に接続されている。デバイス520とデバイス管理BOX530は、シリアルI/F540によって接続されている。ユーザPC510は、図1における101と同等である。デバイス520は、図1における102、103と同等である。デバイス管理BOX530は、図1における104、105と同等である。LAN500は、図1におけるLAN100と同等である。シリアルI/F540は図1における106、107と同等である。   FIG. 5 is a model diagram of this embodiment. A server PC 510 and a device management BOX 530 are connected to the LAN 500. The device 520 and the device management BOX 530 are connected by a serial I / F 540. The user PC 510 is equivalent to 101 in FIG. The device 520 is equivalent to 102 and 103 in FIG. The device management BOX 530 is equivalent to 104 and 105 in FIG. LAN 500 is equivalent to LAN 100 in FIG. The serial I / F 540 is equivalent to 106 and 107 in FIG.

サーバPC510のマネージャ511は、デバイス管理BOX530のプロキシエージェント531に対してユーザ登録・削除の要求を送信し、前記要求を受信したプロキシエージェント531は、デバイス520のエージェント521に対してユーザ登録・削除の要求を送信する。ユーザ登録・削除の要求を受信したエージェント521はデータベース522に対してユーザ登録・削除の操作を行い、デバイス管理BOX530のプロキシエージェント531に対してデータベース522に対する操作の結果を応答として返信する。エージェント521の応答を受信したプロキシエージェント531は、データベース522に対する操作の結果にしたがってプロキシデータベース532に対してユーザ登録・削除またはデータベース522からコピーの操作を行い、デバイス520の保持するデータベース522に対する操作の結果を応答としてマネージャ511へ返信する。   The manager 511 of the server PC 510 transmits a user registration / deletion request to the proxy agent 531 of the device management BOX 530, and the proxy agent 531 that has received the request performs user registration / deletion to the agent 521 of the device 520. Send a request. Upon receiving the user registration / deletion request, the agent 521 performs a user registration / deletion operation on the database 522, and returns a result of the operation on the database 522 as a response to the proxy agent 531 of the device management BOX 530. The proxy agent 531 that has received the response of the agent 521 performs user registration / deletion on the proxy database 532 or copying from the database 522 according to the result of the operation on the database 522, and performs an operation on the database 522 held by the device 520. The result is returned to the manager 511 as a response.

サーバPC510のマネージャ511は、デバイス管理BOX530のプロキシエージェント531に対してユーザ確認の要求を送信し、前記要求を受信したプロキシエージェント531は、プロキシデータベース532を検索し、その結果をデバイス520の保持するデータベース522に対する検索の応答としてマネージャ511へ返信する。   The manager 511 of the server PC 510 transmits a user confirmation request to the proxy agent 531 of the device management BOX 530, and the proxy agent 531 that has received the request searches the proxy database 532 and holds the result in the device 520. A response to the search for the database 522 is returned to the manager 511.

なお、データベース522、プロキシデータベース532は既知のデータベース機構を使用するものであり、その詳細は本発明の範囲外である。   Note that the database 522 and the proxy database 532 use known database mechanisms, and details thereof are outside the scope of the present invention.

図6は、サーバPC510のマネージャ511の動作を記述したものである。ステップ601で初期化処理を行い、ステップ602にて外部からの要求を待つ。外部からの要求があった場合、その要求の種別ししたがって、ステップ610、ステップ620、ステップ630に処理が分岐する。ステップ602にて受信した要求が終了要求であった場合、ステップ610へ進み、終了処理を行い、マネージャ処理600を終了する。ステップ602にて受信した要求がユーザ登録要求、ユーザ削除要求、またはユーザ確認要求であった場合、ステップ620へ進み、ユーザ登録・削除・確認要求処理を行う。その後、ステップ602へ戻り、再び外部からの要求を待つ。ステップ602にて受信した要求が終了要求、ユーザ登録要求、ユーザ削除要求、ユーザ確認要求以外の要求であった場合、ステップ630へ進み、前記要求に対応する処理を行った後、ステップ602へ戻り、再度外部からの要求待ちを行う。   FIG. 6 describes the operation of the manager 511 of the server PC 510. In step 601, initialization processing is performed, and in step 602, an external request is waited. If there is an external request, the process branches to step 610, step 620, and step 630 according to the type of the request. If the request received in step 602 is an end request, the process proceeds to step 610 to perform an end process, and the manager process 600 ends. If the request received in step 602 is a user registration request, a user deletion request, or a user confirmation request, the process proceeds to step 620 to perform user registration / deletion / confirmation request processing. Thereafter, the process returns to step 602 to wait for a request from the outside again. If the request received at step 602 is a request other than an end request, a user registration request, a user deletion request, or a user confirmation request, the process proceeds to step 630, performs processing corresponding to the request, and then returns to step 602. Then, it waits for an external request again.

図7は、図6のステップ620の詳細を記述したものである。ステップ701にて要求の種別を判定し、登録要求であればステップ710へ進み、プロキシエージェントへユーザ登録要求を送出し、ステップ740へ進む。ステップ701にて判定した要求が削除要求であれば、ステップ720へ進み、プロキシエージェントへユーザ削除要求を送出し、ステップ740へ進む。ステップ701にて確認要求と認識すれば、ステップ730へ進み、プロキシエージェントへユーザ確認要求を送出し、ステップ740へ進む。ステップ740では、プロキシエージェントからの応答を待ち、応答を受信すれば、ステップ741へ進む。ステップ741では、前記要求に対応する処理がプロキシエージェントにて実行され、正常に完了したかを判定する。正常に完了したと判定した場合は、ステップ760へ進み、ユーザ登録・削除・確認要求処理700を終了する。正常に完了しなかった場合は、ステップ750へ進み、エラー処理を行い、その後ステップ760へ進み、ユーザ登録・削除・確認要求処理700を終了する。   FIG. 7 describes details of step 620 of FIG. In step 701, the type of request is determined. If it is a registration request, the process proceeds to step 710, a user registration request is sent to the proxy agent, and the process proceeds to step 740. If the request determined in step 701 is a delete request, the process proceeds to step 720, a user delete request is sent to the proxy agent, and the process proceeds to step 740. If it is recognized as a confirmation request in step 701, the process proceeds to step 730, a user confirmation request is sent to the proxy agent, and the process proceeds to step 740. In step 740, the process waits for a response from the proxy agent. If a response is received, the process proceeds to step 741. In step 741, it is determined whether the process corresponding to the request is executed by the proxy agent and completed normally. If it is determined that the process has been completed normally, the process proceeds to step 760, where the user registration / deletion / confirmation request processing 700 is terminated. If not completed normally, the process proceeds to step 750, an error process is performed, and then the process proceeds to step 760, where the user registration / deletion / confirmation request process 700 is terminated.

図8は、デバイス520のエージェント521の動作を記述したものである。まずステップ801にて初期化処理を行い、その後ステップ802にてデバイス管理BOXからの要求を待つ。デバイス管理BOXからの要求を受信し、その要求の種別がユーザ確認要求であった場合、ステップ820へ進みユーザ確認処理を行い、ステップ802へ戻り再びデバイス管理BOXからの要求を待つ。ステップ802にて受信した要求がユーザ登録要求であった場合、ステップ830へ進みユーザ登録処理を行った後、ステップ802へ戻り再度デバイス管理BOXからの要求を待つ。ステップ802で受信した要求がユーザ削除要求であった場合、ステップ840へ進みユーザ削除処理を行った後、ステップ802へ戻り、再度デバイス管理BOXからの要求を待つ。ステップ802にて受信した要求が、ブロックデータ獲得要求であった場合、ステップ860へ進みブロックデータ獲得処理を行った後、ステップ802へ戻り、再度デバイス管理BOXからの要求を待つ。ステップ802で受信した要求が終了要求であった場合、ステップ810にて終了処理を行った後、ステップ870に進みエージェント処理800を終了する。ステップ802にて受信した要求が、前記要求以外の要求であった場合、ステップ850へ進み要求に対応した処理を行い、その後ステップ802へ戻り、再度デバイス管理BOXからの要求を待つ。   FIG. 8 describes the operation of the agent 521 of the device 520. First, in step 801, initialization processing is performed, and in step 802, a request from the device management BOX is waited for. If a request from the device management BOX is received and the type of the request is a user confirmation request, the process proceeds to step 820 to perform user confirmation processing, returns to step 802, and waits for a request from the device management BOX again. If the request received in step 802 is a user registration request, the process proceeds to step 830 to perform user registration processing, and then returns to step 802 to wait for a request from the device management BOX again. If the request received in step 802 is a user deletion request, the process proceeds to step 840 to perform the user deletion process, and then returns to step 802 to wait for a request from the device management BOX again. If the request received in step 802 is a block data acquisition request, the process proceeds to step 860 to perform block data acquisition processing, and then returns to step 802 to wait for a request from the device management BOX again. If the request received at step 802 is an end request, the end process is performed at step 810 and then the process proceeds to step 870 where the agent process 800 is ended. If the request received in step 802 is a request other than the above request, the process proceeds to step 850 to perform processing corresponding to the request, and then returns to step 802 to wait for a request from the device management BOX again.

図9は、図8のステップ830の詳細を記述したものである。ステップ901でデータベースに対して、プロキシエージェントから登録要求されたユーザを検索し、その結果によりその後ステップ902にて処理を振り分ける。要求されたユーザがデータベースに登録されていない場合はステップ910へ進み、登録済みの場合はステップ920へ進む。ステップ910では、データベースに空きがあり、追加登録が可能かを判定し、可能であればステップ930へ進み、不可能であればステップ940へ進む。ステップ930ではデータベースにユーザを登録し、ステップ931にてユーザ登録要求を送信したプロキシエージェントに対して登録完了として応答し、その後ステップ950へ進みユーザ登録処理900を終了する。   FIG. 9 describes details of step 830 of FIG. In step 901, the user requested to be registered from the proxy agent is searched for in the database, and then the process is distributed in step 902 based on the result. If the requested user is not registered in the database, the process proceeds to step 910, and if registered, the process proceeds to step 920. In step 910, it is determined whether the database is empty and additional registration is possible. If possible, the process proceeds to step 930, and if not possible, the process proceeds to step 940. In step 930, the user is registered in the database. In step 931, the proxy agent that transmitted the user registration request is responded as registration completion, and then the process proceeds to step 950 where the user registration process 900 is terminated.

ステップ910にてデータベースに追加登録が不可能と判定された場合はステップ940へ進み、ユーザ登録要求を送信したプロキシエージェントに対して登録数超過を返信し、その後ステップ950へ進みユーザ登録処理900を終了する。ステップ902にてデータベースに登録を要求されたユーザが既に登録されている場合、ステップ920へ進み、登録要求を送信したプロキシエージェントに対して登録済みを返信し、ステップ950にてユーザ登録処理900を終了する。   If it is determined in step 910 that additional registration is not possible in the database, the process proceeds to step 940, the excess registration number is returned to the proxy agent that transmitted the user registration request, and then the process proceeds to step 950 where the user registration process 900 is performed. finish. If the user who is requested to register in the database in step 902 is already registered, the process proceeds to step 920, where the registration is returned to the proxy agent that transmitted the registration request, and the user registration processing 900 is executed in step 950. finish.

図10は、図8のステップ840の詳細を記述したものである。ステップ1001では、プロキシエージェントから削除を要求されたユーザについて、データベースを検索する。その結果にしたがってステップ1002において処理を分岐させる。プロキシエージェントより削除を要求されたユーザが、データベースに登録済みであれば、ステップ1010へ進み、データベースから削除要求をされたユーザを削除し、ステップ1011にてプロキシエージェントへ削除完了の応答を行い、ステップ1030にてユーザ削除処理1000を終了する。プロキシエージェントより削除を要求されたユーザが、データベースに登録されていなければ、ステップ1002は処理をステップ1020へ分岐させ、プロキシエージェントへ未登録の応答を行い、ステップ1030にてユーザ削除処理1000を終了する。   FIG. 10 describes details of step 840 of FIG. In step 1001, the database is searched for a user requested to be deleted by the proxy agent. According to the result, the process branches in step 1002. If the user requested to be deleted by the proxy agent is already registered in the database, the process proceeds to step 1010 to delete the user requested to be deleted from the database, and in step 1011 a response to the completion of deletion is sent to the proxy agent. In step 1030, the user deletion processing 1000 is terminated. If the user requested to be deleted by the proxy agent is not registered in the database, step 1002 branches the process to step 1020, sends an unregistered response to the proxy agent, and ends the user deletion process 1000 at step 1030. To do.

図11は、図8のステップ820の詳細を記述したものである。ステップ1101では、プロキシエージェントから確認を要求されたユーザについて、データベースを検索する。その結果にしたがってステップ1102において処理を分岐させる。プロキシエージェントより確認を要求されたユーザが、データベースに登録済みであれば、ステップ1110へ進み、プロキシエージェントへ確認OKの応答を行い、ステップ1130にてユーザ確認処理1100を終了する。プロキシエージェントより確認を要求されたユーザが、データベースに登録されていなければ、ステップ1102は処理をステップ1120へ分岐させ、プロキシエージェントへ確認NGの応答を行い、ステップ1130にてユーザ確認処理1100を終了する。   FIG. 11 describes details of step 820 of FIG. In step 1101, the database is searched for a user whose confirmation is requested by the proxy agent. According to the result, the process branches in step 1102. If the user requested to be confirmed by the proxy agent is already registered in the database, the process proceeds to step 1110, a confirmation OK response is sent to the proxy agent, and the user confirmation process 1100 is terminated in step 1130. If the user requested to be confirmed by the proxy agent is not registered in the database, step 1102 branches the process to step 1120, returns a confirmation NG response to the proxy agent, and ends the user confirmation process 1100 at step 1130. To do.

図12は、図8のステップ850の詳細を記述したものである。ステップ1201で、要求されたブロックデータをデータベースから獲得する。その後、ステップ1202にて獲得したブロックデータを載せたブロックデータ獲得応答を、プロキシエージェントへ送信し、ステップ1210にてブロックデータ獲得処理1200を終了する。   FIG. 12 describes details of step 850 of FIG. In step 1201, the requested block data is obtained from the database. Thereafter, a block data acquisition response carrying the block data acquired in step 1202 is transmitted to the proxy agent, and the block data acquisition process 1200 is ended in step 1210.

図13は、デバイス管理BOX530のプロキシエージェント531の動作を示したものである。ステップ1301では初期化処理を行い、ステップ1302でマネージャからの要求を待つ。ユーザ登録要求を受信した場合はステップ1310へ進み、ユーザ登録処理を行い、ステップ1350へ進む。ステップ1302でユーザ削除要求を受信した場合は、ステップ1320へ進みユーザ削除処理を行い、ステップ1350へ進む。ステップ1302でユーザ確認要求を受信した場合は、ステップ1330へ進みユーザ確認処理を行い、ステップ1350へ進む。ステップ1302にてユーザ登録、ユーザ削除、ユーザ確認要求以外であるその他の要求を受信した場合、ステップ1340へ進みその他の要求に対する処理を行い、ステップ1350へ進む。ステップ1350では外部から終了要求があった場合は、ステップ1351へ進み終了処理を行い、ステップ1360にてプロキシエージェント処理1300を終了する。ステップ1350にて終了要求が無いと判断された場合は、再びステップ1302へ進み、マネージャからの要求待ちの処理に入る。   FIG. 13 shows the operation of the proxy agent 531 of the device management BOX 530. In step 1301, initialization processing is performed, and in step 1302, a request from the manager is awaited. If a user registration request has been received, the process proceeds to step 1310, user registration processing is performed, and the process proceeds to step 1350. If a user deletion request is received in step 1302, the process proceeds to step 1320 to perform user deletion processing, and the process proceeds to step 1350. If a user confirmation request is received in step 1302, the process proceeds to step 1330, user confirmation processing is performed, and the process proceeds to step 1350. If other requests other than user registration, user deletion, and user confirmation requests are received in step 1302, the process proceeds to step 1340, processing for other requests is performed, and the process proceeds to step 1350. In step 1350, if there is a termination request from the outside, the process proceeds to step 1351 to perform termination processing, and in step 1360, the proxy agent processing 1300 is terminated. If it is determined in step 1350 that there is no termination request, the process again proceeds to step 1302 to enter a process of waiting for a request from the manager.

図14は、図13のステップ1301の詳細を記述したものであり、初期化時にプロキシデータベースの情報を、デバイスのデータベースと一致させるための処理である。まずプロキシデータベースをステップ1401で初期化し、その後ステップ1402でプロキシデータベースの設定が終了したかを判断する。設定が終了した場合は、ステップ1420へ進みプロキシエージェント初期化処理1400を終了する。ステップ1402にてプロキシデータベースの設定が終了していない場合は、ステップ1410へ進み、設定するべき情報をデバイスのデータベースから獲得する。その後ステップ1411にて、獲得した設定情報をプロキシデータベースに設定し、再びステップ1402に戻る。   FIG. 14 describes details of step 1301 in FIG. 13 and is processing for matching the information in the proxy database with the database of the device at the time of initialization. First, the proxy database is initialized at step 1401, and then it is determined at step 1402 whether the setting of the proxy database is completed. When the setting is completed, the process proceeds to step 1420 and the proxy agent initialization process 1400 is ended. If it is determined in step 1402 that the proxy database has not been set, the process advances to step 1410 to acquire information to be set from the device database. Thereafter, in step 1411, the acquired setting information is set in the proxy database, and the process returns to step 1402 again.

図15は、図13のステップ1310の詳細を記述したものである。ステップ1501で、登録要求されたユーザをプロキシデータベースにて検索する。ステップ1502では、ステップ1501の結果にしたがって、処理を分岐させる。登録要求されたユーザがプロキシデータベースにおいて発見できなければステップ1510へ進む。ステップ1510では、データベースに追加登録するための空きエリア有無を判定し、追加登録が可能であればステップ1530へ進み、登録処理を行い、ステップ1550へ進む。追加登録が不可能であればステップ1540へ進み、登録数超過処理を行い、ステップ1550へ進む。ステップ1502にて、登録要求されたユーザが既にプロキシデータベースに登録済みであればステップ1520へ進み、重複登録処理を行い、ステップ1550へ進む。ステップ1550へ進んだ場合は、プロキシエージェントのユーザ登録処理1500を終了させる。   FIG. 15 describes details of step 1310 of FIG. In step 1501, the proxy database is searched for the user whose registration is requested. In step 1502, the process is branched according to the result of step 1501. If the user requested for registration cannot be found in the proxy database, the process proceeds to step 1510. In step 1510, it is determined whether or not there is a free area for additional registration in the database. If additional registration is possible, the process proceeds to step 1530, performs registration processing, and proceeds to step 1550. If additional registration is not possible, the process proceeds to step 1540, the registration number excess processing is performed, and the process proceeds to step 1550. If it is determined in step 1502 that the user who has requested registration has already been registered in the proxy database, the process proceeds to step 1520, where duplicate registration processing is performed, and the process proceeds to step 1550. When the processing proceeds to step 1550, the proxy agent user registration processing 1500 is terminated.

図16は、図13のステップ1320の詳細を記述したものである。ステップ1601では、削除要求されたユーザがプロキシデータベースに登録されているかを検索する。ステップ1602では、削除要求されたユーザが登録されている場合、ステップ1610へ進み、削除処理を行い、ステップ1630へ進む。削除要求されたユーザがプロキシデータベースに未登録であった場合、ステップ1602からステップ1620へ進み、未登録削除処理を行い、ステップ1630へ進む。ステップ1630では、プロキシエージェントのユーザ削除処理1600を終了させる。   FIG. 16 describes details of step 1320 of FIG. In step 1601, it is searched whether or not the user requested to be deleted is registered in the proxy database. If it is determined in step 1602 that the user requested to be deleted is registered, the process proceeds to step 1610 to perform a deletion process, and then proceeds to step 1630. If the user requested to be deleted is not registered in the proxy database, the process proceeds from step 1602 to step 1620 to perform unregistered deletion processing, and then proceeds to step 1630. In step 1630, the proxy agent user deletion processing 1600 is terminated.

図17は、図13のステップ1330の詳細を記述したものである。まずステップ1701で、ユーザ確認要求をされたユーザが、プロキシデータベースに登録されているかを検索する。ステップ1702では、ステップ1701の結果により、処理を分岐させる。ユーザ確認要求に該当するユーザがプロキシデータベースに登録されていた場合、ステップ1710へ進み、ユーザ確認要求を送出してきたマネージャに対して、確認OKを返信し、ステップ1730へ進む。プロキシデータベースにユーザ確認要求に該当するユーザが登録されていない場合は、ステップ1702では処理をステップ1720へ進め、要求を送信してきたマネージャに対して確認NGを返信し、ステップ1730へ進む。ステップ1730では、プロキシエージェントのユーザ確認要求処理1700を終了させる。   FIG. 17 describes details of step 1330 of FIG. First, in step 1701, it is searched whether the user who has requested the user confirmation is registered in the proxy database. In step 1702, the process is branched based on the result of step 1701. If the user corresponding to the user confirmation request is registered in the proxy database, the process proceeds to step 1710, a confirmation OK is returned to the manager that has transmitted the user confirmation request, and the process proceeds to step 1730. If the user corresponding to the user confirmation request is not registered in the proxy database, the process proceeds to step 1720 in step 1702, a confirmation NG is returned to the manager that transmitted the request, and the process proceeds to step 1730. In step 1730, the proxy agent user confirmation request processing 1700 is terminated.

図18は、図15のステップ1530の詳細を記述したものである。まずステップ1801では、エージェントに対してユーザ登録要求を送出する。その後、エージェントからの応答をステップ1802にて待ち、受信すればその応答の種類により、処理を振り分ける。エージェントからの応答が登録完了応答であれば、ステップ1810へ進み、マネージャから登録を要求されたユーザを、プロキシデータベースへ登録する。その後ステップ1811では、マネージャへ登録完了を応答し、ステップ1840へ進む。ステップ1802にて受信した応答が登録済み応答であれば、マネージャへ登録済みを応答し、ステップ1821へ進み、登録済み応答のデータベース不一致解消処理を行う。その後、ステップ1840へ進む。ステップ1802にて受信した応答が登録数超過応答であった場合、ステップ1830へ進み、マネージャへ登録数超過を応答する。その後ステップ1831にて登録数超過応答のデータベース不一致解消処理を行い、ステップ1840へ進む。ステップ1840ではプロキシエージェントの登録処理1800を終了させる。   FIG. 18 describes details of step 1530 of FIG. First, in step 1801, a user registration request is sent to the agent. Thereafter, a response from the agent is waited in step 1802, and if it is received, processing is distributed according to the type of response. If the response from the agent is a registration completion response, the process proceeds to step 1810, and the user whose registration is requested by the manager is registered in the proxy database. Thereafter, in step 1811, a registration completion response is returned to the manager, and the process proceeds to step 1840. If the response received in step 1802 is a registered response, a response indicating that the response has been registered is sent to the manager, and the process proceeds to step 1821 to perform database mismatch resolution processing for the registered response. Thereafter, the process proceeds to Step 1840. If the response received in step 1802 is an over-registration response, the process proceeds to step 1830 to respond to the manager that the over-registration number. Thereafter, in step 1831, a database mismatch resolution process of the registration number excess response is performed, and the process proceeds to step 1840. In step 1840, the proxy agent registration process 1800 is terminated.

図19は、図15のステップ1540の詳細を記述したものである。ステップ1901ではエージェントへユーザ登録要求を送出し、ステップ1902にて前記要求に対するエージェントからの応答を待つ。登録完了応答を受信すれば、ステップ1910へ進み、マネージャへ登録完了を応答し、ステップ1911で重複登録時登録完了応答のデータベース不一致解消処理を行い、ステップ1940へ進む。ステップ1902にて登録済み応答を受信すれば、ステップ1920へ進み、マネージャへ登録済みを応答し、ステップ1940へ進む。ステップ1902にて登録数投下応答を受信した場合、ステップ1930へ進みマネージャへ登録数超過を応答し、ステップ1931にて登録数超過応答のデータベース不一致解消処理を行う。その後、ステップ1940へ進む。ステップ1940では、プロキシエージェントの重複登録処理1900を終了させる。   FIG. 19 describes details of step 1540 of FIG. In step 1901, a user registration request is sent to the agent, and in step 1902, a response from the agent to the request is awaited. If the registration completion response is received, the process proceeds to step 1910, where the registration completion is responded to the manager. In step 1911, the database registration resolution process for the registration completion response during duplicate registration is performed, and the process proceeds to step 1940. If a registered response is received in step 1902, the process proceeds to step 1920, a registered response is returned to the manager, and the process proceeds to step 1940. When the registration number drop response is received in step 1902, the process proceeds to step 1930 to respond to the manager that the number of registrations has been exceeded, and in step 1931, database mismatch resolution processing for the registration number excess response is performed. Thereafter, the process proceeds to Step 1940. In step 1940, the proxy agent duplication registration process 1900 is terminated.

図20は、図15のステップ1520の詳細を記述したものである。ステップ2001では、エージェントへユーザ登録要求を送出し、ステップ2002で前記要求に対する応答を待つ。前記応答が登録完了応答であった場合、ステップ2010へ進み、マネージャへ登録完了を応答し、ステップ2011にて登録数超過時登録完了応答のデータベース不一致解消処理を行う。その後、ステップ2040へ進む。ステップ2002で登録済み応答を受信した場合、ステップ2020へ進みマネージャへ登録済みを応答し、ステップ2040へ進む。ステップ2002で登録数超過応答を受信した場合、ステップ2030へ進みマネージャへ登録数超過を応答し、ステップ2040へ進む。ステップ2040では、プロキシエージェントの登録数超過処理2000を終了させる。   FIG. 20 describes details of step 1520 of FIG. In step 2001, a user registration request is sent to the agent, and in step 2002, a response to the request is awaited. If the response is a registration completion response, the process proceeds to step 2010, a registration completion response is returned to the manager, and in step 2011, a registration mismatch response database mismatch resolution process is performed when the number of registrations is exceeded. Thereafter, the process proceeds to Step 2040. If a registered response is received in step 2002, the process proceeds to step 2020, the registered response is returned to the manager, and the process proceeds to step 2040. If a registration number excess response is received in step 2002, the process proceeds to step 2030, a response is sent to the manager indicating that the registration number exceeds, and the process proceeds to step 2040. In step 2040, the proxy agent registration count excess processing 2000 is terminated.

図21は、図16のステップ1610の詳細を記述したものである。ステップ2101でエージェントに対してユーザ削除要求を送出し、ステップ2102にて前記要求に対する応答を待つ。削除完了応答を受信した場合、ステップ2110へ進み、プロキシデータベースからユーザを削除し、ステップ2111にてマネージャへ削除完了の応答を行う。その後、ステップ2130へ進む。ステップ2102にて未登録応答を受信した場合、ステップ2120へ進み、マネージャへ未登録を応答し、ステップ2121では未登録応答のデータベース不一致解消処理を行い、ステップ2130へ進む。ステップ2130では、プロキシエージェントの削除処理2100を終了させる。   FIG. 21 describes details of step 1610 of FIG. In step 2101, a user deletion request is sent to the agent, and in step 2102, a response to the request is awaited. If a deletion completion response is received, the process proceeds to step 2110, where the user is deleted from the proxy database, and in step 2111, a deletion completion response is sent to the manager. Thereafter, the process proceeds to step 2130. If an unregistered response is received at step 2102, the process proceeds to step 2120, an unregistered response is returned to the manager, and an unregistered response database mismatch resolution process is performed at step 2121, and the process proceeds to step 2130. In step 2130, the proxy agent deletion processing 2100 is terminated.

図22は、図16のステップ1620の詳細を記述したものである。ステップ2201でエージェントへユーザ削除要求を送出し、ステップ2202にてエージェントから前記要求に対する応答を待つ。削除完了応答を受信した場合、ステップ2210へ進み、プロキシデータベースから、エージェントへ削除要求を行ったユーザを削除し、ステップ2211へ進む。ステップ2211では削除完了応答のデータベース不一致解消処理を行い、ステップ2230へ進む。ステップ2202にてエージェントから未登録応答を受信した場合、ステップ2220へ進み、マネージャへ未登録を応答する。その後ステップ2230へ進む。ステップ2230では、プロキシエージェントの未登録削除処理2200を終了させる。   FIG. 22 describes details of step 1620 of FIG. In step 2201, a user deletion request is sent to the agent, and in step 2202, the agent waits for a response to the request. If a deletion completion response is received, the process proceeds to step 2210 to delete the user who has made a deletion request to the agent from the proxy database, and then proceeds to step 2211. In step 2211, a database mismatch resolution process for the deletion completion response is performed, and the process proceeds to step 2230. If an unregistered response is received from the agent in step 2202, the process proceeds to step 2220, and an unregistered response is returned to the manager. Thereafter, the process proceeds to Step 2230. In step 2230, the proxy agent unregistered deletion process 2200 is terminated.

図23は、図18のステップ1821の詳細を記述したものである。ステップ2301ではエージェントのデータベースにおいて、マネージャに登録を要求されたユーザが登録されているブロックNo.を獲得する。その後ステップ2302にてブロックコピー処理を行い、ステップ2310にて登録済み応答のデータベース不一致解消処理2300を終了させる。   FIG. 23 describes details of step 1821 in FIG. In step 2301, the block No. in which the user whose registration is requested by the manager is registered in the agent database. To win. Thereafter, block copy processing is performed in step 2302, and database mismatch resolution processing 2300 of the registered response is terminated in step 2310.

図24は、図18のステップ1831、および図19の1931の詳細を記述したものである。ステップ2401ではプロキシエージェントのプロキシデータベースにおいて、空きのあるブロックのブロックNo.(Np)を獲得する。ステップ2402では、ステップ2401で獲得したブロックNo.の値Npを使用してブロックコピー処理を行う。その後ステップ2410へ進み、登録数超過応答のデータベース不一致解消処理2400を終了させる。   FIG. 24 describes details of step 1831 in FIG. 18 and 1931 in FIG. In step 2401, in the proxy agent proxy database, block No. Acquire (Np). In step 2402, the block No. acquired in step 2401 is changed. Block copy processing is performed using the value Np. Thereafter, the process proceeds to step 2410 to end the database mismatch resolution processing 2400 of the registration number excess response.

図25は、図19のステップ1911の詳細を記述したものである。ステップ2501で、プロキシエージェントのプロキシデータベースにおいて、マネージャから登録されたユーザが登録されているブロックのブロックNo.(Np)を獲得する。ステップ2502では、ステップ2501で獲得したブロックNo.の値Npを使用してブロックコピー処理を行う。その後、エージェントのデータベースにおいて、前記ユーザが登録されたブロックのブロックNo.(Nr)を獲得し、ステップ2504でNpとNrの値を比較する。   FIG. 25 describes details of step 1911 of FIG. In step 2501, in the proxy agent proxy database, the block number of the block in which the user registered from the manager is registered. Acquire (Np). In step 2502, the block No. acquired in step 2501 is changed. Block copy processing is performed using the value Np. Thereafter, in the agent database, the block number of the block in which the user is registered. (Nr) is acquired, and in step 2504, the values of Np and Nr are compared.

Np=Nrであれば、ステップ2530へ進む。Np≠Nrであればステップ2510へ進み、プロキシデータベースに対して前記ユーザを登録し、ステップ2530へ進む。ステップ2530では、重複登録時登録完了応答のデータベース不一致処理2500を終了させる。   If Np = Nr, go to Step 2530. If Np ≠ Nr, the process proceeds to step 2510, the user is registered in the proxy database, and the process proceeds to step 2530. In step 2530, the database mismatch processing 2500 for the registration completion response at the time of duplicate registration is terminated.

図26は、図20のステップ2011の詳細を記述したものである。ステップ2601では、マネージャが登録を要求したユーザが、エージェントのデータベースにおいて登録されたブロックNo.(Nr)を獲得する。ステップ2602ではステップ2601で獲得したブロックNo.の値Nrを使用してブロックコピー処理を行う。その後ステップ2610へ進み、登録数超過時登録完了応答のデータベース不一致解消処理2600を終了させる。   FIG. 26 describes details of step 2011 in FIG. In step 2601, the user whose manager has requested registration is registered with the block No. registered in the agent database. Acquire (Nr). In step 2602, the block No. acquired in step 2601. The block copy process is performed using the value Nr. Thereafter, the process proceeds to step 2610, and the database mismatch resolution processing 2600 of the registration completion response when the registration number is exceeded is terminated.

図27は、図22のステップ2211の詳細を記述したものである。ステップ2701では、マネージャが削除を要求したユーザが、エージェントのデータベースにおいて登録されたブロックNo.(Nr)を獲得する。ステップ2702ではステップ2701で獲得したブロックNo.の値Nrを使用してブロックコピー処理を行う。その後ステップ2710へ進み、削除完了応答のデータベース不一致解消処理2700を終了させる。   FIG. 27 describes details of step 2211 in FIG. In step 2701, the user whose manager has requested deletion is the block No. registered in the agent database. Acquire (Nr). In step 2702, the block No. acquired in step 2701 is displayed. The block copy process is performed using the value Nr. Thereafter, the process proceeds to step 2710 to end the database mismatch resolution processing 2700 of the deletion completion response.

図28は、図21のステップ2121の詳細を記述したものである。ステップ2801では、マネージャが削除を要求したユーザが、プロキシエージェントのプロキシデータベースにおいて登録されているブロックNo.(Np)を獲得する。ステップ2802ではステップ2801で獲得したブロックNo.の値Npを使用してブロックコピー処理を行う。その後ステップ2810へ進み、未登録応答のデータベース不一致解消処理2800を終了させる。   FIG. 28 describes details of step 2121 in FIG. In step 2801, the user whose manager has requested deletion is the block number registered in the proxy agent proxy database. Acquire (Np). In step 2802, the block No. acquired in step 2801 is checked. Block copy processing is performed using the value Np. Thereafter, the process proceeds to step 2810, where the unregistered response database mismatch resolution processing 2800 is terminated.

図29は、図23のステップ2302、図24のステップ2402、図25のステップ2502、図26のステップ2602、図27のステップ2702、および図28のステップ2802の詳細を記述したものである。ステップ2901にて、ブロックNo.で指定されたブロックのデータを、エージェントのデータベースに対して獲得要求を送出する。ステップ2902では、エージェントのデータベースからの応答待ちを行い、応答を受信した後にステップ2910へ進む。ステップ2910ではエージェントから獲得したブロックのデータを、プロキシデータベースの同一ブロックNo.のブロックにコピーする。その後2920に進み、ブロックコピー処理2900を終了させる。   FIG. 29 describes details of step 2302 in FIG. 23, step 2402 in FIG. 24, step 2502 in FIG. 25, step 2602 in FIG. 26, step 2702 in FIG. 27, and step 2802 in FIG. At step 2901, block No. The acquisition request for the data of the block specified in is sent to the agent database. In step 2902, a response from the agent database is awaited, and after receiving the response, the process proceeds to step 2910. In step 2910, the block data acquired from the agent is stored in the proxy database with the same block number. To the next block. Thereafter, the flow advances to 2920 to end the block copy process 2900.

図30はデータベースに登録されたユーザ情報の一例である。データベース3000は、図5の522、532と同一のものである。図5の例ではデータベース3000には情報3001、3002、3003が蓄積され、ユーザ情報は3001に蓄積されている。ユーザ情報はブロック毎に管理されている。図5の例ではブロック数は3である。ブロック3010はブロックNo.=0、ブロック3011はブロックNo.=1、ブロック3012はブロックNo.=2、ユーザ情報3020は、ブロックNo.1のブロック3011の詳細を示している。ユーザ情報3020の列はユーザに関連する情報要素を表わす。列3030はUserID、列3031はユーザ名称、列3032はパスワード、列3033はアクセス権、列3034はブロックNo.をそれぞれ表わしている。ユーザ情報3020の行は1ユーザを表現している。   FIG. 30 shows an example of user information registered in the database. The database 3000 is the same as 522 and 532 in FIG. In the example of FIG. 5, information 3001, 3002, 3003 is stored in the database 3000, and user information is stored in 3001. User information is managed for each block. In the example of FIG. 5, the number of blocks is three. Block 3010 is a block number. = 0, block 3011 is block No. = 1, block 3012 is block No. = 2 and the user information 3020 includes a block No. The details of one block 3011 are shown. The column of user information 3020 represents information elements related to the user. Column 3030 is the UserID, column 3031 is the user name, column 3032 is the password, column 3033 is the access right, and column 3034 is the block number. Respectively. A row of user information 3020 represents one user.

例えば、行8040は、UserIDは87であり、そのユーザのユーザ名称はICHIRO、パスワードは4WARI、アクセス権は一般ユーザ、ブロックNo.は1であることを表わしている。図30のユーザ情報はあくまでも例であり、例えばブロック数がnとなっても良い。また、ユーザ情報の情報要素は、パスワード有効期間など、他の情報要素が加えられていても良い。データベース3000の操作は既存のデータベースを使用するものとし、本発明の言及するところでは無い。   For example, in the row 8040, the User ID is 87, the user name of the user is ICHIRO, the password is 4WARI, the access right is a general user, and the block No. Represents 1. The user information in FIG. 30 is merely an example, and the number of blocks may be n, for example. Further, other information elements such as a password validity period may be added to the information element of the user information. The operation of the database 3000 uses an existing database and is not mentioned in the present invention.

図31は、記憶媒体の一例であるCD−ROMのメモリマップを示す図である。9999はディレクトリ情報を記憶してある領域で、以降のインストールプログラムを記憶してある領域9998およびネットワークデータベース管理ソフトウェアのプログラムを記憶してある領域9997の位置を示している。9998は、インストールプログラムを記憶してある領域である。9997は、ネットワークデータベース管理ソフトウェアのプログラムを記憶してある領域である。   FIG. 31 is a diagram showing a memory map of a CD-ROM which is an example of a storage medium. Reference numeral 9999 denotes an area in which directory information is stored, and indicates positions of an area 9998 in which subsequent installation programs are stored and an area 9997 in which programs of network database management software are stored. An area 9998 stores an installation program. Reference numeral 9997 denotes an area where a network database management software program is stored.

本発明のデータベース管理サーバソフトウェアのプログラムがパーソナルコンピュータ200にインストールされる際には、まずインストールプログラムを記憶してある領域9998に記憶されているインストールプログラムがシステムにロードされ、CPU201によって実行される。次に、CPU201によって実行されるインストールプログラムが、チケット販売照合ソフトウェアのプログラムを記憶してある領域9997からチケット販売照合ソフトウェアのプログラムを読み出して、ハードディスク211に格納する。   When the database management server software program of the present invention is installed in the personal computer 200, the installation program stored in the area 9998 storing the installation program is first loaded into the system and executed by the CPU 201. Next, the installation program executed by the CPU 201 reads the ticket sales verification software program from the area 9997 where the ticket sales verification software program is stored, and stores it in the hard disk 211.

なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェース機器、リーダなど)から構成されるシステムあるいは統合装置に適用しても、ひとつの機器からなる装置に適用してもよい。   Note that the present invention may be applied to a system or an integrated device including a plurality of devices (for example, a host computer, an interface device, a reader, etc.) or an apparatus including a single device.

また、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、本発明の目的が達成されることは言うまでもない。   In addition, a storage medium in which a program code of software that realizes the functions of the above-described embodiments is supplied to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the program code in the storage medium. It goes without saying that the object of the present invention can also be achieved by reading and executing.

この場合、記憶媒体から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM,CD−R、磁気テープ、不揮発性のメモリカード、ROMなどを用いることができる。   As a storage medium for supplying the program code, for example, a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, nonvolatile memory card, ROM, or the like is used. be able to.

また、コンピュータが読み出したプログラムコードを実行することによって、前述した実施形態の機能が実現される他、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOSなどが実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   In addition, the functions of the above-described embodiments are realized by executing the program code read by the computer, and the OS running on the computer is part of the actual processing based on the instruction of the program code. Alternatively, the functions of the above-described embodiment can be realized by performing all of them and performing the processing.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, after the program code read from the storage medium is written to 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. 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 can be realized by the processing.

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体から、そのプログラムをパソコン通信など通信ラインを介して要求者にそのプログラムを配信する場合にも適用できることは言うまでもない。   The present invention can also be applied to a case where the program is distributed to a requester via a communication line such as personal computer communication from a storage medium in which a program code of software realizing the functions of the above-described embodiments is recorded. Needless to say.

本実施例のデータベース同期システムが動作可能なネットワークの構成を示す図The figure which shows the structure of the network which can operate | move the database synchronization system of a present Example. 一般的なパーソナルコンピュータの内部構成を示した図Diagram showing the internal configuration of a typical personal computer デバイスの内部構成の一例を示した図Diagram showing an example of the internal configuration of the device デバイス管理BOXの内部構成の一例を示した図The figure which showed an example of the internal structure of a device management BOX サーバPCとデバイスとデバイス管理BOXのモデル図Model diagram of server PC, device, and device management BOX マネージャの動作を表わすフローチャートFlow chart showing manager's operation マネージャの動作を表わすフローチャート。The flowchart showing operation | movement of a manager. エージェントの動作を表わすフローチャートFlow chart showing agent operation エージェントの動作を表わすフローチャートFlow chart showing agent operation エージェントの動作を表わすフローチャートFlow chart showing agent operation エージェントの動作を表わすフローチャートFlow chart showing agent operation エージェントの動作を表わすフローチャートFlow chart showing agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation プロキシエージェントの動作を表わすフローチャートFlowchart representing proxy agent operation ユーザ情報の構成の一例を示す図The figure which shows an example of a structure of user information 本発明のチケット照合販売ソフトウェアの記憶媒体におけるメモリマップを示す図The figure which shows the memory map in the storage medium of the ticket collation sales software of this invention

符号の説明Explanation of symbols

100、220、420、500 ネットワーク
101、200、510 サーバPC
102、103、300、520 デバイス
104、105、400、530 デバイス管理BOX
106、107、540 既存I/F
511 マネージャ
521 エージェント
531 プロキシエージェント
522 データベース
532 プロキシデータベース
100, 220, 420, 500 Network 101, 200, 510 Server PC
102, 103, 300, 520 Device 104, 105, 400, 530 Device management BOX
106, 107, 540 Existing I / F
511 Manager 521 Agent 531 Proxy agent 522 Database 532 Proxy database

Claims (5)

デバイスとデバイス管理BoxがシリアルI/F等の既存I/Fにより接続されており、デバイス管理BoxはネットワークI/Fを持ち、デバイス管理Boxとデバイスを管理するサーバコンピュータはネットワークに接続され、デバイスとデバイス管理Boxはデータベースをそれぞれ独立に持っているシステムにおいて、サーバからデータ登録・削除を要求されたデバイス管理Boxは、前記要求に従ってデバイスに登録・削除要求を行い、デバイス管理Box内のデータベースに登録・削除を行い、デバイスの持つ情報とデバイス管理Boxが持つデータベースとが一致していることを特徴とするデータベース同期システム。   The device and the device management box are connected by an existing I / F such as a serial I / F, the device management box has a network I / F, the device management box and the server computer that manages the device are connected to the network, and the device In the system where the device management box has its own database, the device management box requested to register / delete data from the server makes a registration / deletion request to the device in accordance with the request, and stores it in the database in the device management box. A database synchronization system characterized in that registration and deletion are performed, and information held by a device matches a database held by a device management box. 請求項1記載のデータベース同期システムにおいて、サーバからの要求等によりデータが必要となったデバイス管理Boxは、デバイスとの既存I/Fによる通信を行わず、デバイス管理Boxが持つデータベースを使用することを特徴とするデータベース同期システム。   2. The database synchronization system according to claim 1, wherein the device management box for which data is required due to a request from the server does not communicate with the device by the existing I / F, but uses a database held by the device management box. A database synchronization system characterized by 請求項1記載のデータベース同期システムにおいて、デバイスが持つデータベースと、デバイス管理Boxが持つデータベースとにずれが発生した場合、前記ずれを検出することを特徴とするデータベース同期システム。   The database synchronization system according to claim 1, wherein when a deviation occurs between a database possessed by a device and a database possessed by a device management box, the deviation is detected. 請求項1記載のデータベース同期システムにおいて、前記ずれを検出した場合に、既存I/Fによる通信を使用して、デバイスが持つデータベースに一致させるようにデバイス管理Boxのデータベースを更新することを特徴とするデータベース同期システム。   2. The database synchronization system according to claim 1, wherein when the deviation is detected, the device management box database is updated so as to match the database of the device using communication by an existing I / F. Database synchronization system. 請求項1記載のデータベース同期システムにおいて、大量のデータベースをブロック毎に分割して管理することにより、請求項4の既存I/Fによる通信を使用したデータベースの更新量を少なくし、短時間で行うことを可能とすることを特徴とするデータベース同期システム。   5. The database synchronization system according to claim 1, wherein a large amount of database is divided and managed for each block, thereby reducing the amount of database update using communication by the existing I / F of claim 4 and performing in a short time. A database synchronization system characterized by enabling the above.
JP2004321966A 2004-11-05 2004-11-05 Database synchronization system Withdrawn JP2006134039A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004321966A JP2006134039A (en) 2004-11-05 2004-11-05 Database synchronization system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004321966A JP2006134039A (en) 2004-11-05 2004-11-05 Database synchronization system

Publications (1)

Publication Number Publication Date
JP2006134039A true JP2006134039A (en) 2006-05-25

Family

ID=36727537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004321966A Withdrawn JP2006134039A (en) 2004-11-05 2004-11-05 Database synchronization system

Country Status (1)

Country Link
JP (1) JP2006134039A (en)

Similar Documents

Publication Publication Date Title
US7017144B2 (en) Combined image views and method of creating images
EP0822505B1 (en) Integrated database system
JPH11232226A (en) Cooperative work aiding system and storage medium
JP2005508048A (en) Localized read-only storage for distributing files across a network
JP2003046569A (en) Load test execution device and system, and method and program thereof
JP4545873B2 (en) Information processing system, storage medium
JP5581470B2 (en) Device sharing system, device sharing server, device sharing client, and device sharing method
JP2003233544A (en) Information processing system, server, peripheral equipment, control method of information processing system, control method of server, control method of peripheral equipment, control program of information processing system, control program of server, control program of peripheral equipment, and storage medium
JP2010061536A (en) Printing system, printing control device, and printing control program
US8190715B1 (en) System and methods for remote agent installation
JP2002505474A (en) Method and system for facilitating access to a lookup service
US20090210452A1 (en) Method of substituting process in storage system
JP2006134039A (en) Database synchronization system
JP2016009225A (en) Database management device, database management method, program, and recording medium
JP3527055B2 (en) Server device and network distributed image processing system
JP2005259002A (en) Network device management system
JP3102836B2 (en) Printer system and print job processing method for printer system
JP3296570B2 (en) File transfer method
JPH10301786A (en) Automatic install system for software through network
JP2003330801A (en) Network system, device information register system and service use rights information
JP4900805B2 (en) OS image deployment machine and method
JP2003280912A (en) Information processing system, and information processing method
JP2019186617A (en) Control system and control method
JP3862463B2 (en) Information processing apparatus, network system, printing apparatus, device information registration method for network system, and computer-readable storage medium
JP2006053732A (en) Storage device assignment method, and management server and program therefor

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080108