JP2013117833A - Information processor, control method therefor and control program - Google Patents

Information processor, control method therefor and control program Download PDF

Info

Publication number
JP2013117833A
JP2013117833A JP2011264632A JP2011264632A JP2013117833A JP 2013117833 A JP2013117833 A JP 2013117833A JP 2011264632 A JP2011264632 A JP 2011264632A JP 2011264632 A JP2011264632 A JP 2011264632A JP 2013117833 A JP2013117833 A JP 2013117833A
Authority
JP
Japan
Prior art keywords
information processing
storage area
unit
abnormality
abnormality notification
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.)
Granted
Application number
JP2011264632A
Other languages
Japanese (ja)
Other versions
JP5812830B2 (en
Inventor
Akira Ishikawa
亮 石川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2011264632A priority Critical patent/JP5812830B2/en
Publication of JP2013117833A publication Critical patent/JP2013117833A/en
Application granted granted Critical
Publication of JP5812830B2 publication Critical patent/JP5812830B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)
  • Facsimiles In General (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide notification of a failure of a nonvolatile memory in which start programs including firmware are recorded when the nonvolatile memory has failed, without requiring a redundant configuration of the nonvolatile memory.SOLUTION: When a first system storage area 10010 fails to be mounted during the start of controller software 10019, a CPU 33 executes update software 10014 to obtain a program file related to the controller software. According to the program file, the CPU expands an abnormality notification system 10018 including an abnormality notification function in a data area 10005, and executes the abnormality notification system to notify the outside of the abnormality of the first system storage area.

Description

本発明は、プログラムによって起動される情報処理装置、その制御方法、および制御プログラムに関する。   The present invention relates to an information processing apparatus activated by a program, a control method thereof, and a control program.

一般に、情報処理装置の一つとして、複合機などの画像形成装置が知られている。この種の画像形成装置では、プリント機能の他に複数の機能が備えられている。このため、複合機などの画像形成装置においては、故障が生じた際のバリエーションが多岐に亘り、保守を行う際のサービスコストが増大する傾向にある。   In general, an image forming apparatus such as a multifunction peripheral is known as one of information processing apparatuses. In this type of image forming apparatus, a plurality of functions are provided in addition to the print function. For this reason, in an image forming apparatus such as a multifunction machine, there are a wide variety of variations when a failure occurs, and the service cost for performing maintenance tends to increase.

サービスコストの増大を防止するため、例えば、ネットワークを介して画像形成装置と管理サーバとを接続することが行われている。そして、画像形成装置で異常が生じると、当該画像形成装置において当該異常の内容を特定し、画像形成装置から管理サーバに異常内容を通知する。これによって、保守会社などの保守担当は管理サーバによって異常内容を一括して把握して、修理などの手配を効率的に行うようにしている。   In order to prevent an increase in service cost, for example, an image forming apparatus and a management server are connected via a network. When an abnormality occurs in the image forming apparatus, the content of the abnormality is specified in the image forming apparatus, and the abnormality content is notified from the image forming apparatus to the management server. As a result, maintenance staff such as a maintenance company grasps the contents of the abnormality collectively by the management server, and efficiently arranges repairs and the like.

画像形成装置において異常内容を特定する際には、例えば、画像形成装置が動作中に各デバイスが出力する異常信号をトリガーとして、CPU上で動作するコントローラソフトウェアが異常内容を特定する。そして、コントローラソフトウェアがネットワークを介して管理サーバに異常内容を通知する。   When specifying the abnormal content in the image forming apparatus, for example, the controller software operating on the CPU specifies the abnormal content using an abnormal signal output from each device during the operation of the image forming apparatus as a trigger. Then, the controller software notifies the management server of the abnormality content via the network.

さらに、所謂リモートユーザインタフェース機能を用いて、コントローラソフトウェアが提供するウェブサーバをウェブブラウザからアクセスして、画像形成装置における各種情報を参照することが行われている。そして、ここでは、各種情報によって異常内容を確認するようにしている。   Further, a so-called remote user interface function is used to access a web server provided by controller software from a web browser and refer to various information in the image forming apparatus. Here, the contents of the abnormality are confirmed by various information.

上述の管理サーバを用いた異常通知手法では、高機能を提供することができるものの、画像形成装置で異常を検知してその異常内容を特定するため、画像形成装置の機能は複雑多岐に亘る。しかも、異常通知機能に異常が発生すると、管理サーバに異常通知を行うことができない。   Although the above-described abnormality notification method using the management server can provide a high function, since the abnormality is detected by the image forming apparatus and the content of the abnormality is specified, the functions of the image forming apparatus are complicated and diverse. Moreover, when an abnormality occurs in the abnormality notification function, the abnormality notification cannot be sent to the management server.

ところで、画像形成装置の高機能化に伴って、保守性およびソフトウェア資源の流用性の観点からLinux(登録商標)などの汎用オペレーティングシステム(OS)を用いたシステム構成が採用されている。   By the way, with the enhancement of functions of image forming apparatuses, a system configuration using a general-purpose operating system (OS) such as Linux (registered trademark) is adopted from the viewpoint of maintainability and diversion of software resources.

汎用OSを採用する際には、当該汎用OSを含むシステムソフトウェアを、ハードディスク又はフラッシュメモリなどの不揮発メモリ上に生成したファイルシステムに配置し、当該不揮発メモリを起動ディスクとして画像形成装置を起動する。   When a general-purpose OS is adopted, system software including the general-purpose OS is arranged in a file system generated on a nonvolatile memory such as a hard disk or a flash memory, and the image forming apparatus is activated using the nonvolatile memory as a startup disk.

一般に、不揮発メモリは、使用による経年的劣化に起因してセクタ単位で物理的に破壊されてしまうことがある。そして、不揮発メモリに破壊が発生すると、不揮発性メモリからファームウェアなどのプログラムを読み出すことができなくなって、コントローラソフトウェアの起動ができなくなってしまう。   In general, a nonvolatile memory may be physically destroyed in units of sectors due to deterioration over time due to use. If the nonvolatile memory is destroyed, a program such as firmware cannot be read from the nonvolatile memory, and the controller software cannot be activated.

不揮発メモリが破壊した際には、不揮発メモリを交換する必要があり、保守者は交換用不揮発メモリを準備して画像形成装置の設置場所に赴くことになる。この際、事前に不揮発性メモリの破壊が生じたことが分かっていればよいが、どのような異常であるか分からないと、設置場所に到着した後様々な検査をして不揮発性メモリの破壊であることが分かることがある。このような場合には交換用不揮発性メモリを予め準備していないことがあり、保守・修理に時間が掛かってしまう。   When the nonvolatile memory is destroyed, it is necessary to replace the nonvolatile memory, and the maintenance person prepares a replacement nonvolatile memory and goes to the installation site of the image forming apparatus. At this time, it is only necessary to know in advance that the nonvolatile memory has been destroyed. However, if you do not know what the abnormality is, you will need to perform various inspections after arriving at the installation location to destroy the nonvolatile memory. It may be understood that. In such a case, a non-volatile memory for replacement may not be prepared in advance, and it takes time for maintenance and repair.

つまり、不揮発性メモリの破壊などの場合においても、予め異常内容が分かっていれば保守・修理の効率は向上するものの、不揮発メモリが破壊した際にはコントローラソフトウェアが動作しないので、異常通知機能が機能せず不可避的に保守・修理の効率は低下してしまう。   In other words, even if the nonvolatile memory is destroyed, the efficiency of maintenance and repair will be improved if the details of the abnormality are known in advance, but the controller software will not operate when the nonvolatile memory is destroyed. The efficiency of maintenance and repair is inevitably reduced without functioning.

一方、プログラム格納領域の異常に対処するため、プログラム格納領域を冗長構成とするようにしたものがある(特許文献1参照)。また、ネットワークサーバなどでは、複数のハードディスクをレイド(RAID:Redundant Array of Inexpensive Disks)構成として、障害対策としている。   On the other hand, in order to deal with an abnormality in the program storage area, there is one in which the program storage area has a redundant configuration (see Patent Document 1). In addition, in a network server or the like, a plurality of hard disks are configured as RAID (Redundant Array of Inexpensive Disks) as a countermeasure against a failure.

特開2002−229742号公報JP 2002-229742 A

ところが、上述のような冗長構成を採用すると、例えば、複数の不揮発性メモリを備えることになる。そして、通常では1つの不揮発性メモリのみが用いられ、当該1つの不揮性メモリが破壊された場合になどに冗長用の不揮発性メモリが用いられることになる。   However, when the above redundant configuration is adopted, for example, a plurality of nonvolatile memories are provided. Normally, only one nonvolatile memory is used, and a redundant nonvolatile memory is used when the one nonvolatile memory is destroyed.

画像形成装置に複数の不揮発性メモリを備える場合には、つまり、冗長構成を採用すると不可避的にコストアップとなってしまうという課題がある。   When the image forming apparatus includes a plurality of nonvolatile memories, that is, when a redundant configuration is adopted, there is a problem that the cost is inevitably increased.

従って、本発明の目的は冗長構成をとることなく、ファームウェアなどの起動プログラムが記録された不揮発性メモリなどの記憶手段に故障が生じた際に、当該故障を通知することのできる情報処理装置、その制御方法、および制御プログラムを提供することにある。   Accordingly, an object of the present invention is to provide an information processing apparatus capable of notifying a failure when a failure occurs in a storage unit such as a nonvolatile memory in which a startup program such as firmware is recorded without taking a redundant configuration, The control method and the control program are provided.

上記の目的を達成するため、本発明による情報処理装置は、情報処理と当該情報処理に係る異常通知を行うためのコントローラソフトウェアが格納された第1のシステム記憶領域と、当該コントローラソフトウェアの更新を行うための更新ソフトウェアが格納された第2のシステム記憶領域とが規定された第1の記憶手段と、前記情報処理を実行する実行手段と、前記情報処理の実行の際に当該情報処理で用いられるデータが格納されるデータ領域が規定された第2の記憶手段と、前記情報処理を実行する際に前記第1のシステム記憶領域のマウントに失敗すると、前記更新ソフトウェアを実行して前記コントローラソフトウェアに係るプログラムファイルを取得する取得手段と、前記プログラムファイルに応じて前記異常通知を行うための異常通知システムを前記データ領域に展開する展開手段と、前記異常通知システムを実行して前記第1のシステム記憶領域の異常を外部に通知する通知手段とを有することを特徴とする。   In order to achieve the above object, an information processing apparatus according to the present invention includes a first system storage area in which controller software for performing information processing and notification of abnormality related to the information processing is stored, and updating the controller software. First storage means in which a second system storage area storing update software to be performed is defined, execution means for executing the information processing, and used in the information processing at the time of execution of the information processing The second storage means in which a data area for storing the data to be stored is defined, and when the information processing fails to mount the first system storage area, the update software is executed to execute the controller software. An acquisition means for acquiring a program file according to the above, and for performing the abnormality notification according to the program file A development means for developing the normal notification system in the data area, and having a notifying means for notifying an abnormality of the abnormality notification by running the system the first system memory area to the outside.

本発明によれば、冗長構成をとることなく、ファームウェアなどの起動プログラムが記録された不揮発性メモリなどの記憶手段に故障が生じた際に、当該故障を通知することができる。   According to the present invention, when a failure occurs in a storage unit such as a nonvolatile memory in which a startup program such as firmware is recorded without taking a redundant configuration, the failure can be notified.

本発明の第1の実施形態による情報処理装置の一例である画像形成装置の構成の一例を示すブロック図である。1 is a block diagram illustrating an example of a configuration of an image forming apparatus that is an example of an information processing apparatus according to a first embodiment of the present invention. 図1に示すリーダー部およびプリンタ部を概略的に示す断面図である。FIG. 2 is a cross-sectional view schematically illustrating a leader unit and a printer unit illustrated in FIG. 1. 図1に示す画像形成装置に備えられた制御装置の構成の一例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a configuration of a control device provided in the image forming apparatus illustrated in FIG. 1. 図3に示すHDDおよびフラッシュメモリの構成の一例を示す図である。FIG. 4 is a diagram illustrating an example of a configuration of an HDD and a flash memory illustrated in FIG. 3. 図3に示す画像形成装置において一回目の起動から異常検知までの動作を説明するためのフローチャートである。4 is a flowchart for explaining an operation from a first activation to an abnormality detection in the image forming apparatus shown in FIG. 3. 図3に示す画像形成装置において二回目の起動から異常通知システムの配置までの動作を説明するためのフローチャートである。4 is a flowchart for explaining operations from a second activation to an arrangement of an abnormality notification system in the image forming apparatus shown in FIG. 3. 図3に示す画像形成装置において三回目の起動から異常通知までの動作を説明するためのフローチャートである。4 is a flowchart for explaining operations from a third activation to an abnormality notification in the image forming apparatus shown in FIG. 3.

以下、本発明の実施の形態による情報処理装置について図面を参照して説明する。   Hereinafter, an information processing apparatus according to an embodiment of the present invention will be described with reference to the drawings.

[第1の実施形態]
図1は、本発明の第1の実施形態による情報処理装置の一例である画像形成装置の構成の一例を示すブロック図である。なお、以下の説明では、情報処理装置の一例で画像形成装置を例に挙げて説明するが、画像形成装置に拘わらず、起動ディスクを備えるコンピュータなどの情報処理装置にも本発明を適用することができる。
[First Embodiment]
FIG. 1 is a block diagram showing an example of the configuration of an image forming apparatus that is an example of an information processing apparatus according to the first embodiment of the present invention. In the following description, an image forming apparatus will be described as an example of an information processing apparatus, but the present invention is also applicable to an information processing apparatus such as a computer including a startup disk regardless of the image forming apparatus. Can do.

画像形成装置1は、例えば、複合機(MFP)であり、この画像形成装置1はLAN400などのネットワークに接続されている。さらに、図示の例では、LAN400にはパソコン(PC)3および4が接続されている。つまり、画像形成装置1はネットワークを介してPC3および4に接続可能となっている。なお、図1には示されていないが、LAN400には他のPCが接続されるとともに、別のMFPおよびプリンタなどが接続されることがある。また、PC3および4にはプリンタなどの画像形成装置が直接接続されることがある。   The image forming apparatus 1 is, for example, a multifunction peripheral (MFP), and the image forming apparatus 1 is connected to a network such as a LAN 400. Further, in the illustrated example, personal computers (PCs) 3 and 4 are connected to the LAN 400. That is, the image forming apparatus 1 can be connected to the PCs 3 and 4 via the network. Although not shown in FIG. 1, another PC may be connected to the LAN 400, and another MFP and printer may be connected. In addition, an image forming apparatus such as a printer may be directly connected to the PCs 3 and 4.

図示の画像形成装置1はコピー機能およびプリンタ機能等の複数の機能を有している。なお、画像形成装置として、コピー機能又はプリンタ機能のみを有するSFP(Single Function Peripheral)を用いるようにしてもよい。   The illustrated image forming apparatus 1 has a plurality of functions such as a copy function and a printer function. As the image forming apparatus, an SFP (Single Function Peripheral) having only a copy function or a printer function may be used.

画像形成装置1は制御装置(コントローラ部)110を有している。制御装置110はリーダー装置(リーダー部)2およびプリンタ装置(プリンタ部)6に接続されている。制御装置110はリーダー部2およびプリンタ部6から各種データを受信する。また、制御装置110はリーダー部2およびプリンタ部6に対して各種コマンドを送信する。さらに、制御装置110はLAN400を介してPC3又は4と接続されており、PC3又は4から画像データおよび制御コマンドを受信する。なお、LAN400は、例えば、イーサネット(登録商標)で構築される。PC3および4の各々は画像形成装置1についてその機器構成および現在のステータスの監視等も行う。   The image forming apparatus 1 includes a control device (controller unit) 110. The control device 110 is connected to a reader device (leader unit) 2 and a printer device (printer unit) 6. The control device 110 receives various data from the reader unit 2 and the printer unit 6. In addition, the control device 110 transmits various commands to the reader unit 2 and the printer unit 6. Further, the control device 110 is connected to the PC 3 or 4 via the LAN 400 and receives image data and control commands from the PC 3 or 4. The LAN 400 is constructed by, for example, Ethernet (registered trademark). Each of the PCs 3 and 4 also monitors the device configuration and current status of the image forming apparatus 1.

リーダー部2は原稿上の画像を光学的に読み取って画像データを得る。リーダー部2はスキャナユニット11および原稿給紙ユニット(DFユニット)10を備えている。DFユニット10は原稿をスキャナユニット11によって読み取り可能な位置まで搬送される。そして、スキャナユニット11によって原稿上の画像が読み取られる。制御装置110はスキャナユニット11およびDFユニット10を制御する。   The reader unit 2 optically reads an image on a document to obtain image data. The reader unit 2 includes a scanner unit 11 and a document feeding unit (DF unit) 10. The DF unit 10 conveys the document to a position where it can be read by the scanner unit 11. Then, the image on the original is read by the scanner unit 11. The control device 110 controls the scanner unit 11 and the DF unit 10.

プリンタ部6は給紙ユニット12、マーキングユニット13、および排紙ユニット14を備えている。制御装置100は給紙ユニット12、マーキングユニット13、および排紙ユニット14を制御する。   The printer unit 6 includes a paper feed unit 12, a marking unit 13, and a paper discharge unit 14. The control device 100 controls the paper feed unit 12, the marking unit 13, and the paper discharge unit 14.

給紙ユニット12には用紙が収納され、給紙ユニット12からマーキングユニット13に用紙が搬送される。マーキングユニット13は、例えば、電子写真プロセスによって画像データに応じた画像を用紙に形成する。そして、画像形成(印刷)が行われた後、用紙は排紙ユニット14によって排紙される。なお、排紙ユニット14では印刷後の用紙に対して、ソートおよびステイプル等の処理を行うことができる。   Paper is stored in the paper supply unit 12, and the paper is conveyed from the paper supply unit 12 to the marking unit 13. The marking unit 13 forms an image corresponding to image data on a sheet by, for example, an electrophotographic process. Then, after image formation (printing) is performed, the paper is discharged by the paper discharge unit 14. The paper discharge unit 14 can perform processing such as sorting and stapling on the printed paper.

給紙ユニット12には複数の給紙部が備えられている。給紙部には、例えば、普通紙および光沢紙などの複数種類の用紙を収納することができる。また、給紙部には、プリンタ部6において印刷された用紙を再び収納することもできる。給紙部の例として、給紙カセット、給紙デッキ、又は手差用紙レイなどがある。   The paper feed unit 12 is provided with a plurality of paper feed units. The paper supply unit can store a plurality of types of paper such as plain paper and glossy paper, for example. Further, the paper printed by the printer unit 6 can be stored again in the paper feeding unit. Examples of the sheet feeding unit include a sheet feeding cassette, a sheet feeding deck, or a manual sheet lay.

操作部7は、例えば、ハードキー、液晶表示部、および当該液晶表示部の表面上に貼り付けられたタッチパネル部を備えており、操作部7によってユーザの指示が受け付けられる。さらに、操作部7の液晶表示部にはソフトキーが表示されるとともに、画像形成装置1の機能および状態が表示される。   The operation unit 7 includes, for example, a hard key, a liquid crystal display unit, and a touch panel unit affixed on the surface of the liquid crystal display unit, and a user instruction is received by the operation unit 7. Further, a soft key is displayed on the liquid crystal display unit of the operation unit 7 and the function and state of the image forming apparatus 1 are displayed.

操作部7で受け付けたユーザの指示に対応するコマンドは制御装置110に送られる。図示の例では、画像形成装置1にはHDD(Hard Disk Drive)8が備えられ、このHDD8には、画像形成装置100に係る制御プログラム、各種設定、および画像データなどが記憶(格納ともいう)される。   A command corresponding to a user instruction received by the operation unit 7 is sent to the control device 110. In the illustrated example, the image forming apparatus 1 includes an HDD (Hard Disk Drive) 8, and the HDD 8 stores (also referred to as storage) a control program, various settings, image data, and the like related to the image forming apparatus 100. Is done.

なお、図1においては、後述する図3に示すHDD9およびフラッシュメモリ(Flashメモリ)99は省略されている。   In FIG. 1, an HDD 9 and a flash memory (Flash memory) 99 shown in FIG. 3 to be described later are omitted.

図示の画像形成装置1は、コピー機能、画像データ送信機能、およびプリンタ機能などの複数の機能を有している。コピー機能を用いる際には、前述のように、制御装置110はリーダー部2を制御して原稿上の画像データを読み込み、プリンタ部6を制御して画像データに応じた印刷を行う。   The illustrated image forming apparatus 1 has a plurality of functions such as a copy function, an image data transmission function, and a printer function. When using the copy function, as described above, the control device 110 controls the reader unit 2 to read the image data on the document, and controls the printer unit 6 to perform printing according to the image data.

画像データ送信機能を用いる際には、制御装置110はリーダー部2による読み取りの結果得られた画像データをコードデータに変換して、当該コードデータを、LAN400を介してPC3又は4に送信する。   When using the image data transmission function, the control device 110 converts the image data obtained as a result of reading by the reader unit 2 into code data, and transmits the code data to the PC 3 or 4 via the LAN 400.

プリンタ機能を用いる際には、制御装置110はPC3又は4からLAN400を介して受信したコードデータ(印刷データ)を画像データに変換して、プリンタ部6に送信する。そして、プリンタ部6は、受信した画像データを応じて用紙に印刷を行う。なお、制御装置110の構成については後述する。   When using the printer function, the control device 110 converts code data (print data) received from the PC 3 or 4 via the LAN 400 into image data and transmits the image data to the printer unit 6. Then, the printer unit 6 prints on the paper according to the received image data. The configuration of the control device 110 will be described later.

図2は、図1に示すリーダー部2およびプリンタ部6を概略的に示す断面図である。   FIG. 2 is a cross-sectional view schematically showing the reader unit 2 and the printer unit 6 shown in FIG.

画像形成装置1において、プリンタ部6上にリーダー部2が配置されている。リーダー部2では、DFユニット10に原稿又は原稿束が配置される。そして、原稿又は原稿束は順次1枚ずつプラテンガラス215上に給送される。   In the image forming apparatus 1, the reader unit 2 is disposed on the printer unit 6. In the reader unit 2, a document or a document bundle is arranged in the DF unit 10. Then, the original or the original bundle is sequentially fed onto the platen glass 215 one by one.

スキャナユニット11はランプ216を有しており、原稿がプラテンガラス215に搬送されると、光学ユニット217に備えられたランプ216が点灯する。続いて、光学ユニット217が図中左から右に移動して、原稿に光で走査する。   The scanner unit 11 has a lamp 216, and when the document is conveyed to the platen glass 215, the lamp 216 provided in the optical unit 217 is turned on. Subsequently, the optical unit 217 moves from the left to the right in the figure, and scans the document with light.

原稿用紙からの反射光は、複数のミラー218〜220とレンズ221とを介してイメージセンサー(例えば、CCD)222に導かれる。そして、CCDは光学像を電気信号(画像信号)に変換する。この画像信号は制御装置110でA/D変換された後所定の処理が施され、画像データとして制御装置110に転送される。   Reflected light from the original paper is guided to an image sensor (for example, CCD) 222 via a plurality of mirrors 218 to 220 and a lens 221. The CCD converts the optical image into an electrical signal (image signal). The image signal is A / D converted by the control device 110 and then subjected to predetermined processing, and is transferred to the control device 110 as image data.

上述のようにして、原稿の読み取りが行われると、原稿はプラテンガラス215から原稿給送ユニット210に排出される。なお、DFユニット10を用いることなく、プラテンガラス215上に原稿を配置して、スタートボタンを押し下げると、前述のようにして、原稿の読み取りが行われる。   When the document is read as described above, the document is discharged from the platen glass 215 to the document feeding unit 210. If a document is placed on the platen glass 215 without using the DF unit 10 and the start button is depressed, the document is read as described above.

プリンタ部6では、制御装置110の制御下でレーザ発光部224が画像データに応じたレーザ光を出力する。このレーザ光によって、マーキングユニット13に備えられた感光ドラム225が走査されて、感光ドラム225には画像データに応じた静電潜像が形成される。   In the printer unit 6, the laser emission unit 224 outputs laser light corresponding to the image data under the control of the control device 110. The laser beam scans the photosensitive drum 225 provided in the marking unit 13, and an electrostatic latent image corresponding to the image data is formed on the photosensitive drum 225.

感光ドラム225上の静電潜像は、現像器226によって現像されてトナー像とされる。一方、レーザ光の照射開始と同期して、給紙ユニット12(給紙カセット212a又は212b)から記録用紙が給紙され、転写部227に搬送される。そして、転写部227で感光ドラム225からトナー像が記録用紙に転写される。その後、記録用紙は定着部228に搬送され、ここでは、記録用紙が加熱・加圧処理されてトナー像を記録紙用に定着する。   The electrostatic latent image on the photosensitive drum 225 is developed by the developing device 226 to become a toner image. On the other hand, recording paper is fed from the paper feed unit 12 (paper feed cassette 212 a or 212 b) in synchronization with the start of laser light irradiation, and conveyed to the transfer unit 227. The transfer unit 227 transfers the toner image from the photosensitive drum 225 to the recording paper. Thereafter, the recording sheet is conveyed to the fixing unit 228, where the recording sheet is heated and pressurized to fix the toner image for the recording sheet.

片面印刷の場合には、定着部228を通過した記録用紙は排出ローラ229によって排紙ユニット14に排出される。排紙ユニット14は、例えば、記録用紙を束ねて記録用紙の仕分けを行う。また、排紙ユニット14は仕分けされた記録用紙のステイプル処理を行うこともある。   In the case of single-sided printing, the recording paper that has passed through the fixing unit 228 is discharged to the paper discharge unit 14 by the discharge roller 229. For example, the paper discharge unit 14 bundles the recording sheets and sorts the recording sheets. In addition, the paper discharge unit 14 may perform a stapling process on the sorted recording paper.

両面印刷の場合には、排出ローラ229まで記録用紙を搬送した後、排出ローラ229の回転方向を逆転させる。そして、フラッパ230によって記録用紙を再給紙搬送路231に導く。記録用紙は再給紙搬送路231を通って再度転写部227に搬送される。そして、記録用紙の裏面に印刷が施された後、記録用紙は排紙ユニット14に排出される。   In the case of duplex printing, after the recording paper is conveyed to the discharge roller 229, the rotation direction of the discharge roller 229 is reversed. Then, the recording paper is guided to the refeed conveyance path 231 by the flapper 230. The recording sheet is conveyed again to the transfer unit 227 through the refeed conveyance path 231. Then, after printing is performed on the back surface of the recording paper, the recording paper is discharged to the paper discharge unit 14.

図3は、図1に示す画像形成装置1に備えられた制御装置110の構成の一例を示すブロック図である。   FIG. 3 is a block diagram showing an example of the configuration of the control device 110 provided in the image forming apparatus 1 shown in FIG.

図3において、制御装置110はメインコントローラ32を有している。そして、メインコントローラ32はCPU33およびバスコントローラ34を備えるとともに、各種のI/F(インタフェース)コントローラ回路(図示せず)を備えている。CPU33およびバスコントローラ34は、制御装置110全体の動作を統括的に制御する。   In FIG. 3, the control device 110 has a main controller 32. The main controller 32 includes a CPU 33 and a bus controller 34, and various I / F (interface) controller circuits (not shown). The CPU 33 and the bus controller 34 comprehensively control the operation of the entire control device 110.

CPU33は、例えば、プログラムに基づいて、図1に示すPC3又はPC4から受信したコードデータ(例えば、PDL(ページ記述言語))を解釈する。バスコントローラ34は各I/Fを介してデータ転送に関する制御、例えば、バスの調停およびDMAデータ転送の制御を行う。   For example, the CPU 33 interprets code data (for example, PDL (page description language)) received from the PC 3 or PC 4 shown in FIG. 1 based on a program. The bus controller 34 performs control related to data transfer via each I / F, for example, bus arbitration and DMA data transfer control.

DRAM38は、DRAMI/F37を介してメインコントローラ32と接続され、CPU33が動作するためのワーク領域および画像データを蓄積するための領域として用いられる。   The DRAM 38 is connected to the main controller 32 via the DRAM I / F 37, and is used as a work area for the CPU 33 to operate and an area for storing image data.

コーディック(Codec)40は、I/F39を介してメインコントローラ32に接続され、例えば、DRAM38に蓄積されたラスタイメージデータをMH/MR/MMR/JBIG/JPEG等の方式で圧縮する。また、Codec40は圧縮された状態で蓄積されたコードデータをラスタイメージデータに伸長する処理を行う。SRAM(記憶手段)43は、Codec40の一時的なワーク領域として用いられる。   The codec 40 is connected to the main controller 32 via the I / F 39 and compresses raster image data stored in the DRAM 38 by a method such as MH / MR / MMR / JBIG / JPEG. The Codec 40 performs a process of expanding the code data stored in a compressed state into raster image data. The SRAM (storage means) 43 is used as a temporary work area of the Codec 40.

SRAM43とDRAM38との間のデータの転送は、バスコントローラ34によって制御され、DMA転送よってデータ転送が行われる。   Data transfer between the SRAM 43 and the DRAM 38 is controlled by the bus controller 34, and data transfer is performed by DMA transfer.

ネットワークコントローラ(Network Contorller)42は、I/F41によってメインコントローラ32と接続され、コネクタ44を介して外部ネットワーク(例えば、LAN400)と接続される。   A network controller (Network Controller) 42 is connected to the main controller 32 by an I / F 41, and is connected to an external network (for example, a LAN 400) via a connector 44.

汎用高速バス49には、拡張ボードを接続するための拡張コネクタ50とI/O制御部51とが接続される。汎用高速バス49は、例えば、PCIバスである。I/O制御部51は、リーダー部2およびプリンタ部6との間で制御コマンドを送受信するための調歩同期式のシリアル通信部コントローラ52を2チャンネル備えている。   An extension connector 50 for connecting an extension board and an I / O control unit 51 are connected to the general-purpose high-speed bus 49. The general-purpose high-speed bus 49 is, for example, a PCI bus. The I / O control unit 51 includes two channels of asynchronous serial communication unit controllers 52 for transmitting and receiving control commands between the reader unit 2 and the printer unit 6.

I/O制御部51は、I/Oバス53を介してスキャナI/F46およびプリンタI/F48と接続されている。パネルI/F62は、操作部7との間でデータの送受信を行うためのI/Fである。パネルI/F62は、LCDコントローラ60から転送されてきた画像データを操作部7に転送する。また、パネルI/F62は、操作部7が備えるハードキー又はタッチパネルを介して入力されるキー入力信号を、キー入力I/F61を介してI/O制御部51に転送する。   The I / O control unit 51 is connected to the scanner I / F 46 and the printer I / F 48 via the I / O bus 53. The panel I / F 62 is an I / F for transmitting / receiving data to / from the operation unit 7. The panel I / F 62 transfers the image data transferred from the LCD controller 60 to the operation unit 7. Further, the panel I / F 62 transfers a key input signal input via a hard key or a touch panel included in the operation unit 7 to the I / O control unit 51 via the key input I / F 61.

リアルタイムクロックモジュール64は、バックアップ用電池65によって電力を供給され、画像形成装置1で管理する日付及び時刻を更新/保存する。E−IDEコネクタ63は、HDD(ハードディスクドライブ)8および9を接続するI/Fである。図示の例では、図1に示すHDD8の他にHDD9が示されており、さらに、E−IDEコネクタ63にはフラッシュ(Flash)メモリ(起動ディクス:不揮発性メモリ)99が接続されている。   The real-time clock module 64 is supplied with power by the backup battery 65 and updates / stores the date and time managed by the image forming apparatus 1. The E-IDE connector 63 is an I / F that connects HDDs (Hard Disk Drives) 8 and 9. In the illustrated example, an HDD 9 is shown in addition to the HDD 8 shown in FIG. 1, and a flash memory (startup disk: non-volatile memory) 99 is connected to the E-IDE connector 63.

このFlashメモリ99には、例えば、メインコントローラ32の制御用制御プログラムおよび各種データが記憶された記憶領域を示すアドレスが記憶される。   In the flash memory 99, for example, an address indicating a storage area in which a control program for controlling the main controller 32 and various data are stored is stored.

CPU33は、I/O制御部51およびE−IDEコネクタ63を介してHDD8および9に選択的に画像データを記憶させ、さらに、HDD8又は9から画像データを読み込む。   The CPU 33 selectively stores image data in the HDDs 8 and 9 via the I / O control unit 51 and the E-IDE connector 63, and further reads the image data from the HDDs 8 or 9.

コネクタ56および59には、それぞれリーダー部2およびプリンタ部6が接続される。コネクタ56および59は、同調歩同期シリアルI/F54および57とビデオI/F55および58を介してスキャナI/F46およびプリンタI/F48に接続されている。   The reader unit 2 and the printer unit 6 are connected to the connectors 56 and 59, respectively. The connectors 56 and 59 are connected to the scanner I / F 46 and the printer I / F 48 via the synchronized step-synchronous serial I / Fs 54 and 57 and the video I / Fs 55 and 58.

スキャナI/F46は、コネクタ56を介してリーダー部2と接続され、スキャナバス45を介してメインコントローラ32と接続されている。スキャナI/F46は、リーダー部2から受信した画像データに対して所定の処理を施す。また、スキャナI/F56は、リーダー部2から受信したビデオ制御信号に基づいて生成した制御信号を、スキャナバス45に出力する。スキャナバス45からDRAM38(揮発性メモリ)へのデータ転送は、バスコントローラ34によって制御される。   The scanner I / F 46 is connected to the reader unit 2 via the connector 56 and is connected to the main controller 32 via the scanner bus 45. The scanner I / F 46 performs predetermined processing on the image data received from the reader unit 2. Further, the scanner I / F 56 outputs a control signal generated based on the video control signal received from the reader unit 2 to the scanner bus 45. Data transfer from the scanner bus 45 to the DRAM 38 (volatile memory) is controlled by the bus controller 34.

プリンタI/F48は、コネクタ59を介してプリンタ部6と接続され、プリンタバス47を介してメインコントローラ32と接続されている。プリンタI/F48は、メインコントローラ32から出力された画像データに所定の処理を施して、プリンタ部6に出力する。DRAM38上に展開されたラスタイメージデータをプリンタ部6に転送する際には、バスコントローラ34による制御が行われる。当該ラスタイメージデータはプリンタバス47、プリンタI/F48、およびビデオI/F58を介してプリンタ部6にDMA転送される。   The printer I / F 48 is connected to the printer unit 6 via the connector 59 and is connected to the main controller 32 via the printer bus 47. The printer I / F 48 performs predetermined processing on the image data output from the main controller 32 and outputs the processed image data to the printer unit 6. When the raster image data developed on the DRAM 38 is transferred to the printer unit 6, control by the bus controller 34 is performed. The raster image data is DMA-transferred to the printer unit 6 via the printer bus 47, printer I / F 48, and video I / F 58.

図4は、図3に示すHDD8およびフラッシュメモリ99の構成の一例を示す図である。なお、図4において、説明の便宜上CPU33およびSRAM43が示され、さらにファームウェアアーカイブ配信サーバ(プログラムファイルサーバ)10015および異常情報収集サーバ(外部サーバ)10017が示されており、これらファームウェアアーカイブ配信サーバ10015および異常情報収集サーバ10017はネットワーク(図示せず)を介して画像形成装置1に接続されている。   FIG. 4 is a diagram showing an example of the configuration of HDD 8 and flash memory 99 shown in FIG. In FIG. 4, for convenience of explanation, the CPU 33 and the SRAM 43 are shown, and further, a firmware archive distribution server (program file server) 10015 and an abnormality information collection server (external server) 10017 are shown. The abnormality information collection server 10017 is connected to the image forming apparatus 1 via a network (not shown).

図4において、HDD(第2の記憶手段)8には、画像一時展開領域(データ領域)10005およびアプリケーションデータ保存領域10006が規定されている。そして、画像一時展開領域10005にはプログラムである異常検知システムが格納される。また、アプリケーションデータ保存領域10006にはファームウェアアーカイブ保存領域10016が設定される。   In FIG. 4, a temporary image development area (data area) 10005 and an application data storage area 10006 are defined in the HDD (second storage means) 8. In the temporary image development area 10005, an abnormality detection system that is a program is stored. A firmware archive storage area 10016 is set in the application data storage area 10006.

Flashメモリ(不揮発性メモリ)99には、プログラムであるBOIS(Basic Input/Output System)10002、ブートローダ(BOOT LOADER)10007、STD(Suspend To Disk)カーネル(KERNEL)10008、STD INITRD(Initial Ramdisk)10009、セーフカーネル(SAFE KERNEL)10011、およびSAFE INITRD10012が格納されている。   The flash memory (non-volatile memory) 99 includes programs such as BOIS (Basic Input / Output System) 10002, boot loader (BOOT LOADER) 10007, STD (Suspended To Disk) kernel (KERNEL) 10008, STD IINTRD (Initial RD1). , Safe kernel (SAFE KERNEL) 10011 and SAFE INITRD 10012 are stored.

また、Flashメモリ99には、STDシステム記憶領域(第1のシステム記憶領域)10010が規定されている。このSTDシステム記憶領域10010には、画像形成装置1における各種機能(以下MFP機能という)を実行するためのコントローラソフトウェア(以下単にコントローラソフトという)10019が格納されている。そして、コントローラソフト10019が起動された後、画像形成装置1に異常が検知されると、当該コントローラソフト10019によって当該異常検知の通知が行われる。   Further, the flash memory 99 defines an STD system storage area (first system storage area) 10010. The STD system storage area 10010 stores controller software (hereinafter simply referred to as controller software) 10019 for executing various functions (hereinafter referred to as MFP functions) in the image forming apparatus 1. When an abnormality is detected in the image forming apparatus 1 after the controller software 10019 is activated, the controller software 10019 notifies the abnormality detection.

このように、コントローラソフト10019は情報処理機能を備えるとともに異常通知を行う異常通知機能を備えている。   As described above, the controller software 10019 has an information processing function and an abnormality notification function for notifying abnormality.

よって、STDシステム記憶領域10010に障害が発生すると、コントローラソフト10019よる異常通知を行うことができない。   Therefore, if a failure occurs in the STD system storage area 10010, the controller software 10019 cannot send an abnormality notification.

Flashメモリ99に規定されたSAFEシステム記憶領域(第2のシステム記憶領域)10013には、プログラムであるアップデートシステム(更新ソフトウェア)10014が格納されている。アップデートシステム10014は、STDシステム記憶領域10010の内容を更新するためのアップデート機能(更新機能)を実現するシステムである。図示の例では、アップデートシステム10014が異常通知システム10018の展開処理を担うが、展開用のシステム(プログラム)をアップデートシステムとは別に備えるようにしてもよい。   The SAFE system storage area (second system storage area) 10013 defined in the flash memory 99 stores an update system (update software) 10014 that is a program. The update system 10014 is a system that implements an update function (update function) for updating the contents of the STD system storage area 10010. In the illustrated example, the update system 10014 is responsible for the deployment process of the abnormality notification system 10018, but a deployment system (program) may be provided separately from the update system.

SAFEシステム記憶領域10013は、Flashメモリ99のサイズ制約によってアップデートに必要なファームウェアアーカイブの取得および展開処理に必要な最低限の容量を有している。   The SAFE system storage area 10013 has a minimum capacity required for obtaining and deploying a firmware archive necessary for updating due to the size restriction of the flash memory 99.

前述の画像一時展開領域10005は印刷処理に必要な画像データを一時的に展開するための領域であり、アップデートの際には用いられない。画像一時展開領域10005のサイズ(容量)は画像処理を行うためファームウェアのサイズに対して十分大きい。異常通知システム10018は通常状態では存在しないが、画像形成装置1に異常が発生すると、アップデートシステム10014が画像一時展開領域10005に異常通知システム10018を配置する。   The image temporary development area 10005 described above is an area for temporarily developing image data necessary for the printing process, and is not used for updating. The size (capacity) of the temporary image development area 10005 is sufficiently larger than the size of the firmware for performing image processing. Although the abnormality notification system 10018 does not exist in a normal state, when an abnormality occurs in the image forming apparatus 1, the update system 10014 places the abnormality notification system 10018 in the temporary image development area 10005.

異常通知システム10018は異常情報収集サーバ10017との接続およびリモートユーザインタフェースを提供するため、コントローラソフト10019と同程度の規模(サイズ)が必要となる。例えば、異常通知システム10018を、コントローラソフト10019と同一のシステムとして画像一時展開領域10005に配置して、フラグによってその動作を切り替えて異常通知のみを行わせるようにする。   Since the abnormality notification system 10018 provides a connection with the abnormality information collection server 10017 and a remote user interface, the scale (size) of the controller software 10019 is required. For example, the abnormality notification system 10018 is arranged in the image temporary development area 10005 as the same system as the controller software 10019, and its operation is switched by a flag so that only abnormality notification is performed.

ファームウェアアーカイブ保存領域10016には、ファームウェアアーカイブ配信サーバ10015から取得したファームウェアアーカイブが格納される。ファームウェアアーカイブは圧縮処理が施されているので、ファームウェアアーカイブ領域10016からファームウェアアーカイブを直接実行することはできない。ファームウェアアーカイブには圧縮処理が施されているので、展開後のファームウェアアーカイブに比べてそのサイズが小さくなり、ファームウェアアーカイブ領域10016の容量を低減することができる。   The firmware archive storage area 10016 stores the firmware archive acquired from the firmware archive distribution server 10015. Since the firmware archive is compressed, the firmware archive cannot be directly executed from the firmware archive area 10016. Since the firmware archive is subjected to compression processing, its size is smaller than that of the firmware archive after expansion, and the capacity of the firmware archive area 10016 can be reduced.

ところで、Flashメモリ99はファームウェアを保持するための記録メディアである。また、HDD8はデータファイルを保持するための記録メディアであって、Flashメモリ99と独立している。なお、アプリケーションデータ保存領域10006は各種アプリケーションに係るデータを保持するための記憶領域である。   Incidentally, the flash memory 99 is a recording medium for holding firmware. The HDD 8 is a recording medium for holding a data file and is independent of the flash memory 99. The application data storage area 10006 is a storage area for holding data related to various applications.

図5は、図3に示す画像形成装置において一回目の起動から異常検知までの動作を説明するためのフローチャートである。なお、以下の説明では、図4に示すFlashメモリ99に格納されたプログラムおよび異常通知システム10018はCPU33上で動作するものとする。   FIG. 5 is a flowchart for explaining the operation from the first activation to the abnormality detection in the image forming apparatus shown in FIG. In the following description, it is assumed that the program stored in the flash memory 99 shown in FIG. 4 and the abnormality notification system 10018 operate on the CPU 33.

電源のオンによって一回目の起動処理が開始されると、CPU33上で動作するBIOS10002はBOOT LOADER10007をFlashメモリ99からCPU33にロードする。CPU33はBOOT LOADER10007を実行して、STD KERNEL10008およびSTD INITRD10009をロードしてSTD KERNEL10008を実行する。   When the first activation process is started by turning on the power, the BIOS 10002 operating on the CPU 33 loads the BOOT LOADER 10007 from the flash memory 99 to the CPU 33. The CPU 33 executes BOOT LOADER 10007, loads STD KERNEL 10008 and STD INITRD 10009, and executes STD KERNEL 10008.

続いて、CPU33上で動作するSTD KERNEL10008はSTDシステム記憶領域10010のマウント処理を行う。そして、STD KERNEL10008はSTDシステム記憶領域10010のマウント処理が成功したか否かを判定する(ステップS20002)。   Subsequently, the STD KERNEL 10008 operating on the CPU 33 performs the mounting process of the STD system storage area 10010. The STD KERNEL 10008 determines whether or not the mounting process of the STD system storage area 10010 has succeeded (step S20002).

マウント処理が失敗したと判定すると(ステップS20002において、NO)、STD KERNEL10008は、STDシステム記憶領域10010のマウント処理が失敗した旨を示すマウントエラー情報(単にエラー情報ともいう)をSRAM43に書き込む(ステップS20003)。ここでは、例えば、SRAM43の特定アドレスをマウント失敗フラグとして割り当て、マウント失敗フラグをオンすることによってマウントエラー情報とする。   If it is determined that the mount process has failed (NO in step S20002), the STD KERNEL 10008 writes mount error information (also simply referred to as error information) indicating that the mount process of the STD system storage area 10010 has failed in the SRAM 43 (step S2002). S20003). Here, for example, a specific address of the SRAM 43 is assigned as a mount failure flag, and the mount error flag is turned on to obtain mount error information.

続いて、STD KERNEL10008は、起動モードをセーフモードに切り替えて、CPU33をリセットとして再起動を行う(ステップS2004)。そして、一回目の起動処理が終了する。マウント処理が成功したと判定すると、STD KERNEL10008は、画像形成装置に備えられたMFP機能を実行して(ステップS20005)、一回目の起動処理を終了する。   Subsequently, the STD KERNEL 10008 switches the start mode to the safe mode, and restarts with the CPU 33 reset (step S2004). Then, the first activation process ends. If it is determined that the mounting process is successful, the STD KERNEL 10008 executes the MFP function provided in the image forming apparatus (step S20005) and ends the first activation process.

図6は、図3に示す画像形成装置において二回目の起動から異常通知システムの配置までの動作を説明するためのフローチャートである。   FIG. 6 is a flowchart for explaining operations from the second activation to the arrangement of the abnormality notification system in the image forming apparatus shown in FIG.

二回目の起動処理が開始されると、CPU33上で動作するBIOS10002はBOOT LOADER10007をFlashメモリ99からCPU33にロードする。そして、CPU33はBOOT LOADER10007を実行して、SAFE KERNEL10011およびSAFE INITRD10012をロードしてSAFE KERNEL10011を実行する。   When the second activation process is started, the BIOS 10002 operating on the CPU 33 loads the BOOT LOADER 10007 from the flash memory 99 to the CPU 33. Then, the CPU 33 executes BOOT LOADER 10007, loads SAFE KERNEL 10011 and SAFE INITRD 10012, and executes SAFE KERNEL 10011.

CPU33上で動作するSAFE KERNEL10011はSAFEシステム記憶領域10013のマウントを行って、SAFEシステム記憶領域10013に格納されたアップデートシステム10014を起動する(ステップS21002)。続いて、CPU33上で動作するアップデートシステム10014はSRAM10001を参照して、マウント異常が発生したか否かを確認する(ステップS21003)。   The SAFE KERNEL 10011 operating on the CPU 33 mounts the SAFE system storage area 10013 and activates the update system 10014 stored in the SAFE system storage area 10013 (step S21002). Subsequently, the update system 10014 operating on the CPU 33 refers to the SRAM 10001 to check whether or not a mount abnormality has occurred (step S21003).

マウント失敗フラグのオンによってマウント異常の発生を確認すると(ステップS21003において、YES)、アップデートシステム10014は、ネットワークを介してファームウェアアーカイブ配信サーバ10015からファームウェアファイルのアーカイブ(ファームウェアアーカイブ、つまり、プログラムファイル)を取得する(ステップS21004)。そして、アップデートシステム10014はファームウェアアーカイブをファームウェアアーカイブ保存領域10016に配置する。   When it is confirmed that a mount abnormality has occurred by turning on the mount failure flag (YES in step S21003), the update system 10014 acquires a firmware file archive (firmware archive, that is, a program file) from the firmware archive distribution server 10015 via the network. Obtain (step S21004). Then, the update system 10014 places the firmware archive in the firmware archive storage area 10016.

続いて、アップデートシステム10014はファームウェアアーカイブ保存領域10003からファームウェアアーカイブを展開して、画像一時展開領域10005に異常検知システム10018として配置する(ステップS21005)。この際、前回の起動処理が異常終了などして画像一時展開領域10005にファイルが残存していた場合には、アップデートシステム10014は不要なファイルであるとして当該ファイルの削除処理を行う。   Subsequently, the update system 10014 expands the firmware archive from the firmware archive storage area 10003 and arranges it as the abnormality detection system 10018 in the image temporary expansion area 10005 (step S21005). At this time, if the previous activation process has ended abnormally and the file remains in the temporary image development area 10005, the update system 10014 performs a deletion process on the file as an unnecessary file.

次に、アップデートシステム10014は起動モードをSTDモードに切り替えて、CPU33をリセットして再起動を行って(ステップS21006)、起動処理を終了する。   Next, the update system 10014 switches the activation mode to the STD mode, resets the CPU 33 and restarts (step S21006), and ends the activation process.

マウント失敗フラグのオフによってマウント異常の不発生を確認すると(ステップS21003において、NO)、アップデートシステム10014は画像形成装置に備えられたアップデート機能を実行して(ステップS21007)、起動処理を終了する。   If the mount failure flag is turned off and it is confirmed that no mount abnormality has occurred (NO in step S21003), the update system 10014 executes the update function provided in the image forming apparatus (step S21007) and ends the activation process.

図7は、図3に示す画像形成装置において三回目の起動から異常通知までの動作を説明するためのフローチャートである。   FIG. 7 is a flowchart for explaining the operation from the third activation to the abnormality notification in the image forming apparatus shown in FIG.

三回目の起動処理が開始されると、CPU33上で動作するBIOS10002はBOOT LOADER10007をFlashメモリ99からCPU33にロードする。そして、CPU33はBOOT LOADER10007を実行して、STD KERNEL10008およびSTD INITRD10009をロードしSTD KERNEL10008を実行する。   When the third activation process is started, the BIOS 10002 operating on the CPU 33 loads the BOOT LOADER 10007 from the flash memory 99 to the CPU 33. Then, the CPU 33 executes BOOT LOADER 10007, loads STD KERNEL 10008 and STD INITRD 10009, and executes STD KERNEL 10008.

CPU33上で動作するSTD KERNEL10008は画像一時展開領域10005のマウントを行って、画像一時展開領域10005に配置された異常通知システム10018を起動する(ステップS22002)。続いて、異常通知システム10018はSRAM10001を参照してエラー内容を確認して、当該エラー内容を異常通知として異常情報収集サーバ10017にネットワークを介して通知する(ステップS22003)。そして、三回目の起動処理が終了する。   The STD KERNEL 10008 operating on the CPU 33 mounts the image temporary development area 10005 and activates the abnormality notification system 10018 arranged in the image temporary development area 10005 (step S22002). Subsequently, the abnormality notification system 10018 refers to the SRAM 10001, confirms the error content, and notifies the abnormality information collection server 10017 of the error content as an abnormality notification via the network (step S22003). Then, the third activation process ends.

このように、本発明の第1の実施形態では、起動処理においてコントローラソフト10019が配置されたSTDシステム記憶領域10010のマウントに失敗すると、再起動を行って、この際にHDD8に規定された画像一時展開領域(データ領域)10005に、画像形成装置の異常を通知するための異常通知システム10018を配置する。   As described above, in the first embodiment of the present invention, if the mounting of the STD system storage area 10010 in which the controller software 10019 is arranged fails in the starting process, the STD system storage area 10010 is restarted, and the image defined in the HDD 8 at this time In the temporary development area (data area) 10005, an abnormality notification system 10018 for notifying abnormality of the image forming apparatus is arranged.

従って、STDシステム記憶領域10010が規定されたFlashメモリ99に不具合が生じても、データ領域10005に配置された異常通知システム10018によって異常情報収集サーバ10017に異常通知を行うことができる。   Therefore, even if a problem occurs in the flash memory 99 in which the STD system storage area 10010 is defined, the abnormality information collection server 10017 can be notified of an abnormality by the abnormality notification system 10018 arranged in the data area 10005.

つまり、ファームウェアなどの起動プログラムが記録された不揮発性メモリなどの記憶装置(第1の記憶手段)に故障が生じた際に、当該故障を確実に外部に通知することができる。   That is, when a failure occurs in a storage device (first storage means) such as a nonvolatile memory in which a startup program such as firmware is recorded, the failure can be reliably notified to the outside.

[第2の実施形態]
続いて、本発明の第2の実施形態による画像形成装置の一例について説明する。なお、第2の実施形態における画像形成装置の制御装置の構成は図3に示す例と同様であり、また、HDD8およびFlashメモリ99の構成も図4に示す例と同様である。
[Second Embodiment]
Next, an example of an image forming apparatus according to the second embodiment of the present invention will be described. Note that the configuration of the control device of the image forming apparatus in the second embodiment is the same as the example shown in FIG. 3, and the configuration of the HDD 8 and the flash memory 99 is also the same as the example shown in FIG.

上述の第1の実施形態では、STDシステム記憶領域10010のマウント異常があると、アップデートモジュール10014がファームウェアアーカイブ配信サーバ10015からファームウェアアーカイブを取得する場合について説明した。第2の実施形態においては、STDシステム記憶領域10010のマウント異常があった際に、アップデートモジュール10014がファームウェアアーカイブ配信サーバ10015をアクセスしない例について説明する。   In the first embodiment described above, the case where the update module 10014 acquires a firmware archive from the firmware archive distribution server 10015 when there is a mounting abnormality of the STD system storage area 10010 has been described. In the second embodiment, an example in which the update module 10014 does not access the firmware archive distribution server 10015 when there is a mounting abnormality in the STD system storage area 10010 will be described.

第2の実施形態における画像形成装置においては、アップデートシステム10014がネットワーク接続機能を備えない。つまり、第2の実施形態における画像形成装置は第1の実施形態で説明した画像形成装置よりも小規模な装置である。   In the image forming apparatus according to the second embodiment, the update system 10014 does not have a network connection function. That is, the image forming apparatus in the second embodiment is a smaller apparatus than the image forming apparatus described in the first embodiment.

第2の実施形態では、アップデート機能によるアップデート処理が実施された後、アップデートシステム10014はアップデート処理で用いたファームウェアアーカイブを、ファームウェアアーカイブ保存領域10016に保存して、次回のアップデート処理まで消去しない。そして、異常通知処理を行う際には、図6に示すステップS21004の処理を行わず、第1の実施形態で説明したように、ファームウェアアーカイブ保存領域10016に保存されたファームウェアアーカイブを異常通知システム10018として画像一時展開領域10005に展開して異常通知を行う。   In the second embodiment, after the update process by the update function is performed, the update system 10014 stores the firmware archive used in the update process in the firmware archive storage area 10016 and does not delete it until the next update process. When the abnormality notification process is performed, the process of step S21004 shown in FIG. 6 is not performed, and the firmware archive stored in the firmware archive storage area 10016 is stored in the abnormality notification system 10018 as described in the first embodiment. As shown in FIG.

なお、アップデート機能によるアップデート処理の最中に電源断などが発生して、再起動のついにSTDシステム領域10010の破壊が検出された場合には、ファームウェアアーカイブ保存領域10016にファームウェアアーカイブが存在しない。このため、異常通知システム10018を画像一時展開領域10005に展開できないので異常通知に失敗することになるが、異常検知システム10018をHDD8に配置するので、SAFEシステム記憶領域10013のサイズは削減することができる。   If a power failure occurs during the update process by the update function and the destruction of the STD system area 10010 is detected after the restart, no firmware archive exists in the firmware archive storage area 10016. For this reason, the abnormality notification system 10018 cannot be expanded in the temporary image development area 10005, so the abnormality notification fails. However, since the abnormality detection system 10018 is arranged in the HDD 8, the size of the SAFE system storage area 10013 can be reduced. it can.

このように、本発明の第2の実施形態においてもファームウェアなどの起動プログラムが記録された不揮発性メモリなどの記憶装置(第1の記憶手段:起動ディスク)に故障が生じた際に、当該故障を確実に外部に通知することができる。   As described above, even in the second embodiment of the present invention, when a failure occurs in a storage device (first storage means: a startup disk) such as a nonvolatile memory in which a startup program such as firmware is recorded, the failure occurs. Can be reliably notified to the outside.

上述の説明から明らかなように、図4に示す例では、CPU33が実行手段、取得手段、展開手段、および通知手段として機能することになる。また、CPU33およびSRAM43は格納手段として機能する。   As is clear from the above description, in the example shown in FIG. 4, the CPU 33 functions as an execution unit, an acquisition unit, a deployment unit, and a notification unit. Further, the CPU 33 and the SRAM 43 function as storage means.

上述の実施の形態では、情報処理装置の一例として、画像形成装置を例に挙げて説明したが、画像形成装置に限らず他の情報処理装置、例えば、情報処理を行うコンピュータシステムにおいても、本発明を適用すれば、不揮発性メモリなどの起動ディスクに障害が発生した際においても確実に外部にその故障を通知することができる。   In the above-described embodiment, the image forming apparatus has been described as an example of the information processing apparatus. However, the present invention is not limited to the image forming apparatus, and other information processing apparatuses, for example, computer systems that perform information processing, By applying the invention, even when a failure occurs in a startup disk such as a nonvolatile memory, the failure can be reliably notified to the outside.

以上、本発明について実施の形態に基づいて説明したが、本発明は、これらの実施の形態に限定されるものではなく、この発明の要旨を逸脱しない範囲の様々な形態も本発明に含まれる。   As mentioned above, although this invention was demonstrated based on embodiment, this invention is not limited to these embodiment, Various forms of the range which does not deviate from the summary of this invention are also contained in this invention. .

例えば、上記の実施の形態の機能を制御方法として、この制御方法を情報処理装置に実行させるようにすればよい。また、上述の実施の形態の機能を有するプログラムを制御プログラムとして、この制御プログラムを情報処理装置が備えるコンピュータに実行させるようにしてもよい。なお、制御プログラムは、例えば、コンピュータに読み取り可能な記録媒体に記録される。   For example, the function of the above embodiment may be used as a control method, and this control method may be executed by the information processing apparatus. In addition, a program having the functions of the above-described embodiments may be used as a control program, and the control program may be executed by a computer included in the information processing apparatus. The control program is recorded on a computer-readable recording medium, for example.

この際、制御方法および制御プログラムの各々は、少なくとも取得ステップ、展開ステップ、および通知ステップを有することになる。   At this time, each of the control method and the control program has at least an acquisition step, a development step, and a notification step.

また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記録媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。   The present invention can also be realized by executing the following processing. That is, software (program) for realizing the functions of the above-described embodiments is supplied to a system or apparatus via a network or various recording media, and a computer (or CPU, MPU, etc.) of the system or apparatus reads the program. It is a process to be executed.

8,9 HDD
33 CPU
43 SRAM
99 フラッシュメモリ(不揮発性メモリ)
10005 画像一時展開領域
10010 STDシステム記憶領域
10013 SAFEシステム記憶領域
10014 アップデートシステム
10018 異常通知システム
10019 コントローラソフトウェア
8,9 HDD
33 CPU
43 SRAM
99 Flash memory (nonvolatile memory)
10005 Temporary image development area 10010 STD system storage area 10013 SAFE system storage area 10014 Update system 10018 Abnormality notification system 10019 Controller software

Claims (7)

情報処理と当該情報処理に係る異常通知を行うためのコントローラソフトウェアが格納された第1のシステム記憶領域と、当該コントローラソフトウェアの更新を行うための更新ソフトウェアが格納された第2のシステム記憶領域とが規定された第1の記憶手段と、
前記情報処理を実行する実行手段と、
前記情報処理の実行の際に当該情報処理で用いられるデータが格納されるデータ領域が規定された第2の記憶手段と、
前記情報処理を実行する際に前記第1のシステム記憶領域のマウントに失敗すると、前記更新ソフトウェアを実行して前記コントローラソフトウェアに係るプログラムファイルを取得する取得手段と、
前記プログラムファイルに応じて前記異常通知を行うための異常通知システムを前記データ領域に展開する展開手段と、
前記異常通知システムを実行して前記第1のシステム記憶領域の異常を外部に通知する通知手段とを有することを特徴とする情報処理装置。
A first system storage area in which controller software for performing information processing and an abnormality notification related to the information processing is stored; a second system storage area in which update software for updating the controller software is stored; A first storage means defined by;
Execution means for executing the information processing;
Second storage means in which a data area in which data used in the information processing is stored when the information processing is executed is defined;
If the mounting of the first system storage area fails when executing the information processing, an acquisition unit that executes the update software and acquires a program file related to the controller software;
Expanding means for expanding an abnormality notification system for performing the abnormality notification according to the program file in the data area;
An information processing apparatus comprising: a notification unit configured to execute the abnormality notification system and notify the abnormality of the first system storage area to the outside.
前記情報処理を実行する際に前記第1のシステム記憶領域のマウントに失敗すると、エラーを示すエラー情報を格納する格納手段を有することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising: a storage unit that stores error information indicating an error if mounting of the first system storage area fails when executing the information processing. 前記取得手段は、前記更新ソフトウェアが実行され、かつ前記格納手段に前記エラー情報が格納されている場合に、前記プログラムファイルの取得を行うことを特徴とする請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the acquisition unit acquires the program file when the update software is executed and the error information is stored in the storage unit. 前記取得手段は、ネットワークを介して前記情報処理装置に接続されたサーバ装置から前記プログラムファイルを取得することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 3, wherein the acquisition unit acquires the program file from a server apparatus connected to the information processing apparatus via a network. 前記通知手段はネットワークを介して前記情報処理装置に接続された外部装置に前記第1のシステム記憶領域の異常を通知することを特徴とする請求項1乃至4のいずれか1項に記載の情報処理装置。   5. The information according to claim 1, wherein the notifying unit notifies an abnormality of the first system storage area to an external apparatus connected to the information processing apparatus via a network. Processing equipment. 情報処理と当該情報処理に係る異常通知を行うためのコントローラソフトウェアが格納された第1のシステム記憶領域と、当該コントローラソフトウェアの更新を行うための更新ソフトウェアが格納された第2のシステム記憶領域が規定された第1の記憶手段と、前記情報処理の実行の際に当該情報処理で用いられるデータが格納されるデータ領域が規定された第2の記憶手段とを備える情報処理装置の制御方法であって、
前記情報処理を実行する際に前記第1のシステム記憶領域のマウントに失敗すると、前記更新ソフトウェアを実行して前記コントローラソフトウェアに係るプログラムファイルを取得する取得ステップと、
前記プログラムファイルに応じて前記異常通知を行うための異常通知システムを前記データ領域に展開する展開ステップと、
前記異常通知システムを実行して前記第1のシステム記憶領域の異常を外部に通知する通知ステップとを有することを特徴とする情報処理装置の制御方法。
A first system storage area in which controller software for performing information processing and an abnormality notification related to the information processing is stored; and a second system storage area in which update software for updating the controller software is stored A control method for an information processing apparatus comprising: a prescribed first storage means; and a second storage means in which a data area in which data used in the information processing is stored when the information processing is executed is prescribed. There,
If the mounting of the first system storage area fails when executing the information processing, an acquisition step of executing the update software and acquiring a program file related to the controller software;
An expansion step of expanding an abnormality notification system for performing the abnormality notification according to the program file in the data area;
A control method for an information processing apparatus, comprising: a notification step of executing the abnormality notification system and notifying the outside of an abnormality of the first system storage area.
請求項6に記載の情報処理装置の制御方法をコンピュータに実行させるための制御プログラム。   A control program for causing a computer to execute the control method of the information processing apparatus according to claim 6.
JP2011264632A 2011-12-02 2011-12-02 Information processing apparatus, control method thereof, and control program Active JP5812830B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011264632A JP5812830B2 (en) 2011-12-02 2011-12-02 Information processing apparatus, control method thereof, and control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011264632A JP5812830B2 (en) 2011-12-02 2011-12-02 Information processing apparatus, control method thereof, and control program

Publications (2)

Publication Number Publication Date
JP2013117833A true JP2013117833A (en) 2013-06-13
JP5812830B2 JP5812830B2 (en) 2015-11-17

Family

ID=48712368

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011264632A Active JP5812830B2 (en) 2011-12-02 2011-12-02 Information processing apparatus, control method thereof, and control program

Country Status (1)

Country Link
JP (1) JP5812830B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11504459A (en) * 1996-02-26 1999-04-20 アウォード・ソフトウェア・インターナショナル・インコーポレーテッド Enhanced BIOS adapted for remote diagnostic repair
JP2005196745A (en) * 2003-12-10 2005-07-21 Ricoh Co Ltd Information processing device, program recovery method, program recovery program, and recording medium
JP2006113680A (en) * 2004-10-12 2006-04-27 Toshiba Corp Image processor and method for controlling it
JP2010128691A (en) * 2008-11-26 2010-06-10 Kyocera Mita Corp Information processing apparatus, its storage region restoration method, and storage region restoration system
JP2011141696A (en) * 2010-01-06 2011-07-21 Canon Inc Information processing apparatus and control method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11504459A (en) * 1996-02-26 1999-04-20 アウォード・ソフトウェア・インターナショナル・インコーポレーテッド Enhanced BIOS adapted for remote diagnostic repair
JP2005196745A (en) * 2003-12-10 2005-07-21 Ricoh Co Ltd Information processing device, program recovery method, program recovery program, and recording medium
JP2006113680A (en) * 2004-10-12 2006-04-27 Toshiba Corp Image processor and method for controlling it
JP2010128691A (en) * 2008-11-26 2010-06-10 Kyocera Mita Corp Information processing apparatus, its storage region restoration method, and storage region restoration system
JP2011141696A (en) * 2010-01-06 2011-07-21 Canon Inc Information processing apparatus and control method thereof

Also Published As

Publication number Publication date
JP5812830B2 (en) 2015-11-17

Similar Documents

Publication Publication Date Title
JP6041546B2 (en) Information processing apparatus, control method therefor, and program
JP2010086419A (en) Information processing device
US20150293734A1 (en) Print system, print server and print control method
JP2012006306A (en) Printing apparatus, method for control of the same, and program
JP2011141696A (en) Information processing apparatus and control method thereof
JP2012234483A (en) Information processing apparatus, control method therefor, and control program
JP2007328640A (en) Image processing unit and control method thereof
US20150062614A1 (en) Image forming apparatus, method for controlling image forming apparatus, and storage medium
US20120327473A1 (en) Image forming apparatus, method for controlling startup of image forming apparatus, and storage medium
JP2004303216A (en) Information processor, image forming apparatus, error processing method in starting program, and recording medium
JP5152034B2 (en) Memory control method
US8949816B2 (en) Firmware updating method, image forming apparatus, and storage medium
JP2018116575A (en) Information processing unit and control method thereof, and program
US9336463B2 (en) Image forming apparatus capable of changing partitions of storage unit, and control method and storage medium therefor
JP5812830B2 (en) Information processing apparatus, control method thereof, and control program
JP2012155488A (en) Data processing device and control method thereof
JP7263067B2 (en) Information processing device and information processing device control method
JP2009070038A (en) Data storage device
JP5932511B2 (en) Information processing apparatus, software update method, and computer program
JP5701151B2 (en) Device, control method, and program.
JP2013250911A (en) Image formation device, control method of image formation device and computer program
JP2011053775A (en) Print system, automatic restoration method of initiation program, and control automatic restoration control program
JP2007028183A (en) Image copying machine
JP6332183B2 (en) Image forming apparatus
JP2018063499A (en) Information processing device, control method thereof, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20141201

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150813

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150915

R151 Written notification of patent or utility model registration

Ref document number: 5812830

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151