JP2009217353A - Printing system, management program for printing system, and storage medium - Google Patents

Printing system, management program for printing system, and storage medium Download PDF

Info

Publication number
JP2009217353A
JP2009217353A JP2008057949A JP2008057949A JP2009217353A JP 2009217353 A JP2009217353 A JP 2009217353A JP 2008057949 A JP2008057949 A JP 2008057949A JP 2008057949 A JP2008057949 A JP 2008057949A JP 2009217353 A JP2009217353 A JP 2009217353A
Authority
JP
Japan
Prior art keywords
printer
update
information
print server
server
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.)
Pending
Application number
JP2008057949A
Other languages
Japanese (ja)
Inventor
Kensuke Tsutsumi
健介 堤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2008057949A priority Critical patent/JP2009217353A/en
Publication of JP2009217353A publication Critical patent/JP2009217353A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To update a cache of printer information held by a print server without reducing print performance. <P>SOLUTION: A printer information update situation of the print server in printer information cache update processing of the print server is held as update status in an update management table concerned by the print server and a printer, and the print server refers to the update status to perform the printer information cache update processing with minimum information acquisition. When adding or deleting the printer, or adding or deleting the print server, arrangement of the update management table is performed to suppress size of the update management table to the minimum. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、印刷システムにおける、プリンタ情報更新管理方法に関する。   The present invention relates to a printer information update management method in a printing system.

特許文献1に示されるように、プリントサーバの負荷軽減のためにDataBase(以下、DB)でジョブ情報の管理を行う技術が知られている。   As shown in Patent Document 1, a technique for managing job information using a DataBase (hereinafter referred to as DB) for reducing the load on a print server is known.

この特許文献1によれば、クライアントはDBからジョブ情報を取得することができ、プリントサーバへの負荷を軽減することができる。   According to Patent Document 1, the client can acquire job information from the DB, and can reduce the load on the print server.

また特許文献2に示されるように、各コンポーネントはキャッシュしている印刷情報と、DBで集中管理している最新印刷情報の比較を行うことで、必要な情報のみを取得しキャッシュを更新する方法が知られている。この特許文献2によれば、必要最小限のデータ取得で印刷情報のキャッシュを更新することができる。
特開平9−325868号公報 特開2001−265540号公報
Also, as disclosed in Patent Document 2, each component compares the print information cached with the latest print information centrally managed in the DB, thereby acquiring only necessary information and updating the cache. It has been known. According to this patent document 2, the print information cache can be updated with the minimum necessary data acquisition.
Japanese Patent Laid-Open No. 9-325868 JP 2001-265540 A

全国のオフィスに位置する何千台ものプリンタに対し配信印刷を行うプリントサーバにおいて、大量の印刷ジョブの制御を1台のプリントサーバでおこなうとプリントサーバが高負荷となり各ジョブの排紙までに多大な時間がかかってしまう。これを回避するためには、複数のプリントサーバでクラスタ化し負荷分散(ロードバランシング)して稼動させる必要がある。印刷システムがクラスタ構成により分散されるため、プリントサーバ間で共通のジョブ情報やプリンタ情報などの印刷情報を共通ディスク(以下、DB)で集中管理を行っている。   In a print server that distributes printing to thousands of printers located in offices throughout the country, if a large number of print jobs are controlled by a single print server, the print server will be heavily loaded and each job will be ejected significantly. Takes a long time. In order to avoid this, it is necessary to cluster and load balance (load balancing) multiple print servers. Since printing systems are distributed in a cluster configuration, print information such as job information and printer information common among print servers is centrally managed on a common disk (hereinafter referred to as DB).

大規模印刷システムでは何千台ものプリンタの監視を行う必要があり、クラスタ構成により分散されDBで印刷情報の集中管理を行っているプリントサーバ環境において、プリンタの追加、削除、変更、移設などのプリンタ情報更新処理が頻繁に行われている。したがってプリンタ情報更新に対応するためプリントサーバは印刷のためにDBより最新プリンタ情報の取得を行わなければならない。しかし1時間で何十万ジョブが投入されるような大規模環境においては、印刷の度にDBから最新プリンタ情報を毎回取得するのでは時間がかかる。さらにDBへのアクセスが集中するため印刷システム全体のパフォーマンスが落ち、印刷までに時間がかかってしまう恐れがある。したがってプリントサーバはプリンタ情報をキャッシュし、定期的にDBより最新プリンタ情報を取得しキャッシュを更新している。プリントサーバがプリンタ情報の取得を定期的に行うことにより、プリントサーバ間でプリンタ情報取得のタイミングをずらしDBへのアクセス負荷を分散させることができる。   In a large-scale printing system, it is necessary to monitor thousands of printers. In a print server environment that is distributed by a cluster configuration and centrally manages print information in a DB, such as adding, deleting, changing, and moving printers Printer information update processing is frequently performed. Accordingly, in order to cope with the printer information update, the print server must acquire the latest printer information from the DB for printing. However, in a large-scale environment where hundreds of thousands of jobs are input in one hour, it takes time to acquire the latest printer information from the DB every time printing is performed. Furthermore, since access to the DB is concentrated, the performance of the entire printing system may be degraded, and it may take time to print. Therefore, the print server caches the printer information, periodically acquires the latest printer information from the DB, and updates the cache. When the print server periodically acquires printer information, the printer information acquisition timing is shifted among the print servers, and the access load to the DB can be distributed.

各プリントサーバがプリンタ情報キャッシュ更新のために、定期的にDBより最新プリンタ情報を取得した場合、プリントサーバ毎にプリンタ情報の取得のタイミングが異なるため、プリントサーバ間でプリンタ情報キャッシュに不整合が起こる。プリントサーバ内のプリンタ情報更新状況の管理を避けるために、最新情報を保持しているDBより毎回数千台にも及ぶプリンタ情報を取得することも考えられるが時間がかかってしまう。DBで保持する最新プリンタ情報とプリントサーバで保持しているプリンタ情報キャッシュとの比較を行い、未更新なものだけを取得することで取得情報量を抑えることができる。しかし、DBの大量のプリンタ情報から未更新のプリンタ情報を検索する必要があり、検索のためのDB内のディスクアクセス負荷が高くなってしまう。DBのディスクアクセスが集中するとDBからのデータ取得を待たされ、結果としてプリンタ情報取得に時間がかかることになってしまうため有効な手段とはいえない。このようにプリントサーバのプリンタ情報更新処理は負荷を増大させ、印刷システムのパフォーマンスを劣化させてしまうという課題がある。またプリントサーバによるプリンタ情報更新の負荷が高くなると、数十台のプリントサーバをクラスタ化した場合には印刷パフォーマンスが著しく低下するためクラスタ構成のスケーラビリティの制限にもなってしまう。   When each print server periodically obtains the latest printer information from the DB for updating the printer information cache, the printer information cache is inconsistent between the print servers because the timing of obtaining the printer information differs for each print server. Occur. In order to avoid the management of the printer information update status in the print server, it may be possible to acquire as many as thousands of printer information each time from the DB that holds the latest information, but this takes time. By comparing the latest printer information held in the DB with the printer information cache held in the print server and acquiring only unupdated information, the amount of acquired information can be suppressed. However, it is necessary to search unupdated printer information from a large amount of printer information in the DB, and the disk access load in the DB for searching becomes high. If the disk access of the DB is concentrated, data acquisition from the DB is awaited, and as a result, it takes time to acquire printer information, which is not an effective means. As described above, the printer information update process of the print server increases the load and causes a problem of deteriorating the performance of the printing system. In addition, when the load of updating printer information by the print server is increased, when several tens of print servers are clustered, the print performance is remarkably reduced, which limits the scalability of the cluster configuration.

上述した特許文献1の方法ではプリントサーバはジョブ情報をDBに登録し、クライアントはDBからジョブ情報を取得することによりプリントサーバの負荷を軽減することができる。しかし前述の課題のようなDBへのアクセス負荷やDB内のディスクアクセス負荷を軽減することはできない。   In the method disclosed in Patent Document 1, the print server registers job information in the DB, and the client acquires job information from the DB, thereby reducing the load on the print server. However, the access load to the DB and the disk access load in the DB as described above cannot be reduced.

また上述した特許文献2の方法では、プリントサーバがプリンタ情報のキャッシュを更新する際に、DBで保持される最新プリンタ情報との比較を行うことで、取得情報量を最低限に抑えることができる。しかしDBの大量のプリンタ情報から未更新の情報を検索する必要があり、DBのディスクアクセス負荷を軽減することができない。   In the method of Patent Document 2 described above, when the print server updates the printer information cache, the amount of acquired information can be minimized by performing comparison with the latest printer information held in the DB. . However, it is necessary to retrieve unupdated information from a large amount of printer information in the DB, and the disk access load on the DB cannot be reduced.

本発明はこのような問題点に鑑みなされたもので、印刷パフォーマンスを落とすことなくプリントサーバが保持するプリンタ情報のキャッシュを更新することを目的とする。   The present invention has been made in view of such problems, and an object thereof is to update a cache of printer information held by a print server without degrading print performance.

本発明では、プリントサーバのプリンタ情報キャッシュ更新処理において、プリントサーバとプリンタが関係する更新管理テーブルでプリントサーバのプリンタ情報更新ステータスと、プリンタ削除ステータスを保持する。更新管理テーブルを用いてプリントサーバのプリンタ情報キャッシュの更新状況を管理することを特徴とする。   In the present invention, in the printer information cache update process of the print server, the printer server update status and printer deletion status of the print server are held in the update management table related to the print server and printer. The update status of the printer information cache of the print server is managed using an update management table.

また、本発明は、プログラム及び記憶媒体としてもよい。   The present invention may be a program and a storage medium.

本発明によれば、印刷パフォーマンスを落とすことなくプリントサーバが保持するプリンタ情報のキャッシュを更新することができる。   According to the present invention, it is possible to update the cache of printer information held by the print server without degrading print performance.

次に、本発明の詳細を実施の形態の記述に従って説明する。   Next, details of the present invention will be described in accordance with the description of the embodiment.

以下、本発明の実施形態について図面に基づいて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

<実施形態1>
(システム構成)
図1は、印刷システムのシステム構成の一例を示す図である。
<Embodiment 1>
(System configuration)
FIG. 1 is a diagram illustrating an example of a system configuration of a printing system.

印刷システムは、Wide Area Network 110(以下WANと呼ぶ)を介して、印刷システムを制御するサーバシステム等とプリントデバイスとクライアント(クライアントコンピュータ)とが広域に接続されている。   In the printing system, a server system and the like that control the printing system, a printing device, and a client (client computer) are connected over a wide area via a wide area network 110 (hereinafter referred to as WAN).

DBMS104は、DataBase Management Systemであり、ストレージ105に保存されているドキュメントデータ、印刷ジョブやデバイス情報等のデータを管理する。なお、DBMS104はサーバコンピュータ等にインストールされたソフトウェアであり、サーバコンピュータのCPU等がDBMS104に基づき処理を行う。しかしながら本実施形態では説明の簡略化のためDBMS104が処理を行うものとして説明を行う。DBMS104は、他サーバから各種データの更新、取得、追加、削除等のオペレーションを受け付け、受け付けたオペレーションに応じて処理を実行する。   The DBMS 104 is a DataBase Management System, and manages data such as document data, print jobs, and device information stored in the storage 105. The DBMS 104 is software installed on a server computer or the like, and the CPU or the like of the server computer performs processing based on the DBMS 104. However, in the present embodiment, for the sake of simplification of description, the description will be made assuming that the DBMS 104 performs processing. The DBMS 104 accepts operations such as update, acquisition, addition, and deletion of various data from other servers, and executes processing in accordance with the accepted operations.

ストレージ105は、DBMS104とDAS(Direct Attached Storage)として直接接続する形態をとってもよいし、SAN(Storage Area Network)としてネットワークを介して接続する形態をとってもよい。なお、大規模な印刷システムの場合、負荷分散するため、DBMS104(又はDBMS104をインストールされたサーバコンピュータ)をクラスタ構成としたり、障害発生に備えて冗長性を持たせた構成としたりしてもよい。   The storage 105 may be directly connected to the DBMS 104 as a DAS (Direct Attached Storage), or may be connected via a network as a SAN (Storage Area Network). In the case of a large-scale printing system, in order to distribute the load, the DBMS 104 (or the server computer on which the DBMS 104 is installed) may be configured in a cluster configuration, or may be configured in a redundant manner in case a failure occurs. .

プリントサーバシステム101は、印刷システムにおけるプリントデバイスの監視や管理、印刷ジョブの制御や監視、プリントデバイスへの印刷ジョブの転送を司るサーバコンピュータで構成されたシステムである。なお、プリントサーバシステム101においても大規模な印刷システムの場合、負荷分散するため、プリントサーバシステム101をクラスタ構成としたり、障害発生に備えて冗長性を持たせた構成としたりしてもよい。   The print server system 101 is a system configured by a server computer that manages monitoring and management of a print device, control and monitoring of a print job, and transfer of a print job to the print device in the printing system. Note that in the case of a large-scale printing system, the print server system 101 may have a cluster configuration or a configuration with redundancy in preparation for failure occurrence in order to distribute the load.

また、プリントサーバシステム101は、Local Area Network 109A(以下LANと呼ぶ)を介してDBMS104やWebサーバシステム102と接続し、印刷ジョブデータや印刷制御指示、管理している印刷ジョブの情報等を交換する。   Further, the print server system 101 is connected to the DBMS 104 and the Web server system 102 via a local area network 109A (hereinafter referred to as LAN), and exchanges print job data, print control instructions, information on managed print jobs, and the like. To do.

Webサーバシステム102は、WANを介して接続する各フロントエンドのクライアント108へプリントサーバシステム101で管理している印刷ジョブの情報やDBMS104で管理しているドキュメント情報を送信する。Webサーバシステム102は、サーバコンピュータで構成されたシステムであり、負荷分散するため、クラスタ構成としたり、障害発生に備えて冗長性を持たせた構成としたりしてもよい。   The Web server system 102 transmits print job information managed by the print server system 101 and document information managed by the DBMS 104 to each front-end client 108 connected via the WAN. The Web server system 102 is a system composed of server computers. In order to distribute the load, the Web server system 102 may have a cluster configuration or a configuration with redundancy in preparation for failure occurrence.

また、Webサーバシステム102は、クライアント108やプリントデバイス107からの印刷指示、印刷ジョブの操作を受け付け、プリントサーバシステム101へ指示を転送する。また、Webサーバシステム102は、後述するディレクトリサーバ103と連携してクライアント108やプリントデバイス107からのログインの認証管理を行う。Webサーバシステム102は、予めシステム設計者か若しくはドキュメント生成者が設定したユーザの権限情報を保持している。権限情報としては、例えばドキュメントの参照、印刷、削除権限、あるデバイスへの印刷権限、印刷ジョブの削除権限等がある。また、このユーザの権限情報はWebサーバシステム102で保存、管理してもよいし、DBMS104で保存、管理してもよい。   The Web server system 102 receives a print instruction and print job operation from the client 108 and the print device 107, and transfers the instruction to the print server system 101. In addition, the Web server system 102 performs login authentication management from the client 108 and the print device 107 in cooperation with a directory server 103 described later. The Web server system 102 holds user authority information set in advance by a system designer or a document creator. The authority information includes, for example, document reference, printing, deletion authority, printing authority for a certain device, and print job deletion authority. The user authority information may be stored and managed by the Web server system 102 or may be stored and managed by the DBMS 104.

ディレクトリサーバ103は、例えばユーザ名及びパスワードの組み合わせ等によってユーザの認証管理を行うサーバコンピュータである。なお、各ユーザはそれぞれドメイングループに参加するような構成としてもよい。例えば、Webサーバシステム102、又はDBMS104は、ドメイングループの権限をユーザ単体の権限とは違う範囲でドメイングループの権限情報等に設定することもできる。また、例えば、Webサーバシステム102は、ユーザを複数のドメイングループに参加できるようにユーザ情報、又はグループ情報等を設定してもよい。   The directory server 103 is a server computer that performs user authentication management using, for example, a combination of a user name and a password. Each user may be configured to participate in a domain group. For example, the Web server system 102 or the DBMS 104 can set the authority of the domain group in the authority information of the domain group in a range different from the authority of a single user. Further, for example, the web server system 102 may set user information, group information, or the like so that the user can participate in a plurality of domain groups.

プリントデバイス107A、107B、107C及び107Dは、印刷デバイス(以下、プリントデバイス107と呼ぶ)である。各プリントデバイスは、図示省略したネットワークインタフェースを介しLAN109B若しくはLAN109Cに接続されている。またLAN109B若しくはLAN109CはWAN110と接続しており、プリントデバイス107は、このLAN及びWANを介してプリントサーバシステム101やWebサーバシステム102と通信を行うことができる。このプリントデバイス107としては電子写真方式を採用したレーザービームプリンタやインクジェット方式を採用したインクジェットプリンタ等の画像処理装置を適宜適用することができる。   The print devices 107A, 107B, 107C, and 107D are printing devices (hereinafter referred to as the print device 107). Each print device is connected to the LAN 109B or LAN 109C via a network interface (not shown). The LAN 109B or LAN 109C is connected to the WAN 110, and the print device 107 can communicate with the print server system 101 and the Web server system 102 via the LAN and WAN. As the print device 107, an image processing apparatus such as a laser beam printer adopting an electrophotographic method or an ink jet printer adopting an ink jet method can be appropriately applied.

クライアント108A、108B、108C及び108Dは情報処理を行うためのクライアントコンピュータ(以下、クライアント108と呼ぶ)である。各クライアント108は、図示省略したネットワークインタフェースを介しLAN109B若しくはLAN109Cに接続されている。またLAN109B若しくはLAN109CはWAN110と接続しており、クライアント108は、このLAN及びWANを介して各種サーバシステムと通信を行うことができる。クライアント108は、それぞれ永続記憶装置を接続したコンピュータであってもよいし、一時記憶装置のみによって構成されたThin Client構成のコンピュータであってもよい。   Clients 108A, 108B, 108C and 108D are client computers (hereinafter referred to as clients 108) for performing information processing. Each client 108 is connected to the LAN 109B or the LAN 109C via a network interface (not shown). The LAN 109B or LAN 109C is connected to the WAN 110, and the client 108 can communicate with various server systems via the LAN and WAN. Each of the clients 108 may be a computer to which a permanent storage device is connected, or may be a computer with a Thin Client configuration configured only by a temporary storage device.

(サーバコンピュータ及びクライアントコンピュータのハードウェア構成)
図2は、サーバコンピュータ、又はクライアントコンピュータのハードウェア構成の一例を示す図である。
(Hardware configuration of server computer and client computer)
FIG. 2 is a diagram illustrating an example of a hardware configuration of a server computer or a client computer.

CPU203は、HDD206に記憶されたプログラムをRAM205に読み込み、このプログラムに基づき処理を実行することによって、本装置(サーバコンピュータ、又はクライアントコンピュータ)上の各処理を司る。ROM204は、本装置の各処理に関わるプログラムやデータを記憶し、書換え不可能である。RAM205は、本装置の各処理に関わる一時的なデータを電気的に記憶でき、かつ書き換え可能である。本装置の各処理に関わるプログラムやデータ、及び一時的なデータ等はHDD206に記憶される。入力装置207は、本装置への指示入力を受け付けるキーボードやポインティングデバイスである。表示装置208は、本装置の動作状況や、本装置上で動作する各プログラムが出力する情報を表示する。NetworkI/F202は、ネットワーク経由でLAN及びインターネットに接続し、外部と情報交換を行う。外部機器I/F201は外部記憶機器等を接続する。   The CPU 203 controls each process on this apparatus (server computer or client computer) by reading a program stored in the HDD 206 into the RAM 205 and executing a process based on this program. The ROM 204 stores programs and data related to each process of the present apparatus and cannot be rewritten. The RAM 205 can electrically store temporary data related to each process of the apparatus and can be rewritten. Programs and data related to each process of the apparatus, temporary data, and the like are stored in the HDD 206. The input device 207 is a keyboard or a pointing device that receives an instruction input to the apparatus. The display device 208 displays the operation status of the apparatus and information output by each program operating on the apparatus. A network I / F 202 connects to a LAN and the Internet via a network and exchanges information with the outside. The external device I / F 201 connects an external storage device or the like.

(プリントデバイスのハードウェア構成)
図3は、プリントデバイスのハードウェア構成の一例を示す図である。
(Hardware configuration of print device)
FIG. 3 is a diagram illustrating an example of a hardware configuration of the print device.

イメージリーダ302は、原稿給送部301で原稿を読み込む。イメージリーダ302及び画像形成部303は、読み込んだ原稿や、ネットワーク経由で受信したデータを印刷画像に変換・印刷出力する。排紙部304は印刷出力した紙を排出し、ソートやステイプル等の処理を施す。NetworkI/F305はネットワーク経由でLAN及びインターネットに接続し、外部と情報交換を行う。CPU306は、ROM307、又はHDD309に記憶されたプログラムをRAM308に読み込み、このプログラムに基づき処理を実行することによって、本装置(プリントデバイス)上の各処理を司る。不揮発性記憶手段のROM307は本装置の各処理に関わるプログラムやデータを記憶する。書き換え可能なRAM308は本装置の各処理に関わる一時的なデータを電気的に記憶する。HDD309は本装置の各処理に関わるプログラムやデータ、及び一時的なデータ等を記憶する。操作部310は、後述する画面を表示したり、画面を介したユーザの操作指示を受け付けたりする。   The image reader 302 reads a document with the document feeding unit 301. The image reader 302 and the image forming unit 303 convert the read original and data received via the network into a print image and print out the print image. A paper discharge unit 304 discharges the printed paper and performs processing such as sorting and stapling. A network I / F 305 connects to a LAN and the Internet via a network and exchanges information with the outside. The CPU 306 controls each process on the apparatus (print device) by reading a program stored in the ROM 307 or the HDD 309 into the RAM 308 and executing a process based on the program. A ROM 307 serving as a nonvolatile storage unit stores programs and data related to each process of the apparatus. A rewritable RAM 308 electrically stores temporary data related to each process of the apparatus. The HDD 309 stores programs and data related to each process of the apparatus, temporary data, and the like. The operation unit 310 displays a screen to be described later, and receives a user operation instruction via the screen.

(プリントデバイス)
図4は、プリントデバイスのソフトウェア構成及びハードウェア構成の一部を階層的に示す図である。図4において、画像形成部413は、図3の画像形成部303に対応し、紙のハンドリングや画像転写・定着等の一連の画像形成プロセスを実行して、記録紙等の記録媒体上に画像を形成する。この画像形成部413は、例えばインクジェットプリンタや電子写真方式の画像形成ユニットを備えている。
(Print device)
FIG. 4 is a diagram hierarchically showing a part of the software configuration and hardware configuration of the print device. In FIG. 4, an image forming unit 413 corresponds to the image forming unit 303 in FIG. Form. The image forming unit 413 includes, for example, an ink jet printer or an electrophotographic image forming unit.

画像読み取り部417は、図3のイメージリーダ302に対応し、スキャナ等を備え、原稿画像を光学的に読み取ってディジタル画像情報に変換する。また、画像読み取り部417は、ディジタル画像情報を、画像形成部413に出力して画像を形成させたり、又はファックス部412やネットワークインタフェース部414等に渡して回線を介して伝送させたりする。   The image reading unit 417 corresponds to the image reader 302 in FIG. 3 and includes a scanner or the like, and optically reads a document image and converts it into digital image information. Further, the image reading unit 417 outputs digital image information to the image forming unit 413 to form an image, or passes the digital image information to the fax unit 412, the network interface unit 414 or the like and transmits the digital image information via a line.

デバイスコントローラ410は、画像形成部413と、画像読み取り部417とのそれぞれの動作を制御し、例えば画像読み取り部417で読み取った原稿情報を画像形成部413で複写するよう制御する。また、デバイスコントローラ410は、ネットワークインタフェース部414、プリント処理部415、ファックス部412、操作部制御部411を有し、これら各部の間での情報のやり取りも制御する。なお、デバイスコントローラ410は、図3のCPU306、ROM307、RAM308、HDD309等に対応する。   The device controller 410 controls the operations of the image forming unit 413 and the image reading unit 417, for example, controls the image forming unit 413 to copy the document information read by the image reading unit 417. The device controller 410 also includes a network interface unit 414, a print processing unit 415, a fax unit 412, and an operation unit control unit 411, and also controls the exchange of information between these units. The device controller 410 corresponds to the CPU 306, the ROM 307, the RAM 308, the HDD 309, and the like in FIG.

ファックス部412は、ファクシミリ画像の送受信、即ち、画像読み取り部417で読み取ったディジタル画像情報を送信したり、また逆に、受信したファクシミリ信号を復号し、画像形成部413で記録したりする等の処理を実行する。   The fax unit 412 transmits / receives facsimile images, that is, transmits digital image information read by the image reading unit 417, and conversely decodes received facsimile signals and records them by the image forming unit 413. Execute the process.

操作部制御部411は、操作部310の操作パネルを使用したユーザの操作に応じた信号を発生したり、また操作部310(又は表示部)等に各種データやメッセージ等を表示したりするよう、制御を行う。   The operation unit control unit 411 generates a signal corresponding to a user operation using the operation panel of the operation unit 310, and displays various data, messages, and the like on the operation unit 310 (or display unit). Control.

プリント処理部415は、例えばネットワークインタフェース部414を介して入力された印刷データを処理して画像形成部413に出力し、印刷する等の制御を行う。ネットワークインタフェース部414は、通信回線を介して他の通信端末との間のデータの送受信を制御する。   The print processing unit 415 performs control such as processing print data input via the network interface unit 414, outputting the processed data to the image forming unit 413, and printing. The network interface unit 414 controls data transmission / reception with other communication terminals via a communication line.

仮想マシン(Virtual Machine)405は、デバイスコントローラ410の上位に位置し、この仮想マシン405からデバイスコントローラ410を制御できるように構成されている。   A virtual machine (Virtual Machine) 405 is positioned above the device controller 410 and is configured to be able to control the device controller 410 from the virtual machine 405.

また、ネットワークインタフェース部414は、デバイスコントローラ410と、仮想マシン405との双方から直接利用でき、それぞれ独立して外部ネットワークにアクセスすることができるよう構成されている。   The network interface unit 414 can be directly used by both the device controller 410 and the virtual machine 405, and is configured to be able to access an external network independently.

更に、仮想マシン405の上位には、仮想マシン405が提供するAPI(Application Programming Interface)に対応したプログラミング言語で記述されたアプリケーションが存在している。これらのアプリケーション(401、402、403)は、仮想マシン405を介して間接的にデバイスコントローラ410に働きかけることができ、また画像形成部413や画像読み取り部417を動作させることができる。さらに、これらのアプリケーション仮想マシン405上からアンインストールしたり、更に新たにアプリケーション404としてインストールしたりする事が可能なように構成されている。   Furthermore, an application described in a programming language corresponding to an API (Application Programming Interface) provided by the virtual machine 405 exists above the virtual machine 405. These applications (401, 402, 403) can indirectly act on the device controller 410 via the virtual machine 405, and can operate the image forming unit 413 and the image reading unit 417. Further, the application virtual machine 405 can be uninstalled or further installed as an application 404.

また、上述したアプリケーションは本実施形態としてはプリントデバイス107にインストールされるアプリケーションとして説明したが、ハードウェアとして備えられていてもよい。また外部装置としてプリントデバイス107と通信可能に接続されたコンピュータ上のアプリケーションとして備えていてもよい。   Moreover, although the application mentioned above was demonstrated as an application installed in the print device 107 as this embodiment, you may be provided as hardware. Further, it may be provided as an application on a computer that is communicably connected to the print device 107 as an external device.

外部記憶装置制御部416は、画像読み取り部417で読み取った画像を画像形成部413で外部記憶装置に保存可能なデータフォーマットに変換させ、この変換させた画像を外部記憶装置に保存する。また、外部記憶装置制御部416は、外部記憶装置に保存したデータを読み出し、画像形成部413を介して印刷処理を行ったり、ネットワークインタフェース部414を介して外部にネットワーク送信したりする。   The external storage device control unit 416 converts the image read by the image reading unit 417 into a data format that can be stored in the external storage device by the image forming unit 413, and stores the converted image in the external storage device. The external storage device control unit 416 reads data stored in the external storage device, performs print processing via the image forming unit 413, and transmits the data to the outside via the network interface unit 414.

また、本実施形態においてはプリントデバイス107へのログイン手段としてICカードリーダ418が通信可能に接続されており、このICカードリーダ418を介してユーザのアカウント情報を認証アプリケーション403に通知することが可能である。なお、ログイン手段としては他の手段でもよく、例えば、操作部制御部411が管理する操作部(デバイスパネル)から入力する手段でもよい。   In this embodiment, an IC card reader 418 is communicably connected as a log-in means to the print device 107, and user account information can be notified to the authentication application 403 via the IC card reader 418. It is. The login means may be other means, for example, a means for inputting from an operation unit (device panel) managed by the operation unit control unit 411.

(Webサーバシステム)
Webサーバシステム102は上述したとおり、負荷分散するためのクラスタ構成が通例であり、複数のWebサーバコンピュータから構成される。WebサーバコンピュータにインストールされているWebサーバはWWW(World Wide Web)システムにおいて情報通信を行うサーバであり、ソフトウェアである。
(Web server system)
As described above, the Web server system 102 typically has a cluster configuration for load distribution, and includes a plurality of Web server computers. A Web server installed in the Web server computer is a server that performs information communication in a WWW (World Wide Web) system, and is software.

Webサーバシステム102は、以下の機能を備える。   The Web server system 102 has the following functions.

フロントエンドのクライアント108からのログインによってユーザアカウント情報(ユーザ名)及びパスワードを得て、ディレクトリサーバ103へ認証を行う。ログイン認証に成功すると、ユーザのドキュメントの参照権限を承認する。承認された参照権限にしたがってDBMS104からドキュメントの情報を取得し、ログインしているクライアント108へ情報を送信する。また、クライアント108からのドキュメントの印刷指示を得て、ドキュメントIDを付与した印刷指示をプリントサーバシステム101へ送信する。   User account information (user name) and password are obtained by login from the front-end client 108, and the directory server 103 is authenticated. If login authentication is successful, the user's permission to view documents is approved. Document information is acquired from the DBMS 104 according to the approved reference authority, and the information is transmitted to the logged-in client 108. Also, a document print instruction from the client 108 is obtained, and a print instruction to which a document ID is assigned is transmitted to the print server system 101.

上述した参照権限の承認ポリシーとしては、例えば所属するドメイン全てのユーザのドキュメントが参照可能であるポリシーや、ユーザ本人のドキュメントのみ参照可能等のポリシー等がある。また、それらは印刷システムを導入するユーザのポリシーによって柔軟に設計可能である。また、Webサーバシステム102は、この承認について、ドキュメントの参照のみでなく、ドキュメントの印刷権限、印刷ジョブの削除権限、プロモート権限等の権限設定が可能である。   As the above-mentioned approval policy for the reference authority, there are, for example, a policy that can refer to documents of users in all the domains to which the user belongs, a policy that can refer only to the user's own documents, and the like. Moreover, they can be designed flexibly according to the policy of the user who introduces the printing system. Further, the Web server system 102 can set not only the document reference but also authority settings such as document print authority, print job deletion authority, and promote authority for this approval.

Webサーバへのアクセスを行うクライアントはプリントデバイス107上の仮想マシン405にインストールされた認証アプリケーションとプルプリントアプリケーションでもよい。その場合には、認証アプリケーションからのログインをWebサーバが受け付けて認証・承認を行い、承認されたドキュメント情報をプルプリントアプリケーションが受信し、プルプリントアプリケーションからWebサーバへ印刷指示を行う。   The client that accesses the Web server may be an authentication application installed in the virtual machine 405 on the print device 107 and a pull print application. In that case, the Web server accepts login from the authentication application, performs authentication and approval, the approved document information is received by the pull print application, and a print instruction is issued from the pull print application to the Web server.

(DBMS)
DBMS104はカード型、リレーショナル型、オブジェクト型等の様々なデータ管理方法を採用することができる。本実施形態においてDBMS104は最も広く普及しているリレーショナル型として説明を行う。DBMS104は、ドキュメント情報、デバイス情報、デバイス情報更新管理情報、プリントサーバ起動状況管理情報をテーブル情報として保持している。
(DBMS)
The DBMS 104 can employ various data management methods such as a card type, a relational type, and an object type. In the present embodiment, the DBMS 104 will be described as the most widespread relational type. The DBMS 104 holds document information, device information, device information update management information, and print server activation status management information as table information.

ドキュメントテーブルは、ドキュメントの識別子であるドキュメントID、ドキュメント名、ドキュメントの登録者のユーザ名などからなる。ジョブテーブルは、ドキュメントID、ジョブID、印刷指示を行ったユーザ名、印刷ジョブのステータスなどからなる。   The document table includes a document ID, which is a document identifier, a document name, a user name of a document registrant, and the like. The job table includes a document ID, a job ID, the name of the user who issued the print instruction, the status of the print job, and the like.

図5は、デバイス情報500の一例を示す図である。デバイス情報500は、デバイス名501、デバイスの通信先アドレス502、通信ポート番号503、印刷データの転送方式504及びデバイスのステータス505などからなる。印刷データの転送方式504は例えば、データをストリームとしてTCP/IPにより連続送信するRAW,LPR(Line PRinter deamon protocol)、HTTPにより送信する方法等がある。   FIG. 5 is a diagram illustrating an example of the device information 500. The device information 500 includes a device name 501, a device communication destination address 502, a communication port number 503, a print data transfer method 504, a device status 505, and the like. The print data transfer method 504 includes, for example, a RAW, LPR (Line Printer Demonstration Protocol), which continuously transmits data as a stream by TCP / IP, and a method of transmitting by HTTP.

図6は、デバイス情報更新管理テーブル600の一例を示す図である。デバイス情報更新管理情報はデバイス名601、削除フラグ602、プリントサーバ名603、更新済みフラグ604からなる。デバイス名601にはデバイス情報変更が行われたデバイス名が入る。削除フラグ602にはデバイス情報変更がデバイス削除なのかどうかを判断するフラグである。デバイス情報削除が行われた場合に削除フラグ602をTRUEにし、デバイス情報変更やデバイス情報追加の場合にはFALSEが格納される。プリントサーバ名603には後述するデバイス情報キャッシュを更新する必要があるプリントサーバ名が入る。更新済みフラグ604とは変更されたデバイス情報をプリントサーバが取得したかどうかのフラグである。プリントサーバが変更されたデバイス情報を取得し後述するデバイス情報キャッシュを更新すればTRUE、更新されていない場合にはFALSEが格納される。   FIG. 6 is a diagram illustrating an example of the device information update management table 600. The device information update management information includes a device name 601, a deletion flag 602, a print server name 603, and an updated flag 604. The device name 601 contains the name of the device whose device information has been changed. The deletion flag 602 is a flag for determining whether the device information change is a device deletion. The deletion flag 602 is set to TRUE when the device information is deleted, and FALSE is stored when the device information is changed or the device information is added. The print server name 603 contains the name of the print server that needs to update the device information cache described later. An updated flag 604 is a flag indicating whether or not the print server has acquired changed device information. If the print server acquires the changed device information and updates a device information cache described later, TRUE is stored. If not updated, FALSE is stored.

削除フラグ602と更新済みフラグ604が取り得る値について本実施例ではTRUE/FALSEの2値としているが、数字や文字列などの多値として削除状況や変更状況のステータスを保持してもよくデータ保持の仕方は問わない。   The values that can be taken by the deletion flag 602 and the updated flag 604 are two values of TRUE / FALSE in this embodiment. However, the status of the deletion status or the change status may be held as multiple values such as numbers and character strings. It doesn't matter how you hold it.

図7は、プリントサーバ起動状況管理テーブル700の一例を示す図である。プリントサーバ起動状況管理情報は、プリントサーバ名701と稼動フラグ702からなる。稼動フラグ702とはプリントサーバが稼動しているかどうかのフラグであり、稼動中の場合にTRUE、停止している場合にFALSEが格納される。   FIG. 7 is a diagram illustrating an example of the print server activation status management table 700. The print server activation status management information includes a print server name 701 and an operation flag 702. The operation flag 702 is a flag indicating whether or not the print server is operating, and stores TRUE when the print server is operating, and FALSE when it is stopped.

稼動フラグ702が取り得る値について本実施例ではTRUE/FALSEの2値としているが、数字や文字列などの多値として稼動状況のステータスを保持してもよくデータ保持の方法は問わない。   In this embodiment, the values that the operation flag 702 can take are set to TRUE / FALSE. However, the status of the operation status may be held as multiple values such as numbers and character strings, and the data holding method is not limited.

(プリントサーバシステム)
図8は、プリントサーバシステム101のシステム構成の一例を示す図である。
(Print server system)
FIG. 8 is a diagram illustrating an example of the system configuration of the print server system 101.

図8に示されるように本実施形態のプリントサーバシステム101は、複数台のプリントサーバ(プリントサーバコンピュータ)801がLAN109Aと負荷分散するためのスイッチ機構であるロードバランサ802とを介して接続されている。ロードバランサ802は、複数台のプリントサーバ801の負荷状況を把握し、負荷のかかっていないプリントサーバ801に対してリクエスト(要求)を優先的に発行し、負荷分散を行う。負荷状況の把握方法としては、単純にリクエストを順次、各プリントサーバ801に回していくラウンドロビン方法や、規定のリクエストを定期的に各プリントサーバ801に送出し、返信までかかった時間を負荷として判断する方法等がある。   As shown in FIG. 8, the print server system 101 of this embodiment is connected to a plurality of print servers (print server computers) 801 via a load balancer 802 that is a switch mechanism for load distribution with the LAN 109A. Yes. The load balancer 802 grasps the load status of a plurality of print servers 801, issues a request (request) preferentially to the print server 801 that is not loaded, and distributes the load. As a method for grasping the load status, a round robin method in which requests are sequentially sent to each print server 801 or a predetermined request is periodically sent to each print server 801, and the time taken until a reply is used as a load. There are methods to judge.

プリントサーバ801の機能構成について説明する。   A functional configuration of the print server 801 will be described.

プリントサーバ801は、機能構成として、API803、DBドライバ804、ジョブマネージャ805、デバイスマネージャ806を含む。   The print server 801 includes an API 803, a DB driver 804, a job manager 805, and a device manager 806 as functional configurations.

API803は、Applcation Program Interfaceである。API803は、Webサーバシステム102や他の印刷可能なドキュメントを生成するサーバからのドキュメント登録、ドキュメントの印刷リクエストや印刷ジョブの制御リクエストを受け付ける。この他の印刷可能なドキュメントを生成するサーバとしては、例えば定型帳票を作成するような帳票サーバや、ユーザのドキュメントを一括管理するドキュメント管理サーバ等がある。   API 803 is an Application Program Interface. The API 803 accepts document registration, document print requests, and print job control requests from the Web server system 102 or other servers that generate printable documents. Other servers that generate printable documents include, for example, a form server that creates a fixed form, a document management server that collectively manages user documents, and the like.

DBドライバ804は、ドキュメント登録リクエストを受けて、DBMS104へドキュメントを登録する場合や、印刷リクエストを受けて印刷データをDBMS104から取得する場合等、DBMS104との通信を行うモジュールである。   The DB driver 804 is a module that communicates with the DBMS 104 when receiving a document registration request and registering a document in the DBMS 104 or when receiving a print request and acquiring print data from the DBMS 104.

ジョブマネージャ805は、以下の機能を有する。   The job manager 805 has the following functions.

API803で受け付けたドキュメントを、DBドライバ804を介してDBMS104へ登録する。API803で印刷リクエストを受け付けると、DBドライバ804を介してDBMS104から印刷するドキュメントデータを取得し印刷ジョブとして管理する。また取得したドキュメントを印刷すべきプリントデバイス107へ印刷するよう、後述するデバイスマネージャ806へ指示する。   The document received by the API 803 is registered in the DBMS 104 via the DB driver 804. When the API 803 receives a print request, the document data to be printed is acquired from the DBMS 104 via the DB driver 804 and managed as a print job. Further, the device manager 806 described later is instructed to print the acquired document on the print device 107 to be printed.

デバイスマネージャ806は、DBドライバ804を用いてDBMS104で保持しているデバイス情報500を定期的に取得しデバイス情報キャッシュとして保持している。本実施例ではデバイス情報キャッシュはDBMS104で保持しているデバイス情報500と同じとしているが、デバイスマネージャ806で必要とする情報に絞ってもよい。   The device manager 806 periodically acquires the device information 500 held by the DBMS 104 using the DB driver 804 and holds it as a device information cache. In this embodiment, the device information cache is the same as the device information 500 held in the DBMS 104, but it may be limited to information required by the device manager 806.

デバイスマネージャ806は、ジョブマネージャ805から印刷データの送信リクエストを受け付けると、デバイス情報キャッシュを元にプリントデバイス107への印刷を開始する。   Upon receiving a print data transmission request from the job manager 805, the device manager 806 starts printing to the print device 107 based on the device information cache.

(デバイス情報キャッシュの更新フロー)
図9にプリントサーバ801で保持するデバイス情報キャッシュの更新フローを示す。プリントサーバ801が保持するデバイス情報キャッシュはプリントサーバ801の起動時にDBMS104より最新のデバイス情報500を取得しキャッシュする。起動中はDBへの負荷や印刷パフォーマンスを考慮し、定期的にデバイス情報キャッシュの更新を行っている。
(Device information cache update flow)
FIG. 9 shows an update flow of the device information cache held in the print server 801. The device information cache held by the print server 801 acquires and caches the latest device information 500 from the DBMS 104 when the print server 801 is activated. During startup, the device information cache is periodically updated in consideration of the load on the DB and printing performance.

プリントサーバ801はデバイス情報キャッシュを更新するタイミングが来ると、まずDBMS104で保持するデバイス情報更新管理テーブル600より自プリントサーバ名で登録されている全レコードを取得する(F901)。そしてF902〜F908において取得した全レコードを1レコードずつ処理する。まずF903において更新済みフラグ604の確認を行う。更新済みフラグ604がTRUEの場合にはすでにデバイス情報キャッシュを更新済みとして次のレコード処理へ移る。更新済みフラグ604がFALSEの場合にはデバイス情報キャッシュの更新処理を行う。デバイス情報キャッシュの更新処理において、削除フラグ602を確認し(F904)、TRUEの場合にはデバイス情報キャッシュの削除する(F905)。削除フラグ602がFALSEの場合にはDBMS104より最新のデバイス情報500を取得し(F906)、デバイス情報キャッシュを更新する(F907)。   When it is time to update the device information cache, the print server 801 first obtains all records registered with its own print server name from the device information update management table 600 held in the DBMS 104 (F901). Then, all records acquired in F902 to F908 are processed one record at a time. First, in F903, the updated flag 604 is confirmed. If the updated flag 604 is TRUE, the device information cache is already updated and the process moves to the next record process. When the updated flag 604 is FALSE, the device information cache is updated. In the device information cache update process, the deletion flag 602 is confirmed (F904), and in the case of TRUE, the device information cache is deleted (F905). When the deletion flag 602 is FALSE, the latest device information 500 is acquired from the DBMS 104 (F906), and the device information cache is updated (F907).

デバイス情報更新管理テーブル600に追加されるレコード変更があったデバイス情報500についてのみである。したがってデバイス情報更新管理テーブル600を参照することによりプリントサーバ801は必要なデバイス情報500のみを取得しデバイス情報キャッシュを更新することができる。   This is only the device information 500 that has a record change added to the device information update management table 600. Therefore, by referring to the device information update management table 600, the print server 801 can acquire only the necessary device information 500 and update the device information cache.

(システム管理サーバ)
図10はシステム管理サーバ106の機能構成を示した図である。
(System management server)
FIG. 10 is a diagram showing a functional configuration of the system management server 106.

システム管理サーバ106は機能構成としてDBドライバ1001、プリントサーバマネージャ1002、デバイス情報変更受付部1003、デバイス情報更新管理マネージャ1004を含む。   The system management server 106 includes a DB driver 1001, a print server manager 1002, a device information change receiving unit 1003, and a device information update management manager 1004 as functional configurations.

DBドライバ1001はシステム管理サーバ106がDBMS104で保持している情報を操作(取得、更新、追加、削除など)する場合にDBMS104と通信を行うモジュールである。   The DB driver 1001 is a module that communicates with the DBMS 104 when operating (acquiring, updating, adding, deleting, etc.) information held in the DBMS 104 by the system management server 106.

プリントサーバマネージャ1002はプリントサーバ801の起動状況の確認を行い、停止しているの場合にはプリントサーバ起動状況管理テーブル700の該当プリントサーバ名701に対応する稼動フラグ702をFALSEにする。プリントサーバ801の起動状況の確認は一般的に定期的に時間間隔で行われる。起動状況を確認する手段としてはPing応答の有無やTCP/IPにおけるACKの応答の有無などがあるが、手段は問わない。またプリントサーバ801が印刷システムに新たに追加された場合には、プリントサーバ起動状況管理テーブル700に追加されたプリントサーバ名701と稼動フラグ702がTRUEのレコードを追加する。プリントサーバ801が印刷システムから削除された場合には、プリントサーバ起動状況管理テーブル700とデバイス情報更新管理テーブル600より該当レコードを削除する。システム管理サーバ106が管理するプリントサーバ801の台数の変更手段としては、ツールを準備しファイルから読み込ませる。プリントサーバ801の台数変更手段は、Webサーバシステム102がユーザオペレーションを受け付けシステム管理サーバ106へ通知する方法や初期化ファイルを変更し再起動する方法が考えられ、手段は問わない。   The print server manager 1002 confirms the activation status of the print server 801. If the print server manager 1002 is stopped, the operation flag 702 corresponding to the corresponding print server name 701 in the print server activation status management table 700 is set to FALSE. Confirmation of the activation status of the print server 801 is generally performed at regular time intervals. Means for confirming the activation status includes the presence or absence of a Ping response or the presence or absence of an ACK response in TCP / IP, but the means is not limited. Further, when the print server 801 is newly added to the printing system, the print server name 701 and the operation flag 702 added to the print server activation status management table 700 add a record of TRUE. When the print server 801 is deleted from the printing system, the corresponding record is deleted from the print server activation status management table 700 and the device information update management table 600. As means for changing the number of print servers 801 managed by the system management server 106, a tool is prepared and read from a file. As a means for changing the number of print servers 801, a method in which the Web server system 102 accepts a user operation and notifies the system management server 106 or a method in which an initialization file is changed and restarted can be considered.

デバイス情報変更受付部1003はデバイス情報変更を受け付け、DBMS104が保持するデバイス情報500の更新を行う。デバイス情報変更を受け付ける手段としてはWebサーバシステム102がシステム管理サーバ106へ通知する。デバイス情報変更手段としてはツールによりファイルから読み込ませる方法や、初期化ファイルを変更し再起動する方法が考えられるが手段は問わない。デバイス情報変更受付部はデバイス情報500の変更を受け付けたら後述するデバイス情報更新管理マネージャ1004に通知する。通知される情報としてはデバイス情報500の変更があったデバイス名と変更、追加、削除のデバイス情報変更のオペレーションである。   The device information change receiving unit 1003 receives a device information change and updates the device information 500 held by the DBMS 104. The Web server system 102 notifies the system management server 106 as means for accepting device information change. Device information changing means may be a method of reading from a file by a tool or a method of changing an initialization file and restarting, but any means may be used. When the device information change accepting unit accepts the change of the device information 500, it notifies the device information update management manager 1004 described later. Information to be notified includes the device name in which the device information 500 has been changed and the operation of changing, adding, or deleting device information.

デバイス情報更新管理マネージャ1004はDBMS104が保持するデバイス情報更新管理テーブル600のテーブル操作を行う。デバイス情報変更受付部1003によりデバイス情報更新を通知された場合DBドライバ1001を使用しデバイス情報更新管理テーブル1004の操作を行う。また定期的にデバイス情報更新管理テーブル600にアクセスし、不要なレコードの削除を行う。   The device information update management manager 1004 performs a table operation of the device information update management table 600 held by the DBMS 104. When device information update is notified by the device information change receiving unit 1003, the DB driver 1001 is used to operate the device information update management table 1004. In addition, the device information update management table 600 is periodically accessed to delete unnecessary records.

(デバイス情報更新時のデバイス情報更新管理テーブル600の操作)
図11にデバイス情報更新管理マネージャ1004がデバイス情報変更受付部1003からデバイス情報500の変更の通知を受けた時のフローチャートを示す。まずF1101においてデバイス情報変更受付部1003からデバイス情報変更の通知を受け取ると、プリントサーバ起動状況管理テーブル700より稼動フラグ702がTRUEとなっているレコードを取得する(F1102、F1103)。F1102、F1103におけるレコードの取得は全レコードを取得しシステム管理サーバ106内で稼動フラグ702の確認を行ってもよいし、DBMS104の検索機能を用いて稼動フラグ702がTRUEとなっているレコードのみを取得してもよい。次にF1104〜F1112においては稼動フラグ702がTRUEである稼動中の全プリントサーバ801について処理を行う。まずF1105においてデバイス情報更新管理テーブル600より稼動中のプリントサーバ名とデバイス情報の変更があったデバイス名で検索し該当するレコードを取得する。F1106において検索の結果、該当するレコードが存在しなかった場合、デバイス情報変更受け付け処理F1101におけるオペレーションによりデバイス情報変更管理テーブル600に追加するレコードが異なる。デバイス情報500の変更または追加だった場合にはデバイス名、削除フラグ602はFALSE、プリントサーバ名、更新済みフラグ604はFALSEのレコードを追加する(F1108)。一方、デバイス情報500の削除だった場合にはデバイス名、削除フラグ602はTRUE、プリントサーバ名、更新済みフラグ604はFALSEのレコードを追加する(F1109)。F1105、F1106においてデバイス情報更新管理テーブル600に該当レコードが存在する場合には、そのレコードの更新済みフラグ604を確認する(F1110)。そしてF1110において更新済みフラグ604がTRUEだった場合には更新済みフラグ604をFALSEに変更する(F1111)。更新済みフラグ604がFALSEだった場合には、デバイス情報変更管理テーブル600の更新を行わずF1112で次の処理に移る。F1104〜F1112において稼動中である全てのプリントサーバ801についての処理を行い、デバイス情報更新時のデバイス情報更新テーブル600更新処理を終了する。
(Operation of Device Information Update Management Table 600 when Updating Device Information)
FIG. 11 shows a flowchart when the device information update management manager 1004 receives a notification of change of the device information 500 from the device information change accepting unit 1003. First, when a device information change notification is received from the device information change accepting unit 1003 in F1101, a record in which the operation flag 702 is TRUE is acquired from the print server activation status management table 700 (F1102, F1103). The records in F1102 and F1103 may be obtained by acquiring all records and confirming the operation flag 702 in the system management server 106, or by using the search function of the DBMS 104 and only records for which the operation flag 702 is TRUE. You may get it. Next, in F1104 to F1112, processing is performed for all active print servers 801 whose operation flag 702 is TRUE. First, in F1105, the device information update management table 600 is searched for the name of the active print server and the device name in which the device information has been changed, and the corresponding record is acquired. If the corresponding record does not exist as a result of the search in F1106, the record to be added to the device information change management table 600 differs depending on the operation in the device information change acceptance process F1101. If the device information 500 is changed or added, a device name, delete flag 602 is added to FALSE, a print server name, and an updated flag 604 is added to a FALSE record (F1108). On the other hand, if the device information 500 is deleted, a device name, delete flag 602 is TRUE, print server name, and updated flag 604 is a FALSE record (F1109). If the corresponding record exists in the device information update management table 600 in F1105 and F1106, the updated flag 604 of the record is confirmed (F1110). If the updated flag 604 is TRUE in F1110, the updated flag 604 is changed to FALSE (F1111). If the updated flag 604 is FALSE, the device information change management table 600 is not updated, and the process proceeds to the next process in F1112. Processing for all the print servers 801 in operation in F1104 to F1112 is performed, and the device information update table 600 update processing at the time of device information update is terminated.

(デバイス情報更新管理テーブル600の定期的な整理)
図12にデバイス情報更新管理マネージャ1004が定期的にデバイス情報更新管理テーブル600の整理を行う際のフローチャートを示す。
(Regular organization of device information update management table 600)
FIG. 12 shows a flowchart when the device information update management manager 1004 periodically organizes the device information update management table 600.

まずプリントサーバ起動状況管理テーブル700より全レコードを取得する(F1201)。次にF1202で稼動フラグ702がFALSEとなっている全プリントサーバ801についてF1203〜F1205の処理を行う。F1204では稼動フラグ702がFALSEとなっている起動していないプリントサーバ801について、デバイス情報更新管理テーブル600よりプリントサーバ名601で検索し該当レコードを削除する。F1203〜F1205において稼動していない全てのプリントサーバについての処理が終わると次の処理に移る。   First, all records are acquired from the print server activation status management table 700 (F1201). Next, the processing of F1203 to F1205 is performed for all the print servers 801 in which the operation flag 702 is FALSE in F1202. In F1204, the inactive print server 801 whose operation flag 702 is FALSE is searched from the device information update management table 600 by the print server name 601 and the corresponding record is deleted. When processing for all print servers not operating in F1203 to F1205 is completed, the processing proceeds to the next processing.

次の手順としてデバイス情報更新管理テーブル600より更新済みフラグ604がTRUEとなっているレコードを取得する(F1206、F1207)。F1206、F1207におけるレコードの取得は全レコードを取得しシステム管理サーバ106内で更新済みフラグ604の確認を行ってもよいし、DBMS104の検索機能を用いて更新済みフラグ604がTRUEとなっているレコードのみを取得してもよい。更新済みフラグ604がTRUEとなっている全てのレコードについて、デバイス情報更新管理テーブル600からレコードを削除する(F1209)。F1210において更新済みフラグ604がTRUEとなっている全てのレコードの削除が完了するとデバイス情報更新管理マネージャ1004のデバイス情報更新管理テーブル600の定期整理を終了する。   As a next procedure, a record in which the updated flag 604 is TRUE is acquired from the device information update management table 600 (F1206, F1207). Records in F1206 and F1207 may be obtained by acquiring all records and checking the updated flag 604 in the system management server 106, or by using the search function of the DBMS 104 and a record in which the updated flag 604 is TRUE. You may get only. For all the records for which the updated flag 604 is TRUE, the records are deleted from the device information update management table 600 (F1209). In F1210, when the deletion of all the records for which the updated flag 604 is TRUE is completed, the regular organization of the device information update management table 600 of the device information update management manager 1004 is terminated.

<その他の実施形態>
また、本発明の目的は、以下のようにすることによって達成される。即ち、上述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(又は記録媒体)を、システム或いは装置に供給する。そして、そのシステム或いは装置の中央演算処理手段(CPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行する。この場合、記憶媒体から読み出されたプログラムコード自体が上述した実施形態の機能を実現することになり、そのプログラムコードを記録した記憶媒体は本発明を構成することになる。
<Other embodiments>
The object of the present invention is achieved by the following. That is, a storage medium (or recording medium) in which a program code of software that realizes the functions of the above-described embodiments is recorded is supplied to the system or apparatus. Then, the central processing means (CPU or MPU) of the system or apparatus reads and executes the program code stored in the storage medium. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and the storage medium recording the program code constitutes the present invention.

また、システム或いは装置の前記中央演算処理手段が読み出したプログラムコードを実行することにより、そのプログラムコードの指示に基づき、システム或いは装置上で稼働しているオペレーティングシステム(OS)等が実際の処理の一部又は全部を行う。その処理によって上述した実施形態の機能が実現される場合も含まれる。   In addition, by executing the program code read by the central processing means of the system or apparatus, an operating system (OS) or the like operating on the system or apparatus performs actual processing based on the instruction of the program code. Do some or all. The case where the function of the above-described embodiment is realized by the processing is also included.

更に、記憶媒体から読み出されたプログラムコードが、前記システム或いは装置に挿入された機能拡張カードや、接続された機能拡張ユニットに備わるメモリに書込まれたとする。その後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって上述した実施形態の機能が実現される場合も含まれる。   Further, it is assumed that the program code read from the storage medium is written in a memory provided in a function expansion card inserted into the system or apparatus or a function expansion unit connected thereto. After that, based on the instruction of the program code, the CPU of the function expansion card or function expansion unit performs part or all of the actual processing, and the function of the above-described embodiment is realized by the processing. It is.

本発明を前記記憶媒体に適用する場合、その記憶媒体には、先に説明したフローチャートに対応するプログラムコードが格納されることになる。   When the present invention is applied to the storage medium, the program code corresponding to the flowchart described above is stored in the storage medium.

以上、上述した実施形態によれば、印刷パフォーマンスを落とすことなくプリントサーバが保持するデバイス情報のキャッシュを更新することができる。   As described above, according to the above-described embodiment, it is possible to update the cache of device information held by the print server without degrading the print performance.

以上、本発明の好ましい実施形態について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   The preferred embodiments of the present invention have been described in detail above, but the present invention is not limited to such specific embodiments, and various modifications can be made within the scope of the gist of the present invention described in the claims.・ Change is possible.

印刷システムのシステム構成の一例を示す図である。1 is a diagram illustrating an example of a system configuration of a printing system. サーバコンピュータ、又はクライアントコンピュータのハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a server computer or a client computer. プリントデバイスのハードウェア構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of a hardware configuration of a print device. プリントデバイスのソフトウェア構成及びハードウェア構成の一部を階層的に示す図である。FIG. 2 is a diagram hierarchically showing a part of a software configuration and a hardware configuration of a print device. デバイス情報500の一例を示す図である。5 is a diagram illustrating an example of device information 500. FIG. デバイス情報更新管理テーブル600の一例を示す図である。5 is a diagram illustrating an example of a device information update management table 600. FIG. プリントサーバ起動状況管理テーブル700の一例を示す図である。6 is a diagram illustrating an example of a print server activation status management table 700. FIG. プリントサーバシステム101のシステム構成の一例を示す図である。1 is a diagram illustrating an example of a system configuration of a print server system 101. FIG. プリントサーバ801が保持するデバイス情報500のキャッシュを更新する処理の一例を示すフローチャートである。10 is a flowchart illustrating an example of a process for updating a cache of device information 500 held by the print server 801. システム管理サーバ106のシステム構成の一例を示す図である。2 is a diagram illustrating an example of a system configuration of a system management server 106. FIG. デバイス情報500の変更があったときのシステム管理サーバ106がデバイス情報更新管理テーブル600を更新する処理の一例を示すフローチャートである。12 is a flowchart illustrating an example of processing in which the system management server 106 updates a device information update management table 600 when there is a change in device information 500. システム管理サーバ106がデバイス情報更新管理テーブル600の整理を行う処理の一例を示すフローチャートである。12 is a flowchart illustrating an example of processing in which the system management server 106 organizes a device information update management table 600.

符号の説明Explanation of symbols

101 プリントサーバシステム
102 Webサーバシステム
103 ディレクトリサーバ
104 DBMS
105 ストレージ
106 システム管理サーバ
107 プリントデバイス
108 クライアント
109 LAN
110 WAN
600 デバイス情報更新管理テーブル
700 プリントサーバ起動状況管理テーブル
801 プリントサーバ
101 Print Server System 102 Web Server System 103 Directory Server 104 DBMS
105 Storage 106 System Management Server 107 Print Device 108 Client 109 LAN
110 WAN
600 Device information update management table 700 Print server activation status management table 801 Print server

Claims (6)

印刷に必要なプリンタ情報に関して、プリントサーバは外部記憶装置で保持する最新プリンタ情報を取得し、自記憶装置で保持するプリンタ情報キャッシュの更新を行うプリンタ情報更新手段を有し、
前記プリンタ情報更新処理における、プリントサーバとプリンタが関係する更新情報を保持する手段と、
前記更新情報をプリントサーバとプリンタの更新管理テーブルで保持する手段と、
前記更新管理テーブルでプリントサーバのプリンタ情報更新ステータスを保持する手段と、
前記更新管理テーブルでプリンタ情報更新の特別な場合であるプリンタ削除に関するプリンタ削除ステータスを保持する手段と、
を有し、
前記更新管理テーブルによりプリントサーバのプリンタ情報キャッシュの更新状況を管理することを特徴とする印刷システム。
Regarding the printer information necessary for printing, the print server has printer information update means for acquiring the latest printer information held in the external storage device and updating the printer information cache held in the own storage device,
Means for holding update information related to a print server and a printer in the printer information update process;
Means for holding the update information in a print server and printer update management table;
Means for holding a printer server printer information update status in the update management table;
Means for holding a printer deletion status relating to printer deletion which is a special case of printer information update in the update management table;
Have
A printing system for managing an update status of a printer information cache of a print server by the update management table.
プリンタ情報の変更の受け付けを行うプリンタ情報変更受付手段と、プリントサーバの稼動状況を把握するプリントサーバ稼動状況把握手段を有するシステム管理サーバが、
前記プリンタ情報変更受付手段によりプリンタ情報の変更受け付けを行った場合に、請求項1の更新管理テーブルの更新処理を行い、
前記更新管理テーブルの更新処理に関して、
前記システム管理サーバが前記プリンタ情報変更受付手段によりプリンタ情報変更を受け付けた場合、前記プリントサーバ稼動状況把握手段により把握しているプリントサーバの稼動状況により、稼動中のプリントサーバを特定し、
前記更新管理テーブルより、稼動中のプリントサーバと変更を受け付けたプリンタに関係する、プリンタ情報更新ステータスとプリンタ削除ステータスを取得する手段と、
取得したプリンタ情報更新ステータスが更新済みだった場合に、稼動中のプリントサーバと変更を受け付けたプリンタに関係するプリンタ情報更新ステータスを未更新に更新する手段と、
稼動中のプリントサーバと変更を受け付けたプリンタに関係する、プリンタ情報更新ステータスとプリンタ削除ステータスが取得できなかった場合、
前記プリンタ情報変更受付手段によるプリンタ情報変更受け付けがプリンタ削除だった場合には、稼動中のプリントサーバと削除されたプリンタに関係するプリンタ情報更新ステータスを未更新、プリンタ削除ステータスを削除済みとして更新管理テーブルに更新情報を追加し、
前記プリンタ情報変更受付手段によるプリンタ情報変更受け付けがプリンタ削除ではなく変更や追加だった場合には、稼動中のプリントサーバと変更・追加されたプリンタに関係するプリンタ情報更新ステータスを未更新、プリンタ削除ステータスを未削除として更新管理テーブルに更新情報を追加する手段とを
有する請求項1に記載の印刷システム。
A system management server having printer information change accepting means for accepting a change in printer information and a print server operating status grasping means for grasping the operating status of the print server;
When the printer information change acceptance unit accepts a change in printer information, the update management table is updated in claim 1.
Regarding update processing of the update management table,
When the system management server receives the printer information change by the printer information change accepting unit, the operating server status identified by the print server operating status grasping unit identifies the operating print server,
Means for acquiring a printer information update status and a printer deletion status related to an active print server and a printer that has received a change from the update management table;
Means for updating the printer information update status related to the active print server and the printer that received the change to unupdated when the acquired printer information update status has been updated;
If the printer information update status and printer deletion status related to the active print server and the printer that received the change cannot be obtained,
If the printer information change acceptance by the printer information change acceptance means is a printer deletion, the printer information update status related to the active print server and the deleted printer is not updated, and the printer deletion status is updated as deleted. Add update information to the table,
If the printer information change acceptance by the printer information change acceptance means is a change or addition instead of printer deletion, the printer information update status related to the active print server and the changed / added printer is not updated, and the printer is deleted. The printing system according to claim 1, further comprising means for adding update information to the update management table with the status as undeleted.
前記システム管理サーバは前記更新管理テーブルの整理を行い、
システム管理サーバによる更新管理テーブルの整理に関して、
前記システム管理サーバが前記プリントサーバ稼動状況把握手段により把握しているプリントサーバの稼動状況より、停止しているプリントサーバを特定し、
前記更新管理テーブルから停止しているプリントサーバに関する更新情報を削除する手段と、
前記更新管理テーブルにおいてプリンタ情報更新ステータスが更新済みである更新情報を削除する手段とを有することを特徴とする請求項2に記載の印刷システム。
The system management server organizes the update management table,
Regarding organization of update management table by system management server,
From the operating status of the print server grasped by the print server operating status grasping means, the system management server identifies the stopped print server,
Means for deleting update information relating to a stopped print server from the update management table;
3. The printing system according to claim 2, further comprising means for deleting update information whose printer information update status has been updated in the update management table.
前記システム管理サーバは印刷システムへのプリントサーバ追加・削除受付手段を有し、
前記プリントサーバ追加・削除手段により、プリントサーバが印刷システムから削除された場合には前記更新管理テーブルから削除されたプリントサーバに関する更新情報を削除する手段と
を有することを特徴とする請求項2に記載の印刷システム。
The system management server includes a print server addition / deletion reception unit for the printing system,
3. The apparatus according to claim 2, further comprising means for deleting update information related to the print server deleted from the update management table when the print server is deleted from the printing system by the print server adding / deleting means. The printing system described.
印刷に必要なプリンタ情報に関して、プリントサーバは外部記憶装置で保持する最新プリンタ情報を取得し、自記憶装置で保持するプリンタ情報キャッシュの更新を行うプリンタ情報更新手段を有し、
前記プリンタ情報更新処理における、プリントサーバとプリンタが関係する更新情報を保持する手段と、
前記更新情報をプリントサーバとプリンタの更新管理テーブルで保持する手段と、
前記更新管理テーブルでプリントサーバのプリンタ情報更新ステータスを保持する手段と、
前記更新管理テーブルでプリンタ情報更新の特別な場合であるプリンタ削除に関するプリンタ削除ステータスを保持する手段と、
を有し、
前記更新管理テーブルによりプリントサーバのプリンタ情報キャッシュの更新状況を管理することを特徴とする印刷システムの管理プログラム。
Regarding the printer information necessary for printing, the print server has printer information update means for acquiring the latest printer information held in the external storage device and updating the printer information cache held in the own storage device,
Means for holding update information related to a print server and a printer in the printer information update process;
Means for holding the update information in a print server and printer update management table;
Means for holding a printer server printer information update status in the update management table;
Means for holding a printer deletion status relating to printer deletion which is a special case of printer information update in the update management table;
Have
A printing system management program that manages the update status of a printer information cache of a print server using the update management table.
請求項5に記載の管理プログラムを記憶したコンピュータにより読み取り可能な記憶媒体。   A computer-readable storage medium storing the management program according to claim 5.
JP2008057949A 2008-03-07 2008-03-07 Printing system, management program for printing system, and storage medium Pending JP2009217353A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008057949A JP2009217353A (en) 2008-03-07 2008-03-07 Printing system, management program for printing system, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008057949A JP2009217353A (en) 2008-03-07 2008-03-07 Printing system, management program for printing system, and storage medium

Publications (1)

Publication Number Publication Date
JP2009217353A true JP2009217353A (en) 2009-09-24

Family

ID=41189170

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008057949A Pending JP2009217353A (en) 2008-03-07 2008-03-07 Printing system, management program for printing system, and storage medium

Country Status (1)

Country Link
JP (1) JP2009217353A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011034153A1 (en) 2009-09-18 2011-03-24 株式会社神戸製鋼所 Recording layer for optical information recording medium, optical information recording medium, and sputtering target
JP2018180690A (en) * 2017-04-05 2018-11-15 富士通株式会社 Printing management program, printing management method, printing management device and printing management system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011034153A1 (en) 2009-09-18 2011-03-24 株式会社神戸製鋼所 Recording layer for optical information recording medium, optical information recording medium, and sputtering target
JP2018180690A (en) * 2017-04-05 2018-11-15 富士通株式会社 Printing management program, printing management method, printing management device and printing management system

Similar Documents

Publication Publication Date Title
JP5319237B2 (en) Printing system and control method thereof
KR101099262B1 (en) Client side rendering of printable documents in a network
JP4980255B2 (en) Print processing system
US8488166B2 (en) Printing system, printing device, program and storage medium
US20100134818A1 (en) Data processing apparatus, printer network system, data processing method, and computer-readable recording medium thereof
US20110157631A1 (en) Information processing apparatus, network device, system, control method, and computer-readable medium
US20050275885A1 (en) Information processing apparatus and notification method
US20100306829A1 (en) Image forming apparatus, authentication system, authentication control method, authentication control program, and computer-readable recording medium having authentication control program
JP5862240B2 (en) Information processing apparatus, control system, control method, control program, and recording medium recording the program
US20140044259A1 (en) Job processing system, job processing method, and non-transitory computer-readable medium
US20130088751A1 (en) Job management apparatus, job control system, and job control method
EP3073365A1 (en) Networked image forming apparatus, networked image forming system and method of image forming
US8823978B2 (en) Document management system, document management method, and storage medium
US8266178B2 (en) Management apparatus, information processing apparatus, and method therefor
JP2011116002A (en) Printing system, printer, program and storage medium
JP2009151467A (en) Distribution printing system
US11385846B2 (en) Printing system, server, and printing method
US10447701B2 (en) Authentication system, operating apparatus, and authentication method
US9250841B2 (en) Print server, control method of print server, and storage medium
JP2011095894A (en) Image processor, and control method concerning proxy printing processing in authentication pull-print system
JP2006285840A (en) Document management system
JP5374603B2 (en) Network interface device, control method, program, and image forming apparatus
JP5158648B2 (en) Network interface apparatus, image forming apparatus, print control method, and print control program
JP2009217353A (en) Printing system, management program for printing system, and storage medium
JP2017010525A (en) Information processing system, information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100201

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20100630