JP2007065797A - Image forming device - Google Patents
Image forming device Download PDFInfo
- Publication number
- JP2007065797A JP2007065797A JP2005248332A JP2005248332A JP2007065797A JP 2007065797 A JP2007065797 A JP 2007065797A JP 2005248332 A JP2005248332 A JP 2005248332A JP 2005248332 A JP2005248332 A JP 2005248332A JP 2007065797 A JP2007065797 A JP 2007065797A
- Authority
- JP
- Japan
- Prior art keywords
- trap
- ack
- host computer
- image forming
- information
- 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
Links
Images
Landscapes
- Computer And Data Communications (AREA)
Abstract
Description
本発明は、ネットワークに接続され、SNMP(Simple Network Management Protocol) サービスを用いて管理される画像形成装置に関するものであり、特に、画像形成装置内で印刷処理中に所定のイベントが発生したとき、印刷処理を一時停止して、前記TRAP送信部からTRAPを送信し、その後、前記ACK受信部でACKが受信されない時は、TRAP送信を繰り返しリトライする画像形成装置において、所定回数リトライしてもACKが受信されない時は、前記イベントに関する情報を記憶保持しておき、通信が回復した後に、記憶保持しておいた前記イベントに関する情報を前記ホストコンピュータに送信するようにした画像形成装置に関するものである。 The present invention relates to an image forming apparatus connected to a network and managed using an SNMP (Simple Network Management Protocol) service, and particularly when a predetermined event occurs during a printing process in the image forming apparatus. When the print processing is paused and TRAP is transmitted from the TRAP transmission unit, and then ACK is not received by the ACK reception unit, the image forming apparatus that repeatedly retryes TRAP transmission and retries a predetermined number of times. When the message is not received, the information on the event is stored and held, and after the communication is restored, the stored information on the event is transmitted to the host computer. .
SNMPサービスは、TCP/IPネットワーク環境において、プリンタ等のデバイスの情報を取得するための簡便な方法として広く利用されている。このSNMPサービスのなかにTRAPと呼ばれる機能がある。この機能は、予め設定された条件に基づいて、管理の対象になっているデバイスが自発的に当該デバイスの状態の変動に関する通知を行うものである。 The SNMP service is widely used as a simple method for acquiring information of a device such as a printer in a TCP / IP network environment. This SNMP service has a function called TRAP. In this function, a device to be managed voluntarily notifies about a change in the state of the device based on a preset condition.
SNMPとは、ネットワーク内のノードから管理情報の収集や設定処理を行ったり、ノード内で発生したイベントの通知処理を行ったりするために規定されたネットワーク管理プロトコルであり、管理ステーション(管理サーバー等のコンピュータ装置)内のマネージャプログラムと被管理ノード(プリンタ等のデバイス)内のエージェントプログラムが互いにメッセージを送受することにより実現されている。 SNMP is a network management protocol defined for collecting management information from nodes in the network, performing setting processing, and performing notification processing of events occurring in the nodes. A management station (such as a management server) The manager program in the computer apparatus) and the agent program in the managed node (device such as a printer) send and receive messages to and from each other.
SNMPを用いたネットワーク管理システムでは、管理ステーションから被管理ノードへのポーリング監視によって管理が行われるのが一般的である。しかし、ポーリング監視では、監視の度にネットワーク上にリクエスト/レスポンスメッセージが流れるため、管理対象ノード数が増大した場合などネットワーク負荷が増大したり、管理ステーションのオーバヘッドが増大したりするといった問題がある。そこで、よりリアルタイムに管理を実現するため、被管理ノード内で障害発生等のイベントが発生した場合にのみTRAPを管理ステーションに送信するといった処理が実行される。その場合、TRAPの送信処理は1回実行するだけで、管理ステーションに届いているかの確認は全く行っておらず、厳密な管理はできない。 In a network management system using SNMP, management is generally performed by polling monitoring from a management station to a managed node. However, in polling monitoring, a request / response message flows on the network every time monitoring is performed, there is a problem that the network load increases when the number of nodes to be managed increases or the overhead of the management station increases. . Therefore, in order to realize management in real time, a process of transmitting TRAP to the management station only when an event such as a failure occurs in the managed node is executed. In this case, the TRAP transmission process is executed only once, and it is not checked at all whether it has reached the management station, and strict management cannot be performed.
そこで、TRAPを送信したにもかかわらず、ACK(受信確認応答)が返ってこない場合、リトライ処理として、ACKが返ってくるまで、TRAPを繰り返し送信するようにしたシステムも実用化されている。このようなネットワーク管理システムを、ネットワークに接続されたプリンタ等の画像形成装置の管理にも利用している。 Therefore, when ACK (reception confirmation response) is not returned even though TRAP is transmitted, a system in which TRAP is repeatedly transmitted until ACK is returned as a retry process has been put into practical use. Such a network management system is also used for managing image forming apparatuses such as printers connected to the network.
一方、下記の特許文献1(特開2004−355283号公報)に示されるように、TRAPを送信したにもかかわらず、ホストコンピュータからACKが返ってこないとき、ネットワーク上の全てのホストコンピュータに同報TRAPを送信し、それを受信したホストコンピュータからTRAPの本来の宛先であるホストコンピュータに代替送信させるという技術も提案されている。そのようにすれば、TRAP情報を確実にホストコンピュータに通知することができる。 On the other hand, as shown in the following Patent Document 1 (Japanese Patent Application Laid-Open No. 2004-355283), when an ACK is not returned from the host computer even though the TRAP is transmitted, it is the same as all the host computers on the network. There has also been proposed a technique in which an information TRAP is transmitted and a host computer that has received the information TRAP substitutes the information to a host computer that is the original destination of TRAP. By doing so, the TRAP information can be reliably notified to the host computer.
すなわち、上記特許文献1に開示されたネットワーク管理システムは、被管理ノードは、TRAP送信プロセスと、少なくともTRAP宛先MIBフィールドと受信応答MIBフィールドを有するTRAP管理テーブルを備え、端末装置は、TRAPを受信した場合に前記受信応答MIBに該端末装置の受信応答情報をセットするTRAP受信プロセスと、同報TRAPを受信した場合に前記TRAP宛先MIBフィールドを参照して同報TRAPを該当する端末装置に送信する代替送信プロセスを備え、TRAP送信プロセスは、TRAP送信に際して、TRAP宛先MIBフィールドにTRAP送信先の端末装置のIPアドレスを記憶し、TRAP宛先の端末装置により受信応答MIBフィールドに受信応答情報がセットされない場合に、各端末装置に同報TRAPを送信するように構成されたものである。
That is, in the network management system disclosed in
しかしながら、上記リトライ処理を行うネットワーク管理システムでは、通信路の不具合によりACKが返ってこない場合、TRAP送信のリトライを繰り返すことになるが、通信路の不具合が長時間継続した場合、その間、プリンタの印刷処理が停止したままになって、印刷が遅れるという問題点があり、また、所定時間リトライを繰り返してもACKが返ってこなければ、最終的にはホストコンピュータに送るべき情報を捨てなければならないという問題点があった。 However, in the network management system that performs the above retry processing, if ACK is not returned due to a communication path failure, TRAP transmission retry is repeated. If the communication path failure continues for a long time, the printer There is a problem that the printing process is stopped and printing is delayed, and if ACK is not returned even after repeated retrying for a predetermined time, the information to be sent to the host computer must be finally discarded. There was a problem.
特に、そのようなネットワーク管理システムを利用して、画像形成装置からジョブの終了時またはページ排出毎に、TRAPによりジョブのページ数や用紙サイズ等の情報をホストコンピュータに送り返して、実排紙ベースでの課金管理を行う場合、情報を捨ててしまうと、課金漏れが発生するという問題点があった。 In particular, by using such a network management system, information such as the number of pages of the job and the paper size is sent back to the host computer by TRAP at the end of the job or at each page discharge from the image forming apparatus, and the actual discharge base. In the case of charging management in the Internet, there is a problem that charging is lost if information is discarded.
また、上記、他のホストコンピュータからTRAPの本来の宛先であるホストコンピュータに代替送信させるネットワーク管理システムでは、ネットワーク上の全ホストコンピュータに、同報TRAPを受信して保持し、それを代替送信する機能を持たせる必要があって、ホストコンピュータに余分な負担をかけるという問題点があった。 Further, in the above-described network management system that substitutes transmission from another host computer to the host computer that is the original destination of TRAP, the broadcast TRAP is received and held by all host computers on the network, and is transmitted by substitution. There was a problem that it was necessary to provide a function, and an extra burden was placed on the host computer.
本発明は、そのような問題点に鑑み、TRAP送信に対してACKが返ってこないとき、TRAP情報を、ホストコンピュータに負担をかけることなく確実に通知するとともに、印刷処理の停止期間を必要最小限にすることを目的とするものである。 In view of such a problem, the present invention reliably notifies the TRAP information without imposing a burden on the host computer when the ACK is not returned for the TRAP transmission, and minimizes the stop period of the printing process. The purpose is to limit.
前記課題を解決するために、本願の請求項1にかかる発明は、
ネットワークに接続され、該ネットワーク上のホストコンピュータからSNMPで管理される画像形成装置であって、
当該画像形成装置内で発生したイベントに関する情報をTRAPで前記ホストコンピュータに送信するTRAP送信部と、該TRAPに対してホストコンピュータから返送されたACKを受信するACK受信部と、を備え、
当該画像形成装置内で印刷処理中に所定のイベントが発生したとき、印刷処理を一時停止して、前記TRAP送信部からTRAPを送信し、その後、前記ACK受信部でACKが受信されない時は、TRAP送信を繰り返しリトライするが、所定回数リトライしてもACKが受信されない時は、前記TRAP情報を記憶保持しておき、通信が回復した後に、記憶保持しておいた前記TRAP情報を前記ホストコンピュータに送信することを特徴とする。
In order to solve the above-mentioned problem, the invention according to
An image forming apparatus connected to a network and managed by SNMP from a host computer on the network,
A TRAP transmitting unit that transmits information about an event that has occurred in the image forming apparatus to the host computer by TRAP, and an ACK receiving unit that receives an ACK returned from the host computer to the TRAP,
When a predetermined event occurs during the printing process in the image forming apparatus, the printing process is temporarily stopped, the TRAP is transmitted from the TRAP transmitting unit, and then the ACK receiving unit does not receive the ACK, If TRAP transmission is retried repeatedly but no ACK is received after a predetermined number of retries, the TRAP information is stored and retained, and after the communication is restored, the TRAP information stored and retained is stored in the host computer. It is characterized by transmitting to.
また、本願の請求項2に係る発明は、請求項1にかかる画像形成装置において、
前記TRAP情報を記憶保持した時、前記イベント発生後に停止していた印刷処理を再開することを特徴とする。
According to a second aspect of the present invention, in the image forming apparatus according to the first aspect,
When the TRAP information is stored and held, the printing process that has been stopped after the occurrence of the event is resumed.
本発明の画像形成装置は、次のような効果を奏する。
すなわち、本願の請求項1にかかる発明においては、TRAP送信後にACKが返ってこない時は、TRAP送信をリトライし、所定回数リトライしてもACKが返ってこない時は、TRAP情報を記憶保持しておき、通信が回復した後にホストコンピュータに送信するようにしたので、TRAP送信時に通信路の不具合があっても、TRAP情報を確実にホストコンピュータに通知することができるようになる。
The image forming apparatus of the present invention has the following effects.
That is, in the invention according to
また、請求項2にかかる発明においては、請求項1にかかる画像形成装置において、所定回数リトライしてTRAP情報を記憶保持した時、前記イベント発生後に停止していた印刷処理を直ちに再開するようにしたので、印刷処理の停止期間を必要最小限にすることができるようになる。 According to a second aspect of the present invention, in the image forming apparatus according to the first aspect, when the TRAP information is stored and held after retrying a predetermined number of times, the printing process that has been stopped after the occurrence of the event is immediately resumed. As a result, the print processing stoppage period can be minimized.
以下、本発明の具体例を実施例及び図面を用いて詳細に説明する。 Hereinafter, specific examples of the present invention will be described in detail with reference to examples and drawings.
図2は、本発明に係るネットワークシステムの概略構成を示す図である。複数のホストコンピュータ1,1,1と画像形成装置2,2がネットワーク3に接続されている。そして、ホストコンピュータ1,1,1は、画像形成装置2,2に対するジョブを送信する通常の機能の他に、SNMP管理システムにおけるTRAPを受信するためのマネージャプログラムを搭載しており、後述のTRAP受信プロセスを実行する。画像形成装置2,2は、SNMP管理システムにおけるエージェントプログラムを搭載しており、画像形成装置2,2で発生したイベントをTRAPとして該当するホストコンピュータ1,1,1の何れかに送信する。
FIG. 2 is a diagram showing a schematic configuration of a network system according to the present invention. A plurality of
図1は、本発明の画像形成装置とホストコンピュータの概略構成を示すブロック図である。画像形成装置2は、ネットワーク3を介して、ホストコンピュータ1との間で、データ、コマンド等の情報を送受信するためのインターフェース部22と、制御部21を備えている。制御部21はマイクロプロセッサにより構成され、画像形成装置2の本来の機能である、印刷処理等を実行する制御プログラムの他に、上記エージェントプログラムが搭載されている。
FIG. 1 is a block diagram showing a schematic configuration of an image forming apparatus and a host computer of the present invention. The
画像形成装置2は、更に、TRAP送信部24、ACK受信部25、リトライカウント部26、記憶部23を備えている。TRAP送信部24は画像形成装置2で発生したイベントを、TRAP情報として送信するものであり、ACK受信部25はTRAPを送信したホストコンピュータ1が画像形成装置2からTRAPを受信した場合に送信する、受信の確認信号(ACK)を受信するものである。リトライカウント部26はACKを受信できない時にTRAPを再送信(リトライ)した回数をカウントするものであり、リトライ回数が所定回数に達すると、TRAP情報を記憶部23に記憶、保持する。
The
エージェントプログラムは、TRAP送信コマンドを含んでいる。このTRAP送信コマンドは、印刷ジョブ送信元のホストコンピュータ1に、画像形成装置2で発生したイベントを、TRAP情報として送信する為のコマンドである。画像形成装置2では、状態/障害監視を実行しイベントを検知した場合、このコマンドによってTRAP送信プロセスが実行される。そして、画像形成装置2が、予め定義されたTRAP送信の条件に合致する状態になった場合には、このエージェントプログラムによってTRAP送信部24が動作してTRAP送信コマンドが実行され、上記特定のホストコンピュータ1に対してTRAP情報が送信される。
The agent program includes a TRAP transmission command. This TRAP transmission command is a command for transmitting an event occurring in the
ホストコンピュータ1はネットワーク3を介してデータ、コマンド等の情報を送受信するためのインターフェース部14と制御部11を備えている。制御部11はマイクロプロセッサにより構成され、通常の機能を実行する制御プログラムの他に、前記マネージャプログラムを搭載しており、TRAPの受信プロセスをTRAP受信部12で実行する。また、画像形成装置1から送信されるTRAPを受信するTRAP受信部12、TRAP受信したことを確認するためのACKを送信するためのACK送信部13を備えている。
The
ホストコンピュータ1は、画像形成装置2からTRAPを受信した場合、受信の確認のため、ACK送信部13により、ACKを画像形成装置2に返送する。画像形成装置2では、ホストコンピュータ1から返送されたACKをACK受信部25で受信処理し、これによりTRAP情報が宛先のホストコンピュータ1により受信されたことを確認する。
When the
そのような画像形成装置2において、TRAP送信後に、通信路の不具合等により、ACKが返ってこない時は、TRAP送信部24でTRAP送信をリトライするが、その際、リトライカウント部26でリトライした回数をカウントする。そして、TRAP送信を所定回数リトライしても、ホストコンピュータ1からACKが返ってこないときは、前記TRAP情報を記憶部23に記憶保持しておき、TRAP送信のため中断していた印刷処理を再開する。その後、通信が回復した後にホストコンピュータ1に送信する。記憶部23としては、RAM,NVRAM,HDD,フラッシュメモリ等、適宜の記憶装置を適用できる。
In such an
次に、図3のフローチャートを参照しながら、ページ排出毎に、TRAPによりページ数や用紙サイズ等の情報をホストコンピュータに送り返して、実排紙ベースでの課金管理を行う場合を例にして、本発明の画像形成装置のTRAP送信処理を説明する。1ページ分の印刷が完了したら、印刷処理を一時停止して、TRAP送信部24により、用紙サイズ,カラー印刷/モノクロ印刷,片面印刷/両面印刷等の情報をホストコンピュータ1にTRAP送信する(ステップS1)。
Next, referring to the flowchart of FIG. 3, for each page discharge, information such as the number of pages and the paper size is sent back to the host computer by TRAP, and charging management is performed on an actual paper discharge basis. A TRAP transmission process of the image forming apparatus of the present invention will be described. When printing for one page is completed, the printing process is temporarily stopped, and the
その後、ACK受信部25で、ホストコンピュータ1からACKが返信されてきたか否かを判別し(ステップS2)、一定時間経過してもACKが返信されてこなかったら、TRAP送信部24により、TRAP送信をリトライし(ステップS3)、リトライカウント部26で、リトライ回数CNTに1を加える(ステップS4)。そして、リトライ回数CNTが予め設定した所定回数Kを超えたか否かを判別し(ステップS5)、所定回数Kを超えていなければ、ステップS2に戻る。
Thereafter, the
ステップS5で、リトライ回数CNTが所定回数Kを超えたら、送信しようとしたTRAP情報を記憶部23に保持する(ステップS6)。そして、一時停止していた印刷処理を再開する。そして、一定時間待機した(ステップS7)後、ホストコンピュータ1との間の通信が回復したか否かを判別し(ステップS8)、回復しなければ、ステップS7に戻って一定時間待機する。
If the retry count CNT exceeds the predetermined count K in step S5, the TRAP information to be transmitted is held in the storage unit 23 (step S6). Then, the temporarily stopped printing process is resumed. Then, after waiting for a certain time (step S7), it is determined whether or not communication with the
ステップS8で、ホストコンピュータ1との間の通信が回復したら、記憶部23に保持しておいたTRAP情報を、ホストコンピュータ1に送信する(ステップS9)。
When communication with the
以上説明したように、本発明においては、TRAP送信後にACKが返ってこない時は、TRAP送信をリトライし、所定回数リトライしてもACKが返ってこない時は、TRAP情報を記憶保持しておき、通信が回復した後にホストコンピュータに送信するようにしたので、TRAP送信時に通信路の不具合があっても、TRAP情報を確実にホストコンピュータに通知することができるようになる。 As described above, in the present invention, when ACK is not returned after TRAP transmission, TRAP transmission is retried. When ACK is not returned even after a predetermined number of retries, TRAP information is stored and held. Since the transmission is made to the host computer after the communication is recovered, the TRAP information can be surely notified to the host computer even if there is a failure in the communication path during the TRAP transmission.
1………ホストコンピュータ
11……制御部
12……TRAP受信部
13……ACK送信部
14……インターフェース部
2………画像形成装置
21……制御部
22……インターフェース部
23……記憶部
24……TRAP送信部
25……ACK受信部
26……リトライカウント部
3………ネットワーク
DESCRIPTION OF
Claims (2)
当該画像形成装置内で発生したイベントに関する情報をTRAPで前記ホストコンピュータに送信するTRAP送信部と、該TRAPに対してホストコンピュータから返送されたACKを受信するACK受信部と、を備え、
当該画像形成装置内で印刷処理中に所定のイベントが発生したとき、印刷処理を一時停止して、前記TRAP送信部からTRAP情報を送信し、その後、前記ACK受信部でACKが受信されない時は、TRAP送信を繰り返しリトライするが、所定回数リトライしてもACKが受信されない時は、前記TRAP情報を記憶保持しておき、通信が回復した後に、記憶保持しておいた前記TRAP情報を前記ホストコンピュータに送信することを特徴とする画像形成装置。 An image forming apparatus connected to a network and managed by SNMP from a host computer on the network,
A TRAP transmitting unit that transmits information about an event that has occurred in the image forming apparatus to the host computer by TRAP, and an ACK receiving unit that receives an ACK returned from the host computer to the TRAP,
When a predetermined event occurs during the printing process in the image forming apparatus, the printing process is temporarily stopped, the TRAP information is transmitted from the TRAP transmitting unit, and then the ACK receiving unit does not receive the ACK. The TRAP transmission is retried repeatedly, but if the ACK is not received after a predetermined number of retries, the TRAP information is stored and retained, and after the communication is restored, the TRAP information stored and retained is stored in the host. An image forming apparatus that transmits the image to a computer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005248332A JP2007065797A (en) | 2005-08-29 | 2005-08-29 | Image forming device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005248332A JP2007065797A (en) | 2005-08-29 | 2005-08-29 | Image forming device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007065797A true JP2007065797A (en) | 2007-03-15 |
Family
ID=37927970
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005248332A Pending JP2007065797A (en) | 2005-08-29 | 2005-08-29 | Image forming device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2007065797A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012199641A (en) * | 2011-03-18 | 2012-10-18 | Nec Corp | System, method and program for monitoring terminal device |
JP2013134528A (en) * | 2011-12-26 | 2013-07-08 | Canon Inc | Distribution device, control method, and computer program |
-
2005
- 2005-08-29 JP JP2005248332A patent/JP2007065797A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012199641A (en) * | 2011-03-18 | 2012-10-18 | Nec Corp | System, method and program for monitoring terminal device |
JP2013134528A (en) * | 2011-12-26 | 2013-07-08 | Canon Inc | Distribution device, control method, and computer program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101526888B (en) | Printing system, printer devices, a host device | |
JP2004310516A (en) | Print system and print management method | |
JP7056191B2 (en) | Print relay device and print relay method | |
JP2009297905A (en) | Image forming apparatus | |
JP2000020273A (en) | Printer controller and print system | |
JP2007094721A (en) | Printing system | |
JP2013061836A (en) | Server, data processor, data processing method | |
JP2006340360A (en) | System, method and program for tracking error during document processing operation | |
JP4335405B2 (en) | Printing system, network printer, and printing control method | |
JP6289057B2 (en) | COMMUNICATION DEVICE AND ITS CONTROL METHOD, PRINTING DEVICE, ITS CONTROL METHOD, AND PROGRAM | |
JP2007065797A (en) | Image forming device | |
JP2006011703A (en) | Information collection device, information collection method, information collection program and device management system | |
JP2010072816A (en) | Network print system, server device, image forming apparatus, and program | |
JP2018124630A (en) | Printing system | |
JP2007030444A (en) | Electronic apparatus | |
JP2013062599A (en) | Image forming apparatus, information processing method, and program | |
JP2007328574A (en) | Printing system and print program | |
US20100034112A1 (en) | Communication monitoring method, communication monitoring system, management system, and external device | |
JP2007213583A (en) | Method and apparatus for adaptive configuration of imaging device, and medium | |
JP5868298B2 (en) | Image forming system, image forming apparatus, and program | |
JP2013049203A (en) | Printing apparatus and printing method | |
JP2013059931A (en) | Data processing device, server, and data processing method | |
JP2009093585A (en) | Print system | |
JP2006072729A (en) | Network management system, management apparatus, managed apparatus and program | |
JP4033823B2 (en) | Status notification system in printing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20070405 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090310 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090915 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100126 |