JP4016634B2 - Image processing device - Google Patents

Image processing device Download PDF

Info

Publication number
JP4016634B2
JP4016634B2 JP2001323117A JP2001323117A JP4016634B2 JP 4016634 B2 JP4016634 B2 JP 4016634B2 JP 2001323117 A JP2001323117 A JP 2001323117A JP 2001323117 A JP2001323117 A JP 2001323117A JP 4016634 B2 JP4016634 B2 JP 4016634B2
Authority
JP
Japan
Prior art keywords
address information
management server
update
identifying
setting
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
JP2001323117A
Other languages
Japanese (ja)
Other versions
JP2003134116A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation 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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2001323117A priority Critical patent/JP4016634B2/en
Publication of JP2003134116A publication Critical patent/JP2003134116A/en
Application granted granted Critical
Publication of JP4016634B2 publication Critical patent/JP4016634B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Facsimiles In General (AREA)
  • Facsimile Transmission Control (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、画像処理装置にかかり、特に、ネットワークに接続された通信端末から送られてきた画像データを受信しながら、又は蓄積した後、画像データを描画データに展開して記録出力する画像処理装置がネットワークに接続された管理サーバによって管理されているときに、該管理サーバによるアドレス情報管理を適切に行うための機能を有する画像処理装置に関する。
【0002】
【従来の技術】
近年、インターネットの利用が普及し、その利用に関して様々な技術やサービスの提供が行われている。
【0003】
プリンタに関しても、ネットワークに接続することで、離れた場所からプリンタを使用することができたり、1台のプリンタを共有することが可能となり、利便性が向上してきた。
【0004】
また、インターネットやイントラネットが普及し、世界中の接続端末と通信することができたり、必要な情報を自由に得ることができるようになってきた。
【0005】
インターネットやイントラネットは、ネットワークプロトコルにTCP/IP(Transmission Control ProtocolとInternet Protocolとを合体させたもの)を使用しており、接続された装置は、それぞれがIP(Internet Protocol)アドレスという固有のアドレスを有している。これを基にパケットが送信され、通信が行われる。プリンタ装置等の画像形成装置においても、TCP/IP上のアプリケーションを用いて印刷処理がなされる。
【0006】
しかし、数字の羅列であるIPアドレスは、人間にとっては覚えにくく、扱いにくいものである。そこで、これを扱い易くするために、DNS(Domain Name System)が考案されている。この方法は、RFC(Request For Comet)1034、RFC1035で定義されている。なお、RFCは、IETF(Internet Engineering Task Force:インターネット技術調査特別委員会)という機関によって作成されたTCP/IP標準が記された文書である。
【0007】
DNSを用いることで、IPアドレスをFQDN(Fully Qualified Domain Name)と関連付け、数字であるIPアドレスではなく、ホスト名とドメイン名からなるFQDNを用いて端末を指定できるようになった。
【0008】
一方、近年ではネットワークが急激に大きくなり、ネットワーク管理にかかる負担が多大なものとなってきた。そこで、DHCP(Dynamic Host Configuration Protocol)に代表されるアドレスの自動割付機能が考案されている。DHCPは、サーバがアドレス情報等を一元管理して、自動的に配布するアドレス管理方法であり、RFC1514で定義されている。DHCPを使用することにより、アドレス管理者は個々の端末毎にアドレスを設定する必要がなくなり、管理を容易に行うことができる。
【0009】
しかし、アドレスの自動割付が行われるようになると、あるFQDNを持つ端末が、必ずしもいつも同じアドレスを取得するとは限らない。このような状況では一対一の静的なデータベースでは、FQDNとIPアドレスを管理することができない、という問題が発生する。そこで、これを解消するために、ダイナミックDNSという機能が考案された。ダイナミックDNSは、クライアント自身が、自装置に与えられたFQDNとIPアドレスの対をDNSサーバに登録する機能を持つものであり、RFC2136にて定義されている。ダイナミックDNSを使用することで、IPアドレスが変化する場合にも、DNSデータベースは、各クライアントによって自動的に正しいものへと更新されることができるようになった。
【0010】
ダイナミックDNSでは、クライアントからサーバのデータベース上の情報を削除するための、更新パケットのフォーマットを規定しているが、これを使用するためには、消すべき情報を保持している必要がある。予期しない電源のオンオフがなされない端末においては、自動的に割り付けられるアドレスが変化したことを検出し、これに基づいてDNSサーバに変更登録を行うことで、正しいDNSサーバを運用できる。すなわち、通常、電源をオンしたときに行われる初期化処理や電源をオフしたときに行われる終了処理等でDNSサーバに変更登録が行われ、これによって正しいDNSサーバ運用が可能となる。
【0011】
【発明が解決しようとする課題】
しかしながら、クライアントの利用形態によっては、ダイナミックDNSを導入しただけでは、DNSサーバ上のデータベースが常に正しいものにできるとは限らない場合がある。
【0012】
ダイナミックDNSクライアントの一例としては、プリンタなどユーザによって頻繁な電源のオンオフが想定される端末も考えられる。このような端末では、特にクライアントのアドレス情報が電源の遮断をはさんで変化した場合、電源オフする前の古いドメイン情報が削除されずにサーバのデータベース上に長期間保持されることになる。
【0013】
古いドメイン情報がサーバ上に残っていると、データベースの不整合が起き、ネットワークにおけるDNS運用において、混乱を生じる可能性がある、という問題がある。
【0014】
本発明は、上記問題を解決すべく成されたもので、電源の遮断が頻繁に行われる装置においてもアドレス情報の矛盾や不整合が発生するような設定が行われることを防止することができる画像処理装置を提供することを目的とする。
【0015】
【課題を解決するための手段】
上記目的を達成するために請求項1に記載の発明は、ネットワークに接続された複数の装置を特定するアドレス情報を管理する管理サーバに接続された画像処理装置であって、ネットワーク上の自装置を識別する前記アドレス情報の前記管理サーバへの登録、更新、及び前記管理サーバに登録されている前記アドレス情報の前記管理サーバからの削除を行うアドレス情報更新手段と、前記管理サーバに登録された自装置を識別する前記アドレス情報を記憶する不揮発性メモリと、ネットワークに接続する際に、前記管理サーバに対して前回登録した自装置を識別する前記アドレス情報を前記管理サーバから削除した後に、前記登録または前記更新を新たに行うように前記アドレス情報更新手段を制御すると共に、前記不揮発性メモリに記憶された前回登録した自装置を識別する前記アドレス情報を削除して新たに取得した前記アドレス情報を記憶するように前記不揮発性メモリを制御する制御手段と、を含むことを特徴としている。
【0016】
請求項1に記載の発明によれば、アドレス情報更新手段では、ネットワークに接続された複数の装置を特定するアドレス情報を管理する管理サーバに対して、ネットワーク上の自装置を識別するアドレス情報の管理サーバへの登録、更新及び管理サーバに登録されているアドレス情報の管理サーバからの削除が行われる。例えば、ダイナミックDNSでは、管理サーバによるアドレス情報の自動割り付けが行われるが、該ダイナミックDNS管理サーバに対して、アドレス情報更新手段は、自装置を識別するアドレス情報の登録、削除、更新等を行うことができる。
【0017】
不揮発性メモリには、管理サーバに登録された自装置を識別するアドレス情報が記憶される。不揮発性メモリにアドレス情報が記憶されるので、装置の電源が切れた状態でも管理サーバに登録したアドレス情報を保持することができる。
【0018】
また、制御手段が、ネットワークに接続する際に、管理サーバに対して前回登録した自装置を識別するアドレス情報を管理サーバから削除した後に、管理サーバに自装置のアドレス情報を登録又は更新するようにアドレス情報更新手段を制御すると共に、不揮発性メモリに記憶された前回登録した自装置を識別するアドレス情報を削除して新たに取得したアドレス情報を記憶するように不揮発性メモリを制御する。これにより、ネットワークに接続することが可能となり、自装置のアドレス情報を削除することにより、次に接続した際に前のアドレス情報が管理サーバに残っていることによる不整合を防止することができる。
【0019】
すなわち、不揮発性メモリの記憶内容は電源のオンオフに関わらず保持されるので、電源が頻繁にオンオフされる場合でも管理サーバに登録した前回のアドレス情報が不揮発性メモリに保持され、保持された前回のアドレス情報を用いて、管理サーバから前回のアドレス情報を削除することができる。従って、アドレス情報の登録、削除、更新などを行う初期化処理や終了処理を実施するのが難しい装置でも、アドレス情報の矛盾や不整合が発生するような設定が行われることを防止することができる。
【0020】
なお、制御手段によるアドレス情報更新手段及び不揮発性メモリの制御は、請求項に記載の発明のように、電源投入時に行うようにしてもよい。
【0021】
請求項に記載の発明は、請求項1に記載の発明において、ネットワーク上の自装置を識別する前記アドレス情報を自動更新するか否かを設定する設定手段をさらに備え、前記制御手段は、前記設定手段の設定に基づいて、前記アドレス情報更新手段及び前記不揮発性メモリを制御することを特徴としている。
【0022】
請求項に記載の発明によれば、請求項1に記載の発明において、ネットワーク上の自装置を識別するアドレス情報を自動更新するか否かを設定する設定手段をさらに備えている。このとき制御手段が、設定手段の設定に基づいて、アドレス情報更新手段及び不揮発性メモリを制御する。すなわち、制御手段では、設定手段の設定が自動更新するであった場合に、アドレス情報更新手段及び不揮発性メモリの制御が行われ、自動更新しない場合には、アドレス情報更新手段及び不揮発性メモリの制御が行われないようにすることができる。従って、ダイナミックDNSを用いた管理サーバと接続する場合やダイナミックDNSとは異なる手動でアドレス情報を登録する管理サーバと接続する場合とで、使い分けることができるようになる。
【0023】
請求項に記載の発明は、請求項に記載の発明において、前記制御手段は、前記設定手段の設定が非自動更新設定から自動更新設定に変更されたときに、前記管理サーバに対して前回登録した自装置を識別する前記アドレス情報を前記管理サーバから削除した後に、前記登録または前記更新を行うように前記アドレス情報更新手段を制御すると共に、前記不揮発性メモリに記憶された前回登録した自装置を識別する前記アドレス情報を削除して新たに取得した前記アドレス情報を記憶するように前記不揮発性メモリを制御することを特徴としている。
【0024】
請求項に記載の発明によれば、請求項に記載の発明において、制御手段が、設定手段の設定が非自動更新設定から自動更新設定に変更されたときに、アドレス情報更新手段及び不揮発性メモリの制御を行うようにすることにより、管理サーバに対して前回登録したアドレス情報を管理サーバ及び不揮発性メモリから削除してから、アドレス情報の登録を行うので、アドレス情報の矛盾や不整合が発生するような設定が行われることを防止することができる。
【0025】
請求項に記載の発明は、請求項に記載の発明において、前記制御手段は、前記設定手段の設定が自動更新設定から非自動更新設定に変更されたときに、前記管理サーバに対して登録したネットワーク上の自装置を識別する前記アドレス情報を前記管理サーバから削除するように前記アドレス情報更新手段を制御すると共に、前記不揮発性メモリに記憶された前回登録した自装置を識別する前記アドレス情報を削除するように前記不揮発性メモリを制御することを特徴としている。
【0026】
請求項に記載の発明によれば、請求項に記載の発明において、設定手段の設定が自動更新から非自動更新に変更されたときには、管理サーバ上に前回のアドレス情報が残ってしまうので、制御手段が、登録したネットワーク上の自装置を識別するアドレス情報を管理サーバ及び不揮発性メモリから削除するようにアドレス情報更新手段及び不揮発性メモリを制御することにより、前回のアドレス情報が管理サーバ上に残存するのを防止することができる。
【0027】
なお、請求項1乃至請求項の何れか1項に記載の発明は、請求項に記載の発明のように、アドレス情報更新手段による処理履歴を不揮発性メモリに記憶するようにしてもよい。これによって、何かの不具合の際には、処理履歴を読み出すことにより不具合解析することが可能となる。
【0028】
また、請求項1乃至請求項の何れか1項に記載の発明は、請求項に記載の発明のように、アドレス情報更新手段による処理履歴を報知手段によって報知するようにしてもよい。例えば、報知手段としては、処理履歴を表示する表示手段や処理履歴を用紙等の記録媒体に記録する記録手段等を用いることによって、アドレス情報更新手段による処理履歴を報知することが可能である。
【0029】
さらに、請求項1乃至請求項の何れか1項に記載の発明は、請求項に記載の発明のように、管理サーバとしてDNSサーバを適用することができる。このとき、DNSサーバとしては、ダイナミックDNSに対応したものを適用することができる。
【0030】
【発明の実施の形態】
以下、図面を参照して本発明の実施の形態の一例を詳細に説明する。
【0031】
図1には、本発明の実施の形態に係る画像処理装置10の構成を示す。図1に示すように、本発明の画像処理装置10は、ネットワーク12に接続されており、ネットワーク12には、管理サーバ14が接続されている。管理サーバ14としては、DNSサーバが設置され、ドメイン名、ホスト名等の装置を識別する識別情報と該装置に対応するIPアドレス等のアドレス情報が管理される。また、管理サーバ14はダイナミックDNSに対応したDNSサーバが適用され、ネットワーク12に接続される装置からの接続要求に応じて装置の識別情報に対応するIPアドレス等のアドレス情報を自動的に割り付けるようになっている。すなわち、画像処理装置10が管理サーバ14に対して接続要求を行うと、接続要求時に通知される識別情報に基づいてアドレス情報が割り付けられ、これによって相互接続される。
【0032】
画像処理装置10は、ネットワークインタフェース16、アドレス情報更新手段18、ユーザインタフェース20、制御手段22、不揮発性メモリ24、及び印刷処理部26を含んで構成されており、それぞれバス28に接続されている。
【0033】
画像処理装置10は、ネットワークインタフェース16を介してネットワーク12に接続されており、ネットワークインタフェース16は、イーサネット(R)を介してデータの送受信を行う処理部で、ネットワークに接続されている図示しないホスト装置から受信データである画像データやコードデータを受信する。
【0034】
アドレス情報更新手段18は、不揮発性メモリ24に記憶されたホスト名やドメイン名等の装置を識別する識別情報を管理サーバ14に送信し、管理サーバ14によって自動割り付けされたアドレス情報を取得して、不揮発性メモリ24に記憶する機能を有する。また、管理サーバ14に前回登録された識別情報及びアドレス情報を削除する機能を有する。
【0035】
制御手段22は、アドレス情報更新手段18によって行うアドレス情報更新動作のタイミングを制御すると共に、アドレス情報更新動作で用いる不揮発性メモリ24に記憶されたデータの更新を行い、アドレス情報更新動作が正常に行われるように制御を行う。
【0036】
印刷処理部26は、ネットワークインタフェース16を介して受信した受信データ(画像データやコードデータ等)や不揮発性メモリ24に記憶された情報を用紙等の印刷媒体に印刷を行う。
【0037】
不揮発性メモリ24は、印刷処理部26の初期化パラメータ、上述したホスト名やドメイン名等の装置を識別する識別情報、管理サーバ14より受信したアドレス情報、アドレス情報自動登録可否の設定などを記憶する。不揮発性メモリ24は、画像処理装置10の電源が切られた状態でも不揮発性メモリ24に記憶された情報を保持するようになっている。
【0038】
ユーザインタフェース20は、画像処理装置10の状態をユーザに通知する機能や画像処理装置10の各種設定を行うことが可能なようになっており、画像処理装置10における各種設定(例えば、上述した装置を識別する識別情報やアドレス情報自動登録可否の設定等)や印刷処理部26における印刷処理の実行指示等を行うことができる。ユーザインタフェース20としては、例えば、画像処理装置10に設けられた液晶パネルや各種設定を行うキーなどのローカルな操作手段を適用してもよいし、パーソナルコンピュータ等によるソフト処理による各種設定等を行う遠隔操作可能な操作手段を適用するようにしてもよい。
【0039】
続いて、上述のように構成された画像処理装置10において、ネットワーク12に接続する際の動作について説明する。
【0040】
電源投入時の動作は、図2に示すフローチャートに従って行われる。すなわち、ステップ100では、電源が投入されると、制御手段22によって不揮発性メモリ24からアドレス自動登録許可情報が読み出されて、アドレス自動登録許可情報が自動登録許可か否か判定される。該判定が肯定された場合には、ステップ102へ移行して後述する更新処理が行われる。そして、ステップ104へ移行して、印刷処理指示や各種設定変更等のイベント待ち状態へ移行し、電源投入時の処理が終了される。
【0041】
また、ステップ100の判定が否定された場合には、更新処理は行われずにステップ104へ移行してイベント待ち状態へ移行して電源投入時の処理が終了される。
【0042】
一方、イベント待ち状態において、アドレス自動登録可否情報が更新不可から更新可能に変更された場合の動作は、図3に示すフローチャートに従って行われる。すなわち、ステップ110では、イベントとしてアドレス自動登録可否情報がユーザインタフェース20等によって更新不可から更新可能に変更されたか否か制御手段22によって判定される。該判定が構成された場合には、ステップ112へ移行して、後述する更新処理が行われる。そして、ステップ114へ移行して、印刷処理指示や各種設定変更等のイベント待ち状態へ移行して、アドレス自動登録情報可否情報が更新不可から更新可能に変更された場合の処理が終了される。
【0043】
また、ステップ110の判定が否定された場合には、更新処理は行われずにステップ114へ移行して再びイベント待ち状態へ移行する。
【0044】
上述の更新処理は、図4に示すフローチャートに従って行われる。すなわち、更新処理へ移行すると、ステップ120で、前回管理サーバ14に登録した識別情報及びアドレス情報を削除する指示を管理サーバ14に出力するようにアドレス情報更新手段18が制御手段22に制御される。これによって、管理サーバ14では、前回登録した識別情報及び該識別情報に対応して自動割付したアドレス情報を削除し、削除が完了した通知を返信する。
【0045】
ステップ122では、管理サーバ14より返信される削除完了通知を受信したか否か制御手段22によって判定される。該判定が否定された場合には、削除完了通知を受信するまで待機する。なお、所定時間が経過しても削除完了通知が受信されない場合には、再びステップ120へ戻って前回登録識別情報及びアドレス情報を管理サーバ14より削除する指示出力を行ってもよい。
【0046】
ステップ122の判定が肯定された場合には、ステップ124へ移行して、制御手段22の制御により、管理サーバ14に前回登録したアドレス情報(管理サーバ14に対して接続要求を行うことによって、管理サーバ14によって自動割り付けされた前回のアドレス情報)が不揮発性メモリ24より削除される。そして、ステップ126移行して、ステップ124における削除内容が履歴(ログ)として不揮発性メモリ24に記憶される。
【0047】
次に、ステップ128では、アドレス情報を管理サーバに登録指示するように制御手段22によってアドレス情報更新手段18が制御される。すなわち、アドレス情報更新手段18より管理サーバ14に対して接続要求が出力され、これによって管理サーバ14では、識別情報及び該識別情報に対応するアドレス情報が自動的割り付けし、アドレス情報を登録完了通知として返信する。
【0048】
ステップ130では、該登録完了通知を受信したか否か制御手段22によって判定される。該判定が否定された場合には、登録完了通知を受信するまで待機する。なお、所定時間が経過しても登録完了通知が受信されない場合には、再びステップ128へ戻ってアドレス情報を監視サーバに登録指示するようにしてもよい。
【0049】
ステップ130の判定が肯定された場合には、ステップ132へ移行して、制御手段22の制御により、管理サーバ14より受信した登録アドレス情報が不揮発性メモリ24に記憶される。これによって、相互通信が可能となる。
【0050】
そして、ステップ134では、ステップ132の登録内容が履歴(ログ)として不揮発性メモリ24に記憶されて、更新処理が終了される。
【0051】
このように本発明の実施の形態に係る画像処理装置10では、電源投入時に、電源遮断前に管理サーバ14に登録した識別情報及び該識別情報に対応して管理サーバ14によって自動割付されたアドレス情報を削除してから、管理サーバ14に対して接続要求を行うので、初期化処理や終了処理等を行わずに電源のオンオフが行われても、前回に登録した識別情報及びアドレス情報が管理サーバ14上に残ってしまうことによる不整合を回避することができる。
【0052】
また、自動登録可否情報が登録不可から登録可能に変更された場合にも、同様に、管理サーバ14に登録した前回の識別情報及び該識別情報に対応して自動割付されたアドレス情報を削除してから、管理サーバ14に対して接続要求を行うので、前回登録した識別情報及びアドレス情報が管理サーバ14上に残ってしまうことによる不整合を回避することができる。
【0053】
続いて、イベント待ち状態において、アドレス自動登録可否情報が更新可能から更新不可に変更された場合の動作について図5のフローチャートを参照して説明する。
【0054】
ステップ150では、イベントとしてアドレス自動登録可否情報がユーザインタフェース20等によって更新可能から更新不可に変更されたか否か制御手段22によって判定される。該判定が肯定された場合には、ステップ152へ移行して、後述する削除更新処理が行われる。そして、ステップ154へ移行して、印刷処理指示や各種設定変更等のイベント待ち状態へ移行して、アドレス自動登録可否情報が更新可能から更新不可に変更された場合の処理が終了される。
【0055】
また、ステップ150の判定が否定された場合には、削除更新処理は行われずにステップ154へ移行して再びイベント待ち状態へ移行する。
【0056】
上述の削除更新処理は、図6に示すフローチャートに従って行われる。すなわち、ステップ160で、前回管理サーバ14に登録した識別情報及びアドレス情報を削除する指示を管理サーバ14に出力するようにアドレス情報更新手段18が制御手段22に制御される。これによって、管理サーバ14では、前回登録した識別情報及び該識別情報に対応して自動割付したアドレス情報を削除し、削除が完了した通知を返信する。
【0057】
ステップ162では、管理サーバ14より返信される削除完了通知を受信したか否か制御手段22によって判定される。該判定が否定された場合には、削除完了通知を受信するまで待機する。なお、所定時間が経過しても削除完了通知が受信されない場合には、再びステップ160へ戻って前回登録識別情報及びアドレス情報を管理サーバ14より削除する指示出力を行ってもよい。
【0058】
ステップ162の判定が肯定された場合には、ステップ164へ移行して、制御手段22の制御により、管理サーバ14に前回登録したアドレス情報(管理サーバ14に対して接続要求を行うことによって、管理サーバ14によって自動割付された前回のアドレス情報)が不揮発性メモリ24より削除される。そして、ステップ166へ移行して、ステップ164における削除内容が履歴(ログ)として不揮発性メモリ24に記憶されて、削除更新処理が終了される。
【0059】
このように、自動登録可否情報が登録可能から登録不可に変更された場合には、管理サーバ有るに登録した識別情報及び該識別情報に対応して自動割り付けされたアドレス情報を削除するので、続いて、自動登録可否情報が登録可能に変更された場合などのときに、前回に登録した識別情報及びアドレス情報が管理サーバ14上に残ってしまうことによる不整合を回避することができる。
【0060】
なお、削除処理を行った後に行われる図4に示す更新処理においては、既に前回に登録した識別情報及びアドレス情報が管理サーバ14上から削除されているので、制御手段22が不揮発性メモリ24に記憶されたログから削除処理を行った履歴を検出し、これに基づいて、図4に示すステップ120〜ステップ126の処理は省略するようにしてもよい。すなわち、更新処理を行う際に削除処理が既に行われていることが検出された場合には、図4に示すステップ120〜ステップ126の処理を省略して更新処理を行い、更新処理を行う際に削除処理が行われていないことが検出された場合には、図4に示すステップ120〜ステップ126の処理を省略せずに更新処理を行うことによって、削除処理が2重に行われることを防止することができる。
【0061】
また、本発明の実施の形態に係る画像処理装置10では、不揮発性メモリ24に更新履歴としてログを記憶しているので、上述のように、更新履歴に基づいて更新処理を行うべきか削除処理を行うべきか判断することも可能であり、更新履歴から装置の状態を管理することが可能となる。
【0062】
なお、上記の実施の形態における更新内容(例えば、更新処理や削除更新処理等)は、ユーザインタフェース等の操作手段などに設けられた液晶表示装置などの表示手段に表示するようにしてもよいし、印刷処理部26により用紙等の印刷媒体に印刷することにより、ユーザに報知するようにしてもよい。この場合には、例えば、ユーザインタフェース20等の操作手段によって更新履歴の報知を指示する情報が入力された場合に、表示手段への表示や印刷処理部26による印刷等を行うようにしてもよい。
【0063】
【発明の効果】
以上説明したように本発明によれば、ネットワークに接続された複数の装置を特定するアドレス情報を管理する管理サーバに登録された自装置を識別するアドレス情報を不揮発性メモリに記憶し、該不揮発性メモリに記憶されたアドレス情報に基づいて、ネットワーク上の自装置を識別するアドレス情報の登録、削除及び更新を行うことにより、前回登録した自装置を識別するアドレス情報を削除することが可能となり、続いて登録する際に、前のアドレス情報が管理サーバに残っていることによる不整合を防止することができるので、電源の遮断が頻繁に行われる装置においてもアドレス情報の矛盾や不整合が発生するような設定が行われることを防止することができる、という効果がある。
【図面の簡単な説明】
【図1】 本発明の実施の形態に係る画像処理装置の概略構成を示す図である。
【図2】 本発明の実施の形態に係る画像処理装置の電源投入時の動作を示すフローチャートである。
【図3】 アドレス自動登録可否情報が更新不可から更新可能に変更された場合の動作を示すフローチャートである。
【図4】 更新処理を示すフローチャートである。
【図5】 アドレス自動登録可否情報が更新可能から更新不可に変更された場合の動作を示すフローチャートである。
【図6】 削除更新処理を示すフローチャートである。
【符号の説明】
10 画像処理装置
12 ネットワーク
14 管理サーバ
16 ネットワークインタフェース
18 アドレス情報更新手段
20 ユーザインタフェース
22 制御手段
24 不揮発性メモリ
26 印刷処理部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image processing apparatus, and in particular, image processing for developing and recording image data as drawing data after receiving or accumulating image data sent from a communication terminal connected to a network. The present invention relates to an image processing apparatus having a function for appropriately managing address information by a management server when the apparatus is managed by a management server connected to a network.
[0002]
[Prior art]
In recent years, the use of the Internet has become widespread, and various technologies and services have been provided for the use.
[0003]
Concerning printers as well, by connecting to a network, it is possible to use the printer from a remote location or to share a single printer, and convenience has been improved.
[0004]
In addition, the Internet and intranets have become widespread, and it has become possible to communicate with connection terminals all over the world and to obtain necessary information freely.
[0005]
The Internet and Intranet use TCP / IP (a combination of Transmission Control Protocol and Internet Protocol) as a network protocol, and each connected device has a unique address called an IP (Internet Protocol) address. Have. Based on this, a packet is transmitted and communication is performed. Also in an image forming apparatus such as a printer apparatus, printing processing is performed using an application on TCP / IP.
[0006]
However, IP addresses, which are a series of numbers, are difficult for humans to remember and handle. In order to make this easy to handle, DNS (Domain Name System) has been devised. This method is defined in RFC (Request For Comet) 1034 and RFC1035. The RFC is a document that describes a TCP / IP standard created by an organization called IETF (Internet Engineering Task Force).
[0007]
By using DNS, an IP address is associated with a fully qualified domain name (FQDN), and a terminal can be specified by using an FQDN including a host name and a domain name instead of a numerical IP address.
[0008]
On the other hand, in recent years, the network has grown rapidly, and the burden on network management has become enormous. Thus, an automatic address assignment function typified by DHCP (Dynamic Host Configuration Protocol) has been devised. DHCP is an address management method in which a server centrally manages address information and automatically distributes it, and is defined in RFC1514. By using DHCP, the address manager does not need to set an address for each terminal, and management can be performed easily.
[0009]
However, when automatic address assignment is performed, a terminal having a certain FQDN does not always acquire the same address. In such a situation, there is a problem that the FQDN and the IP address cannot be managed with a one-to-one static database. In order to solve this problem, a function called dynamic DNS has been devised. The dynamic DNS has a function in which a client itself registers a pair of an FQDN and an IP address given to the own device in a DNS server, and is defined in RFC2136. By using dynamic DNS, the DNS database can be automatically updated to the correct one by each client even when the IP address changes.
[0010]
In the dynamic DNS, the format of the update packet for deleting information on the server database from the client is specified. In order to use this, it is necessary to hold information to be deleted. A terminal in which power supply is not unexpectedly turned on / off can detect a change in the automatically assigned address and perform change registration with the DNS server based on this, thereby operating a correct DNS server. That is, change registration is normally performed in the DNS server by an initialization process performed when the power is turned on, a termination process performed when the power is turned off, and the like, thereby enabling correct DNS server operation.
[0011]
[Problems to be solved by the invention]
However, depending on the use form of the client, there are cases where the database on the DNS server cannot always be made correct by simply introducing the dynamic DNS.
[0012]
As an example of a dynamic DNS client, a terminal such as a printer that is frequently turned on and off by a user can be considered. In such a terminal, especially when the address information of the client changes after the power is turned off, the old domain information before the power is turned off is not deleted and is retained in the server database for a long time.
[0013]
If the old domain information remains on the server, there is a problem that database inconsistency occurs and there is a possibility of causing confusion in DNS operation in the network.
[0014]
The present invention has been made to solve the above-described problem, and can prevent settings that cause inconsistencies and inconsistencies in address information even in a device that frequently shuts off power. An object is to provide an image processing apparatus.
[0015]
[Means for Solving the Problems]
In order to achieve the above object, the invention described in claim 1 provides a management server that manages address information for identifying a plurality of devices connected to a network. A connected image processing apparatus, The address information for identifying the device on the network To the management server Registration, Update and deletion of the address information registered in the management server from the management server Address information updating means for performing, and a non-volatile memory for storing the address information for identifying the own device registered in the management server; The address information update unit is configured to newly perform the registration or the update after deleting from the management server the address information for identifying the self-registered device with the management server when connecting to the network. And controlling the nonvolatile memory so as to store the newly acquired address information by deleting the address information for identifying the previously registered device stored in the nonvolatile memory. And a control means.
[0016]
According to the first aspect of the present invention, in the address information update means, address information for identifying the own device on the network is sent to the management server that manages the address information for specifying a plurality of devices connected to the network. To admin server Registration, Update and deletion of address information registered on the management server from the management server Is done. For example, in dynamic DNS, address information is automatically assigned by a management server, and address information update means performs registration, deletion, update, and the like of address information for identifying the own device for the dynamic DNS management server. be able to.
[0017]
The nonvolatile memory stores address information for identifying the own device registered in the management server. Since the address information is stored in the non-volatile memory, the address information registered in the management server can be held even when the apparatus is turned off.
[0018]
Also, the control means When connecting to the network, To the management server for Last registered Own device Identify address information From the management server After deletion, the address information update unit is controlled to register or update the address information of its own device in the management server. At the same time, the non-volatile memory is controlled so as to store the address information newly acquired by deleting the address information for identifying the self-registered device previously stored in the non-volatile memory. this Thus, it becomes possible to connect to the network, and by deleting the address information of the own device, it is possible to prevent inconsistency due to the previous address information remaining in the management server when connected next time.
[0019]
In other words, the stored contents of the non-volatile memory are retained regardless of whether the power is turned on or off. Therefore, even when the power is frequently turned on / off, the previous address information registered in the management server is retained in the non-volatile memory and is retained. The previous address information can be deleted from the management server using the address information. Therefore, it is possible to prevent settings that cause inconsistencies or inconsistencies in address information even in devices that are difficult to perform initialization processing and termination processing for registering, deleting, and updating address information. it can.
[0020]
Address information updating means by the control means And nonvolatile memory Control of the claim 2 As described in the invention described above, it may be performed when the power is turned on.
[0021]
Claim 3 The invention described in claim 1 further comprises setting means for setting whether or not the address information for identifying the device on the network is automatically updated in the invention described in claim 1, wherein the control means includes the setting means. Based on the setting of the address information updating means And the nonvolatile memory It is characterized by controlling.
[0022]
Claim 3 According to the invention described in claim 1, in the invention described in claim 1, the information processing apparatus further comprises setting means for setting whether or not address information for identifying the own apparatus on the network is automatically updated. At this time, the control means, based on the setting of the setting means, the address information update means And nonvolatile memory To control. That is, in the control means, when the setting of the setting means is automatically updated, the address information updating means And nonvolatile memory If address control is performed and automatic updating is not performed, address information updating means And nonvolatile memory Can be prevented from being performed. Therefore, it is possible to use a different connection depending on whether a connection is made to a management server using dynamic DNS or a connection is made to a management server for manually registering address information different from dynamic DNS.
[0023]
Claim 4 The invention described in claim 3 In the invention described in the above item, when the setting of the setting unit is changed from the non-automatic update setting to the automatic update setting, Said To the management server for The address information for identifying the device registered last time From the management server Control the address information update means to perform the registration or the update after deletion And controlling the non-volatile memory so as to store the newly acquired address information by deleting the address information for identifying the device registered last time stored in the non-volatile memory. It is characterized by that.
[0024]
Claim 4 According to the invention described in claim 3 In the invention described in the above, when the control unit changes the setting of the setting unit from the non-automatic update setting to the automatic update setting, the address information update unit And nonvolatile memory By making control of ,tube To the physical server Vs. last time Registered address information From management server and non-volatile memory Since the address information is registered after the deletion, it is possible to prevent a setting that causes inconsistency or inconsistency of the address information.
[0025]
Claim 5 The invention described in claim 3 In the invention described in the above, when the setting of the setting unit is changed from automatic update setting to non-automatic update setting, For the management server The address information for identifying the device on the registered network From the management server Control the address information updating means to delete And controlling the non-volatile memory to delete the address information for identifying the self-registered device stored in the non-volatile memory. It is characterized by that.
[0026]
Claim 5 According to the invention described in claim 3 In the invention described in (2), when the setting unit setting is changed from automatic update to non-automatic update, the previous address information remains on the management server, so the control unit identifies the registered device on the registered network. Address information From management server and non-volatile memory Address information update means to delete And non-volatile memory By controlling, it is possible to prevent the previous address information from remaining on the management server.
[0027]
Claims 1 to 5 The invention described in any one of the claims 6 As described in the invention described above, the processing history by the address information updating means may be stored in the nonvolatile memory. As a result, in the event of any malfunction, it is possible to analyze the malfunction by reading the processing history.
[0028]
Claims 1 to 6 The invention described in any one of the claims 7 As in the invention described above, the processing history by the address information updating unit may be notified by the notification unit. For example, as the notification means, it is possible to notify the processing history by the address information updating means by using a display means for displaying the processing history, a recording means for recording the processing history on a recording medium such as paper.
[0029]
Furthermore, claims 1 to 7 The invention described in any one of the claims 8 As described above, a DNS server can be applied as the management server. At this time, as a DNS server, a server corresponding to dynamic DNS can be applied.
[0030]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an example of an embodiment of the present invention will be described in detail with reference to the drawings.
[0031]
FIG. 1 shows a configuration of an image processing apparatus 10 according to an embodiment of the present invention. As shown in FIG. 1, the image processing apparatus 10 of the present invention is connected to a network 12, and a management server 14 is connected to the network 12. As the management server 14, a DNS server is installed to manage identification information for identifying a device such as a domain name and a host name, and address information such as an IP address corresponding to the device. In addition, the management server 14 is applied with a DNS server corresponding to the dynamic DNS, and automatically assigns address information such as an IP address corresponding to the identification information of the device in response to a connection request from the device connected to the network 12. It has become. That is, when the image processing apparatus 10 makes a connection request to the management server 14, address information is assigned based on the identification information notified at the time of the connection request, and is thereby interconnected.
[0032]
The image processing apparatus 10 includes a network interface 16, an address information update unit 18, a user interface 20, a control unit 22, a nonvolatile memory 24, and a print processing unit 26, and each is connected to a bus 28. .
[0033]
The image processing apparatus 10 is connected to the network 12 via a network interface 16, and the network interface 16 is a processing unit that transmits and receives data via Ethernet (R), and is a host (not shown) connected to the network. Receives image data and code data as received data from the apparatus.
[0034]
The address information update unit 18 transmits identification information for identifying a device such as a host name and a domain name stored in the nonvolatile memory 24 to the management server 14 and acquires address information automatically assigned by the management server 14. And has a function of storing in the nonvolatile memory 24. In addition, the management server 14 has a function of deleting the identification information and address information previously registered in the management server 14.
[0035]
The control unit 22 controls the timing of the address information update operation performed by the address information update unit 18 and updates the data stored in the nonvolatile memory 24 used in the address information update operation, so that the address information update operation is normally performed. Control as done.
[0036]
The print processing unit 26 prints reception data (image data, code data, etc.) received via the network interface 16 and information stored in the nonvolatile memory 24 on a print medium such as paper.
[0037]
The nonvolatile memory 24 stores initialization parameters of the print processing unit 26, identification information for identifying the device such as the host name and domain name described above, address information received from the management server 14, and setting of whether or not address information can be automatically registered. To do. The non-volatile memory 24 holds information stored in the non-volatile memory 24 even when the power of the image processing apparatus 10 is turned off.
[0038]
The user interface 20 can perform a function of notifying the user of the state of the image processing apparatus 10 and various settings of the image processing apparatus 10. Various settings (for example, the above-described apparatuses) in the image processing apparatus 10 can be performed. Identification information for identifying the address, setting of whether or not address information can be automatically registered, etc.) and an execution instruction for print processing in the print processing unit 26. As the user interface 20, for example, a local operation unit such as a liquid crystal panel provided in the image processing apparatus 10 or keys for performing various settings may be applied, or various settings by software processing using a personal computer or the like may be performed. You may make it apply the operation means which can be operated remotely.
[0039]
Next, the operation when connecting to the network 12 in the image processing apparatus 10 configured as described above will be described.
[0040]
The operation when the power is turned on is performed according to the flowchart shown in FIG. That is, in step 100, when the power is turned on, the address automatic registration permission information is read from the nonvolatile memory 24 by the control means 22, and it is determined whether or not the address automatic registration permission information is automatic registration permission. If the determination is affirmative, the process proceeds to step 102 and update processing described later is performed. Then, the process shifts to step 104 to shift to an event waiting state such as a print process instruction and various setting changes, and the process at power-on is terminated.
[0041]
On the other hand, if the determination in step 100 is negative, the update process is not performed, the process proceeds to step 104, the event is waited for, and the process at power-on is terminated.
[0042]
On the other hand, in the event waiting state, the operation when the address automatic registration availability information is changed from non-updatable to updatable is performed according to the flowchart shown in FIG. That is, in step 110, it is determined by the control means 22 whether or not the address automatic registration availability information has been changed from non-updatable to updatable by the user interface 20 or the like as an event. When the determination is configured, the process proceeds to step 112 and an update process described later is performed. Then, the process proceeds to step 114 to shift to an event waiting state such as a print process instruction or various setting changes, and the process when the address automatic registration information availability information is changed from not updatable to updatable is terminated.
[0043]
If the determination in step 110 is negative, the update process is not performed, the process proceeds to step 114, and the process waits again for an event.
[0044]
The update process described above is performed according to the flowchart shown in FIG. That is, when the process proceeds to the update process, the address information update unit 18 is controlled by the control unit 22 so that an instruction to delete the identification information and the address information registered in the management server 14 last time is output to the management server 14 in Step 120. . As a result, the management server 14 deletes the previously registered identification information and the address information automatically assigned corresponding to the identification information, and returns a notification that the deletion has been completed.
[0045]
In step 122, it is determined by the control means 22 whether or not a deletion completion notification returned from the management server 14 has been received. If the determination is negative, the process waits until a deletion completion notification is received. If a deletion completion notification is not received even after a predetermined time has elapsed, the process may return to step 120 again to output an instruction to delete the previous registration identification information and address information from the management server 14.
[0046]
If the determination in step 122 is affirmed, the process proceeds to step 124, and the address information previously registered in the management server 14 (management is performed by making a connection request to the management server 14 under the control of the control unit 22. The previous address information automatically assigned by the server 14) is deleted from the nonvolatile memory 24. Then, the process proceeds to step 126, and the deleted content in step 124 is stored in the nonvolatile memory 24 as a history (log).
[0047]
Next, in step 128, the address information updating means 18 is controlled by the control means 22 so as to instruct the management server to register the address information. That is, a connection request is output from the address information updating means 18 to the management server 14, and the management server 14 automatically assigns the identification information and the address information corresponding to the identification information, and notifies the registration completion of the address information. Reply as.
[0048]
In step 130, it is determined by the control means 22 whether or not the registration completion notice has been received. If the determination is negative, the process waits until a registration completion notification is received. If the registration completion notification is not received even after the predetermined time has elapsed, the process may return to step 128 to instruct the monitoring server to register the address information.
[0049]
When the determination in step 130 is affirmed, the process proceeds to step 132, and the registered address information received from the management server 14 is stored in the nonvolatile memory 24 under the control of the control unit 22. This enables mutual communication.
[0050]
In step 134, the registration contents in step 132 are stored in the nonvolatile memory 24 as a history (log), and the update process is terminated.
[0051]
As described above, in the image processing apparatus 10 according to the embodiment of the present invention, when the power is turned on, the identification information registered in the management server 14 before the power is turned off and the address automatically assigned by the management server 14 corresponding to the identification information. Since the connection request is made to the management server 14 after deleting the information, the previously registered identification information and address information are managed even if the power is turned on / off without performing initialization processing, termination processing, etc. Inconsistency due to remaining on the server 14 can be avoided.
[0052]
Similarly, when the automatic registration permission / inhibition information is changed from being unregisterable to being registerable, the previous identification information registered in the management server 14 and the address information automatically assigned corresponding to the identification information are deleted. Since the connection request is made to the management server 14 after that, it is possible to avoid inconsistency due to the previously registered identification information and address information remaining on the management server 14.
[0053]
Next, an operation when the address automatic registration availability information is changed from updatable to updatable in the event waiting state will be described with reference to the flowchart of FIG.
[0054]
In step 150, the control means 22 determines whether or not the address automatic registration availability information is changed from updatable to nonupdatable by the user interface 20 or the like as an event. If the determination is affirmative, the process proceeds to step 152 and a deletion update process described later is performed. Then, the process proceeds to step 154 to shift to an event waiting state such as a print process instruction or various setting changes, and the process when the address automatic registration availability information is changed from updatable to nonupdatable is completed.
[0055]
On the other hand, if the determination in step 150 is negative, the process proceeds to step 154 without performing the deletion / update process, and again transitions to the event waiting state.
[0056]
The above-described deletion update process is performed according to the flowchart shown in FIG. That is, in step 160, the address information updating unit 18 is controlled by the control unit 22 so that an instruction to delete the identification information and the address information registered in the management server 14 is output to the management server 14. As a result, the management server 14 deletes the previously registered identification information and the address information automatically assigned corresponding to the identification information, and returns a notification that the deletion has been completed.
[0057]
In step 162, it is determined by the control means 22 whether or not a deletion completion notification returned from the management server 14 has been received. If the determination is negative, the process waits until a deletion completion notification is received. If a deletion completion notification is not received even after a predetermined time has elapsed, the process may return to step 160 again to output an instruction to delete the previous registration identification information and address information from the management server 14.
[0058]
If the determination in step 162 is affirmed, the process proceeds to step 164, and the address information previously registered in the management server 14 (controlled by making a connection request to the management server 14 under the control of the control means 22). The previous address information automatically assigned by the server 14) is deleted from the nonvolatile memory 24. Then, the process proceeds to step 166, and the deletion content in step 164 is stored in the nonvolatile memory 24 as a history (log), and the deletion update process is terminated.
[0059]
As described above, when the automatic registration availability information is changed from registration possible to registration impossible, the identification information registered in the management server and the address information automatically allocated corresponding to the identification information are deleted. Thus, inconsistency due to the fact that the previously registered identification information and address information remain on the management server 14 when the automatic registration permission / prohibition information is changed to be registerable can be avoided.
[0060]
In the update process shown in FIG. 4 performed after the deletion process is performed, the control information is stored in the nonvolatile memory 24 because the previously registered identification information and address information have already been deleted from the management server 14. A history of deletion processing may be detected from the stored log, and based on this history, the processing from step 120 to step 126 shown in FIG. 4 may be omitted. That is, when it is detected that the deletion process has already been performed when the update process is performed, the process of steps 120 to 126 shown in FIG. If it is detected that the deletion process has not been performed, the update process is performed without omitting the processes in steps 120 to 126 shown in FIG. Can be prevented.
[0061]
In the image processing apparatus 10 according to the embodiment of the present invention, since the log is stored as the update history in the nonvolatile memory 24, as described above, whether the update process should be performed based on the update history or the deletion process It is also possible to determine whether to perform the operation, and it is possible to manage the state of the apparatus from the update history.
[0062]
Note that the update contents (for example, update processing, deletion update processing, etc.) in the above embodiment may be displayed on a display means such as a liquid crystal display device provided in an operation means such as a user interface. The user may be notified by printing on a print medium such as paper by the print processing unit 26. In this case, for example, when information for instructing the update history is input by an operation unit such as the user interface 20, display on the display unit, printing by the print processing unit 26, or the like may be performed. .
[0063]
【The invention's effect】
As described above, according to the present invention, the address information for identifying the own device registered in the management server that manages the address information for specifying a plurality of devices connected to the network is stored in the nonvolatile memory, and the nonvolatile memory is stored. By registering, deleting, and updating the address information that identifies the device on the network based on the address information stored in the memory, it becomes possible to delete the address information that identifies the device registered last time In subsequent registration, it is possible to prevent inconsistencies caused by the previous address information remaining in the management server, so that inconsistencies and inconsistencies in address information may occur even in devices where power is frequently shut down. There is an effect that it is possible to prevent settings that occur.
[Brief description of the drawings]
FIG. 1 is a diagram showing a schematic configuration of an image processing apparatus according to an embodiment of the present invention.
FIG. 2 is a flowchart showing an operation at power-on of the image processing apparatus according to the embodiment of the present invention.
FIG. 3 is a flowchart showing an operation when address automatic registration availability information is changed from non-updatable to updatable.
FIG. 4 is a flowchart showing an update process.
FIG. 5 is a flowchart showing an operation when address automatic registration availability information is changed from updatable to nonupdatable.
FIG. 6 is a flowchart showing a deletion update process.
[Explanation of symbols]
10 Image processing device
12 network
14 Management server
16 Network interface
18 Address information update means
20 User interface
22 Control means
24 Nonvolatile memory
26 Print processing section

Claims (8)

ネットワークに接続された複数の装置を特定するアドレス情報を管理する管理サーバに接続された画像処理装置であって、
ネットワーク上の自装置を識別する前記アドレス情報の前記管理サーバへの登録、更新、及び前記管理サーバに登録されている前記アドレス情報の前記管理サーバからの削除を行うアドレス情報更新手段と、
前記管理サーバに登録された自装置を識別する前記アドレス情報を記憶する不揮発性メモリと、
ネットワークに接続する際に、前記管理サーバに対して前回登録した自装置を識別する前記アドレス情報を前記管理サーバから削除した後に、前記登録または前記更新を新たに行うように前記アドレス情報更新手段を制御すると共に、前記不揮発性メモリに記憶された前回登録した自装置を識別する前記アドレス情報を削除して新たに取得した前記アドレス情報を記憶するように前記不揮発性メモリを制御する制御手段と、
を含むことを特徴とする画像処理装置。
An image processing apparatus connected to a management server that manages address information for identifying a plurality of apparatuses connected to a network ,
Address information updating means for registering, updating, and deleting the address information registered in the management server and the address information for identifying the own device on the network;
A nonvolatile memory for storing the address information for identifying the device registered in the management server;
The address information update unit is configured to newly perform the registration or the update after deleting from the management server the address information for identifying the self-registered device with the management server when connecting to the network. Control means for controlling the non-volatile memory so as to store the address information newly acquired by deleting the address information for identifying the self-registered self-device stored in the non-volatile memory ,
An image processing apparatus comprising:
前記制御手段は、電源投入時に前記アドレス情報更新手段及び前記不揮発性メモリを制御することを特徴とする請求項1に記載の画像処理装置。 The image processing apparatus according to claim 1, wherein the control unit controls the address information update unit and the nonvolatile memory when power is turned on. ネットワーク上の自装置を識別する前記アドレス情報を自動更新するか否かを設定する設定手段をさらに備え、前記制御手段は、前記設定手段の設定に基づいて、前記アドレス情報更新手段及び前記不揮発性メモリを制御することを特徴とする請求項1に記載の画像処理装置。 A setting unit configured to set whether or not to automatically update the address information for identifying the own device on the network; and the control unit includes the address information updating unit and the non-volatile memory based on the setting of the setting unit The image processing apparatus according to claim 1, wherein a memory is controlled. 前記制御手段は、前記設定手段の設定が非自動更新設定から自動更新設定に変更されたときに、前記管理サーバに対して前回登録した自装置を識別する前記アドレス情報を前記管理サーバから削除した後に、前記登録または前記更新を行うように前記アドレス情報更新手段を制御すると共に、前記不揮発性メモリに記憶された前回登録した自装置を識別する前記アドレス情報を削除して新たに取得した前記アドレス情報を記憶するように前記不揮発性メモリを制御することを特徴とする請求項に記載の画像処理装置。 When the setting of the setting unit is changed from the non-automatic update setting to the automatic update setting, the control unit deletes the address information for identifying the own device registered with the management server last time from the management server. Later, the address information update unit is controlled to perform the registration or the update, and the address information newly acquired by deleting the address information for identifying the self-registered device stored in the nonvolatile memory is deleted. The image processing apparatus according to claim 3 , wherein the nonvolatile memory is controlled to store information . 前記制御手段は、前記設定手段の設定が自動更新設定から非自動更新設定に変更されたときに、前記管理サーバに対して登録したネットワーク上の自装置を識別する前記アドレス情報を前記管理サーバから削除するように前記アドレス情報更新手段を制御すると共に、前記不揮発性メモリに記憶された前回登録した自装置を識別する前記アドレス情報を削除するように前記不揮発性メモリを制御することを特徴とする請求項に記載の画像処理装置。When the setting of the setting unit is changed from automatic update setting to non-automatic update setting , the control unit sends the address information for identifying the own device on the network registered with the management server from the management server. The address information updating means is controlled to be deleted, and the nonvolatile memory is controlled to delete the address information for identifying the previously registered device stored in the nonvolatile memory. The image processing apparatus according to claim 3 . 前記制御手段は、前記アドレス情報更新手段によって、少なくとも登録、削除、及び更新の何れか1つの処理がなされた場合に、前記アドレス情報更新手段による処理履歴を前記不揮発性メモリに記憶するように前記アドレス情報更新手段及び不揮発性メモリをさらに制御することを特徴とする請求項1乃至請求項の何れか1項に記載の画像処理装置。The control unit stores the processing history by the address information updating unit in the nonvolatile memory when at least one of registration, deletion, and updating is performed by the address information updating unit. address information updating means and the image processing apparatus according to any one of claims 1 to 5, characterized in that further control the non-volatile memory. 前記アドレス情報更新手段によって、少なくとも登録、削除、及び更新の何れか1つの処理がなされた場合に、前記アドレス情報更新手段による処理履歴を報知する報知手段をさらに含むことを特徴とする請求項1乃至請求項の何れか1項に記載の画像処理装置。 2. The information processing apparatus according to claim 1 , further comprising a notification unit that notifies a processing history of the address information update unit when at least one of registration, deletion, and update is performed by the address information update unit. The image processing apparatus according to claim 6 . 前記管理サーバは、DNSサーバであることを特徴とする請求項1乃至請求項の何れか1項に記載の画像処理装置。 The management server, the image processing apparatus according to any one of claims 1 to 7, characterized in that a DNS server.
JP2001323117A 2001-10-22 2001-10-22 Image processing device Expired - Fee Related JP4016634B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001323117A JP4016634B2 (en) 2001-10-22 2001-10-22 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001323117A JP4016634B2 (en) 2001-10-22 2001-10-22 Image processing device

Publications (2)

Publication Number Publication Date
JP2003134116A JP2003134116A (en) 2003-05-09
JP4016634B2 true JP4016634B2 (en) 2007-12-05

Family

ID=19140056

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001323117A Expired - Fee Related JP4016634B2 (en) 2001-10-22 2001-10-22 Image processing device

Country Status (1)

Country Link
JP (1) JP4016634B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8144623B2 (en) 2008-02-04 2012-03-27 Kabushiki Kaisha Toshiba Method and apparatus for automatically setting IP address
JP7341765B2 (en) * 2019-07-16 2023-09-11 キヤノン株式会社 Printing device, its control method and program

Also Published As

Publication number Publication date
JP2003134116A (en) 2003-05-09

Similar Documents

Publication Publication Date Title
KR100769616B1 (en) Data processing device, registration method, and storage medium
CN100549954C (en) Image processing system and image forming method
JPH11154978A (en) Network system and method for selecting dhcp server
JP3812115B2 (en) Communications system
JP2001101109A5 (en)
JP4666039B2 (en) Sales data processing apparatus, store printer system, and program
US9628642B2 (en) Information processing system, license server, communication relay device, non-transitory readable recording medium and data restoration method
JP4016634B2 (en) Image processing device
JP2002123380A (en) Network printing system
KR100436560B1 (en) Image data transmission device and method, computer-readable storage medium storing program for transmitting image data, and image data transmission and reception system and method
JP2019140592A (en) Electronic device, communication system, and program
JPH0969076A (en) Terminal environment information management system
US9288209B2 (en) Method of pairing an electronic apparatus and a user account within an on-line service
JPH11341065A (en) System and method for setting network communication equipment
KR20060059395A (en) Method for serving software to host device through peripheral device amd peripheral device for serving software to host device
US10891096B2 (en) Communication device, non-transitory computer-readable recording medium storing computer-readable instructions for communication device, and method performed by communication device
JP2003264556A (en) Device and program for setting address
JP3636309B2 (en) Printer system with program update management function
JP2018124630A (en) Printing system
JP3624166B2 (en) Scanner device, printer device and digital copying machine connected to network
JP2002023983A (en) Network terminal device and network system
JP2000330750A (en) Network printer managing device and network printer system
JP2004206223A (en) Initial setting system of consoleless apparatus, initial setting method, and program
JP4945793B2 (en) Electronic device, name resolution method, and name resolution control program
JP2005339106A (en) Printer address monitoring system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040914

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061010

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061024

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061225

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070910

R150 Certificate of patent or registration of utility model

Ref document number: 4016634

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20100928

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110928

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120928

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20120928

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130928

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees
S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370