JP2013125451A - Image forming apparatus and program - Google Patents

Image forming apparatus and program Download PDF

Info

Publication number
JP2013125451A
JP2013125451A JP2011274471A JP2011274471A JP2013125451A JP 2013125451 A JP2013125451 A JP 2013125451A JP 2011274471 A JP2011274471 A JP 2011274471A JP 2011274471 A JP2011274471 A JP 2011274471A JP 2013125451 A JP2013125451 A JP 2013125451A
Authority
JP
Japan
Prior art keywords
image forming
data transfer
storage device
raid
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2011274471A
Other languages
Japanese (ja)
Inventor
Munetoshi Eguchi
宗利 江口
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies 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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2011274471A priority Critical patent/JP2013125451A/en
Publication of JP2013125451A publication Critical patent/JP2013125451A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image forming apparatus, even when a data transfer speed of one of a plurality of storage devices under striping decreases, capable of continuing the execution of job processing by restoring the transfer speed of the striping without any necessity of expansion or replacement of a storage device, and to provide a program.SOLUTION: The image forming apparatus includes three or more storage devices capable of performing RAID0 (striping), causes two or more storage devices at least excluding one storage device to perform striping, and uses other storage devices for other purposes. When a data transfer speed of a storage device which is not performing striping is faster than a data transfer speed of a storage device, the data transfer speed of which is the slowest in the storage devices performing striping, the storage device with the faster data transfer speed is used as a substitute storage device for the storage device with the slow data transfer speed and striping is continued.

Description

本発明は、画像形成装置及び画像形成装置の制御方法に関し、特に、RAID(Redundant Arrays of Inexpensive Disks)を利用した、画像形成装置及び画像形成装置を制御するプログラムに関する。   The present invention relates to an image forming apparatus and an image forming apparatus control method, and more particularly to an image forming apparatus and a program for controlling the image forming apparatus using RAID (Redundant Arrays of Inexpensive Disks).

従来、画像形成装置等はHDD(Hard Disk Drive)等の記憶装置が搭載されている。このHDD1台によるデータ転送速度には上限があり、画像形成装置のパフォーマンスを最大限に発揮するためのデータ転送速度に満たない場合がある。そこで、複数のHDDを並列的に使用し、データの高速転送を可能にするRAID0(レベル0のRAID)と呼ばれる方式が提案されている。   Conventionally, a storage device such as an HDD (Hard Disk Drive) is mounted on an image forming apparatus or the like. There is an upper limit on the data transfer speed by one HDD, and there are cases where the data transfer speed for maximizing the performance of the image forming apparatus is not reached. Therefore, a method called RAID 0 (level 0 RAID) has been proposed that uses a plurality of HDDs in parallel and enables high-speed data transfer.

RAID0は、並列駆動する複数のHDDにデータを分散することで、高速にデータの読み書きを行うことが可能な方式である。RAIDはそもそも、複数のHDDを使用し、1台のHDDではできない機能を達成する技術であり、そのレベルごとに異なる効果を発揮する。レベル0以外のレベルの方式としては、たとえば複数のHDDに同じデータを書き込み、耐障害性を上げる方式であるRAID1(レベル1)等がある。   RAID 0 is a method that allows data to be read and written at high speed by distributing data to a plurality of HDDs that are driven in parallel. RAID is a technology that uses a plurality of HDDs to achieve functions that cannot be performed by a single HDD, and exhibits different effects for each level. As a method of a level other than level 0, for example, there is RAID 1 (level 1), which is a method of increasing the fault tolerance by writing the same data to a plurality of HDDs.

HDDは、セクタ不良やヘッドの痛み、モータの経時不良等の理由で、その転送速度が低下してしまう場合がある。RAID0(ストライピング)では、並列駆動される複数台のHDDのうちの最も遅いものの転送速度に、HDDの台数を掛けたものが全体の転送速度となるため、1台でも転送速度が低下すると、その転送速度低下に伴ってRAID0全体での転送速度が大きく低下してしまう。たとえば、1台のデータ転送速度が100MB/秒であるHDD3台で、RAID0を構成する(ストライピングを行う)と、1台がそれぞれ1秒間に100MBずつのデータ転送を行うことで、RAID0全体で300MB/秒(100MB×3=300MB)でのデータ転送が可能である(図6A参照)。しかし、RAID0を構成する3台のHDDのうち、一台のHDDのデータ転送速度が80MB/秒まで低下すると、これに合わせてRAID0全体でのデータ転送速度は240MB/秒(Min(80MB、100MB)×3=240MB)まで下がってしまう(図6B参照)。   The transfer speed of the HDD may decrease due to a sector failure, head pain, motor aging failure, or the like. In RAID 0 (striping), the transfer speed of the slowest HDD among the plurality of HDDs driven in parallel is multiplied by the number of HDDs to obtain the overall transfer speed. As the transfer rate decreases, the transfer rate of the entire RAID 0 is greatly reduced. For example, if you configure RAID0 (striping) with three HDDs with a data transfer rate of 100MB / s, each unit performs data transfer of 100MB per second, resulting in a total of 300MB for RAID0. Data transfer at / second (100 MB × 3 = 300 MB) is possible (see FIG. 6A). However, if the data transfer speed of one HDD among the three HDDs constituting RAID 0 decreases to 80 MB / sec, the data transfer speed of RAID 0 as a whole is 240 MB / sec (Min (80 MB, 100 MB ) × 3 = 240 MB) (see FIG. 6B).

データ転送速度が低下してしまうと、たとえば、画像形成装置のプリントエンジンは、必要な量のデータが転送されるまで待ってから印刷を行うため、データ転送に時間がかかるほど(データ転送速度が遅いほど)生産性が低下してしまう。データ転送速度が低下したHDDを交換すれば、RAID0全体でのデータ転送速度も回復するが、HDDは、サービスメンテナンスを受けた時に交換される場合が多く、そのため、サービスメンテナンスを受けるまで低下した生産性を回復できない場合も多い。   When the data transfer rate decreases, for example, the print engine of the image forming apparatus waits until a necessary amount of data is transferred before performing printing. The slower it is, the lower the productivity. Replacing an HDD with a reduced data transfer rate will restore the data transfer rate for RAID 0 as a whole, but HDDs are often replaced when service maintenance is performed. In many cases, gender cannot be recovered.

そこで上記の問題点を解消すべく、RAID0全体での転送速度が規定値に満たない場合は、新たなリムーバブルHDDの追加を要求し、新たなリムーバブルHDDが接続されたら、新たに接続されたリムーバブルHDDを含む全てのHDDでRAID0を再構成し、RAID0全体としての転送速度を上げる方法が提案されている(特許文献1)。この方法では、たとえば上記の例のような場合、RAID0を構成するHDDを4台に増やすことで、1台あたりのデータ転送速度が80MB/秒であってもMin(80MB、100MB)×4=320MBで、RAID0全体としては320MB/秒でのデータ転送が可能となる。   Therefore, in order to solve the above problems, if the transfer speed of the entire RAID 0 is less than the specified value, a request for addition of a new removable HDD is requested, and when a new removable HDD is connected, the newly connected removable A method has been proposed in which RAID0 is reconfigured in all HDDs including HDDs to increase the transfer speed of the entire RAID0 (Patent Document 1). In this method, for example, in the case of the above example, the number of HDDs constituting RAID 0 is increased to four, so that Min (80 MB, 100 MB) × 4 = even if the data transfer rate per unit is 80 MB / second. With 320 MB, the entire RAID 0 can transfer data at 320 MB / sec.

特開2006−121438号公報JP 2006-121438 A 特開2006−253946号公報JP 2006-253946 A

特許文献1に開示の方法では、新たなHDDの増設に伴う、手間やコスト面での問題が存在する。また、転送速度が低下したHDDに合わせて他のHDDがパフォーマンスを抑え続けることは効率の観点から望ましくない。   In the method disclosed in Patent Document 1, there are problems in labor and cost associated with the addition of a new HDD. In addition, it is not desirable from the viewpoint of efficiency that other HDDs continue to suppress the performance in accordance with the HDD whose transfer rate has decreased.

なお、HDDを複数の領域に分けて、各領域の転送速度を記憶しておき、ジョブ実行に必要な転送速度に合わせて、それら領域を割り当てる(転送速度をジョブに合わせてコントロールする)方法(特許文献2)があるが、この方法は、1台のHDD内での領域の効率的利用法を述べているに過ぎず、HDD自体の転送速度が低下する問題には対応していない。   A method in which the HDD is divided into a plurality of areas, the transfer speeds of each area are stored, and the areas are allocated according to the transfer speed necessary for job execution (the transfer speed is controlled according to the job) ( There is a patent document 2), but this method only describes an efficient use method of the area in one HDD, and does not deal with the problem that the transfer rate of the HDD itself decreases.

本発明は、上記の問題を解決しようとするものであり、RAID0を構成するいずれかの記憶装置の転送速度が低下した場合に、記憶装置の増設や交換作業を必要とせずに、RAID0全体での転送速度の回復を図って稼動を続けることのできる画像形成装置、及びプログラムを提供する。   The present invention is intended to solve the above-described problem. When the transfer speed of any storage device constituting RAID 0 is reduced, the entire RAID 0 is not required to be added or replaced. The present invention provides an image forming apparatus and a program that can continue operation while recovering the transfer speed.

かかる目的を達成するための本発明の要旨とするところは、次の各項の発明に存する。   The gist of the present invention for achieving the object lies in the inventions of the following items.

[1]画像データに基づいて記録紙上に画像を形成する画像形成部と、
前記画像形成部に転送される画像データがストライピングされて記憶されるRAID0を構成したM(Mは2以上の整数)台の記憶装置と、
前記RAIDO以外の他の用途で使用されるN(Nは1以上の整数)台の記憶装置と、
前記記憶装置のデータ転送速度を測定する測定部と、
前記RAID0を構成しているいずれかの記憶装置のデータ転送速度が所定の速度より低下した場合に、該データ転送速度の低下した記憶装置と前記他の用途で使用されているN台の記憶装置の中から選択したデータ転送速度が前記所定の速度以上の記憶装置との用途を入れ替えて前記RAID0を再構成する制御部と、
を有する
ことを特徴とする画像形成装置。
[1] An image forming unit that forms an image on recording paper based on image data;
M (M is an integer of 2 or more) storage devices constituting RAID 0 in which image data transferred to the image forming unit is striped and stored;
N storage devices (N is an integer of 1 or more) used for other purposes other than RAIDO;
A measuring unit for measuring a data transfer rate of the storage device;
When the data transfer rate of any of the storage devices constituting RAID 0 is lower than a predetermined rate, the storage device having the reduced data transfer rate and the N storage devices used in the other applications A controller that reconfigures the RAID 0 by switching the use with a storage device having a data transfer speed selected from among the above-mentioned predetermined speeds;
An image forming apparatus comprising:

上記[1]及び下記[8]に係る発明の画像形成装置は、画像形成部に転送される画像データがストライピングされて記憶されるRAID0を構成したM(Mは2以上の整数)台の記憶装置と、RAIDO以外の他の用途で使用されるN(Nは1以上の整数)台の記憶装置を備える。記憶装置はHDDもしくはSDD等である。記憶装置から画像形成部への画像データの転送のように、容量が大きなデータの高速転送が求められているような場合は、RAID0を構成する記憶装置がデータ転送を行う。このRAID0を構成する記憶装置のうち1台のデータ転送速度が所定の速度以下である場合、データ転送速度が所定の速度を超える記憶装置のみで構成されるように、RAID0の再構成を行う。これにより、RAID0を構成する記憶装置1台の転送速度が低下した場合であっても、記憶装置の増設、及び交換を必要とせずに、生産性を極度に低下させること無く、稼動を続けることができる。なお、所定の速度とは、ジョブの迅速な実行のために最低限必要とされる転送速度であることが望ましい。RAID0の転送速度がジョブの迅速な実行を可能にする速度を得るためには、RAID0全体を構成する記憶装置は3台以上であることが望ましい。   The image forming apparatus of the invention according to [1] and [8] below stores M (M is an integer of 2 or more) units of RAID 0 in which the image data transferred to the image forming unit is striped and stored. And N (N is an integer greater than or equal to 1) storage devices used for other purposes other than RAIDO. The storage device is an HDD or an SDD. When high-speed transfer of large-capacity data is required, such as transfer of image data from the storage device to the image forming unit, the storage device configuring RAID 0 performs data transfer. When the data transfer rate of one of the storage devices constituting the RAID 0 is equal to or lower than a predetermined rate, the RAID 0 is reconfigured so that only the storage device having a data transfer rate exceeding the predetermined rate is configured. As a result, even if the transfer rate of one storage device constituting RAID 0 is reduced, it is possible to continue operation without extremely reducing productivity without requiring addition or replacement of the storage device. Can do. Note that the predetermined speed is desirably a transfer speed that is at least required for quick execution of a job. In order to obtain a speed at which the transfer speed of RAID 0 allows a job to be executed quickly, it is desirable that there are three or more storage devices constituting the entire RAID 0.

[2]前記他の用途の1つは、プリントデータを画像データに変換するラスタライズ処理に係るデータの記憶である
ことを特徴とする[1]に記載の画像形成装置。
[2] The image forming apparatus according to [1], wherein one of the other uses is storage of data relating to rasterization processing for converting print data into image data.

上記[2]及び下記[9]に係る発明では、プリントデータを画像データにRIP(Raster image processor)する際のようにデータの高速転送を必要としない処理では、RAID0を構成していない記憶装置が処理を行う。   In the invention according to the above [2] and [9] below, a storage device that does not constitute RAID0 in a process that does not require high-speed data transfer, such as when RIP (Raster image processor) is performed on print data to image data Will process.

[3]前記制御部は、すべての前記記憶装置の中からデータ転送速度の速い順に記憶装置を選択して前記RAID0を再構成する
ことを特徴とする[1]または[2]のいずれか1つに記載の画像形成装置。
[3] The control unit selects a storage device from all the storage devices in descending order of data transfer rate and reconfigures the RAID 0. Either one of [1] or [2] The image forming apparatus described in 1.

上記[3]及び下記[10]に係る発明では、データ転送速度の早い記憶装置を優先して順番に選択し、RAID0を再構成する。これにより、その時点で最も高速なデータ転送を可能とするRAID0が再構成される。   In the inventions according to the above [3] and [10] below, storage devices with a high data transfer rate are selected in order and RAID 0 is reconfigured. Thereby, RAID 0 that enables the fastest data transfer at that time is reconfigured.

[4]前記制御部は、すべての前記記憶装置の中から、前記画像形成部が最速で画像形成するために前記RAID0を構成する各記憶装置に要求される所定のデータ転送速度以上のデータ転送速度を有する記憶装置を優先的に選択して前記RAID0を再構成する
ことを特徴とする[1]または[2]のいずれか1つに記載の画像形成装置。
[4] The control unit transfers data at or above a predetermined data transfer rate required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the fastest speed among all the storage devices. The image forming apparatus according to any one of [1] and [2], wherein a storage device having a speed is preferentially selected to reconfigure the RAID0.

上記[4]及び下記[11]に係る発明では、画像形成部が最速で画像形成を行うために、RAID0を構成する各記憶装置に要求されるデータ転送速度以上の転送速度をもつHDDから選択してRAID0を構成する。これにより、画像形成装置は生産性を落とすことなく画像形成を行うことができる。   In the inventions according to the above [4] and [11] below, in order for the image forming unit to perform image formation at the fastest speed, the HDD is selected from HDDs having a transfer rate higher than the data transfer rate required for each storage device configuring RAID0. Thus, RAID 0 is configured. As a result, the image forming apparatus can perform image formation without reducing productivity.

[5]前記所定の速度は、前記画像形成部が最速で画像形成するために、前記RAID0を構成する各記憶装置に要求されるデータ転送速度である
ことを特徴とする[1]乃至[3]のいずれか1つに記載の画像形成装置。
[5] The predetermined speed is a data transfer speed required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the fastest speed. [1] to [3 ] The image forming apparatus according to any one of the above.

上記[5]及び下記[12]に係る発明では、RAID0を構成する記憶装置の中にその転送速度が、画像形成部が最速で画像形成を行うために各記憶装置に要求されるデータ転送速度を下回る記憶装置があった場合に、RAID0を再構成する。   In the invention according to [5] and [12] below, the data transfer rate required for each storage device in order for the image forming unit to perform image formation at the fastest transfer rate among the storage devices constituting RAID0. RAID0 is reconfigured when there is a storage device below this value.

[6]前記測定部は、当該画像形成装置の起動時に前記記憶装置のデータ転送速度を測定する
ことを特徴とする[1]乃至[5]のいずれか1つに記載の画像形成装置。
[6] The image forming apparatus according to any one of [1] to [5], wherein the measurement unit measures a data transfer speed of the storage device when the image forming apparatus is activated.

上記[6]及び下記[13]に係る発明では、画像形成装置が起動したら前記記憶装置のデータの転送速度を測定する。画像形成装置の起動時とは、電源OFFの状態から電源ONの状態に切り替わった時である。その際には、各記憶装置でサンプルデータの転送を行って実測値を求める。   In the invention according to [6] and [13] below, when the image forming apparatus is activated, the data transfer speed of the storage device is measured. When the image forming apparatus is activated, the image forming apparatus is switched from a power-off state to a power-on state. At that time, sample data is transferred in each storage device to obtain an actual measurement value.

[7]前記測定部は、前記RAID0を構成する記憶装置のデータ転送速度を、前記画像形成部が画像形成を行っている時に測定する
ことを特徴とする[1]乃至[6]のいずれか1つに記載の画像形成装置。
[7] Any one of [1] to [6], wherein the measurement unit measures a data transfer rate of a storage device constituting the RAID 0 when the image forming unit is performing image formation. The image forming apparatus according to one.

上記[7]及び下記[14]に係る発明では、画像形成を行う際に、記憶装置から転送されるデータの転送速度の実測値から各記憶装置の、転送速度を測定する。   In the inventions according to [7] and [14] below, when image formation is performed, the transfer speed of each storage device is measured from the measured value of the transfer rate of data transferred from the storage device.

[8]画像データに基づいて記録紙上に画像を形成する画像形成部と、
前記画像形成部に転送される画像データがストライピングされて記憶されるRAID0を構成したM(Mは2以上の整数)台の記憶装置と、
前記RAIDO以外の他の用途で使用されるN(Nは1以上の整数)台の記憶装置と、
前記記憶装置のデータ転送速度を測定する測定部と、
を有する画像形成装置を、
前記RAID0を構成しているいずれかの記憶装置のデータ転送速度が所定の速度より低下した場合に、該データ転送速度の低下した記憶装置と前記他の用途で使用されているN台の記憶装置の中から選択したデータ転送速度が前記所定の速度以上の記憶装置との用途を入れ替えて前記RAID0を再構成するように動作させる
ことを特徴とするプログラム。
[8] An image forming unit that forms an image on recording paper based on the image data;
M (M is an integer of 2 or more) storage devices constituting RAID 0 in which image data transferred to the image forming unit is striped and stored;
N storage devices (N is an integer of 1 or more) used for other purposes other than RAIDO;
A measuring unit for measuring a data transfer rate of the storage device;
An image forming apparatus having
When the data transfer rate of any of the storage devices constituting RAID 0 is lower than a predetermined rate, the storage device having the reduced data transfer rate and the N storage devices used in the other applications A program that operates to reconfigure RAID0 by switching the use with a storage device having a data transfer rate selected from among the above-mentioned predetermined rates or more.

[9]前記他の用途の1つは、プリントデータを画像データに変換するラスタライズ処理に係るデータの記憶である
ことを特徴とする[8]に記載のプログラム。
[9] The program according to [8], wherein one of the other uses is storage of data relating to rasterization processing for converting print data into image data.

[10]前記画像形成装置を、
すべての前記記憶装置の中からデータ転送速度の速い順に記憶装置を選択して前記RAID0を再構成するように動作させる
ことを特徴とする[8]または[9]のいずれか1つに記載のプログラム。
[10] The image forming apparatus is
The storage device according to any one of [8] and [9], wherein a storage device is selected from all the storage devices in descending order of data transfer speed and the RAID0 is reconfigured. program.

[11]前記画像形成装置を、
すべての前記記憶装置の中から、前記画像形成部が最速で画像形成するために前記RAID0を構成する各記憶装置に要求される所定のデータ転送速度以上のデータ転送速度を有する記憶装置を優先的に選択して前記RAID0を再構成するように動作させる
ことを特徴とする[8]または[9]のいずれか1つに記載のプログラム。
[11] The image forming apparatus is
Among all the storage devices, a storage device having a data transfer rate higher than a predetermined data transfer rate required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the highest speed is given priority. The program according to any one of [8] and [9], wherein the program is operated so as to reconfigure the RAID0.

[12]前記所定の速度は、前記画像形成部が最速で画像形成するために、前記RAID0を構成する各記憶装置に要求されるデータ転送速度である
ことを特徴とする[8]乃至[11]のいずれか1つに記載のプログラム。
[12] The predetermined speed is a data transfer speed required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the fastest speed. [8] to [11] ] The program as described in any one of.

[13]前記画像形成装置を、
前記測定部は、当該画像形成装置の起動時に前記記憶装置のデータ転送速度を測定するように動作させる
ことを特徴とする[8]乃至[12]のいずれか1つに記載のプログラム。
[13] The image forming apparatus is
The program according to any one of [8] to [12], wherein the measurement unit is operated to measure a data transfer speed of the storage device when the image forming apparatus is activated.

[14]前記画像形成装置を、
前記測定部は、前記RAID0を構成する記憶装置のデータ転送速度を、前記画像形成部が画像形成を行っている時に測定するように動作させる
ことを特徴とする[8]乃至[13]のいずれか1つに記載のプログラム。
[14] The image forming apparatus is
Any one of [8] to [13], wherein the measurement unit operates to measure a data transfer rate of a storage device constituting the RAID 0 when the image forming unit is performing image formation. A program according to any one of the above.

本発明に係る画像形成装置及び、プログラムによれば、RAID0を構成する、記憶装置1台の転送速度が低下しても、記憶装置の増設、及び交換を必要とせずに、RAID0全体での転送速度の回復を図って稼動を続けることができる。   According to the image forming apparatus and the program according to the present invention, even if the transfer speed of one storage device constituting RAID 0 is reduced, transfer of the entire RAID 0 is not required without the need to add or replace the storage device. The speed can be recovered and the operation can be continued.

本発明の実施の形態に係る画像形成装置の概略構成を示すブロック図である。1 is a block diagram illustrating a schematic configuration of an image forming apparatus according to an embodiment of the present invention. 5つのHDDが稼働している状態を示す説明図である。It is explanatory drawing which shows the state in which five HDD is working. 2台は単体使用、3台でRAID0を構成しているHDDのうち、RAID0を構成するHDDの転送速度低下に伴い、RAID0を再構成する場合の状態を示す説明図である。Of the HDDs that are configured as RAID0 with two units used alone, RAID0 is an explanatory diagram showing a state when RAID0 is reconfigured as the transfer rate of the HDDs configuring RAID0 decreases. 2台でRAID1を構成し、3台でRAID0を構成しているHDDのうち、RAID0を構成するHDDの転送速度低下に伴い、RAID0を再構成する場合の状態を示す説明図である。It is explanatory drawing which shows the state at the time of reconfiguring RAID0 with the fall of the transfer speed of HDD which comprises RAID0 among the HDD which comprises RAID1 by two units and comprises RAID0. RAID0を再構成する処理の流れを示す流れ図である。It is a flowchart which shows the flow of a process which reconfigures RAID0. RAID0を構成するHDDの転送速度が低下した場合におおいてRAID0全体に及ぼす影響を示す説明図である。It is explanatory drawing which shows the influence which acts on the whole RAID0 when the transfer rate of HDD which comprises RAID0 falls.

以下、図面に基づき本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明の実施の形態に係る画像形成装置10の概略構成図を示す。画像形成装置10は、当該画像形成装置10の動作を制御するCPU(Central Processing Unit)11と、バス24を通じてCPU11に接続されたROM(Read Only Memory)12と、RAM(Random Access Memory)13と、不揮発メモリ14と、5台のHDD(HDD1、HDD2、HDD3、HDD4、HDD5)を備える記憶部15と、表示部16と、操作部17と、測定部18と、ネットワークI/F部19と、スキャナ部20と、画像処理部21と、プリンタ部22と、ファクシミリ通信部23とで構成されている。   FIG. 1 is a schematic configuration diagram of an image forming apparatus 10 according to an embodiment of the present invention. The image forming apparatus 10 includes a CPU (Central Processing Unit) 11 that controls the operation of the image forming apparatus 10, a ROM (Read Only Memory) 12 connected to the CPU 11 through a bus 24, and a RAM (Random Access Memory) 13. A storage unit 15 including a nonvolatile memory 14, five HDDs (HDD 1, HDD 2, HDD 3, HDD 4, HDD 5), a display unit 16, an operation unit 17, a measurement unit 18, and a network I / F unit 19. , A scanner unit 20, an image processing unit 21, a printer unit 22, and a facsimile communication unit 23.

CPU11はOS(Operating System)プログラムをベースとし、その上で、ミドルウェアやアプリケーションプログラムなどが実行される。ROM12には各種のプログラムが格納されており、これらのプログラムに従ってCPU11が処理を実行することでジョブの実行など画像形成装置10の各機能が実現される。RAM13はCPU11がプログラムを実行する際に各種のデータを一時的に格納するワークメモリや画像データを格納する画像メモリなどとして使用される。   The CPU 11 is based on an OS (Operating System) program, on which middleware and application programs are executed. Various programs are stored in the ROM 12, and each function of the image forming apparatus 10 such as job execution is realized by the CPU 11 executing processes according to these programs. The RAM 13 is used as a work memory for temporarily storing various data when the CPU 11 executes a program, an image memory for storing image data, and the like.

不揮発メモリ14は、電源がオフにされても記憶が保持できる書き換え可能なメモリ(フラッシュメモリ)である。不揮発メモリ14には、装置固有の情報や各種の設定情報などが記憶される。   The nonvolatile memory 14 is a rewritable memory (flash memory) that can retain memory even when the power is turned off. The nonvolatile memory 14 stores device-specific information and various setting information.

記憶部15は、大容量の不揮発の記憶装置であるHDDを複数台備えている。HDDには、OSプログラムや各種アプリケーションプログラム、印刷データや画像データ、ジョブ履歴、設定途中履歴などが保存される。本発明では、5台のHDD(HDD1、HDD2、HDD3、HDD4、HDD5)を備え、3台のHDDによるRAID0の方式(ストライピング)を採用している。   The storage unit 15 includes a plurality of HDDs that are large-capacity nonvolatile storage devices. The HDD stores an OS program, various application programs, print data, image data, job history, setting history, and the like. In the present invention, five HDDs (HDD1, HDD2, HDD3, HDD4, and HDD5) are provided, and a RAID0 system (striping) using three HDDs is employed.

表示部16は、液晶ディスプレイ(LCD…Liquid Crystal Display)などで構成され、各種の操作画面、設定画面などを表示する機能を果たす。操作部17は、ユーザからジョブの投入や設定など各種の操作を受け付ける機能を果たす。操作部17は、表示部16の画面上に設けられて押下された座標位置を検出するタッチパネルのほかテンキーや文字入力キー、印刷開始のスタートボタンなどを備えて構成される。   The display unit 16 is composed of a liquid crystal display (LCD) and the like, and has a function of displaying various operation screens, setting screens, and the like. The operation unit 17 has a function of accepting various operations such as job input and setting from the user. The operation unit 17 includes a touch panel that is provided on the screen of the display unit 16 and detects a pressed coordinate position, and includes a numeric keypad, a character input key, a print start start button, and the like.

測定部18は、記憶部15の備える各HDDのデータ転送速度を測定する機能を果たす。   The measurement unit 18 functions to measure the data transfer rate of each HDD included in the storage unit 15.

ネットワークI/F部19は、LAN(Local Area Network)などのネットワークを通じて接続されている他の外部装置などと通信を行う。 The network I / F unit 19 communicates with other external devices connected through a network such as a LAN (Local Area Network).

スキャナ部20は、原稿を光学的に読み取って画像データを取得する機能を果たす。スキャナ部20は、たとえば、原稿に光を照射する光源と、その反射光を受けて原稿を幅方向に1ライン分読み取るラインイメージセンサと、ライン単位の読取位置を原稿の長さ方向に順次移動させる移動手段と、原稿からの反射光をラインイメージセンサに導いて結像させるレンズやミラーなどからなる光学経路、ラインイメージセンサの出力するアナログ画像信号をデジタルの画像データに変換する変換部などを備えて構成される。   The scanner unit 20 performs a function of optically reading a document and acquiring image data. The scanner unit 20 sequentially moves, for example, a light source that irradiates light on a document, a line image sensor that receives the reflected light for one line in the width direction, and a reading position in line units in the length direction of the document. An optical path composed of a lens, a mirror, and the like for guiding the reflected light from the document to the line image sensor to form an image, a conversion unit for converting the analog image signal output from the line image sensor into digital image data, etc. It is prepared for.

画像処理部21は、画像の拡大縮小、回転などの処理のほか、印刷データをイメージデータに変換するラスタライズ処理、画像データの圧縮、伸張処理を行う。   The image processing unit 21 performs rasterization processing for converting print data into image data, image data compression and expansion processing, in addition to processing such as image enlargement / reduction and rotation.

プリンタ部22は、画像データに応じた画像を記録紙上に画像形成する機能を果たす。ここでは、記録紙の搬送装置と、感光体ドラムと、帯電装置と、レーザーユニットと、現像装置と、転写分離装置と、クリーニング装置と、定着装置等とを有し、電子写真プロセスによって画像形成を行う、所謂、レーザープリンタ(プリンタエンジン)として構成されている。画像形成は、インクジェット方式や、他の方式でもかまわない。   The printer unit 22 has a function of forming an image corresponding to the image data on a recording sheet. Here, it has a recording paper transport device, a photosensitive drum, a charging device, a laser unit, a developing device, a transfer separation device, a cleaning device, a fixing device, and the like, and forms an image by an electrophotographic process. Is configured as a so-called laser printer (printer engine). The image formation may be an ink jet method or other methods.

ファクシミリ通信部23は、ファクシミリ送信および受信に係る動作を制御する。   The facsimile communication unit 23 controls operations related to facsimile transmission and reception.

画像形成装置10は、3台のHDDで構成するRAID0(ストライピング)の方式を採用している。ストライピングは複数台のHDDに、データを分散して読み書きすることであり、その処理のスピード(転送速度)を高速化することができる。RAID0を構成していない2台のHDDは、それぞれRAID0とは別の機能を果たしている。画像形成装置10は、このRAID0を構成するHDDにおいてデータ転送速度が所定の速度を下回ったものがあった場合は、内蔵している5台のHDDから改めて3台のHDDを再選択し、RAID0を再構成する「RAID0再構成機能」を果たす。結果的には、RAID0の再構成が発生すると、RAID0を構成するHDDのうち、転送速度が低下した一台が果たしている機能と、RAID0を構成していない2台のHDDのうちのどちらか1台が果たしている機能が入れ替わる。なお、本実施の形態では、RAID0を構成しているHDDは、画像データをプリンタ部22へ転送する役割(機能)を果たす(図2参照)。印刷の際にHDDからプリンタ部22へ転送する画像データはビットマップデータであることから非常に容量が大きく、この画像データの転送に時間がかかってしまうと印刷生産性が落ちてしまうため、印刷生産性を維持するためには高速なデータ転送が求められるからである。また、RAID0を構成していないHDDは、プリントデータをRIPする(画像データに変換する)際に使用される(図2参照)。RIPの際には高速のデータ転送を必要としないので、HDD単体でのデータ転送速度で足りる。   The image forming apparatus 10 employs a RAID 0 (striping) system configured with three HDDs. Striping is to read and write data in a distributed manner on a plurality of HDDs, and the processing speed (transfer rate) can be increased. The two HDDs that do not constitute RAID 0 perform functions different from RAID 0, respectively. If any of the HDDs constituting RAID 0 has a data transfer rate lower than a predetermined speed, the image forming apparatus 10 re-selects three HDDs from the five built-in HDDs, and RAID 0 again. “RAID0 reconfiguration function” is performed. As a result, when RAID 0 is reconfigured, one of the HDDs that constitute RAID 0 that has a reduced transfer rate and one of the two HDDs that do not constitute RAID 0. The function that the stand plays is swapped. In the present embodiment, the HDD constituting RAID 0 plays a role (function) for transferring image data to the printer unit 22 (see FIG. 2). Since the image data transferred from the HDD to the printer unit 22 at the time of printing is bitmap data, the capacity is very large, and if this image data transfer takes a long time, the printing productivity is reduced. This is because high-speed data transfer is required to maintain productivity. An HDD that does not constitute RAID 0 is used when print data is RIPed (converted into image data) (see FIG. 2). Since RIP does not require high-speed data transfer, the data transfer rate of the HDD alone is sufficient.

図3は、画像形成装置10がRAID0を再構成する場合について示す。ここでは、HDD1、HDD2、HDD3がRAID0を構成し、HDD4、HDD5は単体使用されている状態において、HDD3のデータ転送速度が低下したので、RAID0の再構成を行い、その結果HDD3とHDD4が入れ替わっている。   FIG. 3 shows a case where the image forming apparatus 10 reconfigures RAID0. Here, since HDD1, HDD2, and HDD3 constitute RAID0 and HDD4 and HDD5 are used singly, the data transfer rate of HDD3 is reduced. Therefore, RAID0 is reconfigured, and as a result, HDD3 and HDD4 are switched. ing.

図4は、RAID0を構成していないHDD4とHDD5がRAID1(データを複数のHDDに重複して記憶する重複記憶方式(ミラーリング))を構成している場合に、画像形成装置10がRAID0を再構成する場合について示す。ここでは、HDD3のデータ転送速度が低下したのでRAID0の再構成を行っている。ここでは、RAID1の構成を解除し、5台のHDDの中から3台を選んでRAID0の再構成を行っている。また、再構成されたRAID0に使用されなかったHDDによってRAID1の再構成も行われている(最終的な結果としてHDD3とHDD4が入れ替わっている)。   4 shows that when the HDD 4 and HDD 5 that do not constitute RAID 0 constitute RAID 1 (duplicate storage method (mirroring) in which data is duplicated and stored in a plurality of HDDs), the image forming apparatus 10 reconfigures RAID 0. The case where it comprises is shown. Here, since the data transfer speed of the HDD 3 has decreased, RAID 0 is reconfigured. Here, the configuration of RAID1 is canceled, and three of the five HDDs are selected to reconfigure RAID0. In addition, RAID 1 is also reconfigured by the HDD that is not used for the reconfigured RAID 0 (the final result is that HDD 3 and HDD 4 are switched).

図5では、画像形成装置10(以後、処理の流れについての説明、および図面ではMFPとも記述する)がRAID0の構成を再構成するまでの処理の流れを示す。まず、MFPは、自身が起動時であるか否かを調べる(ステップS501)。MFPの起動時とは、MFPが電源OFF状態から電源ON状態に切り替わった時のことである。たとえば、MFPが電源OFF状態の時に、ユーザに電源ボタンを押下されたら、MFPは起動を開始する。MFPの起動時であった場合(ステップS501;Yes)ステップS503に進む。MFPの起動時でなければ(ステップS501;No)、印刷が開始されるのを待って(ステップS502;No)、印刷が開始されたら(ステップS502;Yes)、ステップS503に進む。   FIG. 5 shows a process flow until the image forming apparatus 10 (hereinafter, also described as a process flow and also referred to as an MFP in the drawing) reconfigures the RAID 0 configuration. First, the MFP checks whether or not it is at the time of activation (step S501). The MFP is activated when the MFP is switched from the power OFF state to the power ON state. For example, if the user presses the power button when the MFP is in the power OFF state, the MFP starts to start. When it is time to start the MFP (step S501; Yes), the process proceeds to step S503. If the MFP is not activated (step S501; No), the process waits for printing to start (step S502; No). If printing starts (step S502; Yes), the process proceeds to step S503.

ステップS503では、その時点でRAID0を構成するHDD全ての転送速度を測定する。印刷中であれば、印刷処理の中でプリントデータをRIPする際に転送速度を測定し、印刷中以外の場合であれば、サンプルデータの読み書きを行うことでその転送速度を測定する。その後、ステップS503で転送速度を測定したHDDの中に、所定の転送速度を下回る転送速度のHDDがあれば(ステップS504;Yes)、ステップS505に進む。所定の転送速度を下回る転送速度のHDDがなければ(ステップS504;No)、処理を終了する。ここでは、所定の転送速度は、プリンタ部22が最高速度で印刷を行うために、RAID0を構成するHDDとして最低限必要とされる転送速度である。たとえばプリンタ部22(プリンタエンジン)の最高速度での印刷に必要なデータ転送速度を104MB/秒とした場合、この速度に対応できるRAID0を3台のHDDで構成する為には、(104÷3=34,6666・・・)約34、7MB/秒以上の転送速度が各HDDに必要とされる。なお、所定の転送速度を、プリンタ部22の最高速度の90%の印刷速度が達成される転送速度などとしてもよい。   In step S503, the transfer rates of all the HDDs constituting RAID 0 at that time are measured. If printing is in progress, the transfer speed is measured when the print data is RIPed during the printing process, and if it is not during printing, the transfer speed is measured by reading and writing sample data. Thereafter, if there is an HDD whose transfer speed is lower than the predetermined transfer speed among the HDDs whose transfer speed is measured in step S503 (step S504; Yes), the process proceeds to step S505. If there is no HDD having a transfer rate lower than the predetermined transfer rate (step S504; No), the process ends. Here, the predetermined transfer speed is the minimum transfer speed required for the HDD constituting RAID 0 in order for the printer unit 22 to perform printing at the maximum speed. For example, when the data transfer speed required for printing at the maximum speed of the printer unit 22 (printer engine) is 104 MB / sec, in order to configure RAID 0 that can support this speed with three HDDs, (104 ÷ 3 = 34, 6666 ...) A transfer rate of about 34, 7 MB / sec or more is required for each HDD. The predetermined transfer speed may be a transfer speed at which a printing speed of 90% of the maximum speed of the printer unit 22 is achieved.

ステップS505では、ステップS503で転送速度を計測したHDD以外のHDDの転送速度を計測する。印刷中であれば、RIP処理、MFPが起動時ならば、サンプルデータの読み書きを行うことでその転送速度を測定する。転送速度が所定の速度以上のHDDのみでRAID0の再構成が可能であれば(ステップS506;Yes)、ステップS508に進む。ここでは、ステップS503、505で測定した5台のHDDの各転送速度の中の上位3つが、全て所定の転送速度以上ならば転送速度が所定の速度以上のHDDのみでRAID0の再構成が可能であると判断する。転送速度が所定の速度以上のHDDが3台未満ならば、つまり転送速度が所定の速度以上のHDDのみでRAID0の再構成が不可能であれば(ステップS506;No)、その旨をユーザに通知し(ステップS507)、処理を終了する。このユーザへの通知に、HDDの交換指示等を加えてもよい。   In step S505, the transfer speed of the HDD other than the HDD whose transfer speed is measured in step S503 is measured. If printing is in progress, RIP processing is performed. If the MFP is activated, the transfer speed is measured by reading and writing sample data. If the RAID 0 can be reconfigured with only the HDD having a transfer rate equal to or higher than the predetermined rate (step S506; Yes), the process proceeds to step S508. Here, if the upper three of the transfer rates of the five HDDs measured in steps S503 and S505 are all equal to or higher than the predetermined transfer rate, RAID 0 can be reconfigured only with the HDD having the transfer rate equal to or higher than the predetermined rate. It is judged that. If the number of HDDs having a transfer rate of a predetermined speed or higher is less than three, that is, if reconfiguration of RAID 0 is impossible only with HDDs having a transfer speed of a predetermined speed or higher (step S506; No), a message to that effect is given to the user. Notification is made (step S507), and the process is terminated. An HDD replacement instruction or the like may be added to the notification to the user.

ステップS508では、転送速度が所定の速度以上のHDDのみでRAID0の再構成を行う。RAID0の再構成は、この時点でまだ実行中のジョブ(印刷等)がある場合は、そのジョブの実行が終了してから行う。その後RAID0を再構成した旨をユーザに通知し(ステップS509)、処理を終了する。なお、MFP起動時にRAID0の転送速度を測定した場合は(ステップS501;Yesを経由した場合)、処理終了後に、ステップS502に戻って処理を継続してもよい。   In step S508, RAID 0 is reconfigured using only HDDs having a transfer rate equal to or higher than a predetermined rate. If there is a job (such as printing) that is still being executed at this time, the RAID 0 is reconfigured after the execution of the job is completed. Thereafter, the user is notified that RAID 0 has been reconfigured (step S509), and the process ends. When the transfer speed of RAID 0 is measured when the MFP is activated (step S501; via Yes), the processing may be continued after returning to step S502.

RAID0の再構成を行う際には、転送速度が速い順に3台のHDDを選んでもよい。HDDそれぞれに優先順位をつけておき、優先順位の高いものから所定値以上か否かを調べ、所定値以上のものを選択し、3台選択できたら、それらで再構成するようにしてもよい。   When reconfiguring RAID0, three HDDs may be selected in order of increasing transfer speed. Priorities are assigned to each HDD, and it is checked whether or not a predetermined value is higher than the highest priority. If a predetermined value or higher is selected, and if three units are selected, they can be reconfigured. .

また、RAID0の再構成を行う際には、転送速度が所定の速度以上のHDDの中から、転送速度が遅いものを優先して順番に3台を選んでもよい。たとえば、転送速度が最速の記憶装置を除いた4台のHDDの中にその転送速度が所定の速度を超えるHDDが3台、転送速度が所定の速度以下のHDD(最も遅いHDD)が1台あれば、転送速度が所定の速度を超えるその3台でRAID0を構成し、転送速度が最速のHDDと、転送速度が最も遅いHDDは単体で使用する。転送速度が最速のHDDを単体として使用できるようにすることで、RAID0を使用しないジョブの処理においても速やかな処理が可能となる。   Further, when performing RAID 0 reconfiguration, three HDDs may be selected in order, giving priority to HDDs with a low transfer speed among HDDs with a transfer speed of a predetermined speed or higher. For example, of the four HDDs excluding the storage device with the fastest transfer speed, three HDDs whose transfer speed exceeds a predetermined speed and one HDD whose transfer speed is lower than the predetermined speed (the slowest HDD) If so, the RAID 0 is configured with the three units whose transfer rate exceeds a predetermined rate, and the HDD with the fastest transfer rate and the HDD with the slowest transfer rate are used alone. By making it possible to use the HDD with the fastest transfer speed as a single unit, it is possible to perform quick processing even in the processing of jobs that do not use RAID0.

本発明は、ストライピングを行うことのできるHDDを4台以上備えることで、ストライピングを行っている(RAID0を構成する)3台のHDDの内の1台の転送速度が低下しても、そのHDDを除いた3台のHDDでRAID0を再構成する。これにより、HDDの増設や、交換を行わなくともRAID0全体での転送速度の回復を図って、画像形成装置10を使用することができる。   The present invention includes four or more HDDs that can perform striping, so that even if the transfer rate of one of the three HDDs that configure striping (which constitutes RAID 0) decreases, the HDD RAID 0 is reconfigured with the three HDDs excluding. As a result, the image forming apparatus 10 can be used by recovering the transfer speed of the entire RAID 0 without adding or replacing HDDs.

転送速度の回復を図る際に行う処理は、転送速度が低下したHDDとRAID0を構成していないHDDの使用用途を入れ替える処理なので、転送速度を回復させるための予備のHDDを設ける必要がない。なお、RAID0を構成していないHDDの使用用途は転送速度があまり問題にならない用途が好ましい。   Since the process performed when recovering the transfer rate is a process of switching the usage of the HDD having a reduced transfer rate and the HDD not configuring RAID 0, it is not necessary to provide a spare HDD for recovering the transfer rate. It should be noted that the use of HDDs that do not constitute RAID 0 is preferably such that the transfer speed is not a problem.

以上、本発明の実施の形態を図面によって説明してきたが、具体的な構成は実施の形態に示したものに限られるものではなく、本発明の要旨を逸脱しない範囲における変更や追加があっても本発明に含まれる。   The embodiment of the present invention has been described with reference to the drawings. However, the specific configuration is not limited to that shown in the embodiment, and there are changes and additions within the scope of the present invention. Are also included in the present invention.

実施の形態では、RAID0を構成する3台のHDDの中のいずれか1台の転送速度が所定の速度より低下した場合に3台のHDDをすべて再選択するようにしたが、RAID0を構成しているHDDのうち転送速度が所定の速度より低下したHDD以外のHDDはそのままRAID0の構成メンバにしておき、転送速度が所定の速度より低下したHDDと他の用途に使用されている転送速度が所定の速度以上のHDDとの入れ替えのみを行うように構成されてもよい。   In the embodiment, all three HDDs are reselected when the transfer rate of any one of the three HDDs constituting RAID 0 falls below a predetermined speed. HDDs other than the HDD whose transfer speed is lower than the predetermined speed are left as members of RAID 0 as they are, and the transfer speed used for other purposes and the HDD whose transfer speed is lower than the predetermined speed are set. It may be configured to perform only replacement with a HDD having a predetermined speed or higher.

本発明の実施の形態では、RAID0を構成するHDDの内の一台の転送速度が、所定の速度を下回った場合に、RAID0を再構成したが、全てのHDDの転送速度を測定し、RAID0を構成するHDDの内の一台の転送速度が、その時点でRAID0を構成していないHDDの転送速度を下回った場合に、転送速度が速い順に3台のHDDを選択し、RAID0を再構成するようにしてもよい。これにより、RAID0全体での転送速度を、その時点での条件下での最速の状態で維持することができる。   In the embodiment of the present invention, RAID0 is reconfigured when the transfer rate of one of the HDDs constituting RAID0 falls below a predetermined rate. However, the transfer rates of all HDDs are measured and RAID0 is measured. If the transfer rate of one of the HDDs that make up the HDD is lower than the transfer rate of the HDD that does not configure RAID0 at that time, three HDDs are selected in order of increasing transfer rate, and RAID0 is reconfigured. You may make it do. As a result, the transfer speed of the entire RAID 0 can be maintained in the fastest state under the conditions at that time.

本発明の実施の形態では、画像形成装置10がHDDを5台備え、そのうちの3台でRAID0を構成していたが、画像形成装置10が備えるHDDの数、及びRAID0を構成するHDDの数はこれに限らない。HDDを3台以上備えており、そのうちの1台を除いた2台以上でRAID0を構成していればよい。たとえばHDDを8台備え、そのうちの4台でRAID0を構成していてもよい。   In the embodiment of the present invention, the image forming apparatus 10 includes five HDDs, and three of them configure RAID 0. However, the number of HDDs included in the image forming apparatus 10 and the number of HDDs configuring RAID 0 are described. Is not limited to this. Three or more HDDs are provided, and RAID0 may be configured by two or more except one of them. For example, eight HDDs may be provided, and four of them may constitute RAID0.

本発明の実施の形態において、記憶部15が備える補助記憶媒体(記憶装置)はHDDであったが、ストライピングが可能ならばほかの補助記憶媒体であってもよい。たとえばSSD(Solid State Drive)などでもよい。HDDとSSDの組み合わせでもよい。RAIDが使用できる記憶装置ならば他のものでもよい。   In the embodiment of the present invention, the auxiliary storage medium (storage device) provided in the storage unit 15 is an HDD, but may be another auxiliary storage medium as long as striping is possible. For example, an SSD (Solid State Drive) may be used. A combination of HDD and SSD may be used. Any other storage device that can use RAID may be used.

本発明の実施の形態において、RAID0を構成するHDDの転送速度の測定は画像形成装置10の起動時、及び印刷中に行っているが、この限りではない。その他のタイミングでも構わない。   In the embodiment of the present invention, the measurement of the transfer rate of the HDD constituting RAID 0 is performed when the image forming apparatus 10 is activated and during printing, but this is not restrictive. Other timings may be used.

本発明の実施の形態では、RAID0を構成するHDDの転送速度を先に測定し、その後にその他のHDDの転送速度を測定したが、全てのHDDの転送速度を一度に測定してもよい。   In the embodiment of the present invention, the transfer rates of the HDDs constituting RAID 0 are measured first, and then the transfer rates of other HDDs are measured. However, the transfer rates of all HDDs may be measured at one time.

10…画像形成装置(MFP)
11…CPU
12…ROM
13…RAM
14…不揮発メモリ
15…記憶部(HDD1、HDD2、HDD3、HDD4、HDD5)
16…表示部
17…操作部
18…測定部
19…ネットワークI/F部
20…スキャナ部
21…画像処理部
22…プリンタ部
23…ファクシミリ通信部
24…バス
10. Image forming apparatus (MFP)
11 ... CPU
12 ... ROM
13 ... RAM
14: Non-volatile memory 15: Storage unit (HDD1, HDD2, HDD3, HDD4, HDD5)
DESCRIPTION OF SYMBOLS 16 ... Display part 17 ... Operation part 18 ... Measurement part 19 ... Network I / F part 20 ... Scanner part 21 ... Image processing part 22 ... Printer part 23 ... Facsimile communication part 24 ... Bus

Claims (14)

画像データに基づいて記録紙上に画像を形成する画像形成部と、
前記画像形成部に転送される画像データがストライピングされて記憶されるRAID0を構成したM(Mは2以上の整数)台の記憶装置と、
前記RAIDO以外の他の用途で使用されるN(Nは1以上の整数)台の記憶装置と、
前記記憶装置のデータ転送速度を測定する測定部と、
前記RAID0を構成しているいずれかの記憶装置のデータ転送速度が所定の速度より低下した場合に、該データ転送速度の低下した記憶装置と前記他の用途で使用されているN台の記憶装置の中から選択したデータ転送速度が前記所定の速度以上の記憶装置との用途を入れ替えて前記RAID0を再構成する制御部と、
を有する
ことを特徴とする画像形成装置。
An image forming unit that forms an image on recording paper based on image data;
M (M is an integer of 2 or more) storage devices constituting RAID 0 in which image data transferred to the image forming unit is striped and stored;
N storage devices (N is an integer of 1 or more) used for other purposes other than RAIDO;
A measuring unit for measuring a data transfer rate of the storage device;
When the data transfer rate of any of the storage devices constituting RAID 0 is lower than a predetermined rate, the storage device having the reduced data transfer rate and the N storage devices used in the other applications A controller that reconfigures the RAID 0 by switching the use with a storage device having a data transfer speed selected from among the above-mentioned predetermined speeds;
An image forming apparatus comprising:
前記他の用途の1つは、プリントデータを画像データに変換するラスタライズ処理に係るデータの記憶である
ことを特徴とする請求項1に記載の画像形成装置。
The image forming apparatus according to claim 1, wherein one of the other uses is storage of data related to rasterization processing for converting print data into image data.
前記制御部は、すべての前記記憶装置の中からデータ転送速度の速い順に記憶装置を選択して前記RAID0を再構成する
ことを特徴とする請求項1または2のいずれか1つに記載の画像形成装置。
The image according to claim 1, wherein the control unit selects a storage device from all the storage devices in descending order of data transfer speed and reconfigures the RAID 0. Forming equipment.
前記制御部は、すべての前記記憶装置の中から、前記画像形成部が最速で画像形成するために前記RAID0を構成する各記憶装置に要求される所定のデータ転送速度以上のデータ転送速度を有する記憶装置を優先的に選択して前記RAID0を再構成する
ことを特徴とする請求項1または2のいずれか1つに記載の画像形成装置。
The control unit has a data transfer rate equal to or higher than a predetermined data transfer rate required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the fastest speed among all the storage devices. The image forming apparatus according to claim 1, wherein the RAID 0 is reconfigured by preferentially selecting a storage device.
前記所定の速度は、前記画像形成部が最速で画像形成するために、前記RAID0を構成する各記憶装置に要求されるデータ転送速度である
ことを特徴とする請求項1乃至3のいずれか1つに記載の画像形成装置。
4. The data transfer speed according to claim 1, wherein the predetermined speed is a data transfer speed required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the fastest speed. 5. The image forming apparatus described in 1.
前記測定部は、当該画像形成装置の起動時に前記記憶装置のデータ転送速度を測定する
ことを特徴とする請求項1乃至5のいずれか1つに記載の画像形成装置。
The image forming apparatus according to claim 1, wherein the measurement unit measures a data transfer speed of the storage device when the image forming apparatus is activated.
前記測定部は、前記RAID0を構成する記憶装置のデータ転送速度を、前記画像形成部が画像形成を行っている時に測定する
ことを特徴とする請求項1乃至6のいずれか1つに記載の画像形成装置。
The said measurement part measures the data transfer rate of the memory | storage device which comprises the said RAID0, when the said image formation part is performing image formation. The any one of Claim 1 thru | or 6 characterized by the above-mentioned. Image forming apparatus.
画像データに基づいて記録紙上に画像を形成する画像形成部と、
前記画像形成部に転送される画像データがストライピングされて記憶されるRAID0を構成したM(Mは2以上の整数)台の記憶装置と、
前記RAIDO以外の他の用途で使用されるN(Nは1以上の整数)台の記憶装置と、
前記記憶装置のデータ転送速度を測定する測定部と、
を有する画像形成装置を、
前記RAID0を構成しているいずれかの記憶装置のデータ転送速度が所定の速度より低下した場合に、該データ転送速度の低下した記憶装置と前記他の用途で使用されているN台の記憶装置の中から選択したデータ転送速度が前記所定の速度以上の記憶装置との用途を入れ替えて前記RAID0を再構成するように動作させる
ことを特徴とするプログラム。
An image forming unit that forms an image on recording paper based on image data;
M (M is an integer of 2 or more) storage devices constituting RAID 0 in which image data transferred to the image forming unit is striped and stored;
N storage devices (N is an integer of 1 or more) used for other purposes other than RAIDO;
A measuring unit for measuring a data transfer rate of the storage device;
An image forming apparatus having
When the data transfer rate of any of the storage devices constituting RAID 0 is lower than a predetermined rate, the storage device having the reduced data transfer rate and the N storage devices used in the other applications A program that operates to reconfigure RAID0 by switching the use with a storage device having a data transfer rate selected from among the above-mentioned predetermined rates or more.
前記他の用途の1つは、プリントデータを画像データに変換するラスタライズ処理に係るデータの記憶である
ことを特徴とする請求項8に記載のプログラム。
The program according to claim 8, wherein one of the other uses is storage of data related to rasterization processing for converting print data into image data.
前記画像形成装置を、
すべての前記記憶装置の中からデータ転送速度の速い順に記憶装置を選択して前記RAID0を再構成するように動作させる
ことを特徴とする請求項8または9のいずれか1つに記載のプログラム。
The image forming apparatus;
The program according to any one of claims 8 and 9, wherein a storage device is selected from all the storage devices in descending order of data transfer speed and the RAID0 is reconfigured.
前記画像形成装置を、
すべての前記記憶装置の中から、前記画像形成部が最速で画像形成するために前記RAID0を構成する各記憶装置に要求される所定のデータ転送速度以上のデータ転送速度を有する記憶装置を優先的に選択して前記RAID0を再構成するように動作させる
ことを特徴とする請求項8または9のいずれか1つに記載のプログラム。
The image forming apparatus;
Among all the storage devices, a storage device having a data transfer rate higher than a predetermined data transfer rate required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the highest speed is given priority. The program according to claim 8, wherein the program is operated so as to reconfigure the RAID 0.
前記所定の速度は、前記画像形成部が最速で画像形成するために、前記RAID0を構成する各記憶装置に要求されるデータ転送速度である
ことを特徴とする請求項8乃至11のいずれか1つに記載のプログラム。
12. The data transfer speed according to claim 8, wherein the predetermined speed is a data transfer speed required for each storage device constituting the RAID 0 in order for the image forming unit to form an image at the fastest speed. Program described in 1.
前記画像形成装置を、
前記測定部は、当該画像形成装置の起動時に前記記憶装置のデータ転送速度を測定するように動作させる
ことを特徴とする請求項8乃至12のいずれか1つに記載のプログラム。
The image forming apparatus;
The program according to any one of claims 8 to 12, wherein the measurement unit is operated to measure a data transfer rate of the storage device when the image forming apparatus is activated.
前記画像形成装置を、
前記測定部は、前記RAID0を構成する記憶装置のデータ転送速度を、前記画像形成部が画像形成を行っている時に測定するように動作させる
ことを特徴とする請求項8乃至13のいずれか1つに記載のプログラム。
The image forming apparatus;
14. The method according to claim 8, wherein the measurement unit operates to measure a data transfer rate of a storage device configuring the RAID 0 when the image forming unit is performing image formation. Program described in 1.
JP2011274471A 2011-12-15 2011-12-15 Image forming apparatus and program Pending JP2013125451A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011274471A JP2013125451A (en) 2011-12-15 2011-12-15 Image forming apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011274471A JP2013125451A (en) 2011-12-15 2011-12-15 Image forming apparatus and program

Publications (1)

Publication Number Publication Date
JP2013125451A true JP2013125451A (en) 2013-06-24

Family

ID=48776639

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011274471A Pending JP2013125451A (en) 2011-12-15 2011-12-15 Image forming apparatus and program

Country Status (1)

Country Link
JP (1) JP2013125451A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016041470A (en) * 2014-08-14 2016-03-31 キヤノン株式会社 Printer, control device of storage connected to the printer, control method and program of the printer
JP2017074681A (en) * 2015-10-13 2017-04-20 コニカミノルタ株式会社 Image formation device and image formation method
JP2017134606A (en) * 2016-01-27 2017-08-03 京セラドキュメントソリューションズ株式会社 Image forming apparatus and data processing program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016041470A (en) * 2014-08-14 2016-03-31 キヤノン株式会社 Printer, control device of storage connected to the printer, control method and program of the printer
US10075609B2 (en) 2014-08-14 2018-09-11 Canon Kabushiki Kaisha Information processing apparatus and control method thereof for reducing transition time from a power-save mode
JP2017074681A (en) * 2015-10-13 2017-04-20 コニカミノルタ株式会社 Image formation device and image formation method
JP2017134606A (en) * 2016-01-27 2017-08-03 京セラドキュメントソリューションズ株式会社 Image forming apparatus and data processing program

Similar Documents

Publication Publication Date Title
JP5780769B2 (en) Data processing apparatus, control method and program thereof, and storage medium
KR101410596B1 (en) Information processing apparatus, computer program, and copy control method
JP2011095916A (en) Electronic apparatus
US8643888B2 (en) Image forming apparatus and method for controlling the same
JP2016115253A (en) Information processing device, memory management method and memory management program
JP6028415B2 (en) Data migration control device, method and system for virtual server environment
JP2013125451A (en) Image forming apparatus and program
JP2014138342A (en) Image forming device
JP5494556B2 (en) Image forming method and image forming apparatus
JP6703790B2 (en) Information processing apparatus, control method thereof, and program
JP2007286975A (en) Computing system, storage system, and volume allocation method
JP6004923B2 (en) Information processing apparatus, control method therefor, and program
JP5761534B2 (en) Write control device, image forming apparatus
JP2018042146A (en) Information processing device and control method thereof, and program
JP2014138265A (en) Image forming apparatus
JP6682802B2 (en) Image processing system, image processing device, control device, and program
JP6746379B2 (en) Information processing apparatus, control method thereof, and program
JP6000754B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP6532240B2 (en) Information processing apparatus and control method thereof
JP2020107253A (en) Information processing apparatus, method of controlling information processing apparatus, and program
JP2020067717A (en) Information processing apparatus and control method
JP2015072649A (en) Print management device, program, and printing system
JP2019212026A (en) Information processor, control method therefor, and program
JP2012070028A (en) Image forming apparatus
JP2021082198A (en) Information processing apparatus, method for controlling the same, and program

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20130417