JP5900071B2 - Information terminal device, printing device, and printing system - Google Patents

Information terminal device, printing device, and printing system Download PDF

Info

Publication number
JP5900071B2
JP5900071B2 JP2012063685A JP2012063685A JP5900071B2 JP 5900071 B2 JP5900071 B2 JP 5900071B2 JP 2012063685 A JP2012063685 A JP 2012063685A JP 2012063685 A JP2012063685 A JP 2012063685A JP 5900071 B2 JP5900071 B2 JP 5900071B2
Authority
JP
Japan
Prior art keywords
user
print data
printing
information
print
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2012063685A
Other languages
Japanese (ja)
Other versions
JP2013196450A (en
JP2013196450A5 (en
Inventor
嘉明 齋藤
嘉明 齋藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2012063685A priority Critical patent/JP5900071B2/en
Publication of JP2013196450A publication Critical patent/JP2013196450A/en
Publication of JP2013196450A5 publication Critical patent/JP2013196450A5/en
Application granted granted Critical
Publication of JP5900071B2 publication Critical patent/JP5900071B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、情報端末装置、印刷装置及び印刷システムに関する。 The present invention relates to an information terminal device, a printing device, and a printing system.

今日、コンピュータネットワークが広く使用され、例えばLAN(ローカルエリアネットワーク)等のネットワークに印刷装置を接続し、パーソナルコンピュータ(PC)等のホスト機器からアプリケーションソフト等を利用して作成した文書画像情報に基づく印刷データを送信して印刷処理を行う印刷システムが使用されている。このようなシステムにおいて、例えばSNMP(Simple Network Management Protocol)を使用してネットワーク機器の監視及び制御を行っている。このSNMPのプログラムによるネットワーク機器の監視及び制御は、ネットワーク機器自身の状態を外部に知らせるために公開するMIB(Management Information Base)を使用して行っている。   Computer networks are widely used today. For example, based on document image information created by connecting a printing device to a network such as a LAN (local area network) and using application software from a host device such as a personal computer (PC). A printing system that transmits print data and performs print processing is used. In such a system, network devices are monitored and controlled using, for example, SNMP (Simple Network Management Protocol). Monitoring and control of the network device by the SNMP program is performed using an MIB (Management Information Base) that is disclosed in order to inform the outside of the state of the network device itself.

SNMPにおいて、例えばプリンタ装置等の管理対象のネットワーク機器をSNMPエージェントと呼び、監視するシステムをSNMPマネージャと呼ぶ。SNMPマネージャとSNMPエージェントとの間では、情報の取得、情報の設定、及び情報の通知の3つの動作が行われ、例えばSNMPマネージャからSNMPエージェントに対して機器の情報取得や情報設定の要求(リクエスト)が行われ、SNMPエージェントはその要求に対して応答(レスポンス)を行う。また、SNMPエージェントにある事情が発生した場合、SNMPマネージャに対して通知するトラップ処理も行われる。   In SNMP, for example, a network device to be managed such as a printer device is called an SNMP agent, and a system to be monitored is called an SNMP manager. Three operations of information acquisition, information setting, and information notification are performed between the SNMP manager and the SNMP agent. For example, a request for requesting information acquisition or information setting of the device from the SNMP manager to the SNMP agent (request) The SNMP agent makes a response to the request. In addition, when a situation occurs in the SNMP agent, trap processing for notifying the SNMP manager is also performed.

MIBは上記のようにネットワーク上の機器が自身の状態を外部に知らせるために公開する情報であり、SNMPに対応した当該ネットワーク機器の管理情報のデータベースであり、SNMPマネージャからの上記要求(リクエスト)に対してSNMPエージェントの応答(レスポンス)はMIB内の情報を返送するものである。   As described above, the MIB is information that is disclosed by the devices on the network in order to notify the external state of the device, and is a database of management information of the network device corresponding to SNMP, and the request (request) from the SNMP manager. In contrast, the response of the SNMP agent returns information in the MIB.

また、MIBに格納されているネットワーク機器の情報は、それぞれオブジェクト単位で管理され、個々のオブジェクトは情報の要素によってツリー構造で管理されている。また、各オブジェクトにはオブジェクトID(識別子)が割り当てられており、SNMPマネージャからの要求(リクエスト)や、SNMPエージェントからの応答(レスポンス)、又は通知(トラップ)が行われた際、上記オブジェクトIDによって情報の識別が行われる。   The network device information stored in the MIB is managed in units of objects, and each object is managed in a tree structure by information elements. Further, an object ID (identifier) is assigned to each object, and when a request (request) from the SNMP manager, a response (response) from the SNMP agent, or a notification (trap) is made, the object ID is described above. The information is identified by.

尚、特許文献1に係る発明は、クライアントが要求するデバイス情報の種類に応じて、デバイスが処理可能な形式でデータや命令を含むパケットを作成してデバイスに送信することによって、例えばデバイスの変更やMIBの構成に変更が生じた場合でも柔軟にデバイスの変更等に対応した処理を行うデバイス管理システムを開示する。   The invention according to Patent Document 1 creates a packet including data and instructions in a format that can be processed by the device according to the type of device information requested by the client, and transmits the packet to the device. And a device management system that flexibly performs processing corresponding to a device change or the like even when the MIB configuration is changed.

特開2005−258691号公報JP 2005-258691 A

上記のように、従来のSNMPを使用したネットワーク機器の監視システムでは、SNMPマネージャからの要求に対してSNMPエージェントの応答はMIB内の情報を返送するものである。ここで、MIBにはネットワーク機器としてRFC(Request for Comments)によって規定される実装すべき標準のMIBと、例えばプリンタ装置の製造メーカであるベンダが独自に拡張できる拡張MIBがあるが、何れも場合もSNMPマネージャはMIBに定義されている情報しか取得することができない。したがって、例えばネットワーク機器の利用者が独自に拡張MIBを追加し、利用者が所望する状態をSNMPによって監視することはできない。   As described above, in the network device monitoring system using the conventional SNMP, the response of the SNMP agent returns information in the MIB in response to the request from the SNMP manager. Here, the MIB includes a standard MIB to be implemented as a network device defined by RFC (Request for Comments) and an extended MIB that can be independently expanded by, for example, a vendor of a printer device manufacturer. However, the SNMP manager can only acquire information defined in the MIB. Therefore, for example, the user of the network device cannot add the extended MIB independently and monitor the state desired by the user by SNMP.

そこで、本発明は利用者が所望する状態をSNMPによって監視することができる情報端末装置、印刷装置及び印刷システムを提供することを目的とする。 Therefore, an object of the present invention is to provide an information terminal device, a printing device, and a printing system that can monitor a state desired by a user by SNMP .

上記の目的を達成するために、請求項1に記載の発明に係る情報端末装置は、印刷設定情報に基づいて印刷データを生成する情報端末装置であって、所定の記憶手段にユーザ定義MIBとして記憶されている設定項目と同じ設定項目が前記印刷設定情報に含まれていた場合、印刷装置から監視機器に向けてSNMPトラップを送信させるSNMPトラップ送信命令を前記印刷データに付加して前記印刷装置に送信する制御手段を備えたことを特徴とする。In order to achieve the above object, an information terminal device according to a first aspect of the present invention is an information terminal device that generates print data based on print setting information, and stores a user-defined MIB in a predetermined storage means. When the same setting item as the stored setting item is included in the print setting information, an SNMP trap transmission command for transmitting an SNMP trap from the printing device to the monitoring device is added to the print data to add the printing device. It is characterized by comprising a control means for transmitting to.
また、請求項2に記載の発明に係る印刷装置は、印刷設定情報に基づいて生成された印刷データを情報端末装置から受信可能な印刷装置であって、所定の記憶手段にユーザ定義MIBとして記憶されている設定項目と同じ設定項目が前記印刷設定情報に含まれていた場合に前記印刷データに付加されるSNMPトラップ送信命令を、前記印刷データを受信した際に検出した場合にSNMPトラップを監視機器に送信する制御手段を備えたことを特徴とする。According to a second aspect of the present invention, there is provided a printing apparatus capable of receiving print data generated based on print setting information from an information terminal apparatus, and storing it as a user-defined MIB in a predetermined storage means. The SNMP trap is monitored when the SNMP trap transmission command added to the print data is detected when the print data is received when the same setting item as the set item is included in the print setting information. Control means for transmitting to the device is provided.
また、請求項3に記載の発明に係る印刷システムは、情報端末装置と印刷装置がネットワークで接続された印刷システムであって、前記情報端末装置は、印刷設定情報に基づいて印刷データを生成する印刷データ生成手段と、所定の記憶手段にユーザ定義MIBとして記憶されている設定項目と同じ設定項目が前記印刷設定情報に含まれていた場合、SNMPトラップ送信命令を前記印刷データに付加して前記印刷装置に送信する制御手段と、を備え、前記印刷装置は、前記情報端末装置から前記印刷データを受信した際に前記SNMPトラップ送信命令を検出した場合にSNMPトラップを監視機器に送信する制御手段を備えたことを特徴とする。A printing system according to a third aspect of the invention is a printing system in which an information terminal device and a printing device are connected via a network, and the information terminal device generates print data based on print setting information. If the print setting information includes the same setting item as the setting item stored as the user-defined MIB in the print data generation unit and the predetermined storage unit, an SNMP trap transmission command is added to the print data to Control means for transmitting to a printing apparatus, wherein the printing apparatus transmits an SNMP trap to a monitoring device when the SNMP trap transmission command is detected when the print data is received from the information terminal device. It is provided with.

本発明によれば、利用者が所望する状態をSNMPによって監視することができる情報端末装置、印刷装置及び印刷システムを提供できる。 ADVANTAGE OF THE INVENTION According to this invention, the information terminal device which can monitor the state which a user desires by SNMP, a printing apparatus, and a printing system can be provided.

プリンタ装置、クライアントコンピュータ、サーバコンピュータ等の接続構成を具体的に示す図である。FIG. 2 is a diagram specifically illustrating a connection configuration of a printer device, a client computer, a server computer, and the like. 本実施形態の印刷システムのシステム構成図である。1 is a system configuration diagram of a printing system according to an embodiment. 本実施形態の処理を説明する概念図である。It is a conceptual diagram explaining the process of this embodiment. ユーザ定義MIB記述ファイルの構成を示す図である。It is a figure which shows the structure of a user definition MIB description file. プリンタドライバの処理を説明するフローチャートである。6 is a flowchart illustrating processing of a printer driver. プリンタ装置の処理を説明するフローチャートである。6 is a flowchart illustrating processing of the printer apparatus.

以下、本発明の実施の形態を図面に基づいて説明する。
図2は本実施形態の印刷システムのシステム構成図である。同図において、本実施形態の印刷システムは、2台のプリンタ装置P1、P2と、このプリンタ装置P1、P2を使用して印刷実行を行なう3台のクライアントコンピュータC1〜C3と、ネットワーク機器の監視を行う監視用コンピュータPC1と、後述するユーザ定義MIB記述ファイルを管理するサーバコンピュータPC2で構成されている。また、上記プリンタ装置P1、P2、クライアントコンピュータC1〜C3、監視用コンピュータPC1、及びサーバコンピュータPC2はLAN(local area network)等のネットワークによって接続されている。尚、ユーザー定義MIB記述ファイルは、各クライアントコンピュータC1〜C3内の記憶部3に記憶されても良いし、各クライアントコンピュータからアクセス可能なサーバーコンピュータPC2が備えるメモリの共有フォルダ内に存在しても良い。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 2 is a system configuration diagram of the printing system of the present embodiment. In the figure, the printing system according to the present embodiment includes two printer apparatuses P1 and P2, three client computers C1 to C3 that perform printing using the printer apparatuses P1 and P2, and network device monitoring. And a server computer PC2 that manages a user-defined MIB description file to be described later. The printer apparatuses P1 and P2, the client computers C1 to C3, the monitoring computer PC1, and the server computer PC2 are connected by a network such as a LAN (local area network). The user-defined MIB description file may be stored in the storage unit 3 in each of the client computers C1 to C3, or may exist in a shared folder in a memory provided in the server computer PC2 accessible from each client computer. good.

ここで、上記監視用コンピュータPC1ではSNMPマネージャが動作し、上記のようにネットワーク機器の監視及び制御を行う。また、サーバコンピュータPC2はユーザ定義MIB記述ファイルを管理する。尚、上記図2で説明するシステムでは2台のプリンタ装置P1、P2を使用し、また3台のクライアントコンピュータC1〜C3を使用するが、更に多くのプリンタ装置やクライアントコンピュータが接続されている場合でも、本例は同様に実施することができる。   Here, the SNMP manager operates on the monitoring computer PC1 to monitor and control the network device as described above. The server computer PC2 manages user-defined MIB description files. In the system described with reference to FIG. 2, two printer apparatuses P1 and P2 are used and three client computers C1 to C3 are used. However, when more printer apparatuses and client computers are connected. However, this example can be implemented similarly.

クライアントコンピュータC1〜C3は、後述する印刷アプリケーションや、プリンタドライバ、スプーラ等を備え、印刷アプリケーションを使用して印刷データを作成し、この印刷データをプリンタドライバによってプリンタ装置P1又はP2に対応した中間データ(PDLデータ)に変換し、スプーラを介してプリンタ装置P1又はP2に送信する。尚、クライアントコンピュータC1〜C3は上記構成以外に、例えばキーボードやマウス、ディスプレイ等も備える。   The client computers C1 to C3 include a print application, a printer driver, a spooler, and the like, which will be described later, create print data using the print application, and use the print driver to generate intermediate data corresponding to the printer device P1 or P2. (PDL data) is converted and transmitted to the printer apparatus P1 or P2 via the spooler. In addition to the above configuration, the client computers C1 to C3 include a keyboard, a mouse, a display, and the like, for example.

プリンタ装置P1及びP2は、後述する図1に示すように受信部5や、制御部6、印刷機構部7、及び送信部8を備え、クライアントコンピュータC1〜C3から送信される印刷データ(PDLデータ)を受信部5で受信し、制御部6によってコマンド解析を行って画像データに変換し、印刷機構部7によって記録媒体(用紙)に印刷出力する。また、直ちに印刷出力することなく、一旦記憶部に画像データを登録した後、例えばユーザ認証を行った後印刷出力を行う認証印刷も可能である。   The printer apparatuses P1 and P2 include a receiving unit 5, a control unit 6, a printing mechanism unit 7, and a transmitting unit 8 as shown in FIG. 1 to be described later, and print data (PDL data) transmitted from the client computers C1 to C3. ) Is received by the receiving unit 5, the command analysis is performed by the control unit 6, the image data is converted into image data, and the printing mechanism unit 7 prints it on a recording medium (paper). Further, it is also possible to perform authentication printing in which, after printing image data once in the storage unit, for example, after performing user authentication, printing output is performed without printing immediately.

図1は上記プリンタ装置P1、P2、クライアントコンピュータC1〜C3、監視用コンピュータPC1、及びサーバコンピュータPC2の接続構成を具体的に示す図である。尚、2台のプリンタ装置P1、P2、及び3台のクライアントコンピュータC1〜C3については、同図において、代表してそれぞれ1台で示している。   FIG. 1 is a diagram specifically showing a connection configuration of the printer apparatuses P1 and P2, client computers C1 to C3, a monitoring computer PC1, and a server computer PC2. The two printer apparatuses P1 and P2 and the three client computers C1 to C3 are shown as one representative in the figure.

クライアントコンピュータC1(C2、C3)は、前述のように印刷アプリケーション1や、プリンタドライバ2、記憶部3を備え、記憶部3にユーザ定義MIBを記憶するユーザ定義MIB記述ファイルが登録されている。また、ユーザ定義MIB記述ファイルはサーバコンピュータPC2にも登録されている。尚、クライアントコンピュータC1(C2、C3)に登録されているユーザ定義MIB記述ファイルは当該クライアントコンピュータのユーザ定義MIB記述ファイルのみであり、サーバコンピュータPC2に登録されたユーザ定義MIB記述ファイルは3台のクライアントコンピュータC1〜C3のユーザ定義MIB記述ファイルである。   The client computer C1 (C2, C3) includes the print application 1, the printer driver 2, and the storage unit 3 as described above, and a user-defined MIB description file that stores the user-defined MIB is registered in the storage unit 3. The user-defined MIB description file is also registered in the server computer PC2. The user-defined MIB description file registered in the client computer C1 (C2, C3) is only the user-defined MIB description file of the client computer, and the three user-defined MIB description files registered in the server computer PC2 are three. It is a user-defined MIB description file of the client computers C1 to C3.

前述のようにプリンタドライバ2によって中間データに変換された印刷データはプリンタ装置P1又はP2に送信されるが、その際プリンタドライバ2は印刷データにユーザ定義MIBに関するSNMPトラップを送信させる命令コマンドを付加してプリンタ装置P1又はP2に送信することができる。プリンタ装置P1、P2は上記印刷データを受信し、コマンド解析を行い、印刷データに上記SNMPトラップを送信させる命令コマンドが含まれている場合、プリンタ装置P1又はP2の送信部8からSNMPマネージャである監視用コンピュータPC2にSNMPトラップの送信が行なわれる。   As described above, the print data converted into the intermediate data by the printer driver 2 is transmitted to the printer device P1 or P2. At that time, the printer driver 2 adds an instruction command for transmitting an SNMP trap related to the user-defined MIB to the print data. Then, it can be transmitted to the printer apparatus P1 or P2. When the printer device P1 or P2 receives the print data, performs command analysis, and includes an instruction command for transmitting the SNMP trap, the printer device P1 or P2 is an SNMP manager from the transmission unit 8 of the printer device P1 or P2. An SNMP trap is transmitted to the monitoring computer PC2.

以上の構成において、以下に本例の処理を説明する。
図3は本例の処理を説明する概念図である。同図において、印刷アプリケーション1及びプリンタドライバ2は前述のようにクライアントコンピュータC1〜C3の機能であり、ユーザ定義MIB記述ファイルはクライアントコンピュータC1〜C3の記憶部3又はサーバコンピュータPC2に登録されたファイルである。また、SNMPマネージャである監視用コンピュータPC1には、上記のようにプリンタ装置P1又はP2からSNMPトラップが送信される。
In the above configuration, the processing of this example will be described below.
FIG. 3 is a conceptual diagram illustrating the processing of this example. In the figure, the print application 1 and the printer driver 2 are functions of the client computers C1 to C3 as described above, and the user-defined MIB description file is a file registered in the storage unit 3 of the client computers C1 to C3 or the server computer PC2. It is. Further, the SNMP trap is transmitted from the printer apparatus P1 or P2 to the monitoring computer PC1 which is the SNMP manager as described above.

ここで、ユーザ定義MIB記述ファイルについて説明する。ユーザ定義MIB記述ファイルは複数のユーザ定義MIBを記述するファイルであり、ユーザ定義MIB作成アプリケーション4を用いることにより、ユーザが、所望のユーザ定義MIBを作成することができ、以下のフォーマットで構成されている。
図4はこのファイルの構成を示す図である。同図に示すように、当該ファイルは対象MIBのオブジェクトIDと、条件種類、及び条件定義で構成され、例えばこのファイルに記述された条件定義と印刷データの設定情報が一致する場合、クライアントコンピュータC1〜C3から出力される印刷データにSNMPトラップ送信コマンドを含める。
Here, the user-defined MIB description file will be described. The user-defined MIB description file is a file that describes a plurality of user-defined MIBs. By using the user-defined MIB creation application 4, the user can create a desired user-defined MIB and is configured in the following format. ing.
FIG. 4 shows the structure of this file. As shown in the figure, the file includes an object ID of the target MIB, a condition type, and a condition definition. For example, if the condition definition described in this file matches the print data setting information, the client computer C1 The SNMP trap transmission command is included in the print data output from .about.C3.

上記条件種類としては設定言語としてXQueryが使用される場合と外部プログラムが使用される場合があり、XQueryはXML(Extensible Markup Language)データへの問い合わせ言語であり、この条件が使用される場合、現在のプリンタドライバが管理する設定や環境情報を表すXMLデータに対し、条件定義で指定されたXQueryが一致すれば、印刷データにSNMPトラップ送信コマンドを付加する。一方、外部プログラムが指定された場合、プリンタ装置P1又はP2への印刷実行時、プリンタドライバが当該外部プログラムを実行し、その外部プログラムの終了コードが真であればプリンタ装置P1又はP2に対応するSNMPトラップ送信コマンドを発行する。   As the above condition types, there are cases where XQuery is used as a setting language and cases where an external program is used. XQuery is a query language for XML (Extensible Markup Language) data, and when this condition is used, If the XQuery specified in the condition definition matches the XML data representing the settings and environment information managed by the printer driver, an SNMP trap transmission command is added to the print data. On the other hand, when an external program is designated, the printer driver executes the external program when printing to the printer apparatus P1 or P2, and if the end code of the external program is true, it corresponds to the printer apparatus P1 or P2. An SNMP trap transmission command is issued.

一方、SNMP TRAP通知を送信する条件定義としては、例えばクライアントコンピュータC1〜C3のIPアドレスやカラー設定、トナーセーブ設定等のプリンタドライバの設定、更に印刷する文書ファイルの文書名や描画命令のシーケンス情報等のプリンタドライバによって検出可能な情報等のあらゆる情報をSNMP TRAP通知をマネージャに送信する条件定義として設定することができる。   On the other hand, the condition definition for transmitting the SNMP TRAP notification includes, for example, the IP address of the client computers C1 to C3, printer driver settings such as color settings, toner save settings, the document name of the document file to be printed, and sequence information of the drawing command Any information such as information detectable by the printer driver can be set as a condition definition for sending an SNMP TRAP notification to the manager.

したがって、ユーザ定義MIB作成アプリケーション4は、例えば前述のベンダの拡張MIBの配下にユーザ定義用のリザーブ領域を設け、その範囲に対してユーザが所望する上記のような条件定義を作成し、対象となるMIBオブジェクトIDを設定し、ユーザ定義MIB記述ファイルを作成する。このようにして作成されたユーザ定義MIB記述ファイルは前述のサーバコンピュータPC2及び対応するクライアントコンピュータC1〜C3に登録される。   Accordingly, the user-defined MIB creation application 4 provides a reserved area for user definition, for example, under the above-mentioned vendor's extended MIB, creates the above-described condition definition desired by the user for the range, The MIB object ID is set, and a user-defined MIB description file is created. The user-defined MIB description file created in this way is registered in the server computer PC2 and the corresponding client computers C1 to C3.

次に、上記処理によってクライアントコンピュータC1〜C3、又はサーバコンピュータPC2にユーザ定義MIB記述ファイルが登録された状態において、プリンタドライバ2は以下の処理を行う。   Next, in the state where the user-defined MIB description file is registered in the client computers C1 to C3 or the server computer PC2 by the above processing, the printer driver 2 performs the following processing.

図5はプリンタドライバ2の処理を説明するフローチャートであり、前述の図3に示す概念図も使用してプリンタドライバ2の処理を説明する。
先ず、印刷アプリケーション1が印刷データを作成し、プリンタドライバ2が上記印刷アプリケーション1から印刷の指示を受けると(図3に示すa)、自己の記憶部3に登録されたユーザ定義MIB記述ファイル、又はサーバコンピュータPC2に登録されたユーザ定義MIB記述ファイルを読み込む(ステップ(以下、Sで示す)1、図3に示すb)。
FIG. 5 is a flowchart for explaining the process of the printer driver 2. The process of the printer driver 2 will be explained using the conceptual diagram shown in FIG.
First, when the print application 1 creates print data and the printer driver 2 receives a print instruction from the print application 1 (a shown in FIG. 3), a user-defined MIB description file registered in its own storage unit 3; Alternatively, the user-defined MIB description file registered in the server computer PC2 is read (step (hereinafter referred to as S) 1, b shown in FIG. 3).

次に、プリンタドライバ2自身の設定情報、環境情報を読み込み(S2)、ユーザ定義MIBを解析し、プリンタドライバ2自身の設定情報、環境情報にユーザ定義MIBに適用される条件と一致するものが含まれているか判断する(S3)。   Next, the setting information and environment information of the printer driver 2 itself are read (S2), the user-defined MIB is analyzed, and the setting information and environment information of the printer driver 2 itself matches the conditions applied to the user-defined MIB. It is determined whether it is included (S3).

ここで、プリンタドライバ2自身の設定情報、環境情報にユーザ定義MIBに適用される条件と一致するものが含まれている場合(S3がYES)、SNMPトラップ送信命令をプリンタ装置P1、P2に送信する(S4、図3に示すc)。   Here, when the setting information and environment information of the printer driver 2 itself include information that matches the conditions applied to the user-defined MIB (S3 is YES), an SNMP trap transmission command is transmitted to the printer devices P1 and P2. (S4, c shown in FIG. 3).

例えば、ユーザ定義MIBとしてカラー印刷の設定が存在する場合、プリンタドライバ2自身の設定情報、環境情報にもカラー印刷の設定情報が含まれていれば、SNMPトラップ送信命令をプリンタ装置P1、P2に送信する。また、ユーザ定義MIBにトナーセーブ印刷の設定が存在する場合、プリンタドライバ2自身の設定情報、環境情報にもトナーセーブ印刷の設定情報が含まれていれば、SNMPトラップ送信命令をプリンタ装置P1、P2に送信する。尚、上記SNMPトラップ送信命令は、印刷命令コマンドを含む印刷データと共にプリンタ装置P1、P2に送信される(S5)。   For example, if color printing settings exist as user-defined MIBs, an SNMP trap transmission command is sent to the printer apparatuses P1 and P2 if the setting information of the printer driver 2 itself and the environment information also include color printing setting information. Send. If toner save print settings exist in the user-defined MIB, an SNMP trap transmission command is sent to the printer device P1, if the setting information of the printer driver 2 itself and the environment information also include toner save print setting information. Send to P2. The SNMP trap transmission command is transmitted to the printer apparatuses P1 and P2 together with the print data including the print command (S5).

尚、プリンタドライバ2自身の設定情報、環境情報にユーザ定義MIBに適用される条件と一致するものが含まれていない場合(S3がNO)、印刷命令コマンドのみを含む印刷データがプリンタ装置P1、P2に送信される(S5)。   If the setting information and environment information of the printer driver 2 itself do not include information that matches the conditions applied to the user-defined MIB (S3 is NO), the print data including only the print command command is the printer device P1, It is transmitted to P2 (S5).

一方、プリンタ装置P1又はP2では、図6に示すフローチャートに従って処理が行われる。先ず、クライアントコンピュータC1〜C3からの印刷データを受信し(ステップ(以下、STで示す)1)、印刷データにSNMPトラップ送信命令が含まれているか判断する(ST2)。例えば、SNMPトラップ送信命令は印刷データのヘッダ部に記述され、プリンタ装置P1又はP2はヘッダ部のコマンド解析を行い、SNMPトラップ送信命令が含まれているか判断する。   On the other hand, in the printer apparatus P1 or P2, processing is performed according to the flowchart shown in FIG. First, print data from the client computers C1 to C3 is received (step (hereinafter referred to as ST) 1), and it is determined whether the print data includes an SNMP trap transmission command (ST2). For example, the SNMP trap transmission command is described in the header portion of the print data, and the printer apparatus P1 or P2 analyzes the command of the header portion to determine whether the SNMP trap transmission command is included.

ここで、SNMPトラップ送信命令が含まれている場合(ST2がYES)、SNMPトラップを監視用コンピュータPC1のSNMPマネージャに通知する(ST3、図3に示すd)。前述のようにユーザ定義MIB記述ファイルにはSNMPトラップ通知を送信する条件定義とその際使用する管理情報であるオブジェクトIDが設定されている。したがって、SNMPトラップを受信した監視用コンピュータPC1ではオブジェクトIDによって送信されたSNMPトラップの条件定義を知ることができ、例えばカラー印刷の設定であれば、クライアントコンピュータC1〜C3からプリンタ装置P1又はP2にカラー設定の印刷データが送信されたことが分かる。   If an SNMP trap transmission command is included (YES in ST2), an SNMP trap is notified to the SNMP manager of the monitoring computer PC1 (ST3, d shown in FIG. 3). As described above, the condition definition for sending the SNMP trap notification and the object ID which is the management information used at that time are set in the user-defined MIB description file. Accordingly, the monitoring computer PC1 that has received the SNMP trap can know the condition definition of the SNMP trap transmitted by the object ID. For example, in the case of setting for color printing, the client computer C1 to C3 transfers to the printer device P1 or P2. It can be seen that the print data with color settings has been transmitted.

したがって、監視用コンピュータPC1は送信されたSNMPトラップからクライアントコンピュータC1〜C3の印刷設定を監視することができ、例えばクライアントコンピュータC1の印刷実行においてカラー印刷の設定が禁止されている場合には、監視用コンピュータPC1は上記SNMPトラップによってクライアントコンピュータC1の印刷設定を監視することができる。   Therefore, the monitoring computer PC1 can monitor the print settings of the client computers C1 to C3 from the transmitted SNMP trap. For example, when the print setting of the client computer C1 is prohibited, the monitoring is performed. The computer PC1 can monitor the print setting of the client computer C1 by the SNMP trap.

また、例えばクライアントコンピュータC2の印刷設定においてトナーセーブの設定が義務付けられている場合、プリンタ装置P1又はP2からのSNMPトラップによってクライアントコンピュータC2の印刷設定を監視することができる。   For example, when the setting of toner save is required in the print setting of the client computer C2, the print setting of the client computer C2 can be monitored by the SNMP trap from the printer apparatus P1 or P2.

さらに、ユーザ定義MIB記述ファイルの条件定義には前述のように、印刷する文書ファイルの文書名や描画命令のシーケンス情報等のプリンタドライバ2によって検出可能なあらゆる情報を条件定義として設定可能であり、従ってクライアントコンピュータC1〜C3からの印刷データの文書名や描画命令のシーケンス情報等の監視を行うことも可能である。したがって、例えばシステムが関知しないIPアドレスを有するユーザからの印刷実行指示である場合には、上記SNMPトラップの通知によってその事実を知ることができ、例えば極秘文書等の印刷出力を禁止させるような対応も行なうことができる。このように、システム管理者等が、監視用コンピュータPC1における監視状況を確認することによって、システム上にあるクライアントコンピュータが、プリンタ装置を正しい利用方法で利用しているかどうか、予め約束してあるエコモードなどの制限で利用されているかどうか、不正なあるいは機密の文書等を印刷していないかどうか等々、ユーザ定義MIB記述ファイルの定義の作り方によって、ありとあらゆるプリンタの利用状況の監視確認を行うことが可能となる。これにより、例えば、管理者から、正しいプリンタ装置の利用方法を警告する案内をクライアントに送信したり、アラームを表示させたり、装置の仕様に制限を加える制御を遠隔から強制的に行ったり、種々の他所処理を実施することが可能となる。   Furthermore, in the condition definition of the user-defined MIB description file, as described above, any information that can be detected by the printer driver 2 such as the document name of the document file to be printed and the sequence information of the drawing command can be set as the condition definition. Accordingly, it is possible to monitor the document name of the print data from the client computers C1 to C3, the sequence information of the drawing command, and the like. Therefore, for example, in the case of a print execution instruction from a user having an IP address that the system does not know, the fact can be known by the notification of the SNMP trap, for example, a countermeasure for prohibiting print output of a confidential document etc. Can also be done. In this way, by confirming the monitoring status of the monitoring computer PC1 by the system administrator or the like, whether or not the client computer on the system is using the printer device in the correct usage method has been promised in advance. Depending on how the user-defined MIB description file is created, such as whether it is used due to restrictions on the mode, whether or not illegal or confidential documents are printed, etc., it is possible to monitor and check the usage status of all kinds of printers. It becomes possible. As a result, for example, an administrator can send a warning to the client to warn how to use the correct printer, display an alarm, forcibly remotely control the specification of the device, etc. It is possible to perform other processing.

尚、前述の判断(ST2)において、SNMPトラップ送信命令が含まれていない場合(ST2がNO)、印刷データに含まれる印刷命令コマンドを実行し(ST4)、例えば画像データを作成し、印刷出力を行う。その後、印刷データを全て受信したか判断し(ST5)、全ての印刷データの受信が完了すると(ST5がYES)、処理を終了する。   If the SNMP trap transmission command is not included in the above determination (ST2) (NO in ST2), the print command included in the print data is executed (ST4), for example, image data is created and printed out. I do. Thereafter, it is determined whether all the print data has been received (ST5). When the reception of all the print data is completed (YES in ST5), the process is terminated.

以上のように本実施形態によれば、ネットワーク機器の管理情報として、RFCで定義した標準のMIBやベンダによる拡張MIB以外の状態監視が可能となり、例えば個々のユーザが所望する設定状態の監視を行うことができる。すなわち、個々のユーザが所望するカラー印刷やトナーセーブ印刷等のエコロジーに関する印刷設定の監視も可能となり、更にプリンタ装置P1、P2を使用するクライアントコンピュータC1〜C3が増加した場合にもシステムの監視や保守等も容易となる。
また、本実施形態によれば、ベンダ定義の拡張MIBに、ユーザーが利用可能となる予約範囲を設け、プリンタドライバを通して、その予約範囲の情報をSNMP TRAPとしてSNMPマネージャに通知することができ、ユーザーがSNMPマネージャを通して、ユーザー定義の事象発生の検知を可能にすることにより、ユーザーが独自拡張してネットワークプリンタに対して所望の監視を行うことを可能にするものである。
更に、プリンタドライバを使用することにより、ネットワークプリンタを利用する各クライアントの情報をプリンタドライバを使用して取得可能であり、例えば、関知しないIPアドレスを持つユーザが印刷を実行した、印刷時のドキュメント名から、ある極秘文書が印刷された、両面印刷や面付け印刷などの節約を考慮した印刷を行っていないなど、プリンタドライバで検出できる全ての情報を、SNMPプロトコルで管理できるようになる。
また、印刷関連の事象に監視項目を絞った場合には、プリンタドライバからプリンタを経由して、SNMP TRAPを送信することで、クライアントコンピュータが増加しても、SNMPマネージャは、ネットワークプリンタのみ監視しておけば良いので、メンテナンス作業が増えることはない。また、SNMPを利用することで、既存のSNMPマネージャで監視を行え、新たなツールを導入する必要もない。
As described above, according to the present embodiment, it is possible to monitor the status other than the standard MIB defined by RFC or the extended MIB by the vendor as the management information of the network device. For example, the setting status desired by each user can be monitored. It can be carried out. In other words, it is possible to monitor print settings related to ecology such as color printing and toner save printing desired by individual users, and even when the number of client computers C1 to C3 using the printers P1 and P2 increases, Maintenance and the like are also facilitated.
Also, according to the present embodiment, a reserved range that can be used by the user is provided in the vendor-defined extended MIB, and information on the reserved range can be notified to the SNMP manager as SNMP TRAP through the printer driver. Enables the user-defined event occurrence to be detected through the SNMP manager, so that the user can independently expand and perform desired monitoring on the network printer.
Furthermore, by using the printer driver, information about each client using the network printer can be acquired by using the printer driver. For example, a document at the time of printing that has been printed by a user having an unrelated IP address is used. According to the name, all information that can be detected by the printer driver can be managed by the SNMP protocol, such as when a certain confidential document is printed, printing that does not take into account savings such as double-sided printing and imposition printing is performed.
When the monitoring items are narrowed down to printing-related events, the SNMP manager monitors only the network printer even if the number of client computers increases by sending SNMP TRAP from the printer driver via the printer. As long as you do, maintenance work will not increase. Further, by using SNMP, it is possible to monitor with an existing SNMP manager, and there is no need to introduce a new tool.

本発明はいくつかの実施形態を説明したが、本発明は特許請求の範囲に記載された発明とその均等の範囲に含まれる。以下、本件特許出願の出願当初の特許請求の範囲に記載された発明を付記する。   Although several embodiments of the present invention have been described, the present invention is included in the inventions described in the claims and their equivalents. Hereinafter, the invention described in the scope of claims at the beginning of the filing of the present patent application will be added.

付記1
クライアントコンピュータと、印刷装置と、監視機器がネットワークを介して接続された印刷システムにおいて、
前記クライアントコンピュータは、
アプリケーションを実行することにより作成された文書画像情報及び印刷設定情報にしたがって印刷データを生成するプリンタドライバと、
前記印刷データを前記印刷装置へ送信する送信部と、
ユーザ定義MIBを記憶する記憶部と、
前記印刷設定情報に前記ユーザ定義MIBに登録されている情報と一致するものがあった場合、前記印刷データにSNMPトラップ送信命令を含めて前記印刷装置に送信する制御部と、を有し、
前記印刷装置は、
前記クライアントコンピュータから送信された前記印刷データに前記SNMPトラップ送信命令が含まれているとき、前記監視機器に前記SNMPトラップを送信するトラップ送信部と、
前記印刷データに従って記録媒体に印刷出力を行う印刷処理部と、
を有することを特徴とする印刷システム。
Appendix 1
In a printing system in which a client computer, a printing device, and a monitoring device are connected via a network,
The client computer is
A printer driver that generates print data in accordance with document image information and print setting information created by executing an application;
A transmission unit for transmitting the print data to the printing apparatus;
A storage unit for storing a user-defined MIB;
A control unit that transmits an SNMP trap transmission command to the printing apparatus when the print setting information matches the information registered in the user-defined MIB;
The printing apparatus includes:
A trap transmission unit that transmits the SNMP trap to the monitoring device when the SNMP trap transmission command is included in the print data transmitted from the client computer;
A print processing unit for performing print output on a recording medium according to the print data;
A printing system comprising:

付記2
前記印刷装置は、SNMPにおけるSNMPエージェントとしての機能を有し、
前記監視機器は、SNMPにおけるSNMPマネージャーとしての機能を有し、
SNMPにおけるTRAPによって前記監視機器は前記ユーザ定義MIBに定義された前記印刷装置における事象の発生を識別することを特徴とする付記1記載の印刷システム。
Appendix 2
The printing apparatus has a function as an SNMP agent in SNMP,
The monitoring device has a function as an SNMP manager in SNMP,
The printing system according to claim 1, wherein the monitoring device identifies occurrence of an event in the printing apparatus defined in the user-defined MIB by TRAP in SNMP.

付記3
前記ユーザ定義MIBは前記ネットワークに接続されたサーバコンピュータに記憶され、前記クライアントコンピュータは前記サーバコンピュータから前記ユーザ定義MIB記述ファイルを読み出してユーザ定義MIBと前記印刷データの印刷設定情報との一致判断を行うことを特徴とする付記1、又は2に記載の印刷システム。
Appendix 3
The user-defined MIB is stored in a server computer connected to the network, and the client computer reads the user-defined MIB description file from the server computer and determines whether the user-defined MIB matches the print setting information of the print data. The printing system according to appendix 1 or 2, wherein the printing system is performed.

付記4
前記ユーザ定義MIBは、ユーザが独自に設定した条件定義であり、該条件定義を特定する認証情報を含み、該認証情報に従って前記監視機器は前記条件定義である前記印刷データの印刷設定情報を取得することを特徴とする付記1、2、又は3に記載の印刷システム。
Appendix 4
The user-defined MIB is a condition definition uniquely set by a user, and includes authentication information for specifying the condition definition. According to the authentication information, the monitoring device acquires print setting information of the print data that is the condition definition. The printing system according to appendix 1, 2, or 3, wherein:

付記5
クライアントコンピュータと、印刷装置と、監視機器がネットワークを介して接続された印刷システムの制御方法であって、
前記クライアントコンピュータは、
アプリケーションを実行することにより作成された文書画像情報及び印刷設定情報にしたがって印刷データを生成し、
該クライアントコンピュータのユーザ定義MIBを記憶するユーザ定義MIB記述ファイルから前記ユーザ定義MIBを読み出し、
該読み出した前記ユーザ定義MIBに、前記印刷データの印刷設定情報と一致するものが含まれるか判断し、一致するものがあるとき前記印刷データにSNMPトラップ送信命令を含めて前記印刷装置に送信し、
前記印刷装置は、
前記クライアントコンピュータから送信された前記印刷データに前記SNMPトラップ送信命令が含まれているとき、前記監視機器に前記SNMPトラップの送信を行うと共に、前記印刷データに従って記録媒体に印刷出力を行う、
ことを特徴とする印刷システムの制御方法。
Appendix 5
A control method of a printing system in which a client computer, a printing apparatus, and a monitoring device are connected via a network,
The client computer is
Generate print data according to the document image information and print setting information created by executing the application,
Reading the user-defined MIB from a user-defined MIB description file that stores the user-defined MIB of the client computer;
It is determined whether or not the read user-defined MIB includes a match with the print setting information of the print data. If there is a match, an SNMP trap transmission command is included in the print data and transmitted to the printing apparatus. ,
The printing apparatus includes:
When the SNMP trap transmission command is included in the print data transmitted from the client computer, the SNMP trap is transmitted to the monitoring device, and the print output is performed on a recording medium according to the print data.
A control method for a printing system.

付記6
前記ユーザ定義MIBは前記ネットワークに接続されたサーバコンピュータに記憶され、前記クライアントコンピュータは前記サーバコンピュータから前記ユーザ定義MIB記述ファイルを読み出してユーザ定義MIBと前記印刷データの印刷設定情報との一致判断を行うことを特徴とする付記5に記載の印刷システムの制御方法。
Appendix 6
The user-defined MIB is stored in a server computer connected to the network, and the client computer reads the user-defined MIB description file from the server computer and determines whether the user-defined MIB matches the print setting information of the print data. The method of controlling a printing system according to appendix 5, wherein the control method is performed.

付記7
前記ユーザ定義MIBは、ユーザが独自に設定した条件定義であり、該条件定義を特定する認証情報を含み、該認証情報に従って前記監視機器は前記条件定義である前記印刷データの印刷設定情報を取得することを特徴とする付記5、又は6に記載の印刷システムの制御方法。
Appendix 7
The user-defined MIB is a condition definition uniquely set by a user, and includes authentication information for specifying the condition definition. According to the authentication information, the monitoring device acquires print setting information of the print data that is the condition definition. The control method for a printing system according to appendix 5 or 6, wherein:

1・・・印刷アプリケーション
2・・・プリンタドライバ
3・・・記憶部
4・・・ユーザ定義MIB作成アプリケーション
5・・・受信部
6・・・制御部
7・・・印刷機構部
8・・・送信部
P1、P2・・プリンタ装置
C1〜C3・・クライアントコンピュータ
PC1・・監視用コンピュータ
PC2・・サーバコンピュータ
DESCRIPTION OF SYMBOLS 1 ... Printing application 2 ... Printer driver 3 ... Memory | storage part 4 ... User-defined MIB creation application 5 ... Reception part 6 ... Control part 7 ... Printing mechanism part 8 ... Transmitters P1, P2,... Printer devices C1 to C3 .. client computer PC1... Monitoring computer PC2.

Claims (4)

印刷設定情報に基づいて印刷データを生成する情報端末装置であって、An information terminal device that generates print data based on print setting information,
所定の記憶手段にユーザ定義MIBとして記憶されている設定項目と同じ設定項目が前記印刷設定情報に含まれていた場合、印刷装置から監視機器に向けてSNMPトラップを送信させるSNMPトラップ送信命令を前記印刷データに付加して前記印刷装置に送信する制御手段を備えたことを特徴とする情報端末装置。When the same setting item as the setting item stored as the user-defined MIB in the predetermined storage means is included in the print setting information, an SNMP trap transmission command for transmitting an SNMP trap from the printing apparatus to the monitoring device is issued. An information terminal apparatus comprising control means for adding to print data and transmitting to the printing apparatus.
印刷設定情報に基づいて生成された印刷データを情報端末装置から受信可能な印刷装置であって、A printing device capable of receiving print data generated based on print setting information from an information terminal device,
所定の記憶手段にユーザ定義MIBとして記憶されている設定項目と同じ設定項目が前記印刷設定情報に含まれていた場合に前記印刷データに付加されるSNMPトラップ送信命令を、前記印刷データを受信した際に検出した場合にSNMPトラップを監視機器に送信する制御手段を備えたことを特徴とする印刷装置。An SNMP trap transmission command added to the print data when the same setting item as the setting item stored as the user-defined MIB in the predetermined storage means is included in the print data, the print data is received A printing apparatus comprising control means for transmitting an SNMP trap to a monitoring device when detected.
情報端末装置と印刷装置がネットワークで接続された印刷システムであって、A printing system in which an information terminal device and a printing device are connected via a network,
前記情報端末装置は、  The information terminal device
印刷設定情報に基づいて印刷データを生成する印刷データ生成手段と、Print data generation means for generating print data based on the print setting information;
所定の記憶手段にユーザ定義MIBとして記憶されている設定項目と同じ設定項目が前記印刷設定情報に含まれていた場合、SNMPトラップ送信命令を前記印刷データに付加して前記印刷装置に送信する制御手段と、を備え、Control that adds an SNMP trap transmission command to the print data and transmits it to the printing apparatus when the print setting information includes the same setting item as the user-defined MIB stored in a predetermined storage means Means, and
前記印刷装置は、The printing apparatus includes:
前記情報端末装置から前記印刷データを受信した際に前記SNMPトラップ送信命令を検出した場合にSNMPトラップを監視機器に送信する制御手段を備えたことを特徴とする印刷システム。A printing system comprising: control means for transmitting an SNMP trap to a monitoring device when the SNMP trap transmission command is detected when the print data is received from the information terminal device.
前記記憶手段は、ネットワークを介して前記情報端末装置に接続されるサーバ装置に設けられ、The storage means is provided in a server device connected to the information terminal device via a network,
前記ユーザ定義MIBは、所定のアプリケーションによって前記情報端末装置から前記記憶手段に登録可能に構成されていることを特徴とする請求項1に記載の情報端末装置、請求項2に記載の印刷装置または請求項3に記載の印刷システム。The information terminal device according to claim 1, wherein the user-defined MIB is configured to be registered in the storage unit from the information terminal device by a predetermined application. The printing system according to claim 3.
JP2012063685A 2012-03-21 2012-03-21 Information terminal device, printing device, and printing system Expired - Fee Related JP5900071B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012063685A JP5900071B2 (en) 2012-03-21 2012-03-21 Information terminal device, printing device, and printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012063685A JP5900071B2 (en) 2012-03-21 2012-03-21 Information terminal device, printing device, and printing system

Publications (3)

Publication Number Publication Date
JP2013196450A JP2013196450A (en) 2013-09-30
JP2013196450A5 JP2013196450A5 (en) 2015-04-23
JP5900071B2 true JP5900071B2 (en) 2016-04-06

Family

ID=49395292

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012063685A Expired - Fee Related JP5900071B2 (en) 2012-03-21 2012-03-21 Information terminal device, printing device, and printing system

Country Status (1)

Country Link
JP (1) JP5900071B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6455178B2 (en) * 2015-01-26 2019-01-23 富士ゼロックス株式会社 Information processing apparatus and information processing program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5367635A (en) * 1991-08-29 1994-11-22 Hewlett-Packard Company Network management agent with user created objects providing additional functionality
JP3783501B2 (en) * 2000-01-07 2006-06-07 富士ゼロックス株式会社 Trap control system
JP2007072711A (en) * 2005-09-06 2007-03-22 Seiko Epson Corp On-demand print monitoring system, on-demand print monitoring method, on-demand print monitoring program and on-demand printer
JP2008103787A (en) * 2006-10-17 2008-05-01 Murata Mach Ltd Apparatus information management server
JP4372145B2 (en) * 2006-12-04 2009-11-25 キヤノン株式会社 Information processing apparatus, information processing method, and print control system

Also Published As

Publication number Publication date
JP2013196450A (en) 2013-09-30

Similar Documents

Publication Publication Date Title
JP4810318B2 (en) Port monitor program, data processing method, information processing apparatus, and storage medium
US8767226B2 (en) Printing system, control method, information processing apparatus, and computer-readable medium
US9086826B2 (en) Information processing apparatus, method for controlling the same, and storage medium
JP2010224768A (en) Printing system, control method for printing system, print server machine, control method for print server machine, and computer program
EP1860547B1 (en) Remote stored print job retrieval
US7746493B2 (en) Job management apparatus and method of recognizing job completion, and control program used therewith
US20070097448A1 (en) Print system and access control method thereof, access control program, information processing device, and storage medium
JP6292009B2 (en) System and method
JP4844105B2 (en) Menu data generation in the control device to which the local device is connected
JP2006277474A (en) Monitoring of print process in distributed print
JP5157775B2 (en) Network management apparatus, network management method, network management program, and recording medium
US8861008B2 (en) Bidirectional communication technique between an information processing apparatus and an image processing apparatus
US8688858B2 (en) Image processing device, device management system, and image processing method
JP5900071B2 (en) Information terminal device, printing device, and printing system
JP2011191940A (en) Verification apparatus, job ticket verification method, and program
JP2005038016A (en) Data processor, method and program, and image forming device
JP2006099609A (en) System and method for monitoring device, and network connection apparatus
JP5933929B2 (en) Print job scheduling system and method
JP4127478B2 (en) Network management system and management method thereof
JP4983229B2 (en) Server computer, client server system, and software installation method
JP4262007B2 (en) Network device and data processing system control method
JP5811716B2 (en) Device management apparatus, system, and program
US10708130B2 (en) Common management frameworks
JP6016374B2 (en) Peripheral device, information processing system, control method, and computer program
JP2014041446A (en) Device monitoring program, device monitoring apparatus, and device monitoring method for monitoring failure in multi-function device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150305

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150305

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160120

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160222

R150 Certificate of patent or registration of utility model

Ref document number: 5900071

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees