JP2010165212A - Device driver management system - Google Patents

Device driver management system Download PDF

Info

Publication number
JP2010165212A
JP2010165212A JP2009007456A JP2009007456A JP2010165212A JP 2010165212 A JP2010165212 A JP 2010165212A JP 2009007456 A JP2009007456 A JP 2009007456A JP 2009007456 A JP2009007456 A JP 2009007456A JP 2010165212 A JP2010165212 A JP 2010165212A
Authority
JP
Japan
Prior art keywords
management server
server computer
information
version
download
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
JP2009007456A
Other languages
Japanese (ja)
Inventor
Fumiaki Furuhata
明 降▲旗▼文
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2009007456A priority Critical patent/JP2010165212A/en
Publication of JP2010165212A publication Critical patent/JP2010165212A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a device driver management system allowing version management of a device driver while reducing the cost of a device. <P>SOLUTION: The device transmits first version information that is information related to a version of the device driver held by the device and device specification information for specifying the device to a management server computer via a network at a prescribed period. The management server computer compares the received first version information and second version information that is information related to a version of the device driver held by the management server computer. When the second version information is a newer version, the management server computer holds download necessity/unnecessity identification information indicating that it is necessary to download the device driver associatively to the device specification information. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、デバイスドライバー管理システムに関し、特に、プリンターの保持するデバイスドライバーのバージョン管理を効率的に行うデバイスドライバー管理システムに関する。   The present invention relates to a device driver management system, and more particularly to a device driver management system that efficiently manages version management of device drivers held by a printer.

ユーザーが使用するユーザーコンピューターからプリンターに印刷を行わせるためには、ユーザーコンピューターにプリンタードライバーをインストールする必要がある。プリンタードライバーは、ユーザーコンピューターが生成した印刷データに基づいてプリンターで印刷を行う場合に、そのプリンターに対する様々な制御を行うためのソフトウェアである。   In order for the printer to print from the user computer used by the user, it is necessary to install a printer driver on the user computer. The printer driver is software for performing various controls on the printer when printing is performed by the printer based on the print data generated by the user computer.

このプリンタードライバーは、プリンターメーカーから、ユーザーに供給されるのが一般的である。すなわち、ユーザーがプリンターを購入すると、プリンターとともに、CD−ROMなどに格納されたプリンタードライバーも、一緒に梱包されている。ユーザーは、このCD−ROMから、プリンタードライバーを、自らのユーザーコンピューターにインストールして、ユーザーコンピューターとプリンターとの間の制御が適正に行われるようにしている。   This printer driver is generally supplied to a user from a printer manufacturer. That is, when a user purchases a printer, a printer driver stored in a CD-ROM or the like is packed together with the printer. The user installs a printer driver from the CD-ROM into his / her user computer so that the control between the user computer and the printer is properly performed.

しかし、プリンタードライバーは、ソフトウェアであることから、機能の向上を図ったり、バグを解消したりした、新しいバージョンのプリンタードライバーが供給されることもある。このようにバージョンアップがなされた最新のプリンタードライバーをユーザーが取得するためには、プリンターメーカーのホームページにアクセスし、このホームページから最新のプリンタードライバーをユーザーコンピューターにダウンロードする必要があった。   However, since the printer driver is software, a new version of the printer driver with improved functions or bugs may be supplied. In order for the user to obtain the latest printer driver that has been upgraded in this way, it is necessary to access the homepage of the printer manufacturer and download the latest printer driver from this homepage to the user computer.

しかし、最新のプリンタードライバーがプリンターメーカーのホームページ上に提供されたとしても、ユーザーは、その存在を知らないまま、従来のプリンタードライバーを使用し続けることも多かった。また、最新のプリンタードライバーがホームページ上に掲載されたことをユーザーが知ったとしても、そのダウンロードはユーザーが能動的に行わなければならず、そのためのユーザーコンピューターの操作が煩雑であるという問題もあった。   However, even if the latest printer driver is provided on the homepage of the printer manufacturer, users often continue to use the conventional printer driver without knowing its existence. Also, even if the user knows that the latest printer driver has been posted on the homepage, the user must actively download the printer driver, and the operation of the user computer is complicated. It was.

このような問題を解決するために、特開平11−327828号公報(特許文献1)や特開2006−82541号公報(特許文献2)では、プリンター自体が最新のプリンタードライバーを保持する管理システムを開示している。すなわち、ネットワーク上に最新のプリンタードライバーを保持している管理サーバーコンピューターを設け、プリンターが定期的に管理サーバーコンピューターにアクセスし、自らが保持するプリンタードライバーのバージョンと、管理サーバーコンピューターが保持するプリンタードライバーのバージョンとをプリンター側で比較する。そして、自らが保持するプリンタードライバーのバージョンが最新のものでなければ、プリンターは、管理サーバーコンピューターからプリンタードライバーを取得し、このプリンターに接続されている各ユーザーコンピューターに、最新のプリンタードライバーを配信する。このようにすることにより、各ユーザーコンピューターは、プリンターに接続するだけで、最新のプリンタードライバーを取得できるようにしている。   In order to solve such problems, Japanese Patent Application Laid-Open No. 11-327828 (Patent Document 1) and Japanese Patent Application Laid-Open No. 2006-82541 (Patent Document 2) describe a management system in which the printer itself holds the latest printer driver. Disclosure. In other words, a management server computer that holds the latest printer driver on the network is installed, the printer periodically accesses the management server computer, the version of the printer driver that it holds, and the printer driver that the management server computer holds Compare the current version with the printer. If the version of the printer driver held by the printer is not the latest, the printer obtains the printer driver from the management server computer and distributes the latest printer driver to each user computer connected to this printer. . In this way, each user computer can acquire the latest printer driver simply by connecting to the printer.

しかしながら、特開平11−327828号公報(特許文献1)や特開2006−82541号公報(特許文献2)に開示されている管理システムでは、プリンター自体がプリンタードライバーのバージョン管理を主体的に行う必要があり、そのための機能をプリンター本体に盛り込む必要がある。すなわち、プリンタードライバーのバージョンを比較したり、バージョンを管理したりするための各種ソフトウェアをプリンターに搭載する必要があり、そのソフトウェアの開発/維持管理コストが発生し、また、そのソフトウェアをプログラムとして格納する記憶装置がプリンターに必要となり、プリンターのコスト増大を招いてしまう。   However, in the management system disclosed in Japanese Patent Application Laid-Open No. 11-327828 (Patent Document 1) and Japanese Patent Application Laid-Open No. 2006-82541 (Patent Document 2), the printer itself needs to perform version management of the printer driver. There is a need to incorporate functions for this into the printer itself. In other words, it is necessary to install various software on the printer for comparing printer driver versions and managing versions, which incurs software development / maintenance costs, and stores the software as a program. This requires a storage device for the printer, which increases the cost of the printer.

このようなドライバーのバージョン管理に対する問題は、プリンターに限らず、スキャナーやプロジェクターなどの周辺デバイスに関するデバイスドライバーであれば、同様に生じ得る。   Such a problem with driver version management is not limited to a printer, and can occur in the same way as long as it is a device driver related to a peripheral device such as a scanner or a projector.

特開平11−327828号公報Japanese Patent Laid-Open No. 11-327828 特開2006−82541号公報JP 2006-82541 A

そこで本発明は、前記課題に鑑みてなされたものであり、デバイスのコスト低減を図りつつ、デバイスドライバーのバージョン管理を実現することができるデバイスドライバー管理システムを提供することを目的とする。   SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and an object thereof is to provide a device driver management system capable of realizing device driver version management while reducing the cost of the device.

上記課題を解決するため、本発明に係るデバイスドライバー管理システムは、
デバイスと、前記デバイスの使用に用いられるデバイスドライバーを管理する管理サーバーコンピューターとを有するとともに、前記デイバスはネットワークを介して前記管理サーバーコンピューターに接続可能である、デバイスドライバー管理システムであって、
前記デバイスは、
前記ネットワークを介して、所定の周期で、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、当該デバイスを特定するデバイス特定情報とを、前記管理サーバーコンピューターに送信する、デバイス情報送信手段と、
前記ネットワークを介して、前記管理サーバーコンピューターに対して、前記デバイス特定情報を付加して、所定の周期でポーリングを行う、ポーリング実行手段と、
を備えており、
前記管理サーバーコンピューターは、
前記デバイス情報送信手段で送信された前記第1バージョン情報と前記デバイス特定情報とを受信する、デバイス情報受信手段と、
前記デバイス情報受信手段で受信した前記第1バージョン情報と、当該管理サーバーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを比較して、前記第2バージョン情報の方が新しいバージョンである場合には、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて保持する、ダウンロード要否識別情報保持手段と、
前記ポーリング実行手段によるポーリングを受信した場合に、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報が、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示しているか否かを判断する、ダウンロード要否判断手段と、
前記ダウンロード要否識別情報が、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記ダウンロード要否判断手段が判断した場合には、前記ポーリングを行った前記デバイスに当該管理サーバーコンピューターが保持するデバイスドライバーのダウンロードを実行させる命令セットを作成し、この命令セットを含むポーリング返信を、前記ネットワークを介して前記デバイスに送信する、返信送信手段と、
を備えており、
前記デバイスは、さらに、
前記返信送信手段で送信された前記ポーリング返信を受信し、前記ポーリング返信に含まれている命令セットを実行することにより、前記管理サーバーコンピューターから、前記管理サーバーコンピューターが保持するデバイスドライバーをダウンロードする、ダウンロード実行手段を、
備えることを特徴とする。
In order to solve the above problems, a device driver management system according to the present invention provides:
A device driver management system having a device and a management server computer for managing a device driver used to use the device, wherein the device is connectable to the management server computer via a network;
The device is
A device that transmits first version information, which is information related to the version of a device driver held by the device, and device specifying information for specifying the device to the management server computer via the network at a predetermined cycle. Information transmission means;
Polling execution means for adding polling at a predetermined cycle to the management server computer via the network with adding the device identification information;
With
The management server computer is
Device information receiving means for receiving the first version information and the device specifying information transmitted by the device information transmitting means;
The first version information received by the device information receiving means is compared with the second version information that is information related to the version of the device driver held by the management server computer, and the second version information is a newer version. If it is, download necessity identification information that holds download necessity identification information indicating that the device driver held by the management server computer needs to be downloaded to the device in association with the device identification information. Holding means;
When the polling by the polling execution means is received, the download necessity identification information corresponding to the device specifying information added to the polling needs to cause the device to download the device driver held by the management server computer Download necessity judgment means for judging whether or not there is,
When the download necessity identification information indicates that the device driver held by the management server computer needs to be downloaded to the device, the polling is performed when the download necessity judgment unit judges. Creating a command set for causing the device to download the device driver held by the management server computer, and sending a polling reply including the command set to the device via the network;
With
The device further comprises:
Downloading the device driver held by the management server computer from the management server computer by receiving the polling reply sent by the reply sending means and executing the instruction set included in the polling reply; Download execution means
It is characterized by providing.

この場合、前記デバイスは、プリンターであり、前記デイバスドライバーは、プリンタードライバーであってもよい。   In this case, the device may be a printer, and the device driver may be a printer driver.

この場合、前記デバイスは、
ユーザーコンピューターから、当該ユーザーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第3バージョン情報を含む印刷要求を受信する、印刷要求受信手段と、
前記印刷要求受信手段で受信した前記第3バージョン情報と、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第4バージョン情報とを比較して、前記第4バージョン情報の方が新しいバージョンである場合には、新しいバージョンのデバイスドライバーの取得を促す督促通知を、前記ユーザーコンピューターに送信する、通知送信手段と、
をさらに備えるようにしてもよい。
In this case, the device
Print request receiving means for receiving, from a user computer, a print request including third version information that is information relating to the version of a device driver held by the user computer;
The third version information received by the print request receiving means is compared with the fourth version information that is information related to the version of the device driver held by the device, and the fourth version information is a newer version. A notification sending means for sending a reminder notification prompting the acquisition of a new version of the device driver to the user computer;
May be further provided.

この場合、前記デバイスは、前記督促通知に応じて、前記ユーザーコンピューターから、新しいバージョンのデバイスドライバーの送信要求を受け付けた場合には、当該デバイスが保持する前記デバイスドライバーを、前記ユーザーコンピューターに送信する、デバイスドライバー送信手段を、さらに備えるようにしてもよい。   In this case, when the device accepts a transmission request for a new version of the device driver from the user computer in response to the reminder notification, the device transmits the device driver held by the device to the user computer. Further, device driver transmission means may be further provided.

また、前記ダウンロード要否識別情報保持手段は、
前記第1バージョン情報よりも前記第2バージョン情報の方が新しいバージョンである場合には、前記ダウンロード要否識別情報を、新しいバージョンのデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示す第1状態にし、
前記第1バージョン情報よりも前記第2バージョン情報の方が新しいバージョンではない場合には、前記ダウンロード要否識別情報を、新しいバージョンのデバイスドライバーを前記デバイスにダウンロードさせる必要がないことを示す第2状態にするとともに、
前記ダウンロード要否判断手段は、前記ダウンロード要否識別情報が前記第1状態である場合に、前記ダウンロード要否識別情報が、前記管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると判断するようにしてもよい。
The download necessity identifying information holding means includes:
When the second version information is a newer version than the first version information, the download necessity identification information indicates that the device needs to download a new version of the device driver. State
If the second version information is not a newer version than the first version information, the download necessity identification information indicates that it is not necessary to cause the device to download a new version of the device driver. As well as
The download necessity determination means needs to cause the device to download the device driver held by the management server computer when the download necessity identification information is in the first state. It may be determined that this is indicated.

本発明に係る管理サーバーコンピューターは、
ネットワークを介してデバイスに接続され、前記デバイスの使用に用いられるデバイスドライバーを管理する管理サーバーコンピューターであって、
前記デバイスから、前記ネットワークを介して所定の周期で、前記デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、前記デバイスを特定するデバイス特定情報とを含むデバイス情報を受信する、デバイス情報受信手段と、
前記デバイス情報受信手段で受信した前記第1バージョン情報と、当該管理サーバーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを比較して、前記第2バージョン情報の方が新しいバージョンである場合には、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて保持する、ダウンロード要否識別情報保持手段と、
前記デバイスから、前記ネットワークを介して、前記デバイス特定情報を付加したポーリングを所定の周期で受信する、ポーリング受信手段と、
前記ポーリング受信手段で前記ポーリングを受信した場合に、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報が、当該管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示しているか否かを判断する、ダウンロード要否判断手段と、
前記ダウンロード要否識別情報が、当該管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記ダウンロード要否判断手段が判断した場合には、前記ポーリングを行った前記デバイスに当該管理サーバーコンピューターの保持するデバイスドライバーのダウンロードを実行させる命令セットを作成し、この命令セットを含むポーリング返信を、前記ネットワークを介して前記デバイスに送信する、返信送信手段と、
前記返信送信手段で送信された前記ポーリング返信に含まれている命令セットを実行することにより前記デバイスで生成されたデバイスドライバーのダウンロード要求に基づいて、当該管理サーバーコンピューターが保持するデバイスドライバーを、前記デバイスにダウンロードさせる、ダウンロード実行手段と、
を備えることを特徴とする。
The management server computer according to the present invention is:
A management server computer that is connected to a device via a network and manages a device driver used to use the device,
Receiving, from the device, device information including first version information, which is information related to a version of a device driver held by the device, and device specifying information for specifying the device at a predetermined cycle via the network; Device information receiving means;
The first version information received by the device information receiving means is compared with the second version information that is information related to the version of the device driver held by the management server computer, and the second version information is a newer version. If it is, download necessity identification information that holds download necessity identification information indicating that the device driver held by the management server computer needs to be downloaded to the device in association with the device identification information. Holding means;
Polling reception means for receiving polling with the device specific information added at a predetermined cycle from the device via the network;
When the polling receiving unit receives the polling, the download necessity identifying information corresponding to the device specifying information added to the polling causes the device to download the device driver held by the management server computer. Download necessity judgment means for judging whether or not it indicates that it is necessary,
If the download necessity identification information indicates that the device driver held by the management server computer needs to be downloaded to the device, the polling is performed when the download necessity judgment unit judges. Creating a command set for causing the device to download the device driver held by the management server computer, and sending a polling reply including the command set to the device via the network;
Based on the device driver download request generated by the device by executing the instruction set included in the polling reply sent by the reply sending means, the device driver held by the management server computer is Download execution means for downloading to the device;
It is characterized by providing.

本発明に係るデバイスは、
デバイスドライバーを管理する管理サーバーコンピューターに、ネットワークを介して接続可能な、デバイスであって、
前記ネットワークを介して、所定の周期で、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、当該デバイスを特定するデバイス特定情報とを、前記管理サーバーコンピューターに送信することにより、前記管理サーバーコンピューターに、前記第1バージョン情報と、前記管理サーバーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを比較させて、前記第2バージョン情報の方が新しいバージョンである場合には、前記管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて前記管理サーバーコンピューターに保持させる、デバイス情報送信手段と、
前記ネットワークを介して、前記管理サーバーコンピューターに対して、前記デバイス特定情報を付加して、所定の周期でポーリングを行う、ポーリング実行手段と、
前記ポーリング実行手段によるポーリングを受信した前記管理サーバーコンピューターが、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報に基づいて、前記管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記管理サーバーコンピューターが判断した場合に、前記ポーリングを行った前記デバイスに前記管理サーバーコンピューターの保持するデバイスドライバーのダウンロードを実行させる命令セットを含むポーリング返信を、前記ネットワークを介して、前記管理サーバーコンピューターから受信する、ポーリング返信受信手段と、
前記ポーリング返信に含まれている前記命令セットを実行することにより、前記管理サーバーコンピューターから、前記管理サーバーコンピューターが保持するデバイスドライバーをダウンロードする、ダウンロード実行手段と、
を備えることを特徴とする。
The device according to the present invention is
A device that can be connected to a management server computer that manages device drivers via a network.
By transmitting first version information, which is information related to the version of the device driver held by the device, and device specifying information for specifying the device to the management server computer at a predetermined cycle via the network. The management server computer compares the first version information with the second version information that is information on the version of the device driver held by the management server computer, and the second version information is a newer version. In some cases, the management server computer associates download necessity identification information indicating that the device driver held by the management server computer needs to be downloaded to the device in association with the device specifying information. Is held in the coater, and the device information transmission means,
Polling execution means for adding polling at a predetermined cycle to the management server computer via the network with adding the device identification information;
The management server computer that has received the polling by the polling execution means determines the device driver held by the management server computer based on the download necessity identification information corresponding to the device identification information added to the polling. When the management server computer determines that the device needs to be downloaded, it includes an instruction set that causes the device that has performed the polling to download a device driver held by the management server computer A polling reply receiving means for receiving a polling reply from the management server computer via the network;
Download execution means for downloading a device driver held by the management server computer from the management server computer by executing the instruction set included in the polling reply;
It is characterized by providing.

本発明に係るデバイスドライバー管理システムの制御方法は、
デバイスと、前記デバイスの使用に用いられるデバイスドライバーを管理する管理サーバーコンピューターとを有するとともに、前記デイバスはネットワークを介して前記管理サーバーコンピューターに接続可能である、デバイスドライバー管理システムの制御方法であって、
前記デバイスが、前記ネットワークを介して、所定の周期で、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、当該デバイスを特定するデバイス特定情報とを、前記管理サーバーコンピューターに送信するステップと、
前記管理サーバーコンピューターが、前記第1バージョン情報と前記デバイス特定情報とを受信するステップと、
受信した前記第1バージョン情報と、前記管理サーバーコンピューターの保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを、前記管理サーバーコンピューターが比較して、前記第2バージョン情報の方が新しいバージョンであると判断した場合には、前記管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて保持するステップと、
前記デバイスが、前記ネットワークを介して、前記管理サーバーコンピューターに対して、前記デバイス特定情報を付加して、所定の周期でポーリングを行うステップと、
前記管理サーバーコンピューターが前記ポーリングを受信した場合に、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報が、前記管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示しているか否かを判断するステップと、
前記ダウンロード要否識別情報が、前記管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記管理サーバーコンピューターが判断した場合には、前記ポーリングを行った前記デバイスに前記管理サーバーコンピューターが保持するデバイスドライバーのダウンロードを実行させる命令セットを作成し、この命令セットを含むポーリング返信を、前記ネットワークを介して前記デバイスに送信するステップと、
前記デバイスが前記ポーリング返信を受信し、前記ポーリング返信に含まれている命令セットを実行することにより、前記管理サーバーコンピューターから、前記管理サーバーコンピューターが保持するデバイスドライバーをダウンロードするステップを、
備えることを特徴とする。
The device driver management system control method according to the present invention includes:
A device driver management system control method comprising: a device; and a management server computer that manages a device driver used to use the device, wherein the device is connectable to the management server computer via a network. ,
The device sends, to the management server computer, first version information, which is information related to a version of a device driver held by the device, and device specifying information for specifying the device at a predetermined cycle via the network. Sending, and
The management server computer receiving the first version information and the device identification information;
The management server computer compares the received first version information with the second version information that is information about the version of the device driver held by the management server computer, and the second version information is a newer version. If it is determined that the download request identification information indicating that it is necessary to download the device driver held by the management server computer to the device, the step of holding in association with the device identification information,
The device adds the device specifying information to the management server computer via the network and performs polling at a predetermined cycle;
When the management server computer receives the polling, the download necessity identification information corresponding to the device identification information added to the poll causes the device to download a device driver held by the management server computer Determining whether it indicates that it is necessary,
If the management server computer determines that the download necessity identification information indicates that the device driver held by the management server computer needs to be downloaded to the device, the polling is performed. Creating an instruction set that causes a device to download a device driver held by the management server computer, and sending a polling reply including the instruction set to the device via the network;
The device receives the polling reply, and executes a command set included in the polling reply to download a device driver held by the management server computer from the management server computer.
It is characterized by providing.

本発明の一実施形態に係るデバイスドライバー管理システムの全体構成の一例を示すブロック図。1 is a block diagram showing an example of the overall configuration of a device driver management system according to an embodiment of the present invention. 図1の管理サーバーコンピューターの内部構成の一例を説明するブロック図。The block diagram explaining an example of the internal structure of the management server computer of FIG. 図1のユーザーコンピューターの内部構成の一例を説明するブロック図。The block diagram explaining an example of an internal structure of the user computer of FIG. 図1のプリンターの内部構成の一例を説明するブロック図。FIG. 2 is a block diagram illustrating an example of an internal configuration of the printer in FIG. 1. 図1のデバイスドライバー管理システムで実行されるデバイスドライバー管理処理の内容の一例を説明するためのフローチャートを示す図(その1)。FIG. 3 is a flowchart (No. 1) for explaining an example of the contents of device driver management processing executed by the device driver management system of FIG. 1; 図1のデバイスドライバー管理システムで実行されるデバイスドライバー管理処理の内容の一例を説明するためのフローチャートを示す図(その2)。FIG. 8 is a diagram (part 2) illustrating a flowchart for explaining an example of the contents of device driver management processing executed by the device driver management system of FIG. 1; 本実施形態に係る管理サーバーコンピューターが保持するダウンロード要否識別テーブルの構成の一例を示す図。The figure which shows an example of a structure of the download necessity identification table which the management server computer which concerns on this embodiment hold | maintains. 本実施形態に係る管理サーバーコンピューターが作成するポーリング返信ファイルの一例を説明する図。The figure explaining an example of the polling reply file which the management server computer concerning this embodiment produces. 本実施形態に係るユーザーコンピューターの表示画面に表示されるユーザー確認画面の一例を示す図。The figure which shows an example of the user confirmation screen displayed on the display screen of the user computer which concerns on this embodiment.

以下、図面を参照して、本発明の実施形態を説明する。なお、以下に説明する実施形態は、本発明の技術的範囲を限定するものではない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. Note that the embodiments described below do not limit the technical scope of the present invention.

図1は、本実施形態に係るデバイスドライバー管理システム10の全体構成の一例を説明するブロック図である。この図1に示すように、本実施形態に係るデバイスドライバー管理システム10では、管理サーバーコンピューター20と、この管理サーバーコンピューター20にネットワーク30を介して接続されたプリンターネットワークシステム32とを備えて、構成されている。   FIG. 1 is a block diagram illustrating an example of the overall configuration of a device driver management system 10 according to the present embodiment. As shown in FIG. 1, the device driver management system 10 according to the present embodiment includes a management server computer 20 and a printer network system 32 connected to the management server computer 20 via a network 30. Has been.

また、プリンターネットワークシステム32は、内部ネットワーク60を介して、1又は複数のユーザーコンピューター40とプリンター50とを備えて、構成されている。図1の例では、内部ネットワーク60を介して、1台のプリンター50と、3台のユーザーコンピューター40A、40B、40Cが接続されている。この内部ネットワーク60は、いわゆるローカルネットワークであり、この内部ネットワーク60により、1台のプリンターを複数のユーザーコンピューター40で利用する環境が実現されている。   The printer network system 32 includes one or a plurality of user computers 40 and a printer 50 via an internal network 60. In the example of FIG. 1, one printer 50 and three user computers 40 </ b> A, 40 </ b> B, and 40 </ b> C are connected via an internal network 60. The internal network 60 is a so-called local network, and an environment in which one printer is used by a plurality of user computers 40 is realized by the internal network 60.

内部ネットワーク60には、ネットワークサーバー70が接続されており、このネットワークサーバー70を介して、ユーザーコンピューター40とプリンター50とは、ネットワーク30に接続され、管理サーバーコンピューター20に接続される。   A network server 70 is connected to the internal network 60, and the user computer 40 and the printer 50 are connected to the network 30 via the network server 70 and connected to the management server computer 20.

ネットワーク30を介して管理サーバーコンピューター20に接続されるユーザーコンピューター40やプリンター50の台数は任意である。また、ネットワーク30を介して管理サーバーコンピューター20に接続されるプリンターネットワークシステム32の数も任意である。特に本実施形態においては、複数のプリンターネットワークシステム32が、ネットワーク30を介して、管理サーバーコンピューター20に接続される態様を想定している。   The number of user computers 40 and printers 50 connected to the management server computer 20 via the network 30 is arbitrary. The number of printer network systems 32 connected to the management server computer 20 via the network 30 is also arbitrary. In particular, in the present embodiment, it is assumed that a plurality of printer network systems 32 are connected to the management server computer 20 via the network 30.

ネットワーク30は、不特定多数の利用者が接続可能な公衆ネットワークで構成されており、例えば、インターネットにより構成されている。この図1の例では、ユーザーコンピューター40やプリンター50は、内部ネットワーク60を介して、外部のネットワーク30に接続されるように構成されているが、個々のユーザーコンピューター40やプリンター50が、直接、ネットワーク30に接続されるようにしてもよい。   The network 30 is configured by a public network to which an unspecified number of users can be connected. For example, the network 30 is configured by the Internet. In the example of FIG. 1, the user computer 40 and the printer 50 are configured to be connected to the external network 30 via the internal network 60, but the individual user computer 40 and the printer 50 are directly connected to each other. It may be connected to the network 30.

図2は、管理サーバーコンピューター20の内部構成の一例を説明するブロック図である。この図2に示すように、本実施形態に係る管理サーバーコンピューター20は、CPU(Central Processing Unit)100と、RAM(Random Access Memory)102と、ROM(Read Only Memory)104と、ハードディスクドライブ106と、通信インターフェース108と、ユーザー入力インターフェース110と、表示画面112とを備えており、これらは互いに、内部バス114を介して接続されている。   FIG. 2 is a block diagram illustrating an example of the internal configuration of the management server computer 20. As shown in FIG. 2, the management server computer 20 according to the present embodiment includes a CPU (Central Processing Unit) 100, a RAM (Random Access Memory) 102, a ROM (Read Only Memory) 104, a hard disk drive 106, and the like. , A communication interface 108, a user input interface 110, and a display screen 112, which are connected to each other via an internal bus 114.

CPU100は、この管理サーバーコンピューター20の全体的な制御を行う制御部を構成する。このCPU100は、この各種の制御を実現するにあたり、必要なプログラムをROM104やハードディスクドライブ106から読み込んだり、生成されたデータをRAM102やハードディスクドライブ106に書き込んだりする。また、CPU100は、管理サーバーコンピューター20のユーザーに必要な情報を、適宜、表示画面112に表示する。   The CPU 100 constitutes a control unit that performs overall control of the management server computer 20. The CPU 100 reads a necessary program from the ROM 104 or the hard disk drive 106 and writes generated data to the RAM 102 or the hard disk drive 106 in order to realize these various controls. In addition, the CPU 100 displays information necessary for the user of the management server computer 20 on the display screen 112 as appropriate.

ハードディスクドライブ106は、いわゆる大容量の補助記憶装置を構成しており、プログラムの他、各種制御データなども不揮発的に記憶される。特に、本実施形態においては、このハードディスクドライブ106には、最新のプリンタードライバーや、このプリンタードライバーをプリンター50に配信するのに必要なプログラムやデータを格納することができる。   The hard disk drive 106 constitutes a so-called large-capacity auxiliary storage device, and various control data and the like are stored in a nonvolatile manner in addition to programs. In particular, in the present embodiment, the hard disk drive 106 can store the latest printer driver and programs and data necessary for distributing the printer driver to the printer 50.

通信インターフェース108は、管理サーバーコンピューター20が、ユーザーコンピューター40やプリンター50と通信をするために必要となるインターフェースである。すなわち、管理サーバーコンピューター20は、この通信インターフェース108を介して、ネットワーク30に接続することにより、ユーザーコンピューター40やプリンター50との通信を実現する。   The communication interface 108 is an interface necessary for the management server computer 20 to communicate with the user computer 40 and the printer 50. In other words, the management server computer 20 realizes communication with the user computer 40 and the printer 50 by connecting to the network 30 via the communication interface 108.

ユーザー入力インターフェース110は、ユーザーが、管理サーバーコンピューター20に様々な指示やデータを入力するためのインターフェースであり、例えば、キーボードやマウス、各種の制御ボタンなどにより、構成されている。なお、図2の例では、ユーザー入力インターフェース110は、管理サーバーコンピューター20の本体と一体に設けられているが、このユーザー入力インターフェース110は、管理サーバーコンピューター20本体とは分離されて別個に設けられているようにしてもよい。   The user input interface 110 is an interface for a user to input various instructions and data to the management server computer 20, and includes, for example, a keyboard, a mouse, various control buttons, and the like. In the example of FIG. 2, the user input interface 110 is provided integrally with the main body of the management server computer 20. However, the user input interface 110 is provided separately from the main body of the management server computer 20. You may be allowed to.

表示画面112は、例えば、CRT(Cathode Ray Tube)ディスプレイや、液晶ディスプレイにより、構成されている。なお、図2の例では、表示画面112は、管理サーバーコンピューター20の本体と一体に設けられているが、この表示画面112は、管理サーバーコンピューター20本体とは分離されて別個に設けられているようにしてもよい。   The display screen 112 is configured by, for example, a CRT (Cathode Ray Tube) display or a liquid crystal display. In the example of FIG. 2, the display screen 112 is provided integrally with the main body of the management server computer 20, but this display screen 112 is provided separately from the main body of the management server computer 20. You may do it.

管理サーバーコンピューター20のユーザーは、ユーザー入力インターフェース110を操作して、ハードディスクドライブ106に、各プリンター50に配信する最新のプリンタードライバーを格納し保持させておく。そして、管理サーバーコンピューター20は、後述する処理を行うことにより、この最新のプリンタードライバーを、各プリンター50に配信する。   The user of the management server computer 20 operates the user input interface 110 to store and hold the latest printer driver distributed to each printer 50 in the hard disk drive 106. Then, the management server computer 20 distributes the latest printer driver to each printer 50 by performing processing described later.

図3は、ユーザーコンピューター40の内部構成の一例を説明するブロック図である。この図3に示すように、本実施形態に係るユーザーコンピューター40は、CPU(Central Processing Unit)200と、RAM(Random Access Memory)202と、ROM(Read Only Memory)204と、ハードディスクドライブ206と、通信インターフェース208と、ユーザー入力インターフェース210と、表示画面212とを備えており、これらは互いに、内部バス216を介して接続されている。   FIG. 3 is a block diagram illustrating an example of the internal configuration of the user computer 40. As shown in FIG. 3, the user computer 40 according to the present embodiment includes a CPU (Central Processing Unit) 200, a RAM (Random Access Memory) 202, a ROM (Read Only Memory) 204, a hard disk drive 206, A communication interface 208, a user input interface 210, and a display screen 212 are provided, and these are connected to each other via an internal bus 216.

CPU200は、このユーザーコンピューター40の全体的な制御を行う制御部を構成する。このCPU200は、この各種の制御を実現するにあたり、必要なプログラムをROM204やハードディスクドライブ206から読み込んだり、生成されたデータをRAM202やハードディスクドライブ206に書き込んだりする。また、CPU200は、ユーザーコンピューター40のユーザーに必要な情報を、適宜、表示画面212に表示する。   The CPU 200 constitutes a control unit that performs overall control of the user computer 40. The CPU 200 reads a necessary program from the ROM 204 and the hard disk drive 206 and writes generated data to the RAM 202 and the hard disk drive 206 when realizing the various controls. In addition, the CPU 200 appropriately displays information necessary for the user of the user computer 40 on the display screen 212.

ハードディスクドライブ206は、いわゆる大容量の補助記憶装置を構成しており、プログラムの他、各種制御データなども不揮発的に記憶される。特に、本実施形態においては、このハードディスクドライブ206には、各種アプリケーションプログラムや、アプリケーションプログラムを利用して生成した各種のデータが、格納されている。また、ハードディスクドライブ206には、各種のデータを、プリンター50で印刷させるためのプログラムや、この印刷の際に必要となるプリンター50のプリンタードライバーも格納することができる。   The hard disk drive 206 constitutes a so-called large-capacity auxiliary storage device, and various control data and the like are stored in a nonvolatile manner in addition to programs. In particular, in the present embodiment, the hard disk drive 206 stores various application programs and various data generated using the application programs. The hard disk drive 206 can also store a program for causing the printer 50 to print various data and a printer driver for the printer 50 that is necessary for the printing.

通信インターフェース208は、ユーザーコンピューター40が、管理サーバーコンピューター20やプリンター50と通信をするために必要となるインターフェースである。すなわち、ユーザーコンピューター40は、この通信インターフェース208を介して、内部ネットワーク60に接続することにより、ネットワーク30に接続されて、管理サーバーコンピューター20との通信を実現する。また、ユーザーコンピューター40は、この通信インターフェース208を介して、内部ネットワーク60に接続されて、プリンター50との通信を実現する。   The communication interface 208 is an interface necessary for the user computer 40 to communicate with the management server computer 20 and the printer 50. In other words, the user computer 40 is connected to the internal network 60 via the communication interface 208, thereby being connected to the network 30 and realizing communication with the management server computer 20. The user computer 40 is connected to the internal network 60 via the communication interface 208 to realize communication with the printer 50.

ユーザー入力インターフェース210は、ユーザーが、ユーザーコンピューター40に様々な指示やデータを入力するためのインターフェースであり、例えば、キーボードやマウス、各種の制御ボタンなどにより、構成されている。なお、図3の例では、ユーザー入力インターフェース210は、ユーザーコンピューター40の本体と一体に設けられているが、このユーザー入力インターフェース210は、ユーザーコンピューター40本体とは分離されて別個に設けられているようにしてもよい。   The user input interface 210 is an interface for a user to input various instructions and data to the user computer 40, and includes, for example, a keyboard, a mouse, various control buttons, and the like. In the example of FIG. 3, the user input interface 210 is provided integrally with the main body of the user computer 40, but the user input interface 210 is provided separately from the user computer 40 main body. You may do it.

表示画面212は、例えば、CRT(Cathode Ray Tube)ディスプレイや、液晶ディスプレイにより、構成されている。なお、図3の例では、表示画面212は、ユーザーコンピューター40の本体と一体に設けられているが、この表示画面212は、ユーザーコンピューター40本体とは分離されて別個に設けられているようにしてもよい。   The display screen 212 is configured by, for example, a CRT (Cathode Ray Tube) display or a liquid crystal display. In the example of FIG. 3, the display screen 212 is provided integrally with the main body of the user computer 40. However, the display screen 212 is provided separately from the main body of the user computer 40. May be.

ユーザーコンピューター40のユーザーは、ユーザー入力インターフェース210を操作して、任意のタイミングでプリンター50に印刷を指示するが、この際、このユーザーコンピューター40が保持するプリンタードライバーのバージョンが古い場合には、プリンター50から最新のプリンタードライバーに置き換えるように促される。本実施形態においては、このプリンター50からの督促に応じて、プリンタードライバーの取得を要求するだけで、ユーザーは、ユーザーコンピューター40のプリンタードライバーを最新のバージョンにすることができる。   The user of the user computer 40 operates the user input interface 210 to instruct the printer 50 to print at an arbitrary timing. At this time, if the version of the printer driver held by the user computer 40 is old, the printer You will be prompted to replace the 50 with the latest printer driver. In the present embodiment, the user can update the printer driver of the user computer 40 to the latest version only by requesting acquisition of the printer driver in response to the prompt from the printer 50.

図4は、プリンター50の内部構成の一例を説明するブロック図である。この図4に示すように、本実施形態に係るプリンター50は、CPU(Central Processing Unit)300と、RAM(Random Access Memory)302と、ROM(Read Only Memory)304と、ハードディスクドライブ306と、通信インターフェース308と、ユーザー入力インターフェース310と、表示画面312と、印刷実行部314を備えており、これらは互いに、内部バス316を介して接続されている。   FIG. 4 is a block diagram illustrating an example of the internal configuration of the printer 50. As shown in FIG. 4, the printer 50 according to this embodiment includes a CPU (Central Processing Unit) 300, a RAM (Random Access Memory) 302, a ROM (Read Only Memory) 304, a hard disk drive 306, and a communication. An interface 308, a user input interface 310, a display screen 312, and a print execution unit 314 are provided, and these are connected to each other via an internal bus 316.

CPU300は、このプリンター50の全体的な制御を行う制御部を構成する。このCPU300は、この各種の制御を実現するにあたり、必要なプログラムをROM304やハードディスクドライブ306から読み込んだり、生成されたデータをRAM302やハードディスクドライブ306に書き込んだりする。また、CPU300は、ユーザーに必要な情報を、適宜、表示画面312に表示する。   The CPU 300 constitutes a control unit that performs overall control of the printer 50. The CPU 300 reads a necessary program from the ROM 304 or the hard disk drive 306 and writes generated data to the RAM 302 or the hard disk drive 306 when realizing the various controls. Further, the CPU 300 displays information necessary for the user on the display screen 312 as appropriate.

ハードディスクドライブ306は、いわゆる大容量の補助記憶装置を構成しており、プログラムの他、各種制御データなども不揮発的に記憶される。特に、本実施形態においては、このハードディスクドライブ306には、管理サーバーコンピューター20から取得した最新のバージョンのプリンタードライバーが格納される。また、管理サーバーコンピューター20から最新のプリンタードライバーを取得したり、この取得したプリンタードライバーをユーザーコンピューター40に配信したりするのに必要なプログラムやデータを格納することもできる。   The hard disk drive 306 constitutes a so-called large-capacity auxiliary storage device, and various control data and the like are stored in a nonvolatile manner in addition to programs. In particular, in the present embodiment, the latest version of the printer driver acquired from the management server computer 20 is stored in the hard disk drive 306. It is also possible to store programs and data necessary for acquiring the latest printer driver from the management server computer 20 and distributing the acquired printer driver to the user computer 40.

但し、このハードディスクドライブ306は、プリンター50に搭載しないようにすることもできる。この場合、プログラムやデータを書き換え可能に不揮発的に記憶するフラッシュメモリなどの補助記憶装置を搭載すればよい。この場合、後述するプリンタードライバーは、フラッシュメモリなどの補助記憶装置に格納される。また、管理サーバーコンピューター20から最新のプリンタードライバーを取得したり、この取得したプリンタードライバーをユーザーコンピューター40に配信したりするのに必要なプログラムやデータは、この補助記憶装置やROM304に格納される。   However, the hard disk drive 306 may not be mounted on the printer 50. In this case, an auxiliary storage device such as a flash memory that stores the program and data in a rewritable manner in a nonvolatile manner may be mounted. In this case, a printer driver described later is stored in an auxiliary storage device such as a flash memory. Further, programs and data necessary for acquiring the latest printer driver from the management server computer 20 and distributing the acquired printer driver to the user computer 40 are stored in the auxiliary storage device and the ROM 304.

通信インターフェース308は、プリンター50が、管理サーバーコンピューター20やユーザーコンピューター40と通信をするために必要となるインターフェースである。すなわち、プリンター50は、この通信インターフェース308を介して、内部ネットワーク60に接続されて、ネットワーク30に接続されることにより、管理サーバーコンピューター20との通信を実現する。また、プリンター50は、この通信インターフェース308を介して、内部ネットワーク60に接続されることにより、ユーザーコンピューター40との通信を実現する。   The communication interface 308 is an interface necessary for the printer 50 to communicate with the management server computer 20 and the user computer 40. That is, the printer 50 is connected to the internal network 60 via the communication interface 308 and is connected to the network 30 to realize communication with the management server computer 20. Further, the printer 50 realizes communication with the user computer 40 by being connected to the internal network 60 via the communication interface 308.

ユーザー入力インターフェース310は、ユーザーが、プリンター50に様々な指示やデータを入力するためのインターフェースであり、例えば、テンキーや各種の制御ボタンなどにより、構成されている。また、例えば、表示画面312がタッチパネルで構成されている場合には、このユーザー入力インターフェース310と表示画面312と一体に構成することができる。表示画面312は、例えば、液晶ディスプレイにより、構成されている。   The user input interface 310 is an interface for the user to input various instructions and data to the printer 50, and includes, for example, a numeric keypad and various control buttons. For example, when the display screen 312 is configured by a touch panel, the user input interface 310 and the display screen 312 can be configured integrally. The display screen 312 is configured by, for example, a liquid crystal display.

印刷実行部314は、このプリンター50で印刷を行う機構部である。プリンターエンジンの方式は任意であるが、例えば、レーザービーム方式やインクジェット方式などがある。また、印刷用紙などの印刷媒体を、このプリンターエンジンに供給する機構も、この印刷実行部314に設けられている。   The print execution unit 314 is a mechanism unit that performs printing with the printer 50. The method of the printer engine is arbitrary, and examples include a laser beam method and an ink jet method. A mechanism for supplying a print medium such as print paper to the printer engine is also provided in the print execution unit 314.

プリンター50の基本的動作は、ユーザーコンピューター40から印刷データを受信して、印刷実行部314で印刷を実行することである。但し、本実施形態に係るプリンター50は、管理サーバーコンピューター20から最新のバージョンのプリンタードライバーを取得して、ユーザーコンピューター40に供給する機能も有している。   The basic operation of the printer 50 is to receive print data from the user computer 40 and execute printing by the print execution unit 314. However, the printer 50 according to the present embodiment also has a function of acquiring the latest version of the printer driver from the management server computer 20 and supplying the printer driver to the user computer 40.

次に、図5及び図6に基づいて、本実施形態に係るデバイスドライバー管理システム10で行われるデバイスドライバー管理処理について説明する。この図5及び図6は、デバイスドライバー管理システム10で実行されるデバイスドライバー管理処理の内容を説明するためのフローチャートを示す図である。   Next, device driver management processing performed by the device driver management system 10 according to the present embodiment will be described based on FIGS. 5 and 6. FIGS. 5 and 6 are flowcharts for explaining the contents of the device driver management process executed by the device driver management system 10.

管理サーバーコンピューター20では、例えば、ROM104やハードディスクドライブ106から、デバイスドライバー管理処理プログラムを読み出して、CPU100で実行することにより、実現される処理である。また、ユーザーコンピューター40では、例えば、ROM204やハードディスクドライブ206から、デバイスドライバー管理処理プログラムを読み出して、CPU200で実行することにより、実現される処理である。また、プリンター50では、例えば、ROM304やハードディスクドライブ306から、デバイスドライバー管理処理プログラムを読み出して、CPU300で実行することにより、実現される処理である。   In the management server computer 20, for example, the device driver management processing program is read from the ROM 104 or the hard disk drive 106 and executed by the CPU 100. In the user computer 40, for example, the device driver management processing program is read from the ROM 204 or the hard disk drive 206 and executed by the CPU 200. In the printer 50, for example, the device driver management processing program is read from the ROM 304 or the hard disk drive 306 and executed by the CPU 300.

図5に示すように、プリンター50は、ネットワーク30を介して、管理サーバーコンピューター20に、所定の周期で定期的に、プリンター情報を送信する(ステップS100)。このプリンター情報には、少なくとも、プリンター50が保持しているプリンタードライバーのバージョンを特定するための情報と、プリンター50を特定するためのプリンター特定情報とが、含まれている。このプリンター特定情報は、例えば、プリンター50のシリアルナンバーにより構成されている。また、所定の周期をどの程度の期間にするかは、任意であり、例えば、1日に1回の周期や、1週間に1回の周期などが考えられる。   As shown in FIG. 5, the printer 50 periodically transmits printer information to the management server computer 20 via the network 30 at a predetermined cycle (step S <b> 100). This printer information includes at least information for specifying the version of the printer driver held by the printer 50 and printer specifying information for specifying the printer 50. This printer specifying information is constituted by the serial number of the printer 50, for example. In addition, how long the predetermined cycle is set is arbitrary, and for example, a cycle once a day, a cycle once a week, or the like can be considered.

管理サーバーコンピューター20は、ネットワーク30を介して、プリンター50から送信されたプリンター情報を受信する(ステップS110)。続いて、管理サーバーコンピューター20は、プリンター情報に含まれていたプリンタードライバーのバージョンと、自らが保持しているプリンタードライバーのバージョンとを比較して、プリンター50が保持しているプリンタードライバーのバージョンが最新のものであるかどうかを判断する(ステップS120)。   The management server computer 20 receives the printer information transmitted from the printer 50 via the network 30 (step S110). Subsequently, the management server computer 20 compares the version of the printer driver included in the printer information with the version of the printer driver held by itself, and the version of the printer driver held by the printer 50 is determined. It is determined whether it is the latest one (step S120).

この比較の結果、プリンター50が保持しているプリンタードライバーのバージョンが最新のものであると判断した場合には、管理サーバーコンピューター20は、特別な処理をすることなく、プリンター情報を受信したことに伴う処理を終了する。   As a result of this comparison, if it is determined that the version of the printer driver held by the printer 50 is the latest, the management server computer 20 has received the printer information without performing any special processing. The accompanying process is terminated.

一方、この比較の結果、プリンター50が保持しているプリンタードライバーのバージョンが最新のものはないと判断した場合、すなわち、管理サーバーコンピューター20の保持するプリンタードライバーのバージョンの方が、プリンター50の保持するプリンタードライバーのバージョンよりも新しいと判断した場合には、管理サーバーコンピューター20は、ダウンロード要否識別テーブルを更新し、ダウンロードの必要性がある旨の情報を保持する(ステップS130)。   On the other hand, as a result of this comparison, if it is determined that the version of the printer driver held by the printer 50 is not the latest, that is, the version of the printer driver held by the management server computer 20 is held by the printer 50. If it is determined that the version is newer than the version of the printer driver to be updated, the management server computer 20 updates the download necessity identification table and holds information indicating that there is a need for download (step S130).

図7は、本実施形態に係るダウンロード要否識別テーブルTB10の構成の一例を示す図である。このダウンロード要否識別テーブルTB10は、例えば、管理サーバーコンピューター20のハードディスクドライブ106に形成されて、保持されている。   FIG. 7 is a diagram showing an example of the configuration of the download necessity identification table TB10 according to the present embodiment. The download necessity identification table TB10 is formed and held in the hard disk drive 106 of the management server computer 20, for example.

このダウンロード要否識別テーブルTB10においては、プリンター特定情報と、ダウンロード要否識別情報とが、対応付けられて格納されている。すなわち、プリンター特定情報で特定されるプリンター50に、この管理サーバーコンピューター20が保持する新しいバージョンのプリンタードライバーをダウンロードさせる必要性が有るのか無いのかを識別する情報が、格納されている。   In the download necessity identification table TB10, printer identification information and download necessity identification information are stored in association with each other. That is, information for identifying whether or not the printer 50 specified by the printer specifying information needs to download a new version of the printer driver held by the management server computer 20 is stored.

本実施形態のステップS130においては、管理サーバーコンピューター20は、プリンター情報に含まれていたプリンター特定情報を検索キーとして、このダウンロード要否識別テーブルTB10を検索し、プリンター情報に含まれていたプリンター特定情報に対応するダウンロード要否識別情報を、「要」する。   In step S130 of this embodiment, the management server computer 20 searches the download necessity identification table TB10 using the printer identification information included in the printer information as a search key, and specifies the printer identification included in the printer information. The download necessity identification information corresponding to the information is “necessary”.

例えば、プリンター特定情報としてプリンター50のシリアルナンバーを用いている場合には、管理サーバーコンピューター20は、ステップS110で受信したプリンター情報から、シリアルナンバーを取得する。この取得したシリアルナンバーが例えば「123456789」だったとすると、管理サーバーコンピューター20は、この「123456789」というシリアルナンバーに対応する、ダウンロード要否識別情報を「不要」から「要」に変更する。   For example, when the serial number of the printer 50 is used as the printer identification information, the management server computer 20 acquires the serial number from the printer information received in step S110. If the acquired serial number is, for example, “123456789”, the management server computer 20 changes the download necessity identification information corresponding to the serial number “123456789” from “unnecessary” to “necessary”.

なお、本実施形態においては、プリンター特定情報は、管理サーバーコンピューター20のユーザーが予め、ダウンロード要否識別テーブルTB10に登録しておくことを想定している。但し、このステップS130において、一致するプリンター特定情報がダウンロード要否識別テーブルTB10で検出できなかった場合には、自動的に、そのプリンター特定情報をダウンロード要否識別テーブルTB10に登録してしまうようにしてもよい。   In the present embodiment, it is assumed that the printer specifying information is registered in advance in the download necessity identification table TB10 by the user of the management server computer 20. However, in step S130, if the matching printer identification information cannot be detected in the download necessity identification table TB10, the printer identification information is automatically registered in the download necessity identification table TB10. May be.

次に、図5に示すように、プリンター50は、所定の周期で、管理サーバーコンピューター20に対してポーリングを行う(ステップS140)。本実施形態においては、このポーリングは、プリンター50と管理サーバーコンピューター20とが両者の存在を確認する目的で、また、プリンター50の消耗品の残量管理や保守管理を管理サーバーコンピューター20を用いて遠隔的に行う目的で、行われている。換言すれば、このステップS140のポーリングは、プリンター50の保持するデバイスドライバーのバージョン管理を行うか否かに拘わらず、実行される処理である。   Next, as shown in FIG. 5, the printer 50 polls the management server computer 20 at a predetermined cycle (step S140). In this embodiment, this polling is performed for the purpose of confirming the presence of both the printer 50 and the management server computer 20, and the management server computer 20 is used to manage the remaining amount and maintenance of consumables of the printer 50. It is done for the purpose of doing it remotely. In other words, the polling in step S140 is a process that is executed regardless of whether or not version management of the device driver held by the printer 50 is performed.

このポーリングは、例えば、1時間に1回といった周期で、プリンター50から、管理サーバーコンピューター20に対して、行われる。このポーリングには、少なくとも、プリンター50を特定するために、上述したプリンター特定情報が含まれている。本実施形態においては、このポーリングは、XML(Extensible Markup Language)ファイルで作成される。   This polling is performed from the printer 50 to the management server computer 20 at a cycle of once per hour, for example. This polling includes at least the printer specifying information described above in order to specify the printer 50. In this embodiment, this polling is created by an XML (Extensible Markup Language) file.

管理サーバーコンピューター20では、ネットワーク30を介して、このポーリングを受信する(ステップS150)。そして、このポーリングを受信した管理サーバーコンピューター20は、ポーリングを正常に受信したことを示すポーリング返信ファイルを作成する(ステップS160)。本実施形態においては、このポーリング返信ファイルも、XMLファイルで作成される。   The management server computer 20 receives this polling via the network 30 (step S150). Then, the management server computer 20 that has received the polling creates a polling reply file indicating that the polling has been normally received (step S160). In this embodiment, this polling reply file is also created as an XML file.

次に、管理サーバーコンピューター20は、ポーリングを送信したプリンター50が、プリンタードライバーのダウンロードが必要とされているものであるかどうかを判断する(ステップS170)。具体的には、管理サーバーコンピューター20は、ポーリングに含まれているプリンター特定情報に基づいて、ダウンロード要否識別テーブルTB10を検索し、そのプリンター特定情報に対応するダウンロード要否識別情報を取得する。そして、このダウンロード要否識別情報が「要」になっている場合には、プリンタードライバーのダウンロードが必要とされているプリンター50であると判断し、ダウンロード要否識別情報が「不要」になっている場合には、プリンタードライバーのダウンロードが必要とされていないプリンター50であると判断する。   Next, the management server computer 20 determines whether or not the printer 50 that has transmitted the polling is a printer driver that needs to be downloaded (step S170). Specifically, the management server computer 20 searches the download necessity identification table TB10 based on the printer identification information included in the polling, and acquires download necessity identification information corresponding to the printer identification information. If the download necessity identification information is “necessary”, it is determined that the printer 50 requires downloading of the printer driver, and the download necessity identification information becomes “unnecessary”. If the printer 50 is present, it is determined that the printer 50 is not required to download a printer driver.

プリンタードライバーのダウンロードが必要とされていると判断した場合には、管理サーバーコンピューター20は、プリンタードライバーダウンロード命令を、ポーリング返信ファイルに付加する(ステップS180)。すなわち、プリンター50に管理サーバーコンピューター20から新しいバージョンのプリンタードライバーをダウンロードさせるための命令セットを作成し、ポーリング返信ファイルに埋め込む。   If it is determined that the printer driver needs to be downloaded, the management server computer 20 adds a printer driver download command to the polling reply file (step S180). That is, an instruction set for causing the printer 50 to download a new version of the printer driver from the management server computer 20 is created and embedded in the polling reply file.

図8は、このステップS180で作成されたポーリング返信ファイルの一例を示す図である。この図8に示すように、ポーリング返信ファイルは、ステップS160で作成された正常受信を示す情報と、ステップS180で作成されたプリンタードライバーダウンロード命令とを含む、XMLファイルとして生成される。   FIG. 8 is a diagram showing an example of the polling reply file created in step S180. As shown in FIG. 8, the polling reply file is generated as an XML file including information indicating normal reception created in step S160 and the printer driver download command created in step S180.

一方、ステップS170において、プリンタードライバーのダウンロードが必要とされていないと判断した場合には、管理サーバーコンピューター20は、このステップS180の処理をスキップする。   On the other hand, if it is determined in step S170 that downloading of the printer driver is not required, the management server computer 20 skips the process of step S180.

次に、管理サーバーコンピューター20は、作成したポーリング返信ファイルを、ネットワーク30を介して、プリンター50に送信する(ステップS190)。そして、プリンター50は、このポーリング返信ファイルを受信する(ステップS200)。   Next, the management server computer 20 transmits the created polling reply file to the printer 50 via the network 30 (step S190). Then, the printer 50 receives this polling reply file (step S200).

この受信したポーリング返信ファイルは、プリンター50で開かれて実行されるため、このポーリング返信ファイルにプリンタードライバーダウンロード命令が含まれている場合には、プリンター50は、このプリンタードライバーダウンロード命令を実行することとなる。すなわち、プリンター50は、プリンタドライバダウンロード命令に基づいて、新しいプリンタードライバーを取得するために、ダウンロード要求を生成し、ネットワーク30を介して、管理サーバーコンピューター20に送信する(ステップS210)。このダウンロード要求は、管理サーバーコンピューター20で受信される(ステップS220)。   Since the received polling reply file is opened and executed by the printer 50, if the polling reply file includes a printer driver download instruction, the printer 50 executes the printer driver download instruction. It becomes. That is, the printer 50 generates a download request based on the printer driver download command, and transmits the download request to the management server computer 20 via the network 30 (step S210). This download request is received by the management server computer 20 (step S220).

このダウンロード要求を受信した管理サーバーコンピューター20は、ハードディスクドライブ106から最新のバージョンのプリンタードライバーを取得し、ネットワーク30を介して、このプリンター50に対して送信する(ステップS230)。   Receiving this download request, the management server computer 20 acquires the latest version of the printer driver from the hard disk drive 106 and transmits it to the printer 50 via the network 30 (step S230).

管理サーバーコンピューター20から送信された最新のバージョンのプリンタードライバーは、プリンター50で受信され(ステップS240)、ハードディスクドライブ306に格納される(ステップS250)。すなわち、ハードディスクドライブ306に保持されていた古いバージョンのプリンタードバイバーを破棄して、新しいバージョンのプリンタドライバーに置き換える。これにより、プリンター50が保持するプリンタードライバーが、最新のバージョンのものになったこととなる。   The latest version of the printer driver transmitted from the management server computer 20 is received by the printer 50 (step S240) and stored in the hard disk drive 306 (step S250). In other words, the old version of the printer Dubair held in the hard disk drive 306 is discarded and replaced with a new version of the printer driver. As a result, the printer driver held by the printer 50 is the latest version.

なお、ステップS230において、プリンタードライバーを送信し終えた管理サーバーコンピューター20は、ダウンロード要否識別テーブルTB10におけるダウンロード要否識別情報を、「要」から「不要」に変更する(ステップS260)。これにより、次回のポーリングでは、ポーリング返信ファイルに、プリンタードライバーダウンロード命令が付加されないようになる。   In step S230, the management server computer 20 that has finished transmitting the printer driver changes the download necessity identification information in the download necessity identification table TB10 from “necessary” to “unnecessary” (step S260). As a result, the printer driver download command is not added to the polling reply file in the next polling.

次に、図6に示すように、ユーザーコンピューター40では、任意のタイミングで印刷要求が生成される(ステップS300)。例えば、ユーザーが、ユーザーコンピューター40Bのアプリケーションプログラムを利用して、文書や画像を作成し、プリンター50での印刷指示をユーザーコンピューター40に入力することにより、ユーザーコンピューター40Bで印刷要求が生成される。以下の説明では、ユーザーコンピューター40Bで、印刷要求が生成された場合を例として、説明を行うが、他のユーザーコンピューター40A、40Cで印刷要求が生成された場合でも、同様の処理が実行される。   Next, as shown in FIG. 6, the user computer 40 generates a print request at an arbitrary timing (step S300). For example, when a user creates a document or an image using an application program of the user computer 40B and inputs a print instruction on the printer 50 to the user computer 40, a print request is generated on the user computer 40B. In the following description, a case where a print request is generated by the user computer 40B will be described as an example, but the same processing is executed even when a print request is generated by the other user computers 40A and 40C. .

ユーザーコンピューター40Bで生成された印刷要求は、ユーザーコンピューター40Bが保持するプリンタードライバーを利用して、ユーザーコンピューター40Bから内部ネットワーク60を介してプリンター50に送信される(ステップS302)。本実施形態においては、この印刷要求には、通常の印刷データに加えて、このユーザーコンピューター40Bが保持するプリンタードライバーのバージョンを特定する情報も含まれている。   The print request generated by the user computer 40B is transmitted from the user computer 40B to the printer 50 via the internal network 60 using a printer driver held by the user computer 40B (step S302). In the present embodiment, the print request includes information for specifying the version of the printer driver held by the user computer 40B in addition to normal print data.

ユーザーコンピューター40Bから送信された印刷要求は、プリンター50で受信される(ステップS304)。そして、プリンター50は、印刷要求に含まれているプリンタードライバーのバージョンと、プリンター50が保持しているプリンタードライバーのバージョンとを比較して、印刷要求に含まれていたプリンタードライバーのバージョンが最新のものであるかどうかを判断する(ステップS306)。   The print request transmitted from the user computer 40B is received by the printer 50 (step S304). The printer 50 compares the version of the printer driver included in the print request with the version of the printer driver held by the printer 50, and the version of the printer driver included in the print request is the latest. It is determined whether it is a thing (step S306).

印刷要求に含まれていたプリンタードライバーのバージョンが最新のものである場合、すなわち、印刷要求に含まれていたプリンタードライバーのバージョンが、プリンター50の保持するプリンタードライバーのバージョンと同じか、印刷要求に含まれていたプリンタードライバーのバージョンの方が新しい場合には、プリンター50は、ステップS304で受信した印刷要求に基づく印刷を実行し(ステップS308)、この処理を終了する。   If the version of the printer driver included in the print request is the latest, that is, the version of the printer driver included in the print request is the same as the version of the printer driver held by the printer 50, or the print request If the version of the included printer driver is newer, the printer 50 executes printing based on the print request received in step S304 (step S308), and ends this process.

一方、印刷要求に含まれていたプリンタードライバーのバージョンが最新のものではない場合、すなわち、プリンター50の保持するプリンタードライバーのバージョンの方が、印刷要求に含まれていたプリンタードライバーのバージョンよりも新しい場合には、プリンター50は、旧バージョン通知を生成し、ユーザーコンピューター40Bに送信する(ステップS310)。すなわち、ユーザーコンピューター40Bのプリンタードライバーのバージョンが古いことをユーザーに知らせ、プリンター50から新しいバージョンのプリンタードライバーを取得することを促す通知である、旧バージョン通知を生成し、内部ネットワーク60を介して、ユーザーコンピューター40Bに送信する。   On the other hand, when the version of the printer driver included in the print request is not the latest, that is, the version of the printer driver held by the printer 50 is newer than the version of the printer driver included in the print request. In this case, the printer 50 generates an old version notification and transmits it to the user computer 40B (step S310). That is, an old version notification, which is a notification that informs the user that the version of the printer driver of the user computer 40B is old and prompts the user to obtain a new version of the printer driver from the printer 50, is generated via the internal network 60. Send to user computer 40B.

ユーザーコンピューター40Bは、この旧バージョン通知を受信し(ステップS312)、表示画面212に、ユーザー確認画面を表示する(ステップS314)。図9は、このステップS314で、表示画面212に表示されるユーザー確認画面W10の構成の一例を示す図である。この図9に示すように、ユーザー確認画面W10には、このユーザーコンピューター40Bが使用しているプリンタードライバーのバージョンよりも新しいものが、プリンター50から取得できる旨のメッセージを表示し、ユーザーに、新しいバージョンのプリンタードライバーの取得を促すとともに、取得するための処理を実行するかどうかを選択させる。   The user computer 40B receives this old version notification (step S312), and displays a user confirmation screen on the display screen 212 (step S314). FIG. 9 is a diagram showing an example of the configuration of the user confirmation screen W10 displayed on the display screen 212 in step S314. As shown in FIG. 9, the user confirmation screen W10 displays a message indicating that a newer version of the printer driver used by the user computer 40B can be acquired from the printer 50, and displays a new message to the user. Prompts the user to acquire the version of the printer driver and selects whether to execute the acquisition process.

ユーザーは、このユーザー確認画面W10が表示された場合、ユーザー入力インターフェース210を用いて、新しいバージョンのプリンタードライバーを取得するか否かを、このユーザーコンピューター40Bに入力する。このため、ユーザーコンピューター40Bは、ユーザーがどちらを選択入力したかを判断する(ステップS316)。   When the user confirmation screen W10 is displayed, the user uses the user input interface 210 to input whether or not to acquire a new version of the printer driver to the user computer 40B. For this reason, the user computer 40B determines which one has been selected and input by the user (step S316).

もし、ユーザーが新しいバージョンのプリンタードライバーを取得しない旨の指示を選択した場合には、ユーザーコンピューター40は、新しいバージョンのプリンタードライバーを取得することなく、この処理を終了する。   If the user selects an instruction not to acquire a new version of the printer driver, the user computer 40 ends this process without acquiring a new version of the printer driver.

一方、ユーザーが新しいバージョンのプリンタードライバーを取得する旨の指示を選択した場合には、ユーザーコンピューター40Bは、プリンター50に、最新のプリンタードライバーの送付を要求する最新ドライバー要求を、内部ネットワーク60を介して送信する(ステップS318)。   On the other hand, when the user selects an instruction to acquire a new version of the printer driver, the user computer 40B sends the latest driver request for requesting the printer 50 to send the latest printer driver via the internal network 60. (Step S318).

この最新ドライバー要求は、プリンター50で受信される(ステップS320)。そして、この最新ドライバー要求を受信したプリンター50は、ハードディスクドライブ306から最新のプリンタードライバーを取得して、ユーザーコンピューター40Bに内部ネットワーク60を介して送信する(ステップS322)。   This latest driver request is received by the printer 50 (step S320). The printer 50 that has received this latest driver request acquires the latest printer driver from the hard disk drive 306 and transmits it to the user computer 40B via the internal network 60 (step S322).

プリンター50から送信された最新のプリンタードライバーは、ユーザーコンピューター40Bで受信され(ステップS324)、インストールが実行される(ステップS326)。すなわち、プリンタードライバーを受信したユーザーコンピューター40Bは、これを一時的にハードディスクドライブ206に格納し、現在使用しているプリンタードライバーと入れ替えるためのインストール処理を行う。これにより、ユーザーコンピューター40Bのプリンタードライバーが、最新のバージョンのものに入れ替わったこととなる。   The latest printer driver transmitted from the printer 50 is received by the user computer 40B (step S324), and installation is executed (step S326). That is, the user computer 40B that has received the printer driver temporarily stores it in the hard disk drive 206, and performs an installation process for replacing the printer driver currently in use. As a result, the printer driver of the user computer 40B is replaced with the latest version.

以上のように、本実施形態に係るデバイスドライバー管理システム10によれば、管理サーバーコンピューター20が保持する最新のプリンタードライバーを、ユーザーコンピューター40のユーザーは、容易に取得し、ユーザーコンピューター40が使用するプリンタードライバーを最新のものに維持管理することができる。すなわち、ユーザーコンピューター40のユーザーは、プリンター50から新しいプリンタードライバーの取得を促すユーザー確認画面W10が表示された場合に、その取得を許諾する入力を行うだけで、自動的に、新しいバージョンのプリンタードライバーを、ユーザーコンピューター40にインストールすることができる。このため、ユーザーコンピューター40のユーザーが、自主的に、管理サーバーコンピューター20にアクセスして、新しいプリンタードライバーを取得する必要がなくなり、ユーザーの利便性が向上する。   As described above, according to the device driver management system 10 according to the present embodiment, the user of the user computer 40 easily acquires the latest printer driver held by the management server computer 20 and uses it by the user computer 40. The printer driver can be maintained and updated. In other words, when the user confirmation screen W10 prompting the user to acquire a new printer driver from the printer 50 is displayed, the user of the user computer 40 automatically inputs a new version of the printer driver only by permitting the acquisition. Can be installed on the user computer 40. This eliminates the need for the user of the user computer 40 to voluntarily access the management server computer 20 and acquire a new printer driver, thereby improving user convenience.

また、プリンター50では、自らが保持するプリンタードライバーのバージョンに関する情報を、所定の周期に管理サーバーコンピューター20に送信した上で、別の目的でも必要とされているポーリング処理をするだけで、自らが保持するプリンタードライバーのバージョンを最新のものに維持することができる。このため、プリンター50に搭載するプログラムを簡易なものにすることができ、プログラムの開発コストや、メンテナンスコストの低減を図ることができる。さらに、プログラムが簡易なものになることから、プログラムを格納するための記憶装置の容量を削減でき、プリンター50のコスト低減を図ることができる。   In addition, the printer 50 transmits the information about the version of the printer driver held by itself to the management server computer 20 at a predetermined cycle, and then performs the polling process required for another purpose. It is possible to maintain the latest version of the printer driver. Therefore, the program installed in the printer 50 can be simplified, and the development cost and maintenance cost of the program can be reduced. Further, since the program becomes simple, the capacity of the storage device for storing the program can be reduced, and the cost of the printer 50 can be reduced.

なお、本発明は上記実施形態に限定されず種々に変形可能である。例えば、上述した実施形態では、デバイスドライバー管理システム10が管理するデバイスドライバーが、プリンタードライバーである場合を例に本発明を説明したが、このデバイスドライバー管理システム10が管理するデバイスドライバーは、プリンタードライバーに限られるものではない。例えば、デバイスドライバー管理システム10が、スキャナドライバーやプロジェクタドライバーなどのデバイスドライバーを管理するような場合でも、本発明を適用することができる。   In addition, this invention is not limited to the said embodiment, A various deformation | transformation is possible. For example, in the above-described embodiment, the present invention has been described with respect to an example in which the device driver managed by the device driver management system 10 is a printer driver. However, the device driver managed by the device driver management system 10 is a printer driver. It is not limited to. For example, the present invention can be applied even when the device driver management system 10 manages device drivers such as a scanner driver and a projector driver.

また、上述の実施形態で説明したデバイスドライバー管理処理については、この処理を実行するためのプログラムをフレキシブルディスク、CD−ROM(Compact Disc-Read Only Memory)、ROM、メモリカード等の記録媒体に記録して、記録媒体の形で頒布することが可能である。この場合、この記録媒体に記録されたプログラムを管理サーバーコンピューター20や、ユーザーコンピューター40、プリンター50に読み込ませ、実行させることにより、上述した実施形態を実現することができる。   As for the device driver management process described in the above embodiment, a program for executing this process is recorded on a recording medium such as a flexible disk, a CD-ROM (Compact Disc-Read Only Memory), a ROM, or a memory card. Thus, it can be distributed in the form of a recording medium. In this case, the above-described embodiment can be realized by causing the management server computer 20, the user computer 40, and the printer 50 to read and execute the program recorded on the recording medium.

また、管理サーバーコンピューター20や、ユーザーコンピューター40、プリンター50は、オペレーティングシステムや別のアプリケーションプログラム等の他のプログラムを備える場合がある。この場合、管理サーバーコンピューター20や、ユーザーコンピューター40、プリンター50の備える他のプログラムを活用するために、そのコンピューターが備えるプログラムの中から、上述した実施形態と同等の処理を実現するプログラムを呼び出すような命令を含むプログラムを、記録媒体に記録するようにしてもよい。   The management server computer 20, the user computer 40, and the printer 50 may include other programs such as an operating system and other application programs. In this case, in order to utilize other programs provided in the management server computer 20, the user computer 40, and the printer 50, a program that realizes processing equivalent to the above-described embodiment is called out from the programs provided in the computer. A program including various instructions may be recorded on a recording medium.

さらに、このようなプログラムは、記録媒体の形ではなく、ネットワークを通じて搬送波として頒布することも可能である。ネットワーク上を搬送波の形で伝送されたプログラムは、管理サーバーコンピューター20や、ユーザーコンピューター40、プリンター50に取り込まれて、このプログラムを実行することにより上述した実施形態を実現することができる。   Furthermore, such a program can be distributed not as a recording medium but as a carrier wave through a network. The program transmitted in the form of a carrier wave on the network is taken into the management server computer 20, the user computer 40, and the printer 50, and the above-described embodiment can be realized by executing this program.

また、記録媒体にプログラムを記録する際や、ネットワーク上を搬送波として伝送される際に、プログラムの暗号化や圧縮化がなされている場合がある。この場合には、これら記録媒体や搬送波からプログラムを読み込んだ管理サーバーコンピューター20や、ユーザーコンピューター40、プリンター50は、そのプログラムの復号や伸張を行った上で、実行する必要がある。   Also, when a program is recorded on a recording medium or transmitted as a carrier wave on a network, the program may be encrypted or compressed. In this case, the management server computer 20, the user computer 40, and the printer 50 that read the program from the recording medium or the carrier wave need to execute the program after decoding or decompressing the program.

また、上述した実施形態では、デバイスドライバー管理処理をソフトウェアにより実現する場合を例に説明したが、管理サーバーコンピューター20や、ユーザーコンピューター40、プリンター50に設けられたASIC(Application Specific IC)などのハードウェアにより実現するようにしてもよい。さらには、この処理を、ソフトウェアとハードウェアとが協働して実現するようにしてもよい。   In the above-described embodiment, the case where the device driver management process is realized by software has been described as an example. However, hardware such as an ASIC (Application Specific IC) provided in the management server computer 20, the user computer 40, and the printer 50 is used. It may be realized by hardware. Furthermore, this processing may be realized by cooperation of software and hardware.

10 デバイスドライバー管理システム
20 管理サーバーコンピューター
30 ネットワーク
32 プリンターネットワークシステム
40(40A、40B、40C) ユーザーコンピューター
50 プリンター
60 内部ネットワーク
70 ネットワークサーバー
10 device driver management system 20 management server computer 30 network 32 printer network system 40 (40A, 40B, 40C) user computer 50 printer 60 internal network 70 network server

Claims (8)

デバイスと、前記デバイスの使用に用いられるデバイスドライバーを管理する管理サーバーコンピューターとを有するとともに、前記デイバスはネットワークを介して前記管理サーバーコンピューターに接続可能である、デバイスドライバー管理システムであって、
前記デバイスは、
前記ネットワークを介して、所定の周期で、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、当該デバイスを特定するデバイス特定情報とを、前記管理サーバーコンピューターに送信する、デバイス情報送信手段と、
前記ネットワークを介して、前記管理サーバーコンピューターに対して、前記デバイス特定情報を付加して、所定の周期でポーリングを行う、ポーリング実行手段と、
を備えており、
前記管理サーバーコンピューターは、
前記デバイス情報送信手段で送信された前記第1バージョン情報と前記デバイス特定情報とを受信する、デバイス情報受信手段と、
前記デバイス情報受信手段で受信した前記第1バージョン情報と、当該管理サーバーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを比較して、前記第2バージョン情報の方が新しいバージョンである場合には、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて保持する、ダウンロード要否識別情報保持手段と、
前記ポーリング実行手段によるポーリングを受信した場合に、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報が、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示しているか否かを判断する、ダウンロード要否判断手段と、
前記ダウンロード要否識別情報が、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記ダウンロード要否判断手段が判断した場合には、前記ポーリングを行った前記デバイスに当該管理サーバーコンピューターが保持するデバイスドライバーのダウンロードを実行させる命令セットを作成し、この命令セットを含むポーリング返信を、前記ネットワークを介して前記デバイスに送信する、返信送信手段と、
を備えており、
前記デバイスは、さらに、
前記返信送信手段で送信された前記ポーリング返信を受信し、前記ポーリング返信に含まれている命令セットを実行することにより、前記管理サーバーコンピューターから、前記管理サーバーコンピューターが保持するデバイスドライバーをダウンロードする、ダウンロード実行手段を、
備えることを特徴とする、デバイスドライバー管理システム。
A device driver management system having a device and a management server computer for managing a device driver used to use the device, wherein the device is connectable to the management server computer via a network;
The device is
A device that transmits first version information, which is information related to the version of a device driver held by the device, and device specifying information for specifying the device to the management server computer via the network at a predetermined cycle. Information transmission means;
Polling execution means for adding polling at a predetermined cycle to the management server computer via the network with adding the device identification information;
With
The management server computer is
Device information receiving means for receiving the first version information and the device specifying information transmitted by the device information transmitting means;
The first version information received by the device information receiving means is compared with the second version information that is information related to the version of the device driver held by the management server computer, and the second version information is a newer version. If it is, download necessity identification information that holds download necessity identification information indicating that the device driver held by the management server computer needs to be downloaded to the device in association with the device identification information. Holding means;
When the polling by the polling execution means is received, the download necessity identification information corresponding to the device specifying information added to the polling needs to cause the device to download the device driver held by the management server computer Download necessity judgment means for judging whether or not there is,
When the download necessity identification information indicates that the device driver held by the management server computer needs to be downloaded to the device, the polling is performed when the download necessity judgment unit judges. Creating a command set for causing the device to download the device driver held by the management server computer, and sending a polling reply including the command set to the device via the network;
With
The device further comprises:
Downloading the device driver held by the management server computer from the management server computer by receiving the polling reply sent by the reply sending means and executing the instruction set included in the polling reply; Download execution means
A device driver management system comprising:
前記デバイスは、プリンターであり、前記デイバスドライバーは、プリンタードライバーである、ことを特徴とする請求項1に記載のデバイスドライバー管理システム。   The device driver management system according to claim 1, wherein the device is a printer, and the device driver is a printer driver. 前記デバイスは、
ユーザーコンピューターから、当該ユーザーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第3バージョン情報を含む印刷要求を受信する、印刷要求受信手段と、
前記印刷要求受信手段で受信した前記第3バージョン情報と、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第4バージョン情報とを比較して、前記第4バージョン情報の方が新しいバージョンである場合には、新しいバージョンのデバイスドライバーの取得を促す督促通知を、前記ユーザーコンピューターに送信する、通知送信手段と、
をさらに備えることを特徴とする請求項2の記載のデバイスドライバー管理システム。
The device is
Print request receiving means for receiving, from a user computer, a print request including third version information that is information relating to the version of a device driver held by the user computer;
The third version information received by the print request receiving means is compared with the fourth version information that is information related to the version of the device driver held by the device, and the fourth version information is a newer version. A notification sending means for sending a reminder notification prompting the acquisition of a new version of the device driver to the user computer;
The device driver management system according to claim 2, further comprising:
前記デバイスは、前記督促通知に応じて、前記ユーザーコンピューターから、新しいバージョンのデバイスドライバーの送信要求を受け付けた場合には、当該デバイスが保持する前記デバイスドライバーを、前記ユーザーコンピューターに送信する、デバイスドライバー送信手段を、さらに備えることを特徴とする請求項3に記載のデバイスドライバー管理システム。   In response to the reminder notification, the device transmits a device driver held by the device to the user computer when a request for transmitting a new version of the device driver is received from the user computer. The device driver management system according to claim 3, further comprising a transmission unit. 前記ダウンロード要否識別情報保持手段は、
前記第1バージョン情報よりも前記第2バージョン情報の方が新しいバージョンである場合には、前記ダウンロード要否識別情報を、新しいバージョンのデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示す第1状態にし、
前記第1バージョン情報よりも前記第2バージョン情報の方が新しいバージョンではない場合には、前記ダウンロード要否識別情報を、新しいバージョンのデバイスドライバーを前記デバイスにダウンロードさせる必要がないことを示す第2状態にするとともに、
前記ダウンロード要否判断手段は、前記ダウンロード要否識別情報が前記第1状態である場合に、前記ダウンロード要否識別情報が、前記管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると判断する、
ことを特徴とする請求項1乃至請求項4のいずれかに記載のデバイスドライバー管理システム。
The download necessity identification information holding means includes:
When the second version information is a newer version than the first version information, the download necessity identification information indicates that the device needs to download a new version of the device driver. State
If the second version information is not a newer version than the first version information, the download necessity identification information indicates that it is not necessary to cause the device to download a new version of the device driver. As well as
The download necessity determination means needs to cause the device to download the device driver held by the management server computer when the download necessity identification information is in the first state. It is determined that
The device driver management system according to claim 1, wherein the device driver management system is a device driver management system.
ネットワークを介してデバイスに接続され、前記デバイスの使用に用いられるデバイスドライバーを管理する管理サーバーコンピューターであって、
前記デバイスから、前記ネットワークを介して所定の周期で、前記デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、前記デバイスを特定するデバイス特定情報とを含むデバイス情報を受信する、デバイス情報受信手段と、
前記デバイス情報受信手段で受信した前記第1バージョン情報と、当該管理サーバーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを比較して、前記第2バージョン情報の方が新しいバージョンである場合には、当該管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて保持する、ダウンロード要否識別情報保持手段と、
前記デバイスから、前記ネットワークを介して、前記デバイス特定情報を付加したポーリングを所定の周期で受信する、ポーリング受信手段と、
前記ポーリング受信手段で前記ポーリングを受信した場合に、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報が、当該管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示しているか否かを判断する、ダウンロード要否判断手段と、
前記ダウンロード要否識別情報が、当該管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記ダウンロード要否判断手段が判断した場合には、前記ポーリングを行った前記デバイスに当該管理サーバーコンピューターの保持するデバイスドライバーのダウンロードを実行させる命令セットを作成し、この命令セットを含むポーリング返信を、前記ネットワークを介して前記デバイスに送信する、返信送信手段と、
前記返信送信手段で送信された前記ポーリング返信に含まれている命令セットを実行することにより前記デバイスで生成されたデバイスドライバーのダウンロード要求に基づいて、当該管理サーバーコンピューターが保持するデバイスドライバーを、前記デバイスにダウンロードさせる、ダウンロード実行手段と、
を備えることを特徴とする、管理サーバーコンピューター。
A management server computer that is connected to a device via a network and manages a device driver used to use the device,
Receiving, from the device, device information including first version information, which is information related to a version of a device driver held by the device, and device specifying information for specifying the device at a predetermined cycle via the network; Device information receiving means;
The first version information received by the device information receiving means is compared with the second version information that is information related to the version of the device driver held by the management server computer, and the second version information is a newer version. If it is, download necessity identification information that holds download necessity identification information indicating that the device driver held by the management server computer needs to be downloaded to the device in association with the device identification information. Holding means;
Polling reception means for receiving polling with the device specific information added at a predetermined cycle from the device via the network;
When the polling receiving unit receives the polling, the download necessity identifying information corresponding to the device specifying information added to the polling causes the device to download the device driver held by the management server computer. Download necessity judgment means for judging whether or not it indicates that it is necessary,
If the download necessity identification information indicates that the device driver held by the management server computer needs to be downloaded to the device, the polling is performed when the download necessity judgment unit judges. Creating a command set for causing the device to download the device driver held by the management server computer, and sending a polling reply including the command set to the device via the network;
Based on the device driver download request generated by the device by executing the instruction set included in the polling reply sent by the reply sending means, the device driver held by the management server computer is Download execution means for downloading to the device;
A management server computer comprising:
デバイスドライバーを管理する管理サーバーコンピューターに、ネットワークを介して接続可能な、デバイスであって、
前記ネットワークを介して、所定の周期で、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、当該デバイスを特定するデバイス特定情報とを、前記管理サーバーコンピューターに送信することにより、前記管理サーバーコンピューターに、前記第1バージョン情報と、前記管理サーバーコンピューターが保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを比較させて、前記第2バージョン情報の方が新しいバージョンである場合には、前記管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて前記管理サーバーコンピューターに保持させる、デバイス情報送信手段と、
前記ネットワークを介して、前記管理サーバーコンピューターに対して、前記デバイス特定情報を付加して、所定の周期でポーリングを行う、ポーリング実行手段と、
前記ポーリング実行手段によるポーリングを受信した前記管理サーバーコンピューターが、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報に基づいて、前記管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記管理サーバーコンピューターが判断した場合に、前記ポーリングを行った前記デバイスに前記管理サーバーコンピューターの保持するデバイスドライバーのダウンロードを実行させる命令セットを含むポーリング返信を、前記ネットワークを介して、前記管理サーバーコンピューターから受信する、ポーリング返信受信手段と、
前記ポーリング返信に含まれている前記命令セットを実行することにより、前記管理サーバーコンピューターから、前記管理サーバーコンピューターが保持するデバイスドライバーをダウンロードする、ダウンロード実行手段と、
を備えることを特徴とするデバイス。
A device that can be connected to a management server computer that manages device drivers via a network.
By transmitting first version information, which is information related to the version of the device driver held by the device, and device specifying information for specifying the device to the management server computer at a predetermined cycle via the network. The management server computer compares the first version information with the second version information that is information on the version of the device driver held by the management server computer, and the second version information is a newer version. In some cases, the management server computer associates download necessity identification information indicating that the device driver held by the management server computer needs to be downloaded to the device in association with the device specifying information. Is held in the coater, and the device information transmission means,
Polling execution means for adding polling at a predetermined cycle to the management server computer via the network with adding the device identification information;
The management server computer that has received the polling by the polling execution means determines the device driver held by the management server computer based on the download necessity identification information corresponding to the device identification information added to the polling. When the management server computer determines that the device needs to be downloaded, it includes an instruction set that causes the device that has performed the polling to download a device driver held by the management server computer A polling reply receiving means for receiving a polling reply from the management server computer via the network;
Download execution means for downloading a device driver held by the management server computer from the management server computer by executing the instruction set included in the polling reply;
A device comprising:
デバイスと、前記デバイスの使用に用いられるデバイスドライバーを管理する管理サーバーコンピューターとを有するとともに、前記デイバスはネットワークを介して前記管理サーバーコンピューターに接続可能である、デバイスドライバー管理システムの制御方法であって、
前記デバイスが、前記ネットワークを介して、所定の周期で、当該デバイスが保持するデバイスドライバーのバージョンに関する情報である第1バージョン情報と、当該デバイスを特定するデバイス特定情報とを、前記管理サーバーコンピューターに送信するステップと、
前記管理サーバーコンピューターが、前記第1バージョン情報と前記デバイス特定情報とを受信するステップと、
受信した前記第1バージョン情報と、前記管理サーバーコンピューターの保持するデバイスドライバーのバージョンに関する情報である第2バージョン情報とを、前記管理サーバーコンピューターが比較して、前記第2バージョン情報の方が新しいバージョンであると判断した場合には、前記管理サーバーコンピューターが保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示すダウンロード要否識別情報を、前記デバイス特定情報に対応付けて保持するステップと、
前記デバイスが、前記ネットワークを介して、前記管理サーバーコンピューターに対して、前記デバイス特定情報を付加して、所定の周期でポーリングを行うステップと、
前記管理サーバーコンピューターが前記ポーリングを受信した場合に、そのポーリングに付加されている前記デバイス特定情報に対応する前記ダウンロード要否識別情報が、前記管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示しているか否かを判断するステップと、
前記ダウンロード要否識別情報が、前記管理サーバーコンピューターの保持するデバイスドライバーを前記デバイスにダウンロードさせる必要があることを示していると、前記管理サーバーコンピューターが判断した場合には、前記ポーリングを行った前記デバイスに前記管理サーバーコンピューターが保持するデバイスドライバーのダウンロードを実行させる命令セットを作成し、この命令セットを含むポーリング返信を、前記ネットワークを介して前記デバイスに送信するステップと、
前記デバイスが前記ポーリング返信を受信し、前記ポーリング返信に含まれている命令セットを実行することにより、前記管理サーバーコンピューターから、前記管理サーバーコンピューターが保持するデバイスドライバーをダウンロードするステップを、
備えることを特徴とする、デバイスドライバー管理システムの制御方法。
A device driver management system control method comprising: a device; and a management server computer that manages a device driver used to use the device, wherein the device is connectable to the management server computer via a network. ,
The device sends, to the management server computer, first version information, which is information related to a version of a device driver held by the device, and device specifying information for specifying the device at a predetermined cycle via the network. Sending, and
The management server computer receiving the first version information and the device identification information;
The management server computer compares the received first version information with the second version information that is information about the version of the device driver held by the management server computer, and the second version information is a newer version. If it is determined that the download request identification information indicating that it is necessary to download the device driver held by the management server computer to the device, the step of holding in association with the device identification information,
The device adds the device specifying information to the management server computer via the network and performs polling at a predetermined cycle;
When the management server computer receives the polling, the download necessity identification information corresponding to the device identification information added to the poll causes the device to download a device driver held by the management server computer Determining whether it indicates that it is necessary,
If the management server computer determines that the download necessity identification information indicates that the device driver held by the management server computer needs to be downloaded to the device, the polling is performed. Creating an instruction set that causes a device to download a device driver held by the management server computer, and sending a polling reply including the instruction set to the device via the network;
The device receives the polling reply and executes a command set included in the polling reply to download a device driver held by the management server computer from the management server computer.
A method for controlling a device driver management system, comprising:
JP2009007456A 2009-01-16 2009-01-16 Device driver management system Withdrawn JP2010165212A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009007456A JP2010165212A (en) 2009-01-16 2009-01-16 Device driver management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009007456A JP2010165212A (en) 2009-01-16 2009-01-16 Device driver management system

Publications (1)

Publication Number Publication Date
JP2010165212A true JP2010165212A (en) 2010-07-29

Family

ID=42581310

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009007456A Withdrawn JP2010165212A (en) 2009-01-16 2009-01-16 Device driver management system

Country Status (1)

Country Link
JP (1) JP2010165212A (en)

Similar Documents

Publication Publication Date Title
JP4533780B2 (en) Image forming system, image forming apparatus, terminal device, and driver updating method for terminal device
US7231435B2 (en) Network system, information processing apparatus, information processing method, and control program
CN102253813B (en) Print control apparatus, print control system, and printer driver
US20130067462A1 (en) Installation method, information processing apparatus and device driver
US20110292428A1 (en) Image processing device, display device, screen control system, and screen control method
CN102045474B (en) Image forming apparatus including firmware and method of controlling the same
JP5159466B2 (en) Image processing apparatus, control method therefor, program, and storage medium
JP4372030B2 (en) Printing apparatus, printing apparatus control method, and computer program
JP2009037455A (en) Information processor, client device, and license management system
US20110061048A1 (en) Image forming device, installing method, and recording medium
JP2008299776A (en) Electronic apparatus, application authenticating method, application performance system and application execution program
KR101219432B1 (en) Image forming apparatus and firmware history information offering method thereof
JP2009230400A (en) Print system, and unit and program for software introduction
JP2014115776A (en) Image processing device, control method of image processing device, and program
JP2001236298A (en) Data processor, printing system and method for controlling setting of driver software for them
US20060184356A1 (en) Multiple language support system and method for application
JP7334445B2 (en) Device control program and mobile terminal device
KR20190088292A (en) Controlling apps providing same or similar services in an image forming apparatus supporting multiple platforms
JP4792744B2 (en) Image processing device
JP2017010169A (en) Print control device, program and printing system
JP5239880B2 (en) Device driver management system
JP2010165212A (en) Device driver management system
JPH10154121A (en) Communication system
JP2006227990A (en) Method for updating print software and method for acquiring newest module
JPH11134135A (en) Printer control system

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: 20120403