JP2007065797A - Image forming device - Google Patents

Image forming device Download PDF

Info

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
Application number
JP2005248332A
Other languages
Japanese (ja)
Inventor
Yoshihiko Arai
吉彦 新井
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2005248332A priority Critical patent/JP2007065797A/en
Publication of JP2007065797A publication Critical patent/JP2007065797A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To certainly notify a host computer about TRAP information even if trouble of a communication path occurs in TRAP transmission. <P>SOLUTION: This image forming device 2 is connected to a network 3, and is managed from the host computer 1 by an SNMP. A TRAP transmission part 24 transmits information related to an event generated inside the image forming device 2 to the host computer 1 by TRAP (the TRAP information). An ACK reception part 25 receives ACK returned from the host computer 1 to the TRAP. When the ACK is not returned from the host computer 1 after the TRAP transmission by the TRAP transmission part 24, the TRAP transmission is retried. When the ACK is not returned even after a prescribed retries, the TRAP information is stored and held in a storage part 23, and is transmitted after communication is restored. <P>COPYRIGHT: (C)2007,JPO&INPIT

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 Patent Document 1, the managed node includes a TRAP transmission process, a TRAP management table having at least a TRAP destination MIB field and a reception response MIB field, and the terminal device receives TRAP. The TRAP reception process for setting the reception response information of the terminal device in the reception response MIB, and the broadcast TRAP is transmitted to the corresponding terminal device with reference to the TRAP destination MIB field when the broadcast TRAP is received. The TRAP transmission process stores the IP address of the TRAP destination terminal device in the TRAP destination MIB field and sets the reception response information in the reception response MIB field by the TRAP destination terminal device. If not Those that are configured to transmit the broadcast TRAP to each terminal device.

特開2004−355283号公報(図2、図3、図4)Japanese Unexamined Patent Publication No. 2004-355283 (FIGS. 2, 3, and 4)

しかしながら、上記リトライ処理を行うネットワーク管理システムでは、通信路の不具合により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 claim 1 of the present application is
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 claim 1 of the present application, when no ACK is returned after TRAP transmission, TRAP transmission is retried. When no ACK is returned even after a predetermined number of retries, TRAP information is stored and held. In addition, 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.

また、請求項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 host computers 1, 1, 1 and image forming apparatuses 2, 2 are connected to a network 3. The host computers 1, 1, 1 have a manager program for receiving TRAP in the SNMP management system in addition to the normal function of transmitting a job to the image forming apparatuses 2, 2. Run the receive process. The image forming apparatuses 2 and 2 are equipped with an agent program in the SNMP management system, and transmit events generated in the image forming apparatuses 2 and 2 to one of the corresponding host computers 1, 1, 1 as TRAP.

図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 image forming apparatus 2 includes an interface unit 22 for transmitting and receiving information such as data and commands to and from the host computer 1 via the network 3 and a control unit 21. The control unit 21 is configured by a microprocessor, and the above agent program is mounted in addition to a control program for executing a printing process or the like, which is an original function of the image forming apparatus 2.

画像形成装置2は、更に、TRAP送信部24、ACK受信部25、リトライカウント部26、記憶部23を備えている。TRAP送信部24は画像形成装置2で発生したイベントを、TRAP情報として送信するものであり、ACK受信部25はTRAPを送信したホストコンピュータ1が画像形成装置2からTRAPを受信した場合に送信する、受信の確認信号(ACK)を受信するものである。リトライカウント部26はACKを受信できない時にTRAPを再送信(リトライ)した回数をカウントするものであり、リトライ回数が所定回数に達すると、TRAP情報を記憶部23に記憶、保持する。   The image forming apparatus 2 further includes a TRAP transmission unit 24, an ACK reception unit 25, a retry count unit 26, and a storage unit 23. The TRAP transmission unit 24 transmits an event generated in the image forming apparatus 2 as TRAP information, and the ACK reception unit 25 transmits the TRAP when the host computer 1 that transmitted TRAP receives the TRAP from the image forming apparatus 2. A reception confirmation signal (ACK) is received. The retry count unit 26 counts the number of times TRAP has been retransmitted (retries) when ACK cannot be received. When the number of retries reaches a predetermined number, the TRAP information is stored and held in the storage unit 23.

エージェントプログラムは、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 image forming apparatus 2 as TRAP information to the host computer 1 of the print job transmission source. In the image forming apparatus 2, when the state / failure monitoring is executed and an event is detected, the TRAP transmission process is executed by this command. When the image forming apparatus 2 is in a state that matches a predefined TRAP transmission condition, the TRAP transmission unit 24 is operated by this agent program to execute a TRAP transmission command, and the specific host TRAP information is transmitted to the computer 1.

ホストコンピュータ1はネットワーク3を介してデータ、コマンド等の情報を送受信するためのインターフェース部14と制御部11を備えている。制御部11はマイクロプロセッサにより構成され、通常の機能を実行する制御プログラムの他に、前記マネージャプログラムを搭載しており、TRAPの受信プロセスをTRAP受信部12で実行する。また、画像形成装置1から送信されるTRAPを受信するTRAP受信部12、TRAP受信したことを確認するためのACKを送信するためのACK送信部13を備えている。   The host computer 1 includes an interface unit 14 and a control unit 11 for transmitting and receiving information such as data and commands via the network 3. The control unit 11 is constituted by a microprocessor and includes the manager program in addition to a control program for executing normal functions, and the TRAP reception unit 12 executes a TRAP reception process. Further, a TRAP receiving unit 12 that receives TRAP transmitted from the image forming apparatus 1 and an ACK transmitting unit 13 that transmits ACK for confirming that TRAP has been received are provided.

ホストコンピュータ1は、画像形成装置2からTRAPを受信した場合、受信の確認のため、ACK送信部13により、ACKを画像形成装置2に返送する。画像形成装置2では、ホストコンピュータ1から返送されたACKをACK受信部25で受信処理し、これによりTRAP情報が宛先のホストコンピュータ1により受信されたことを確認する。   When the host computer 1 receives TRAP from the image forming apparatus 2, the ACK transmission unit 13 returns ACK to the image forming apparatus 2 for confirmation of reception. In the image forming apparatus 2, the ACK received from the host computer 1 is received by the ACK receiving unit 25, thereby confirming that the TRAP information has been received by the destination host computer 1.

そのような画像形成装置2において、TRAP送信後に、通信路の不具合等により、ACKが返ってこない時は、TRAP送信部24でTRAP送信をリトライするが、その際、リトライカウント部26でリトライした回数をカウントする。そして、TRAP送信を所定回数リトライしても、ホストコンピュータ1からACKが返ってこないときは、前記TRAP情報を記憶部23に記憶保持しておき、TRAP送信のため中断していた印刷処理を再開する。その後、通信が回復した後にホストコンピュータ1に送信する。記憶部23としては、RAM,NVRAM,HDD,フラッシュメモリ等、適宜の記憶装置を適用できる。   In such an image forming apparatus 2, when ACK is not returned after TRAP transmission due to a communication path failure or the like, the TRAP transmission unit 24 retries the TRAP transmission. At that time, the retry count unit 26 retries. Count the number of times. If no ACK is returned from the host computer 1 after retrying the TRAP transmission a predetermined number of times, the TRAP information is stored in the storage unit 23 and the printing process suspended for the TRAP transmission is resumed. To do. Thereafter, after the communication is recovered, it is transmitted to the host computer 1. As the storage unit 23, an appropriate storage device such as a RAM, NVRAM, HDD, flash memory or the like can be applied.

次に、図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 TRAP transmission unit 24 TRAP-transmits information such as paper size, color printing / monochrome printing, single-sided printing / double-sided printing, and the like to the host computer 1 (step). S1).

その後、ACK受信部25で、ホストコンピュータ1からACKが返信されてきたか否かを判別し(ステップS2)、一定時間経過してもACKが返信されてこなかったら、TRAP送信部24により、TRAP送信をリトライし(ステップS3)、リトライカウント部26で、リトライ回数CNTに1を加える(ステップS4)。そして、リトライ回数CNTが予め設定した所定回数Kを超えたか否かを判別し(ステップS5)、所定回数Kを超えていなければ、ステップS2に戻る。   Thereafter, the ACK receiving unit 25 determines whether or not an ACK is returned from the host computer 1 (step S2). If no ACK is returned even after a predetermined time has elapsed, the TRAP transmitting unit 24 transmits the TRAP. Is retried (step S3), and the retry count unit 26 adds 1 to the retry count CNT (step S4). Then, it is determined whether or not the number of retries CNT exceeds a predetermined number K set in advance (step S5). If the number of retries CNT does not exceed the predetermined number K, the process returns to step S2.

ステップ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 host computer 1 has been recovered (step S8). If not recovered, the process returns to step S7 and waits for a certain time.

ステップS8で、ホストコンピュータ1との間の通信が回復したら、記憶部23に保持しておいたTRAP情報を、ホストコンピュータ1に送信する(ステップS9)。   When communication with the host computer 1 is restored in step S8, the TRAP information stored in the storage unit 23 is transmitted to the host computer 1 (step S9).

以上説明したように、本発明においては、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 is a block diagram illustrating a schematic configuration of an image forming apparatus and a host computer according to the present invention. 本発明に係るネットワークシステムの概略構成を示す図である。1 is a diagram showing a schematic configuration of a network system according to the present invention. 本発明の画像形成装置のTRAP送信処理を示すフローチャートである。6 is a flowchart showing TRAP transmission processing of the image forming apparatus of the present invention.

符号の説明Explanation of symbols

1………ホストコンピュータ
11……制御部
12……TRAP受信部
13……ACK送信部
14……インターフェース部
2………画像形成装置
21……制御部
22……インターフェース部
23……記憶部
24……TRAP送信部
25……ACK受信部
26……リトライカウント部
3………ネットワーク
DESCRIPTION OF SYMBOLS 1 ... Host computer 11 ... Control part 12 ... TRAP receiving part 13 ... ACK transmission part 14 ... Interface part 2 ... Image forming apparatus 21 ... Control part 22 ... Interface part 23 ... Storage part 24 …… TRAP transmitter 25 …… ACK receiver 26 …… Retry count unit 3 …… Network

Claims (2)

ネットワークに接続され、該ネットワーク上のホストコンピュータからSNMPで管理される画像形成装置であって、
当該画像形成装置内で発生したイベントに関する情報を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.
前記TRAP情報を記憶保持した時、前記イベント発生後に停止していた印刷処理を再開することを特徴とする請求項1に記載の画像形成装置。   The image forming apparatus according to claim 1, wherein when the TRAP information is stored and held, the printing process that has been stopped after the occurrence of the event is resumed.
JP2005248332A 2005-08-29 2005-08-29 Image forming device Pending JP2007065797A (en)

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)

* Cited by examiner, † Cited by third party
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

Cited By (2)

* Cited by examiner, † Cited by third party
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