JP2006178881A - Software management system and software management method - Google Patents

Software management system and software management method Download PDF

Info

Publication number
JP2006178881A
JP2006178881A JP2004373775A JP2004373775A JP2006178881A JP 2006178881 A JP2006178881 A JP 2006178881A JP 2004373775 A JP2004373775 A JP 2004373775A JP 2004373775 A JP2004373775 A JP 2004373775A JP 2006178881 A JP2006178881 A JP 2006178881A
Authority
JP
Japan
Prior art keywords
software
external
version
dependent
updated
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.)
Granted
Application number
JP2004373775A
Other languages
Japanese (ja)
Other versions
JP4792744B2 (en
Inventor
Kohei Tanaka
耕平 田中
Hidetoshi Kuramoto
秀俊 藏本
Kenji Takeuchi
健二 竹内
Jun Fukui
純 福井
Kei Hatano
圭 波多野
Jun Sato
順 佐藤
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2004373775A priority Critical patent/JP4792744B2/en
Publication of JP2006178881A publication Critical patent/JP2006178881A/en
Application granted granted Critical
Publication of JP4792744B2 publication Critical patent/JP4792744B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a software management system and a software management method for managing software including external software. <P>SOLUTION: A software package consisting of software itself including software (external software) of an external device operating outside a controller and dependent software such as a driver having a dependent relation to the software is registered in a software management database. At that time, the external software is registered as pseudo file that does not include the software itself. When a software package for update is received, update of software including dependent software is determined on the basis of the software management database, and the software is updated. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ソフトウェア管理システム及びソフトウェア管理方法に関し、特に、ソフトウェアのバージョンを管理してアップデートを行うことが可能なソフトウェア管理システム及びソフトウェア管理方法に関する。   The present invention relates to a software management system and a software management method, and more particularly, to a software management system and a software management method capable of updating by managing software versions.

カーネルを含め、パッチやデバイスドライバ、アプリケーションなどといったソフトウェアのバージョンや依存関係を管理し、適切にバージョンアップを行うための手段として、各OS(Operating System)で様々なバージョン管理ソフトウェアが利用されている。   Various version management software is used in each OS (Operating System) as a means to manage software versions and dependencies such as patches, device drivers, and applications, including the kernel, and perform appropriate upgrades. .

このバージョン管理ソフトウェアとは、ソフトウェアパッケージの管理を行うものであり、ソフトウェアパッケージとは、ソフトウェア(アプリケーション)自体と、そのソフトウェアと依存関係にあるライブラリやドライバなどの依存ソフトウェアに求められるバージョンに関する情報を含んだものである(図8(a)参照)。   This version management software is used to manage software packages. Software packages are information about the versions required for the software (applications) themselves and the dependent software such as libraries and drivers that are dependent on the software. (See FIG. 8A).

例えば、図8(a)に示すソフトウェア(アプリケーション)パッケージでは、AアプリケーションVersion2.0は、Version2.0以上のBライブラリ及びVersion3.0以上Cライブラリ、Version1.3以上のDドライバと依存関係にあることが分かる。   For example, in the software (application) package shown in FIG. 8A, A application Version 2.0 is dependent on Version 2.0 or higher B library, Version 3.0 or higher C library, and Version 1.3 or higher D driver. I understand that.

そして、バージョン管理ソフトウェアは、図8(b)に示すように、ソフトウェア、及び当該ソフトウェアと依存関係にある依存ソフトウェアの情報をバージョン管理データベースに登録し、また、アップデート用のソフトウェアパッケージを受け付けると、バージョン管理データベースに基づいて、依存関係にある依存ソフトウェアの必要なアップデートを自動的に行うと共に、バージョン管理データベースの更新を行い、その後、ソフトウェア(アプリケーション)自体のアップデートを行うことにより、適切なソフトウェアのアップデートを可能としている。   Then, as shown in FIG. 8B, the version management software registers the software and the information of the dependent software having a dependency relationship with the software in the version management database, and receives the software package for update. Based on the version control database, necessary dependent software in the dependency relationship is automatically updated, the version control database is updated, and then the software (application) itself is updated to Updates are possible.

このようなバージョン管理ソフトウェアを、コピー機や複合機などの画像処理装置で利用する場合、コントローラ内のソフトウェアに対応することは可能であるが、スキャン部や画像形成部など、コントローラ外で動作する外部機器のソフトウェアに対応することができず、別途管理を行う必要があった。   When such version control software is used in an image processing apparatus such as a copier or a multifunction peripheral, it is possible to support the software in the controller, but it operates outside the controller, such as a scanning unit or an image forming unit. It was not possible to support the software of external devices, and it was necessary to manage them separately.

また、外部機器のソフトウェア(外部ソフトウェア)のバージョンをアップさせた場合、コントローラのドライバやアプリケーションのバージョンは、このアップデートに関連付けられておらず、画像処理装置内の全てのソフトウェアを一括してアップデートするなどの方法で対応しなければならなかった。   When the version of external device software (external software) is upgraded, the controller driver and application versions are not associated with this update, and all software in the image processing apparatus is updated at once. I had to deal with it.

そこで、機種やシステム構成、現行の各ソフトウェアのバージョンをサーバで管理し、このサーバから受信する適正な組み合わせに関する情報に基づいて、アップデートする方法が提案されている(例えば、特許文献1参照)。
特開2004−42304号公報
In view of this, a method has been proposed in which the model, system configuration, and current version of each software are managed by a server and updated based on information relating to an appropriate combination received from the server (see, for example, Patent Document 1).
JP 2004-42304 A

しかし、この方法では、ソフトウェアのバージョンを管理するためのサーバを設ける必要があった。   However, in this method, it is necessary to provide a server for managing the software version.

また、画像処理装置がネットワークに接続していない場合やファイヤウォールで遮断されている場合は、CDROMなどで必要なソフトウェアが揃っていたとしても、すべてのソフトウェアが揃っていないと、コントローラ外で動作する外部機器のソフトウェア(外部ソフトウェア)のアップデートを行うことができなかった。   Also, if the image processing device is not connected to the network or is blocked by a firewall, even if all the necessary software is available, such as a CDROM, it will operate outside the controller. The external device software (external software) could not be updated.

そこで本発明では、外部ソフトウェアを含めたソフトウェアの管理を行うことが可能なソフトウェア管理システム及びソフトウェア管理方法を提供することを目的とする。   Therefore, an object of the present invention is to provide a software management system and software management method capable of managing software including external software.

本発明では、デバイスのソフトウェアを管理するソフトウェア管理システムにおいて、前記デバイスのコントローラは、前記コントローラ内で動作するソフトウェアと該ソフトウェアに依存する依存ソフトウェアを管理するバージョン管理データベースと、前記バージョン管理データベースに前記ソフトウェアのバージョン情報や依存情報を登録するバージョン管理ソフトウェアとを具備し、前記バージョン管理ソフトウェアは、前記デバイスの外部機器で動作する外部ソフトウェアを擬似ファイルとして前記バージョン管理データベースに登録して、該外部ソフトウェアの管理を行う。   In the present invention, in the software management system for managing the software of the device, the controller of the device includes a version management database that manages software that operates in the controller and dependent software that depends on the software, and the version management database includes the version management database. Version management software for registering software version information and dependency information, the version management software registers external software that operates on the external device of the device as a pseudo file in the version management database, and the external software Manage.

また、前記バージョン管理ソフトウェアは、前記外部ソフトウェアのソフトウェアパッケージを受信すると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う。   When the version management software receives the software package of the external software, the version management software compares the version information of the external software and the dependent software using the software package and the version management database, and updates the external software. Accordingly, the dependent software that needs to be updated is updated.

また、前記擬似ファイルは、前記ソフトウェアパッケージをダウンロードする自動ダウンロードプログラムを具備し、前記バージョン管理ソフトウェアは、前記外部ソフトウェアのソフトウェアパッケージがダウンロードされると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う。   The pseudo file includes an automatic download program for downloading the software package, and the version management software uses the software package and the version management database when the software package of the external software is downloaded. The version information of the external software and the dependent software is compared, and the dependent software that needs to be updated is updated along with the update of the external software.

そして、前記外部ソフトウェアのアップデートは、前記外部ソフトウェアが動作する外部機器にアップデート用のプログラムをダウンロードし、前記外部機器においてアップデート用プログラムをインストールすることによって行われる。   The external software is updated by downloading an update program to an external device that operates the external software and installing the update program in the external device.

次に、本発明では、デバイスのソフトウェアを管理するソフトウェア管理方法において、前記デバイスのコントローラ内で動作する前記ソフトウェアのバージョン情報や依存情報をバージョン管理ソフトウェアでバージョン管理データベースに登録し、前記ソフトウェアと該ソフトウェアに依存する依存ソフトウェアを前記バージョン管理データベースで管理し、前記デバイスの外部機器で動作する外部ソフトウェアを擬似ファイルとして、前記バージョン管理ソフトウェアで前記バージョン管理データベースに登録し、前記外部ソフトウェアを前記バージョン管理データベースで管理する。   Next, in the present invention, in a software management method for managing device software, version information and dependency information of the software operating in the controller of the device are registered in a version management database by version management software, and the software and the software Dependent software that depends on software is managed by the version management database, external software that operates on the external device of the device is registered as a pseudo file in the version management database by the version management software, and the external software is managed by the version management Manage in the database.

また、前記外部ソフトウェアのソフトウェアパッケージを受信すると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記バージョン管理ソフトウェアで前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う。   When receiving the software package of the external software, the version management software compares the version information of the external software and the dependent software using the software package and the version management database, and updates the external software. The dependent software that needs to be updated is updated accordingly.

また、前記擬似ファイルは、前記ソフトウェアパッケージをダウンロードする自動ダウンロードプログラムを有し、前記外部ソフトウェアのソフトウェアパッケージがダウンロードされると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記バージョン管理ソフトウェアで前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う。   Further, the pseudo file has an automatic download program for downloading the software package. When the software package of the external software is downloaded, the version management software uses the software package and the version management database. The version information of the external software and the dependent software is compared, and the dependent software that needs to be updated is updated along with the update of the external software.

そして、前記外部ソフトウェアのアップデートは、前記外部ソフトウェアが動作する外部機器にアップデート用のプログラムをダウンロードし、前記外部機器において前記アップデート用プログラムをインストールすることによって行われる。   The update of the external software is performed by downloading an update program to an external device on which the external software operates, and installing the update program in the external device.

本発明では、外部ソフトウェアのアップデートを当該外部ソフトウェアと依存関係にある依存ソフトウェアを含めて適切に行うことが可能となる。   In the present invention, it is possible to appropriately update external software including dependent software having a dependency relationship with the external software.

以下、本発明に係るソフトウェア管理システム及びソフトウェア管理方法を実施するための最良の形態について、添付図面を参照して詳細に説明する。   The best mode for carrying out a software management system and a software management method according to the present invention will be described below in detail with reference to the accompanying drawings.

図1は、本発明に係る画像処理装置の構成の一例を示す機能ブロック図である。同図に示すように、本実施例における画像処理装置10には、制御部11と、記憶部12と、操作・表示部13と、通信部14と、画像形成部15と、スキャン部16とが設けられている。   FIG. 1 is a functional block diagram showing an example of the configuration of an image processing apparatus according to the present invention. As shown in the figure, the image processing apparatus 10 according to the present embodiment includes a control unit 11, a storage unit 12, an operation / display unit 13, a communication unit 14, an image forming unit 15, a scanning unit 16, and the like. Is provided.

制御部11は、CPU(Central Processing Unit)などの中央演算処理装置からなり、画像処理装置全体の制御を行う。   The control unit 11 includes a central processing unit such as a CPU (Central Processing Unit) and controls the entire image processing apparatus.

記憶部12は、メモリやハードディスクなどの記憶装置からなり、画像処理装置の制御を行うためのプログラムやバージョン管理ソフトウェア、バージョン管理データベースなどを格納する。   The storage unit 12 includes a storage device such as a memory or a hard disk, and stores a program for controlling the image processing apparatus, version management software, a version management database, and the like.

操作・表示部13は、タッチパネルなどの操作端末であり、画像処理装置の状態など、画像処理装置を利用するユーザに対して提供する情報や、複合機を操作するためのUI(user interface)を表示すると共に、UIや操作ボタンを用いた操作を受け付ける。   The operation / display unit 13 is an operation terminal such as a touch panel, and provides information provided to a user who uses the image processing apparatus, such as the state of the image processing apparatus, and a UI (user interface) for operating the multifunction peripheral. In addition to displaying, an operation using a UI or an operation button is accepted.

通信部14は、図示しない通信I/F(インターフェイス)を介してインターネットやLAN(Local Area Network)などのネットワークと接続する。   The communication unit 14 is connected to a network such as the Internet or a LAN (Local Area Network) via a communication I / F (interface) (not shown).

画像形成部15は、スキャン部16で取得した画像情報や、ネットワークをPC(personal computer)などから受信したデータを用紙などの媒体に印刷出力する。   The image forming unit 15 prints out image information acquired by the scanning unit 16 and data received from a PC (personal computer) or the like on a medium such as paper.

スキャン部16は、原稿台やADF(自動紙送り装置)に載せられた原稿をスキャンして、画像情報を取得する。   The scanning unit 16 scans a document placed on a document table or an ADF (automatic paper feeder), and acquires image information.

上記構成を用いて本実施例に係る画像処理装置では、コントローラ内で動作するソフトウェア、及び当該ソフトウェアと依存関係にある依存ソフトウェアの情報をバージョン管理データベースに登録し、また、画像形成部やスキャン部など、外部機器にインストールされているソフトウェア(外部ソフトウェア)を擬似ファイルとして、依存ソフトウェアの情報と共にバージョン管理データベースに登録する(図2(a)参照)。   In the image processing apparatus according to the present embodiment using the above configuration, the software that operates in the controller and the information of the dependent software that is dependent on the software are registered in the version management database, and the image forming unit and the scanning unit For example, the software (external software) installed in the external device is registered as a pseudo file in the version management database together with the dependent software information (see FIG. 2A).

そして、ソフトウェアのソフトウェアパッケージを受信すると、バージョン管理データベースに基づいてアップデートを行うか否かの判断を行い、アップデートを行う場合は、バージョン管理データベースを更新し、依存ソフトウェアのアップデートを行った後、ソフトウェア自体のアップデートを行う。   When the software package of the software is received, it is determined whether or not to update based on the version management database. When updating, the version management database is updated and the dependent software is updated. Update itself.

図2(b)は、外部ソフトウェアのソフトウェアパッケージの例を示す図であり、同図に示すように、このソフトウェアパッケージには、ソフトウェアイメージと、依存情報と、MD5(Message Digest 5)情報、及びダウンロード先URL(Uniform Resource Locator)が含まれている。   FIG. 2B is a diagram showing an example of a software package of external software. As shown in FIG. 2, this software package includes a software image, dependency information, MD5 (Message Digest 5) information, and A download destination URL (Uniform Resource Locator) is included.

なお、図2における「AIOTソフトウェア」は、画像形成部のソフトウェアの例であり、このソフトウェアイメージは、ソフトウェア自体を含まず、ソフトウェアのバージョン情報などからなるものである。   Note that “AIOT software” in FIG. 2 is an example of software of the image forming unit, and this software image includes software version information and the like without including the software itself.

また、MD5は、ソフトウェアの真偽を認証するための情報であり、ダウンロード先URLは、アップデート用のソフトウェアが格納されているインターネット上の場所を示す。   MD5 is information for authenticating the authenticity of the software, and the download destination URL indicates the location on the Internet where the software for update is stored.

図3及び図4は、本実施例において、外部機器のソフトウェア(外部ソフトウェア)のアップデートを行う際の画像処理装置における処理の流れを示すフローチャートである。   3 and 4 are flowcharts showing the flow of processing in the image processing apparatus when updating the software (external software) of the external device in this embodiment.

まず、バージョン管理データベースに外部機器のソフトウェア、及び当該ソフトウェアと依存関係にある依存ソフトウェアの情報を登録する(ステップ100)。この際、外部ソフトウェア自体は、外部機器にインストールされており、コントローラ上にないため、擬似的なファイルとして登録する。   First, the software of the external device and the information of the dependent software having a dependency relationship with the software are registered in the version management database (step 100). At this time, since the external software itself is installed in the external device and not on the controller, it is registered as a pseudo file.

次に、外部ソフトウェアのソフトウェアパッケージを受け付ける(ステップ101)と、バージョンが更新されているか否かの判断を行い(スッテプ102)、バージョンが更新されていないと判断する(ステップ102でNO)と、処理を終了し、バージョンが更新されていると判断する(ステップ102でYES)と、ソフトウェア管理データベースの情報を更新して(ステップ103)、依存ソフトウェアのアップデートが必要であるか否かの判断を行う(ステップ104)。   Next, when a software package of external software is received (step 101), it is determined whether or not the version is updated (step 102), and it is determined that the version is not updated (NO in step 102). When it is determined that the version has been updated (YES in step 102), the information in the software management database is updated (step 103), and it is determined whether or not the dependent software needs to be updated. Perform (step 104).

そして、依存ソフトウェアのアップデートが必要ではないと判断する(ステップ104でNO)と、ソフトウェア自身のアップデート用データを記憶部やUSB(Universal Serial Bus)メディアといったネットワークを経由せずにローカルに接続しているメディアなどから検索し(ステップ105)、ソフトウェアのアップデートが必要であると判断する(ステップ104でYES)と、当該ソフトウェアのアップデート用データをローカルに接続しているメディアなどから検索する(ステップ106)。   If it is determined that the dependent software update is not necessary (NO in step 104), the update data of the software itself is connected locally without going through a network such as a storage unit or USB (Universal Serial Bus) media. If it is determined that the software update is necessary (YES in step 104), the software update data is searched from the locally connected media (step 106). ).

ここで、アップデート用のデータを検出する(ステップ106でYES)と、検出したソフトウェアのアップデートを行ない(ステップ107)、アップデート用のデータをローカルに接続したメディアなどから検出できない場合(ステップ106でNO)は、ソフトウェアパッケージに記録されているURLに接続して、アップデートに必要なデータをダウンロードし(ステップ108)、その後、ソフトウェアのアップデートを行なって(ステップ107)、リブートする(ステップ109)。   If update data is detected (YES in step 106), the detected software is updated (step 107). If update data cannot be detected from a locally connected medium or the like (NO in step 106). ) Connects to the URL recorded in the software package, downloads data necessary for the update (step 108), updates the software (step 107), and reboots (step 109).

そして、ソフトウェアとバージョン管理データベースのバージョンが一致しているか否かの判断を行い(ステップ110)、バージョンが一致していると判断する(ステップ110でYES)と、処理を終了し、バージョンが一致していないと判断する(ステップ110でNO)と、再び、依存ソフトウェアのアップデートが必要であるか否かの判断を行う(ステップ111)。   Then, it is determined whether or not the versions of the software and the version management database match (step 110). If it is determined that the versions match (YES in step 110), the process is terminated, and the version is the same. If it is determined that it has not been made (NO in step 110), it is again determined whether or not the dependent software needs to be updated (step 111).

ここで、依存ソフトウェアのアップデートが必要であると判断する(ステップ111でYES)と、当該ソフトウェアのアップデート用データをローカルに接続しているメディアなどから検索し(ステップ106)、依存ソフトウェアのアップデートが必要ではないと判断する(ステップ111でNO)と、ソフトウェア自身のアップデート用データをローカルに接続しているメディアなどから検索する(ステップ105)。   Here, when it is determined that the dependent software needs to be updated (YES in step 111), the update data of the software is searched from the media connected locally (step 106), and the dependent software is updated. If it is determined that it is not necessary (NO in step 111), the update data of the software itself is searched from the media connected locally (step 105).

ローカルに接続したメディアなどからアップデート用のデータを検出する(ステップ105でYES)と、ソフトウェアのアップデートを行ない(ステップ112)、ローカルに接続したメディアなどからアップデート用のデータを検出できない場合(ステップ105でNO)は、ソフトウェアパッケージに記録されているURLに接続して、アップデートに必要なデータをダウンロードし(ステップ113)、その後、ソフトウェアのアップデートを行ない(ステップ112)、リブートする(ステップ109)。   If update data is detected from locally connected media or the like (YES in step 105), the software is updated (step 112), and update data cannot be detected from locally connected media or the like (step 105). NO) connects to the URL recorded in the software package, downloads data necessary for the update (step 113), updates the software (step 112), and reboots (step 109).

なお、本実施例では、画像処理装置の起動時(リブート時)にソフトウェアのバージョンとバージョン管理データベースとを照会するように構成されていることが前提となっているが、例えば、依存ソフトウェアのアップデートを行った場合は、その旨を示すフラグをバージョン管理データベースに立て、リブート時にはフラグの有無をチェックするように構成してもよい。   In this embodiment, it is assumed that the configuration is such that the software version and the version management database are inquired when the image processing apparatus is started up (rebooted). In the case of performing the above, a flag indicating that may be set in the version management database, and the presence or absence of the flag may be checked upon reboot.

また、依存ソフトウェアをアップデートした際にリブートが必要でない場合は、ステップ107でアップデートした後、ステップ110で他にアップデートが必要な依存ソフトウェアがあるか否かの判断を行ってもよい。   If the reboot is not required when the dependent software is updated, it may be determined whether there is another dependent software that needs to be updated in step 110 after updating in step 107.

そして、画像処理装置におけるソフトウェアパッケージの受け付けは、例えば、印刷ジョブやファクシミリ受信、E−mail、USBメディアなど、任意の方法を用いて行うことができる。   The software package can be received by the image processing apparatus using an arbitrary method such as a print job, facsimile reception, E-mail, or USB media.

加えて、本実施例では、外部ソフトウェアとして、画像形成部及びスキャン部のソフトウェアを挙げているが、例えば、FAX送信を行うファクシミリ送信部やフィニッシャなど、コントローラ外で動作する外部機器のソフトウェアであれば、任意のソフトウェアを外部ソフトウェアとして管理することができる。   In addition, in this embodiment, the software of the image forming unit and the scanning unit is cited as the external software. For example, arbitrary software can be managed as external software.

さらに、本実施例では、画像処理装置における外部機器のソフトウェアの管理を行っているが、コントローラ外で動作する外部ソフトウェアを有するデバイスであれば、画像処理装置以外のデバイスであってもよい。   Furthermore, in this embodiment, the software of the external device in the image processing apparatus is managed, but a device other than the image processing apparatus may be used as long as the device has external software that operates outside the controller.

また、ソフトウェアパッケージにおけるソフトウェアイメージは、ソフトウェア自体でもよく、その場合は、アップデート用データの検索を行わずに、ソフトウェアパッケージに含まれているソフトウェアを用いてアップデートを行う。   The software image in the software package may be software itself. In this case, the update is performed using the software included in the software package without searching for update data.

本実施例では、外部ソフトウェアを画像処理装置にダウンロードして、画像処理装置のインストーラを用いて外部機器のソフトウェアをアップデートしているが、外部ソフトウェアを当該ソフトウェアを利用する外部機器にダウンロードしてソフトウェアのアップデートを行ってもよく、実施例2を用いて詳細に説明する。   In this embodiment, the external software is downloaded to the image processing apparatus and the software of the external device is updated using the installer of the image processing apparatus. However, the external software is downloaded to the external device using the software and the software is downloaded. The update may be performed and will be described in detail with reference to the second embodiment.

本実施例におけるソフトウェアパッケージは、図5に示すように、ソフトウェアイメージと、起動時実行ファイルと、自動ダウンロードプログラムと、管理ファイルとが含まれている。   As shown in FIG. 5, the software package in the present embodiment includes a software image, a startup execution file, an automatic download program, and a management file.

ここでソフトウェアイメージは、アップデートするソフトウェア自体である。   Here, the software image is the software itself to be updated.

起動時実行ファイルは、自動ダウンロードプログラムを起動させるためのファイルである。   The startup execution file is a file for starting the automatic download program.

ダウンロードプログラムは、ソフトウェアの更新を判断して、アップデートなどを行うプログラムである。   The download program is a program that determines whether to update the software and updates the software.

管理ファイルは、ソフトウェアイメージのバージョン情報などが記録されたファイルである。   The management file is a file in which software image version information and the like are recorded.

図6は、本実施例において、外部機器のソフトウェアのアップデートを行う際の画像処理装置における処理の流れを示すフローチャートである。   FIG. 6 is a flowchart showing the flow of processing in the image processing apparatus when updating software of an external device in this embodiment.

まず、外部機器のソフトウェアを擬似的なファイルとして、当該ソフトウェアと依存関係にある依存ソフトウェアの情報と共にバージョン管理データベースに登録する(ステップ200)。   First, the software of the external device is registered as a pseudo file in the version management database together with information on the dependent software having a dependency relationship with the software (step 200).

次に、外部ソフトウェアのソフトウェアパッケージを受け付ける(ステップ201)と、システム起動時に順次実行するファイル群のディレクトリに、起動時実行ファイルを置く(ステップ202)。   Next, when a software package of external software is received (step 201), the startup execution file is placed in the directory of the file group that is sequentially executed when the system starts (step 202).

起動時実行ファイルが実行され、自動ダウンロードプログラムが起動する(ステップ203)と、自動ダウンロードプログラムは、管理ファイルからソフトウェアイメージのバージョン情報を取得すると共に、バージョン管理データベースとを用いてソフトウェアのバージョンが更新されているか否かの判断を行う(ステップ204)。   When the startup execution file is executed and the automatic download program is started (step 203), the automatic download program acquires the version information of the software image from the management file and updates the software version using the version management database. It is determined whether or not it has been performed (step 204).

そして、バージョンが更新されていないと判断する(ステップ204でNO)と、処理を終了し、バージョンが更新されていると判断する(ステップ204でYES)と、ソフトウェア管理データベースの情報を更新して(ステップ205)、依存ソフトウェアのアップデートが必要であるか否かの判断を行う(ステップ206)。   If it is determined that the version has not been updated (NO in step 204), the process ends, and if it is determined that the version has been updated (YES in step 204), the information in the software management database is updated. (Step 205), it is determined whether or not the dependent software needs to be updated (Step 206).

ここで、依存ソフトウェアのアップデートが必要ではないと判断する(ステップ206でNO)と、外部ソフトウェアを外部装置にダウンロードし(ステップ207)、依存ソフトウェアのアップデートが必要であると判断する(ステップ206でYES)と、当該ソフトウェアのアップデート用データをダウンロードし(ステップ208)、ソフトウェアのアップデートを行ない(ステップ209)、その後、当該ソフトウェアのアップデート用データをダウンロードする(ステップ208)。   If it is determined that the dependent software update is not necessary (NO in step 206), the external software is downloaded to the external device (step 207), and it is determined that the dependent software needs to be updated (in step 206). If YES, the software update data is downloaded (step 208), the software is updated (step 209), and then the software update data is downloaded (step 208).

また、外部ソフトウェアがダウンロードされた外部機器は、当該ソフトウェアをインストールする(ステップ210)。   Further, the external device having the external software downloaded installs the software (step 210).

なお、本実施例では、外部ソフトウェアを外部機器にダウンロードしているが、ソフトウェアパッケージがソフトウェア自体を有する場合は、ダウンロードを行わずに当該ソフトウェアを外部機器に転送してもよい。   In this embodiment, the external software is downloaded to the external device. However, if the software package has the software itself, the software may be transferred to the external device without downloading.

本実施例では、外部ソフトウェアをそのソフトウェアを使用する外部機器にダウンロードし、外部機器でインストールを行うため、画像処理装置本体への負担を抑えながら、依存関係にあるドライバなどの依存ソフトウェアを含めた外部ソフトウェアのアップデートを行うことができる。   In this embodiment, since external software is downloaded to an external device that uses the software and installed on the external device, dependency software such as a driver having a dependency relationship is included while reducing the burden on the image processing apparatus main body. You can update external software.

ところで、実施例1及び本実施例では、ソフトウェアパッケージを受信してからソフトウェアのアップデートを行っているが、自らソフトウェアパッケージを受信してアップデートを行ってもよく、実施例3を用いて詳細に説明する。   By the way, in the first embodiment and the present embodiment, the software is updated after receiving the software package. However, the software package may be received and updated by itself and will be described in detail using the third embodiment. To do.

図7は、本実施例において、外部機器のソフトウェアのアップデートを行う際の画像処理装置における処理の流れを示すフローチャートである。   FIG. 7 is a flowchart showing the flow of processing in the image processing apparatus when updating the software of the external device in this embodiment.

まず、外部機器のソフトウェアを擬似的なファイルとして、当該ソフトウェアと依存関係にあるソフトウェアの情報と共にバージョン管理データベースに登録する(ステップ300)。   First, the software of the external device is registered as a pseudo file in the version management database together with information on software having a dependency relationship with the software (step 300).

ここで、この擬似ファイルには、自動ダウンロードプログラムが含まれており、このプログラムは、画像処理装置起動時に自動的に起動すると共に、ソフトウェアパッケージのダウンロードを行う。   Here, the pseudo file includes an automatic download program. This program is automatically started when the image processing apparatus is started, and downloads the software package.

次に、自動ダウンロードプログラムが起動し、ソフトウェアパッケージをダウンロードする(ステップ301)と、ソフトウェアパッケージのバージョンに関する情報とバージョン管理データベースと比較し、ソフトウェアのバージョンが更新されているか否かの判断を行う(ステップ302)。   Next, when the automatic download program is activated and the software package is downloaded (step 301), the software package version is compared with the version management database to determine whether the software version has been updated (step 301). Step 302).

そして、バージョンが更新されていないと判断する(ステップ302でNO)と、処理を終了し、バージョンが更新されていると判断する(ステップ302でYES)と、ソフトウェア管理データベースの情報を更新して(ステップ303)、依存ソフトウェアのアップデートが必要であるか否かの判断を行う(ステップ304)。   If it is determined that the version has not been updated (NO in step 302), the process ends. If it is determined that the version has been updated (YES in step 302), the information in the software management database is updated. (Step 303), it is determined whether or not the dependent software needs to be updated (Step 304).

ここで、依存ソフトウェアのアップデートが必要であると判断する(ステップ304でYES)と、当該ソフトウェアのアップデート用データをダウンロードして(ステップ305)、ソフトウェアのアップデートを行ない(ステップ306)、その後、再び、依存ソフトウェアのアップデートが必要であるか否かの判断を行う(ステップ304)。   If it is determined that the dependent software needs to be updated (YES in step 304), the software update data is downloaded (step 305), the software is updated (step 306), and then again. Then, it is determined whether or not the dependent software needs to be updated (step 304).

また、ステップ304で、依存ソフトウェアのアップデートが必要ではないと判断する(ステップ304でNO)と、外部ソフトウェアをアップデートする(ステップ307)。   If it is determined in step 304 that the dependent software does not need to be updated (NO in step 304), the external software is updated (step 307).

本実施例では、ソフトウェア管理データベースに、自動ダウンロードプログラムを含む擬似ファイルを登録するため、画像処理装置から能動的に外部ソフトウェアのソフトウェアパケージを取得して、ドライバなど、依存関係にある依存ソフトウェアを含めた外部ソフトウェアのアップデートを行うことができる。   In this embodiment, since a pseudo file including an automatic download program is registered in the software management database, a software package of external software is actively acquired from the image processing apparatus, and dependent software such as a driver is included. You can update external software.

本発明に係る画像処理装置の構成の一例を示す機能ブロック図1 is a functional block diagram showing an example of the configuration of an image processing apparatus according to the present invention. 実施例1におけるバージョン管理データベース及びソフトウェアパッケージの例を示す図The figure which shows the example of the version management database in Example 1, and a software package 実施例1における外部ソフトウェアのアップデートを行う際の処理の流れを示すフローチャートThe flowchart which shows the flow of a process at the time of updating the external software in Example 1 実施例1における外部ソフトウェアのアップデートを行う際の処理の流れを示すフローチャートThe flowchart which shows the flow of a process at the time of updating the external software in Example 1 実施例2におけるソフトウェアパッケージの例を示す図The figure which shows the example of the software package in Example 2 実施例2における外部ソフトウェアのアップデートを行う際の処理の流れを示すフローチャートThe flowchart which shows the flow of the process at the time of updating the external software in Example 2 実施例3における外部ソフトウェアのアップデートを行う際の処理の流れを示すフローチャートThe flowchart which shows the flow of a process at the time of updating the external software in Example 3 従来技術におけるバージョン管理データベース及びソフトウェアパッケージを示す図The figure which shows the version management database and software package in prior art

符号の説明Explanation of symbols

10…画像処理装置
11…制御部
12…記憶部
13…操作・表示部
14…通信部
15…画像形成部
16…スキャン部
DESCRIPTION OF SYMBOLS 10 ... Image processing apparatus 11 ... Control part 12 ... Memory | storage part 13 ... Operation / display part 14 ... Communication part 15 ... Image formation part 16 ... Scan part

Claims (8)

デバイスのソフトウェアを管理するソフトウェア管理システムにおいて、
前記デバイスのコントローラは、
前記コントローラ内で動作するソフトウェアと該ソフトウェアに依存する依存ソフトウェアを管理するバージョン管理データベースと、
前記バージョン管理データベースに前記ソフトウェアのバージョン情報や依存情報を登録するバージョン管理ソフトウェアと
を具備し、
前記バージョン管理ソフトウェアは、前記デバイスの外部機器で動作する外部ソフトウェアを擬似ファイルとして前記バージョン管理データベースに登録して、該外部ソフトウェアの管理を行う
ことを特徴とするソフトウェア管理システム。
In a software management system that manages device software,
The controller of the device is
A version management database for managing software operating in the controller and dependent software dependent on the software;
Version management software for registering version information and dependency information of the software in the version management database,
The version management software registers external software that operates on an external device of the device as a pseudo file in the version management database, and manages the external software.
前記バージョン管理ソフトウェアは、
前記外部ソフトウェアのソフトウェアパッケージを受信すると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、
前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う
ことを特徴とする請求項1記載のソフトウェア管理システム。
The version management software is:
When receiving the software package of the external software, using the software package and the version management database, compare the version information of the external software and the dependent software,
The software management system according to claim 1, wherein the dependent software that needs to be updated is updated along with the update of the external software.
前記擬似ファイルは、前記ソフトウェアパッケージをダウンロードする自動ダウンロードプログラムを具備し、
前記バージョン管理ソフトウェアは、
前記外部ソフトウェアのソフトウェアパッケージがダウンロードされると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、
前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う
ことを特徴とする請求項1記載のソフトウェア管理システム。
The pseudo file includes an automatic download program for downloading the software package,
The version management software is:
When the software package of the external software is downloaded, the software package and the version management database are used to compare the version information of the external software and the dependent software,
The software management system according to claim 1, wherein the dependent software that needs to be updated is updated along with the update of the external software.
前記外部ソフトウェアのアップデートは、
前記外部ソフトウェアが動作する外部機器にアップデート用のプログラムをダウンロードし、
前記外部機器においてアップデート用プログラムをインストールすることによって行われる
ことを特徴とする請求項2又は3記載のソフトウェア管理システム。
The external software update is
Download the update program to an external device that runs the external software,
The software management system according to claim 2, wherein the software management system is performed by installing an update program in the external device.
デバイスのソフトウェアを管理するソフトウェア管理方法において、
前記デバイスのコントローラ内で動作する前記ソフトウェアのバージョン情報や依存情報をバージョン管理ソフトウェアでバージョン管理データベースに登録し、
前記ソフトウェアと該ソフトウェアに依存する依存ソフトウェアを前記バージョン管理データベースで管理し、
前記デバイスの外部機器で動作する外部ソフトウェアを擬似ファイルとして、前記バージョン管理ソフトウェアで前記バージョン管理データベースに登録し、
前記外部ソフトウェアを前記バージョン管理データベースで管理する
ことを特徴とするソフトウェア管理方法。
In a software management method for managing device software,
Register version information and dependency information of the software that operates in the controller of the device in a version management database with version management software,
Managing the software and dependent software dependent on the software in the version management database;
External software that operates on the external device of the device is registered in the version management database with the version management software as a pseudo file,
A software management method, wherein the external software is managed by the version management database.
前記外部ソフトウェアのソフトウェアパッケージを受信すると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記バージョン管理ソフトウェアで前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、
前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う
ことを特徴とする請求項5記載のソフトウェア管理方法。
When receiving the software package of the external software, using the software package and the version management database, the version management software compares the version information of the external software and the dependent software,
6. The software management method according to claim 5, wherein the dependent software that needs to be updated is updated along with the update of the external software.
前記擬似ファイルは、前記ソフトウェアパッケージをダウンロードする自動ダウンロードプログラムを有し、
前記外部ソフトウェアのソフトウェアパッケージがダウンロードされると、該ソフトウェアパッケージと前記バージョン管理データベースとを用いて、前記バージョン管理ソフトウェアで前記外部ソフトウェア及び前記依存ソフトウェアのバージョン情報を比較し、
前記外部ソフトウェアのアップデートに伴ってアップデートが必要な前記依存ソフトウェアのアップデートを行う
ことを特徴とする請求項5記載のソフトウェア管理方法。
The pseudo file has an automatic download program for downloading the software package;
When the software package of the external software is downloaded, using the software package and the version management database, the version management software compares the version information of the external software and the dependent software,
6. The software management method according to claim 5, wherein the dependent software that needs to be updated is updated along with the update of the external software.
前記外部ソフトウェアのアップデートは、
前記外部ソフトウェアが動作する外部機器にアップデート用のプログラムをダウンロードし、
前記外部機器において前記アップデート用プログラムをインストールすることによって行われる
ことを特徴とする請求項6又は7記載のソフトウェア管理方法。
The external software update is
Download the update program to an external device that runs the external software,
The software management method according to claim 6, wherein the software management method is performed by installing the update program in the external device.
JP2004373775A 2004-12-24 2004-12-24 Image processing device Expired - Fee Related JP4792744B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004373775A JP4792744B2 (en) 2004-12-24 2004-12-24 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004373775A JP4792744B2 (en) 2004-12-24 2004-12-24 Image processing device

Publications (2)

Publication Number Publication Date
JP2006178881A true JP2006178881A (en) 2006-07-06
JP4792744B2 JP4792744B2 (en) 2011-10-12

Family

ID=36732934

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004373775A Expired - Fee Related JP4792744B2 (en) 2004-12-24 2004-12-24 Image processing device

Country Status (1)

Country Link
JP (1) JP4792744B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008257674A (en) * 2007-04-02 2008-10-23 Eigyotatsu Kofun Yugenkoshi Knowledge management system, method for implementing management software using it, and computer readable recording medium
JP2010186452A (en) * 2009-02-13 2010-08-26 Kyocera Mita Corp Maintenance management system, database server, maintenance management program and maintenance management method
JP2012084118A (en) * 2010-09-16 2012-04-26 Ricoh Co Ltd Communication apparatus, update method and program
JP2013020506A (en) * 2011-07-12 2013-01-31 Ricoh Co Ltd Communication device, update method and update program
JP2014006933A (en) * 2013-10-11 2014-01-16 Ricoh Co Ltd Information processing device, apparatus, information processing system, installing support method, and installing support program
JP2015003460A (en) * 2013-06-21 2015-01-08 キヤノン株式会社 Printer, printer control method, and program
JP2016515745A (en) * 2013-04-22 2016-05-30 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Methods and devices for updating clients

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001337817A (en) * 2000-05-25 2001-12-07 Sharp Corp Upgrading device of compound machines
JP2004287993A (en) * 2003-03-24 2004-10-14 Fuji Xerox Co Ltd Management method of system version, device, and information processing system
JP2004355596A (en) * 2003-03-28 2004-12-16 Konica Minolta Holdings Inc Image forming apparatus and image forming program driver management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001337817A (en) * 2000-05-25 2001-12-07 Sharp Corp Upgrading device of compound machines
JP2004287993A (en) * 2003-03-24 2004-10-14 Fuji Xerox Co Ltd Management method of system version, device, and information processing system
JP2004355596A (en) * 2003-03-28 2004-12-16 Konica Minolta Holdings Inc Image forming apparatus and image forming program driver management system

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008257674A (en) * 2007-04-02 2008-10-23 Eigyotatsu Kofun Yugenkoshi Knowledge management system, method for implementing management software using it, and computer readable recording medium
JP2010186452A (en) * 2009-02-13 2010-08-26 Kyocera Mita Corp Maintenance management system, database server, maintenance management program and maintenance management method
JP2012084118A (en) * 2010-09-16 2012-04-26 Ricoh Co Ltd Communication apparatus, update method and program
US9442711B2 (en) 2010-09-16 2016-09-13 Ricoh Company, Ltd. Communication device, update method, and computer program product for updating a program based on received metainformation
JP2013020506A (en) * 2011-07-12 2013-01-31 Ricoh Co Ltd Communication device, update method and update program
JP2016515745A (en) * 2013-04-22 2016-05-30 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Methods and devices for updating clients
US9699028B2 (en) 2013-04-22 2017-07-04 Alibaba Group Holding Limited Method and device for updating client
JP2017152026A (en) * 2013-04-22 2017-08-31 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Method and device for updating clients
US10225145B2 (en) 2013-04-22 2019-03-05 Alibaba Group Holding Limited Method and device for updating client
JP2015003460A (en) * 2013-06-21 2015-01-08 キヤノン株式会社 Printer, printer control method, and program
JP2014006933A (en) * 2013-10-11 2014-01-16 Ricoh Co Ltd Information processing device, apparatus, information processing system, installing support method, and installing support program

Also Published As

Publication number Publication date
JP4792744B2 (en) 2011-10-12

Similar Documents

Publication Publication Date Title
JP4533780B2 (en) Image forming system, image forming apparatus, terminal device, and driver updating method for terminal device
US8332837B2 (en) Installation method, information processing apparatus and device driver
US7146412B2 (en) System and methods for the automatic discovery, notification and installation of firmware upgrades
JP2005092604A (en) Installation program, computer-readable recording medium, and installation method
US9250933B2 (en) Information processor with configuration modification function
JP4486531B2 (en) Image forming system, image forming apparatus, management apparatus, and plug-in matching management method
US10089102B2 (en) Information processing apparatus, method, and program
JP2006134245A (en) Automatic installation system and program of printer driver
JP2011138375A (en) Operation inhibiting system, image forming device, operation inhibition information providing device, and operation inhibiting method
JP2011180681A (en) Installer and method for installing printer driver
JP4792744B2 (en) Image processing device
JP2010049643A (en) Information processing system, information processing method, and program
JP2004199102A (en) Driver automatic installation apparatus and program used for the same and driver automatic installation method
JP6885124B2 (en) Information processing system, information processing device and information processing method
JP2008071288A (en) Software management method and management system
JP2010102542A (en) Driver distribution system, print controller, driver distribution method, and driver updating program
JP2006351035A (en) Driver automatic installation apparatus and program used for the same and driver automatic installation method
JP2008152473A (en) Information processor and information processing method
JP6790482B2 (en) Information processing system, information processing device, information processing method and program
US11327693B2 (en) Computer-readable medium, information processing device, and Method for installing appropriate program
JP2015049862A (en) Information processing device, system, method, and program
JP2006129362A (en) Digital composite machine
JP2019016221A (en) Information processing apparatus, program, and control method
JP2006139364A (en) Execution environment maintenance system, apparatus for instructing environment maintenance, and apparatus, method and program for maintaining execution environment
JP7019968B2 (en) Information processing program, information processing device and information processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071120

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110412

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110609

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110628

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110711

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140805

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees