JP6746379B2 - Information processing apparatus, control method thereof, and program - Google Patents

Information processing apparatus, control method thereof, and program Download PDF

Info

Publication number
JP6746379B2
JP6746379B2 JP2016108308A JP2016108308A JP6746379B2 JP 6746379 B2 JP6746379 B2 JP 6746379B2 JP 2016108308 A JP2016108308 A JP 2016108308A JP 2016108308 A JP2016108308 A JP 2016108308A JP 6746379 B2 JP6746379 B2 JP 6746379B2
Authority
JP
Japan
Prior art keywords
write
writing
information processing
warning level
processing apparatus
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.)
Active
Application number
JP2016108308A
Other languages
Japanese (ja)
Other versions
JP2017215717A (en
Inventor
和幸 横田
和幸 横田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP2016108308A priority Critical patent/JP6746379B2/en
Publication of JP2017215717A publication Critical patent/JP2017215717A/en
Application granted granted Critical
Publication of JP6746379B2 publication Critical patent/JP6746379B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)

Description

本発明は、複数の記憶装置が接続された情報処理装置、その制御方法及びそのプログラムに関する。 The present invention relates to an information processing device to which a plurality of storage devices are connected, a control method thereof, and a program thereof.

近年、高性能なMFP(Multi Function Peripheral)では、高画質および高性能処理の要求に対して、高速処理可能な記憶媒体が求められている。今までは、前記要求に対して、磁気記憶装置(HDD:Hard Disk Drive)を複数用いてストライピング処理を行い対応してきた。しかし、複数のHDDを用いているため消費電力が高くなること、起動時のスピンアップにより起動時間が遅いといった問題が存在する。
一方、半導体記憶装置(SSD:Solid State Drive)は半導体メモリの高速化及び低価格化により、様々な情報処理装置で使われ始めている。SSDは機械的駆動部品が存在しないため、HDDのようなディスクのスピンアップ時間がなく起動時間が短い。そこで、記憶媒体をHDDからSSDに変更して用いることで起動時間の問題は解決できる。しかし、HDDと同容量のものをSSDで代用するとまだバイト単価が高いため大変高価なものになってしまう。また、SSDにはブロック消去回数に制限があり、SSDに対してデータの書き込みが集中すると、SSDの消去回数が増加するため、結果として製品寿命が短いという問題がある。
In recent years, a high-performance MFP (Multi Function Peripheral) is required to have a storage medium capable of high-speed processing in response to the demand for high image quality and high-performance processing. Up to now, the request has been dealt with by performing striping processing using a plurality of magnetic storage devices (HDD: Hard Disk Drives). However, since a plurality of HDDs are used, there are problems that power consumption is high and that startup time is slow due to spin-up at startup.
On the other hand, semiconductor memory devices (SSD: Solid State Drives) have begun to be used in various information processing devices due to the speeding up and cost reduction of semiconductor memories. Since SSD has no mechanical drive parts, it does not have a spin-up time for a disk like an HDD and has a short startup time. Therefore, the problem of startup time can be solved by changing the storage medium from HDD to SSD for use. However, if the SSD having the same capacity as the HDD is used as a substitute, the byte unit price is still high and it becomes very expensive. In addition, the SSD has a limit in the number of block erases, and if data writing concentrates on the SSD, the number of erases of the SSD increases, resulting in a short product life.

そこで、SSDで高速処理の部分を補い、HDDとSSDを混載し、容量に関してはHDDで補うという方法がある。SSDの記憶容量を必要最低限に留め、システムで実行される各処理単位に対してHDDとSSDの使い分けを行い、前記各処理単位に対して、優先度の低い処理から徐々にSSDの使用に制限を掛ける方法が提案されている。(例えば、特許文献1参照) Therefore, there is a method in which the high-speed processing part is supplemented by the SSD, the HDD and the SSD are mixedly mounted, and the capacity is supplemented by the HDD. The storage capacity of SSD is kept to the minimum necessary, and HDD and SSD are selectively used for each processing unit executed in the system. For each processing unit, low priority processing is gradually used for SSD. A method of applying a limit has been proposed. (For example, see Patent Document 1)

特開2014-32582号公報JP 2014-32582 JP

特許文献1の方法では、SSDの寿命状況を示すレベルに応じて各ジョブ処理にSSD使用の優先度を設定している。この優先度の低いものからSSD使用に制限を掛け、代わりにHDDに担わせる。しかし、SSDのジョブ処理がHDDにまわされるとデータ転送速度の差から、ユーザは急に処理が遅くなったように感じてしまう。そこで、SSDのジョブ処理をある時点を以てHDDに切り替えるのではなくて、徐々にHDDへ切り替え、データの転送速度をある程度確保し、一方で、ユーザにはSSDの寿命が近付いていることを、別途通知するようにすることが望ましい。 In the method of Patent Document 1, the priority of SSD use is set for each job process according to the level indicating the life status of the SSD. The use of SSDs is restricted from the one with the lowest priority, and the HDD is allowed to take the place of them. However, when the SSD job processing is sent to the HDD, the user feels that the processing suddenly becomes slow due to the difference in data transfer speed. Therefore, instead of switching the SSD job processing to the HDD at a certain point in time, gradually switching to the HDD to secure a certain data transfer speed, while the user is advised that the SSD lifespan is approaching. It is desirable to notify them.

上記課題を解決するため、本発明は以下の特徴を有する。
半導体記憶装置と磁気記憶装置の少なくとも2つの記憶装置を接続し、データを前記記憶装置に書き込む際の書き込み先を制御する情報処理装置において、前記半導体記憶装置の書き込み回数から決定される複数の警告レベルと、各警告レベルに対応する前記半導体記憶装置と前記磁気記憶装置とへの書き込み割合と、前記半導体記憶装置の総書き込み回数と、を保持する保持手段と、前記総書き込み回数に基づく1Cellの書き込み回数を更新する度に、前記保持手段を参照して警告レベルを決定し、その警告レベルに対応する前記書き込み割合に基づいて、1つのデータの書き込み先を前記半導体記憶装置と前記磁気記憶装置とに割り当てる制御手段と、を有することを特徴とする。
In order to solve the above problems, the present invention has the following features.
In an information processing device that connects at least two storage devices, a semiconductor storage device and a magnetic storage device, and controls a write destination when writing data to the storage device, a plurality of warnings determined from the number of writes of the semiconductor storage device Holding means for holding a level, a write ratio to the semiconductor memory device and the magnetic memory device corresponding to each warning level, and a total number of times of writing in the semiconductor memory device; and a 1 Cell based on the total number of times of writing. Each time the number of writes is updated, the warning level is determined with reference to the holding means, and one data write destination is set to the semiconductor memory device and the magnetic memory device based on the write ratio corresponding to the warning level. And a control means assigned to and.

本発明によると、半導体記憶装置(SSD)の書き込み回数の上限値を基に数段階のレベルを設け、レベルに応じて、SSDのジョブ処理をHDDへ担わせる比率を徐々に増やしていく。これにより急にSSDの書き込みがHDDへ変更されることをなくし、予期しない転送レートの減少を防ぐことができる。 According to the present invention, several levels are provided based on the upper limit value of the number of times of writing in the semiconductor memory device (SSD), and the ratio of the SSD job processing to the HDD is gradually increased according to the level. As a result, it is possible to prevent the SSD writing from being suddenly changed to the HDD and prevent an unexpected decrease in the transfer rate.

本実施例におけるシステム全体のブロック図である。It is a block diagram of the whole system in a present Example. 本実施例におけるDisk Controllerのブロック図である。It is a block diagram of a Disk Controller in the present embodiment. 本実施例における記憶媒体書き込み割合管理テーブルである。It is a storage medium write ratio management table in the present embodiment. 本実施例におけるディスクリプタテーブルの概略図である。It is a schematic diagram of a descriptor table in the present embodiment. 本実施例における画像処理装置の制御方法を説明するフローチャートである。6 is a flowchart illustrating a control method of the image processing apparatus according to the present exemplary embodiment. 本実施例における画像処理装置の書き込み割合制御方法を説明するフローチャートである。7 is a flowchart illustrating a write ratio control method of the image processing apparatus according to the present exemplary embodiment. 本実施例における各記憶媒体の書き込み割合と割り当て順の概略図である。FIG. 6 is a schematic diagram of a writing ratio and an allocation order of each storage medium in the present embodiment. 本実施例におけるSSDの書き込み回数が警告レベルに達した際に操作部に表示される画面の一例である。7 is an example of a screen displayed on the operation unit when the number of SSD writes reaches a warning level in the present embodiment. 本実施例におけるSSDの書き込み回数が警告レベルの領域にいる際に操作部に表示される画面の一例である。9 is an example of a screen displayed on the operation unit when the number of SSD writes is in the warning level region in the present embodiment. 他の実施例における画像データの転送先記憶媒体への転送方法の概略図である。FIG. 9 is a schematic diagram of a method of transferring image data to a transfer destination storage medium in another embodiment. 他の実施例における記憶媒体へのデータ書き込みを説明するフローチャートである。9 is a flowchart illustrating data writing to a storage medium in another embodiment.

以下、本発明を実施するための形態について図面を用いて説明する。
図1に、本実施例を示す画像処理装置を含む画像処理システム全体のブロック図を示す。本例は、画像処理装置の一例として、MFPのシステム構成で説明するが、HDD及びSSDを搭載する情報処理装置であれば適用可能である。
Controller Unit 100は、CPU101、ROM106、DRAM107、SRAM108、各種I/F(102、103、105、110)、Disk Controller 104、各種画像処理(111、112)で構成されている。これらの各デバイスはシステムバス113、画像バス114によって接続されている。OS(Operating System)ならびにアプリケーションプログラムをDRAM107上に展開し実行することにより、各々のデバイスを制御する。
Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram of the entire image processing system including the image processing apparatus according to this embodiment. This example will be described with an MFP system configuration as an example of an image processing apparatus, but is applicable to any information processing apparatus equipped with an HDD and an SSD.
The Controller Unit 100 is composed of a CPU 101, a ROM 106, a DRAM 107, an SRAM 108, various I/Fs (102, 103, 105, 110), a Disk Controller 104, and various image processes (111, 112). These devices are connected by a system bus 113 and an image bus 114. Each device is controlled by expanding an OS (Operating System) and application programs on the DRAM 107 and executing them.

CPU101は、システム全体を制御するコントローラであり、システム制御、演算処理、OSやアプリケーションを実行する。
NetworkI/F102は、LAN120に接続し、外部情報装置より画像データ等の入出力、ネットワーク経由でのプリントを行う。
操作部I/F103は、操作部115のインターフェイス部で、操作部115に表示する画像データを出力及びシステム使用者が操作部115での操作を入力する。
The CPU 101 is a controller that controls the entire system, and executes system control, arithmetic processing, OS, and applications.
The Network I/F 102 is connected to the LAN 120 and inputs/outputs image data and the like from an external information device and prints via the network.
The operation unit I/F 103 is an interface unit of the operation unit 115, and outputs image data to be displayed on the operation unit 115, and a system user inputs an operation on the operation unit 115.

Disk Controller 104は、半導体記憶装置(SSD)116及び磁気記憶装置(HDD)117が接続され、データの入出力を行う。ATA規格に準拠してデータの入出力は制御される。後述するように、Disk Controller 104は、記憶媒体の1Cellの書き込み回数305と記憶媒体書き込み割合管理テーブル300を比較し、SSD116とHDD117への書き込み割合を調整する。
画像バスI/F105は、システムバス113と画像バス114を接続し、データ構造を変換するバスブリッジである。
The disk controller 104 is connected to a semiconductor storage device (SSD) 116 and a magnetic storage device (HDD) 117, and inputs/outputs data. Input/output of data is controlled according to the ATA standard. As described later, the Disk Controller 104 compares the write count 305 of 1 Cell of the storage medium with the storage medium write ratio management table 300, and adjusts the write ratio to the SSD 116 and the HDD 117.
The image bus I/F 105 is a bus bridge that connects the system bus 113 and the image bus 114 and converts the data structure.

ROM106は、リード専用のメモリであり、ブート用のROMとして使用され、システムのブートプログラムが格納されている。
DRAM107は、CPU101が動作するためのシステムワークメモリであり、格納されたプログラムによって、システム全体の制御やアプリケーションを実行する。また、画像データを一時記憶するための画像メモリの役割も持つ。
SRAM108は、不揮発性のメモリでありシステムの設定データを保持する。
システム検知部109は、システム全体の電力モードを監視していて、各デバイスの電力供給をレジスタ値で記憶している。
The ROM 106 is a read-only memory, is used as a boot ROM, and stores a system boot program.
The DRAM 107 is a system work memory for the CPU 101 to operate, and executes a control of the entire system and an application by a stored program. It also serves as an image memory for temporarily storing image data.
The SRAM 108 is a non-volatile memory and holds system setting data.
The system detection unit 109 monitors the power mode of the entire system and stores the power supply of each device as a register value.

デバイスI/F110は、画像入出力デバイスであるスキャナ118やプリンタ119とコントローラ100を接続し、画像データの変換を行う。
スキャナ画像処理部111は、入力画像データに対して補正や加工等を行う。
プリント画像処理部112は、プリント出力画像に対して補正や解像度変換等を行う。
システムバス113は、制御バス及びデータバスと任意ブロック間のローカルなバス及び信号線を便宜的にまとめて表現したものである。
画像バス114は、デバイスI/F110を介してスキャナ118とプリンタ119及び各画像処理部(111、112)と接続されている。
The device I/F 110 connects the scanner 118 or printer 119, which is an image input/output device, to the controller 100 and converts image data.
The scanner image processing unit 111 corrects or processes input image data.
The print image processing unit 112 performs correction, resolution conversion, and the like on the print output image.
The system bus 113 is a collective representation of local buses and signal lines between a control bus and a data bus and arbitrary blocks.
The image bus 114 is connected to the scanner 118, the printer 119, and the image processing units (111, 112) via the device I/F 110.

操作部115は、表示機能と操作機能を兼ね揃えたタッチパネル等のデバイスであり、入力された画像データを表示する役割とシステム使用者が入力した情報をCPU101に伝える役割を持つ。
SSD116及びHDD117は、システムソフトウェア、各種アプリケーション、画像データ及びそれらの管理情報を格納する。
スキャナ118は、画像入力デバイスであり、原稿となる紙上の画像を照明し、CCDラインセンサ(不図示)を走査することでラスターイメージデータとして電気信号に変換する。
プリンタ119は、画像出力デバイスであり、ラスターイメージデータを用紙上の画像に変換する。
The operation unit 115 is a device such as a touch panel having both a display function and an operation function, and has a role of displaying input image data and a role of transmitting information input by the system user to the CPU 101.
The SSD 116 and the HDD 117 store system software, various applications, image data, and their management information.
The scanner 118 is an image input device, illuminates an image on a paper sheet serving as an original, and scans a CCD line sensor (not shown) to convert it into an electric signal as raster image data.
The printer 119 is an image output device and converts raster image data into an image on paper.

図2に、Disk Controller 104の内部ブロック図を示す。
CPU201は、システム制御、演算処理、ATA規格のコマンド処理を行い、SSD116及びHDD117への送信コマンド処理等を行う。
ホストI/F(202、203)は、SSD116及びHDD117と接続されていて、ATA規格でコマンド及びデータの入出力制御を行う。
ROM204は、CPU201の起動プログラムや各種モードの設定値のデータを格納する。
RAM205は、Disk Controller 104のプログラムの作業領域と一時的なデータの格納領域として使用する。また、後述の記憶媒体書き込み割合管理テーブル300を保持、管理している。
FIG. 2 shows an internal block diagram of the Disk Controller 104.
The CPU 201 performs system control, arithmetic processing, ATA standard command processing, and transmission command processing to the SSD 116 and HDD 117.
The host I/F (202, 203) is connected to the SSD 116 and the HDD 117 and controls input/output of commands and data according to the ATA standard.
The ROM 204 stores a boot program of the CPU 201 and data of setting values of various modes.
The RAM 205 is used as a work area for programs of the Disk Controller 104 and a temporary data storage area. Further, it holds and manages a storage medium write ratio management table 300 described later.

デバイスI/F206は、Controller Unit 100のシステムバス113に接続されていて、シーケンシャルにデータの入出力制御を行う。デバイスI/F206に到来したコマンドは、一度CPU201へ送られ、その後にCPU201の判断により各デバイスへコマンドが送信される。
システムバス207は、制御バス及びデータバスである。
The device I/F 206 is connected to the system bus 113 of the Controller Unit 100, and sequentially controls the input/output of data. The command arriving at the device I/F 206 is sent to the CPU 201 once, and then the command is sent to each device according to the judgment of the CPU 201.
The system bus 207 is a control bus and a data bus.

図3に、Disk Controller 104内のRAM205上に格納される、本実施例での記憶媒体書き込み割合管理テーブル300の例を示す。
本実施例では、1つのジョブ処理をSSDのみを用いて実行させるモードから、SSDとHDDの両記憶媒体を用いて実行させるモードの各記憶媒体の書き込み割合を設定する例を説明する。
図3において、警告レベル301はSSD116の書き込み回数の上限値までの到達度をレベルで示しており、現在の1Cellの書き込み回数305と1Cellの書き込み回数閾値302の比較によって決定される。書き込み回数が少なく、警告レベル:レベル0にいる際は、SSDへの書き込みに制限はない。レベルの値が大きいほどSSD116が深刻なレベルである事を示しており、レベル6では、SSD116への書き込みを行うことができない。
FIG. 3 shows an example of the storage medium write ratio management table 300 in this embodiment, which is stored in the RAM 205 in the Disk Controller 104.
In the present embodiment, an example will be described in which the write ratio of each storage medium is set from the mode in which one job process is executed using only SSD to the mode in which both SSD and HDD are executed.
In FIG. 3, the warning level 301 indicates the degree of reaching the upper limit of the write count of the SSD 116 by a level, and is determined by comparing the current 1Cell write count 305 and 1Cell write count threshold 302. When the number of writes is small and the warning level is level 0, there is no limit to writing to the SSD. The larger the level value, the more serious the SSD 116 is, and level 6 cannot write to the SSD 116.

1Cellの書き込み回数閾値302は、現在の1Cellへの書き込み回数305から警告レベル301へ紐付けるための書き込み回数閾値であり、SSD116の最大書き込み回数を基に数段階のレベルが存在する。
SSD割合303及びHDD割合304は、各警告レベルでのジョブの各記憶媒体への書き込み割合を示したものである。警告レベル301が上がる毎にSSD116へのジョブ割り当てを減少させ、その分をHDD117へのジョブ割り当てとして増加させる。これにより徐々にHDD117にジョブの一部を遷移させていき、最終的全てのジョブ処理をHDD117に行わせる。これにより、SSD116の寿命を迎えた際に突然HDD117へ処理の全てを遷移させることを回避することが出来る。
The 1-cell write count threshold 302 is a write-count threshold for associating the current 1-cell write count 305 with the warning level 301, and has several levels based on the maximum write count of the SSD 116.
The SSD ratio 303 and the HDD ratio 304 indicate the write ratio of the job in each storage medium at each warning level. Each time the warning level 301 rises, the job allocation to the SSD 116 is decreased, and that amount is increased as the job allocation to the HDD 117. As a result, a part of the job is gradually transferred to the HDD 117, and finally the HDD 117 is made to perform all job processing. As a result, it is possible to avoid sudden transition of all processing to the HDD 117 when the SSD 116 reaches the end of its life.

現在の1Cellの書き込み回数305は、SSDの1Cellに対して、何度書き込みが行われたかを示している。Disk Controller 104がSSD116に対してジョブの書き込みを行う際にデータの転送量からCPU201は総書き込み回数を累積し、現在の1Cellの書き込み回数305を更新する。この書き込み回数の更新方法は一例であり、SSD116のS.M.A.R.T.(Self-Monitoring, Analysis and Reporting Technology)情報をDisk Controller 104が取得することにより毎回更新する方法でもよい。 The current 1-cell write count 305 indicates how many times the write has been performed for 1 SSD SSD. When the Disk Controller 104 writes a job to the SSD 116, the CPU 201 accumulates the total number of times of writing from the data transfer amount, and updates the current number of times of writing 1Cell 305. This method of updating the number of times of writing is an example, and a method of updating S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology) of SSD 116 by the Disk Controller 104 may be used.

図4に、本実施例での画像形成装置におけるSRAM108上の画像データを記憶媒体に書き込む際に用いられる、Disk Controller 104内のRAM205上に格納されたテーブルについて示す。
図4に示すテーブルは、記憶媒体へのデータの書き込みを行う際に使用するもので、コマンドテーブル401とデータテーブル402の2つのテーブルから構成されている。以下、このテーブルをディスクリプタテーブル400と呼ぶこととする。
FIG. 4 shows a table stored in the RAM 205 in the Disk Controller 104, which is used when writing the image data in the SRAM 108 in the storage medium in the image forming apparatus according to the present embodiment.
The table shown in FIG. 4 is used when writing data to the storage medium, and is composed of two tables: a command table 401 and a data table 402. Hereinafter, this table will be referred to as the descriptor table 400.

コマンドテーブル401は、コマンド発行番号を示したコマンドNo403、先頭アドレスの論理LBA(論理ブロックアドレス)404、セクタ数を示すセクタカウント405、SATAコマンド406、最終エントリー判定示すEOFフラグ407からの構成となる。
コマンドNo403は、エントリーナンバーを管理しており、CMD1〜最終コマンドCMDnと通し番号となっている。
論理LBA404は、書き込みを行う際に指定する記憶媒体側のアドレスとなっている。論理LBAはSSD116とHDD117を通し番号として持ち、1つの記憶媒体のように見せかける。
The command table 401 includes a command No. 403 indicating a command issue number, a logical LBA (logical block address) 404 at the start address, a sector count 405 indicating the number of sectors, a SATA command 406, and an EOF flag 407 indicating the final entry determination. ..
The command No. 403 manages the entry number and has serial numbers of CMD1 to the final command CMDn.
The logical LBA 404 is an address on the storage medium side that is specified when writing. The logical LBA has the SSD 116 and the HDD 117 as serial numbers, and looks like one storage medium.

セクタカウント405は、セクタ数を示しており、書き込みのデータ量に応じて変化する。
SATAコマンド406は、SATA規格のコマンド番号を示していて、例えばWriteDMAコマンド場合、「0x35」となる。
EOFフラグ407は、最終エントリーかどうかを示すフラグで、「0」の場合は継続、「1」の場合は終了を示す。
データテーブル402は、データ番号を示したデータNo408、格納データの先頭アドレスを示すソースアドレス409、転送先先頭アドレスを示すディスティネーションアドレス410、転送データ量を示すバイトカウント411からの構成となる。EOFフラグ412はEOFフラグ407と同様である。
The sector count 405 indicates the number of sectors, and changes according to the amount of written data.
The SATA command 406 indicates the command number of the SATA standard, and is “0x35” in the case of Write DMA command, for example.
The EOF flag 407 is a flag indicating whether or not it is the last entry. When it is "0", it indicates continuation, and when it is "1", it indicates termination.
The data table 402 includes a data No. 408 indicating a data number, a source address 409 indicating a start address of stored data, a destination address 410 indicating a transfer destination start address, and a byte count 411 indicating a transfer data amount. The EOF flag 412 is similar to the EOF flag 407.

データNo408は、データ番号を管理しており、DATA1〜最終データDATAnと通し番号となっている。
ソースアドレス409は、Write時にSRAM108上の格納データを読み取る際の先頭アドレスである。
ディスティネーションアドレス410は、Read時の受信データをSRAM108上に格納する際の先頭アドレスである。
バイトカウント411は、データ転送量をバイト単位で示している。
EOFフラグ412は、EOFフラグ407と同様で、「0」の場合は継続、「1」の場合は終了を示す。
The data No. 408 manages the data number and has serial numbers of DATA1 to final data DATAn.
The source address 409 is a head address when reading the stored data on the SRAM 108 at the time of writing.
The destination address 410 is a head address when the received data at the time of Read is stored in the SRAM 108.
The byte count 411 indicates the data transfer amount in bytes.
The EOF flag 412 is the same as the EOF flag 407. When it is "0", it indicates continuation, and when it is "1", it indicates termination.

このディスクリプタテーブル400内の論理LBA404を、記憶媒体書き込み割合管理テーブル300のSSD割合303とHDD割合304を用いて調整し、各記憶媒体への書き込み割合を調整する。
図5に、本実施例での画像処理装置の制御方法を説明するフローチャートを示す。
該画像処理装置の制御方法は、Disk Controller 104 内のCPU201が、プログラムをRAM205に展開し、それを実行することにより実現される。
各記憶媒体(116、117)への書き込みは、Disk Controller 104内のCPU201によって生成されるディスクリプタテーブル400により管理される。ディスクリプタテーブル400は、DRAM107に格納されたデータをページ単位で各記憶媒体(116、117)に読み書きする際に参照する。
CPU201は、DRAM107内に画像データが一時記憶された際(S501)に、記憶媒体書き込み割合管理テーブル300を基に警告レベルに応じた各記憶媒体(116、117)の書き込み割合を決定する(S502)。CPU201は、SSD割合303及びHDD割合304を基に各ページのディスクリプタテーブル400における書き込み先論理LBA404を決定する(S503)。CPU201は、ディスクリプタテーブル400を参照し、DRAM107に保管されている画像データを指定の記憶媒体(116、117)に転送する(S504)。
The logical LBA 404 in the descriptor table 400 is adjusted using the SSD ratio 303 and HDD ratio 304 of the storage medium write ratio management table 300, and the write ratio to each storage medium is adjusted.
FIG. 5 shows a flowchart for explaining the control method of the image processing apparatus in this embodiment.
The control method of the image processing apparatus is realized by the CPU 201 in the Disk Controller 104 expanding the program in the RAM 205 and executing it.
Writing to each storage medium (116, 117) is managed by the descriptor table 400 generated by the CPU 201 in the Disk Controller 104. The descriptor table 400 is referred to when reading/writing the data stored in the DRAM 107 from/to each storage medium (116, 117) in page units.
When the image data is temporarily stored in the DRAM 107 (S501), the CPU 201 determines the write ratio of each storage medium (116, 117) according to the warning level based on the storage medium write ratio management table 300 (S502). ). The CPU 201 determines the write destination logical LBA 404 in the descriptor table 400 of each page based on the SSD ratio 303 and the HDD ratio 304 (S503). The CPU 201 refers to the descriptor table 400 and transfers the image data stored in the DRAM 107 to the designated storage medium (116, 117) (S504).

図6に、本実施例での画像処理装置の書き込み割合制御方法を説明するフローチャートを示す。
該画像処理装置の書き込み割合制御方法は、Disk Controller 104 内のCPU201が、プログラムをRAM205に展開し、それを実行することにより実現される。
CPU201は、SSD116への書き込みを行う際に、書き込みデータのデータ転送量を累積し、総書き込み回数を更新する(S601)。続いて、CPU201は、総書き込み回数をSSD116のCell数で除算する事で、1Cell当たりの平均書き込み回数305を算出し、記憶媒体書き込み割合管理テーブル300の現在の1Cellの書き込み回数305を更新する(S602)。1Cell当たりの平均書き込み回数305と1Cellの書き込み回数閾値302を比較し、警告レベル301を決定する(S603)。CPU201は、警告レベルを基にSSD116、HDD117それぞれの記憶媒体の書き込み割合(303、304)を決定(S604)する。その後、その書き込み割合に応じたページ数分をそれぞれ割り当てたディスクリプタテーブルを作成し(S605)、書き込みを実行する。
FIG. 6 shows a flowchart for explaining the write ratio control method of the image processing apparatus in this embodiment.
The write ratio control method of the image processing apparatus is realized by the CPU 201 in the Disk Controller 104 expanding the program in the RAM 205 and executing it.
When writing to the SSD 116, the CPU 201 accumulates the data transfer amount of write data and updates the total write count (S601). Subsequently, the CPU 201 calculates the average number of writes 305 per cell by dividing the total number of writes by the number of cells in the SSD 116, and updates the current number of writes 305 for one cell in the storage medium write ratio management table 300 ( S602). The average write count 305 per cell is compared with the write count threshold 302 of 1 Cell to determine the warning level 301 (S603). The CPU 201 determines the write ratio (303, 304) of each storage medium of the SSD 116 and the HDD 117 based on the warning level (S604). Then, the descriptor table is created by allocating the number of pages corresponding to the write ratio (S605), and the write is executed.

図7に各記憶媒体の書き込み割合と割り当て順の概略図を示す。
CPU201は、記憶媒体書き込み割合管理テーブル300を参照し、SSD116の現在の書き込み総回数305が警告レベル:レベル1に達していない場合、SSD116で行うべきジョブ処理はそのまま全てSSD116で行わせることが可能である。この際、各ディスクリプタテーブルの論理LBAの記載はSSD116の論理LBAを指定できる。一方、現在の1Cellの平均書き込み回数305が警告レベル:レベル1に達している際には、SSD116で行うジョブの一部をHDD117で行わなければならない。この際、CPU201は、そのページ分をCPU201はディスクリプタテーブル400内の論理LBA404記載をHDD117の論理LBAとする。
FIG. 7 shows a schematic diagram of the write ratio and allocation order of each storage medium.
The CPU 201 refers to the storage medium write ratio management table 300, and when the current total write count 305 of the SSD 116 does not reach the warning level: level 1, all job processing that should be performed by the SSD 116 can be performed by the SSD 116 as is. Is. At this time, the description of the logical LBA of each descriptor table can specify the logical LBA of the SSD 116. On the other hand, when the current average write count 305 of 1 Cell has reached the warning level: level 1, a part of the job performed by the SSD 116 must be performed by the HDD 117. At this time, the CPU 201 sets that page as the logical LBA of the HDD 117 by describing the logical LBA 404 in the descriptor table 400.

例えば、図7のような100ページ綴り(001〜100)のジョブがDRAM107に到来したとする。警告レベル:レベル1では、SSD割合303とHDD割合304に従い、SSD116:HDD117=75:25の割合で、CPU201は書き込み先を各記憶媒体(116、117)の論理LBAに対応したディスクリプタテーブルを作成する。これにより、100ページの内75ページ分をSSD116へ書き込み、残りの25ページ分のジョブをHDD117に担わせることとなる。この際、HDD117に担わせるものが偏らないように、4ページ毎にHDD117への書き込みを挟むようにする。3ページ分のジョブをSSD116に書き込んだら次の1ページをHDD117に書き込み、また次の3ページ分をSSDに書き込むといったような順序で書き込みを行わせられるように、ディスクリプタテーブル400を調整し、作成する。警告レベル:レベル3に達している際には、SSD:HDD=50:50の割合でCPU201はジョブの書き込み処理を行うので、SSD116とHDD117への書き込みをページ毎に交互に行うようにディスクリプタテーブル内の論理LBA404を調整する。 For example, it is assumed that a job of 100 pages (001 to 100) as shown in FIG. 7 arrives at the DRAM 107. Warning level: In level 1, according to the SSD ratio 303 and the HDD ratio 304, the CPU 201 creates a descriptor table corresponding to the logical LBA of each storage medium (116, 117) at a ratio of SSD116:HDD117=75:25. To do. As a result, 75 of 100 pages are written to the SSD 116, and the remaining 117 jobs of 25 pages are made to be carried by the HDD 117. At this time, writing to the HDD 117 is inserted every four pages so that the HDD 117 does not have a bias. The descriptor table 400 is adjusted and created so that after writing three pages of jobs to the SSD 116, the next one page is written to the HDD 117, and the next three pages are written to the SSD. To do. When the warning level: Level 3 is reached, the CPU 201 performs the job writing process at the ratio of SSD: HDD=50:50, so that the descriptor table should be written alternately to the SSD 116 and the HDD 117 for each page. Adjust the logical LBA 404 in.

図8は、本実施例でのSSD116の書き込み回数が警告レベル:レベル1に達した際のUI画面800の表示である。
SSD116の書き込み回数が増え、警告レベル:レベル1に達した際に、ユーザに早期SSD交換を促すとともに、SSD116対象のジョブの一部をHDD117に担わせ始めたことを操作部115のUI画面800に警告として表示する。この通知は、警告レベル301が更新されるたびにUI画面800にポップアップウィンドウ801で表示させ、SSD116のジョブの一部がHDD117で補われているという緊急度の高い通知であることを示している。
FIG. 8 is a display of the UI screen 800 when the number of writing times of the SSD 116 in this embodiment reaches the warning level: level 1.
When the number of writings to the SSD 116 increases and the warning level: level 1 is reached, the user is urged to replace the SSD at an early stage and the HDD 117 starts to carry a part of the SSD 116 target job. To display as a warning. This notification is displayed on the UI screen 800 in the pop-up window 801 every time the warning level 301 is updated, and indicates that a part of the job of the SSD 116 is supplemented by the HDD 117 and is of high urgency. ..

図9は、本実施例でのSSD116の書き込み回数が警告レベル領域にいる際に操作部115に表示される画面の表示である。
上記で説明したとおり、SSD116の書き込み回数が警告レベル:レベル1に達した際にはポップアップウィンドウにて、SSD116のジョブの一部がHDD117で補っていることを通知させた。この通知の後、SSD116の交換を行わず、動作を継続させている場合、UI画面900の下部に通知を常に表示させ続ける。この表示901は「警告レベル1:記憶媒体(SSD)を交換してください」という形で、処理速度が低下していることをユーザに常に通知し、SSD116を早期に交換することを勧める。
以上のような書き込み制御方法を取ることによって、ジョブ処理が全てSSDからHDDに変更されて、急な処理速度の低下が生じることを防ぎ、且つ、UI画面を用いてユーザへSSDの寿命が近付いていることを伝え、SSDの早期交換を促すことができる。
また、本実施例ではDisk Controller 104内のCPU201がDRAM107内にデータが到来したことを感知してディスクリプタテーブル400を作成したが、CPU101がCPU201の役割をして、テーブルを作成するようにすることもできる。
FIG. 9 is a display of a screen displayed on the operation unit 115 when the number of writing times of the SSD 116 in the present embodiment is in the warning level area.
As described above, when the write count of the SSD 116 reaches the warning level: level 1, a pop-up window notifies the HDD 117 that a part of the job of the SSD 116 is being supplemented. After this notification, if the SSD 116 is not replaced and the operation is continued, the notification is always displayed at the bottom of the UI screen 900. This display 901 always informs the user that the processing speed is low in the form of "warning level 1: Please replace the storage medium (SSD)", and recommends that the SSD 116 be replaced early.
By adopting the write control method as described above, it is possible to prevent the job processing from being completely changed from the SSD to the HDD and to cause a sudden decrease in the processing speed, and the life of the SSD approaches the user by using the UI screen. The SSD can be promptly replaced.
Further, in the present embodiment, the CPU 201 in the Disk Controller 104 senses that data has arrived in the DRAM 107 and creates the descriptor table 400, but the CPU 101 plays the role of the CPU 201 and creates the table. Can also

実施例1では、SSD116の書き込み回数が寿命に近づいた際に、複数ページ綴りのジョブが来た際に、記憶媒体書き込み割合管理テーブル300を基にSSD116からHDD117へのジョブを割り振ることについて説明した。実施例2では、1ページジョブが来た際のジョブのSSD116及びHDD117の割り振りについて説明する。実施例1では、複数ページ綴りのジョブであったため、ページ単位でHDDに担わせるジョブの割合を変更する手法を取っていた。そのため、1ページジョブでは、どちらかに書き込みに行くこととなり、所定の記憶媒体への書き込み割合を持たせることができない。
図10は、実施例2のDisk Controller 104による画像データの転送先記憶媒体への転送を説明する図である。
In the first embodiment, when the writing count of the SSD 116 approaches the end of its life, and when a job with a plurality of pages is spelled, the job is allocated from the SSD 116 to the HDD 117 based on the storage medium write ratio management table 300. .. In the second embodiment, allocation of SSD 116 and HDD 117 of a job when a one-page job comes will be described. In the first embodiment, since the job is a multi-page spelling job, a method of changing the ratio of jobs to be carried by the HDD in page units is adopted. Therefore, in the one-page job, writing is performed in one of the jobs, and it is not possible to give a predetermined writing ratio to the storage medium.
FIG. 10 is a diagram illustrating transfer of image data to a transfer destination storage medium by the Disk Controller 104 according to the second embodiment.

実施例1で説明したようにSSD116の寿命が近付くと、記憶媒体書き込み割合管理テーブル300の警告レベル301によって、CPU201はSSD116への書き込みに制限を掛け、ジョブの一部をHDD117に担わせる。図10の1000は1ページジョブの画像データを模擬したものである。SSD116の書き込み回数が警告レベルに達した際、実施例1と同様にSSD割合303及びHDD割合304で各記記憶媒体(116、117)に書き込みを行う。この際、1ページジョブを各記憶媒体に決まった割合で書き込むために、CPU201は1ページの画像データ1000を領域1001と領域1002とに分割する。警告レベル:レベル1の際には、書き込みデータの75%に相当する領域1001のデータをSSD116に書き込み、残り25%に相当する領域1002のデータをHDD117に書き込む。 As described in the first embodiment, when the SSD 116 approaches the end of its service life, the warning level 301 of the storage medium write ratio management table 300 causes the CPU 201 to restrict writing to the SSD 116 and cause the HDD 117 to bear part of the job. Reference numeral 1000 in FIG. 10 is a simulation of image data of a one-page job. When the number of writing times of the SSD 116 reaches the warning level, writing is performed to each storage medium (116, 117) with the SSD ratio 303 and the HDD ratio 304 as in the first embodiment. At this time, the CPU 201 divides the image data 1000 of one page into the area 1001 and the area 1002 in order to write the one-page job to each storage medium at a predetermined ratio. Warning level: In the case of level 1, the data in the area 1001 corresponding to 75% of the write data is written in the SSD 116, and the data in the area 1002 corresponding to the remaining 25% is written in the HDD 117.

図11に、実施例2での画像処理装置の制御方法を説明するフローチャートを示す。
実施例1と同様にCPU201は、SSD116への書き込みを行う際に、総書き込み回数を累積して更新し(S1101)、1Cell当たりの書き込み回数を算出する(S1102)。この現在の1Cellの書き込み回数305を用いて割り当て値を判定し、記憶媒体書き込み割合管理テーブル300の警告レベルを決定する(S1103)。続いて、その警告レベルに基づきそれぞれの記憶媒体への割り当て値を決定する(S1104)。CPU201は、1ページジョブの画像データをSSD116とHDD117に分割して書き込みを行うために、SSD割合303とHDD割合304を参照してデータの分割を行う(S1105)。CPU201は、各分割データ用のディスクリプタテーブルを作成し、各記憶媒体に各々のデータを書き込む(S1105)。これにより、警告レベル301のレベルが上がる毎に、徐々にSSD116への書き込みが減り、HDD117への書き込みが増える。
FIG. 11 shows a flowchart illustrating a control method of the image processing apparatus according to the second embodiment.
Similar to the first embodiment, when writing to the SSD 116, the CPU 201 accumulates and updates the total number of writes (S1101) and calculates the number of writes per cell (S1102). The allocation value is determined by using the current writing count 305 of 1 Cell, and the warning level of the storage medium write ratio management table 300 is determined (S1103). Then, the value assigned to each storage medium is determined based on the warning level (S1104). The CPU 201 refers to the SSD ratio 303 and the HDD ratio 304 to divide the image data of the one-page job into the SSD 116 and the HDD 117 for writing (S1105). The CPU 201 creates a descriptor table for each divided data and writes each data in each storage medium (S1105). As a result, each time the warning level 301 rises, the writing to the SSD 116 gradually decreases and the writing to the HDD 117 increases.

このような制御方法を取ることで、1ページジョブに対しても実施例1と同様に各々の記憶媒体への書き込み割合を設定でき、SSD116への書き込み制限を設けられ、徐々にHDD117の書き込みに遷移させることができる。
今回はSSDの書き込みに制限を掛けることを主体に説明したが、この方法はSSDに限定されるものではなく、SATA規格に準ずるもの全般に使用することができる。
また、本実施例では、1Cellの書き込み回数から警告レベルを決定し、決定した警告レベルからSSD、HDDへの書き込み割合を決定したが、1Cellの書き込み回数から直接書き込み割合を決定することもできる。
By adopting such a control method, the write ratio to each storage medium can be set for the one-page job as in the first embodiment, the write limit to the SSD 116 is set, and the write to the HDD 117 is gradually performed. Can be transitioned.
This time, the description has been made mainly with a restriction on writing to the SSD, but this method is not limited to SSD, and can be used for all those conforming to the SATA standard.
Further, in the present embodiment, the warning level is determined from the write count of 1 Cell, and the write ratio to the SSD and the HDD is determined from the determined warning level, but the write ratio can be directly determined from the write count of 1 Cell.

(その他の実施例)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
また、上述した各種データの構成及びその内容はこれに限定されるものではなく、用途や目的に応じて、様々な構成や内容で構成が可能である。
以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能である。
また、上記各実施例を組み合わせた構成も全て本発明に含まれるものである。
(Other Examples)
The present invention provides a program that implements one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in a computer of the system or apparatus read and execute the program. It can also be realized by the processing. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.
Further, the configurations and contents of the various data described above are not limited to this, and various configurations and contents can be configured according to the use and purpose.
Although one embodiment has been described above, the present invention can be implemented as, for example, a system, a device, a method, a program, a storage medium, or the like.
Further, the present invention also includes all configurations in which the above-described embodiments are combined.

116 SSD
117 HDD
301 警告レベル
303 SSD書き込み割合
304 HDD書き込み割合
116 SSD
117 HDD
301 warning level
303 SSD write ratio
304 HDD write ratio

Claims (11)

半導体記憶装置と磁気記憶装置の少なくとも2つの記憶装置を接続し、データを前記記憶装置に書き込む際の書き込み先を制御する情報処理装置において、
前記半導体記憶装置の書き込み回数から決定される複数の警告レベルと、各警告レベルに対応する前記半導体記憶装置と前記磁気記憶装置とへの書き込み割合と前記半導体記憶装置の書き込み回数とを保持する保持手段と、
前記総書き込み回数に基づく1Cellの書き込み回数を更新する度に、前記保持手段を参照して警告レベルを決定し、その警告レベルに対応する前記書き込み割合に基づいて、1つのデータの書き込み先を前記半導体記憶装置と前記磁気記憶装置とに割り当てる制御手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus for connecting at least two storage devices, a semiconductor storage device and a magnetic storage device, and controlling a write destination when writing data to the storage device,
A plurality of warning levels determined from the write count of the semiconductor memory device, and writing rate to said semiconductor memory device corresponding to each warning level and the magnetic storage device, the total write count of the semiconductor memory device, the Holding means for holding,
Wherein each time of updating the write count of 1Cell based on the total number of writes, with reference to the holding means to determine a warning level, based on the write rate corresponding to the warning level, the write destination of a data Control means assigned to the semiconductor memory device and the magnetic memory device;
An information processing device comprising:
前記保持手段に記憶されている前記書き込み割合は、前記警告レベルが高いほど前記磁気記憶装置の書き込み割合が大きいことを特徴とする請求項1に記載の情報処理装置。 The information processing apparatus according to claim 1, wherein the write ratio stored in the holding unit is such that the write ratio of the magnetic storage device increases as the warning level increases. 前記1Cellの書き込み回数は、前記総書き込み回数を前記半導体記憶装置のCell数で除算することにより算出される、The number of times of writing of 1 Cell is calculated by dividing the total number of times of writing by the number of Cells of the semiconductor memory device,
ことを特徴とする請求項1又は2に記載の情報処理装置。The information processing apparatus according to claim 1 or 2, characterized in that.
前記制御手段は1Cellの書き込み回数閾値から警告レベルを決定する、
ことを特徴とする請求項1〜3のいずれか1項に記載の情報処理装置。
Wherein the control means determines the warning level from the write count threshold from 1 cell,
The information processing apparatus according to claim 1 , wherein the information processing apparatus is an information processing apparatus.
前記警告レベルが増加することに応じて、ユーザに警告する通知手段を有する、
ことを特徴とする請求項1〜のいずれか1項に記載の情報処理装置。
A notification means for warning the user in response to the increase in the warning level,
The information processing apparatus according to any one of claims 1 to 4, characterized in that.
前記半導体記憶装置の書き込み割合に制限が掛かっている場合は、前記半導体記憶装置の交換を促す通知手段を有する、
ことを特徴とする請求項1〜のいずれか1項に記載の情報処理装置。
When the write ratio of the semiconductor memory device is limited, the semiconductor memory device has a notification unit that prompts replacement of the semiconductor memory device.
The information processing apparatus according to any one of claims 1 to 4, characterized in that.
前記警告レベルに応じて、ページ単位で各記憶装置への書き込み割合を決定し、書き込みを行う書き込み手段を有する、
ことを特徴とする請求項1〜のいずれか1項に記載の情報処理装置。
A writing unit that determines the writing ratio to each storage device in page units according to the warning level and performs writing.
The information processing apparatus according to any one of claims 1 to 4, characterized in that.
前記警告レベルに応じて、各記憶装置への書き込み割合を決定し、1ページのデータを書き込み割合で分割し、書き込みを行う書き込み手段を有する、
ことを特徴とする請求項1〜のいずれか1項に記載の情報処理装置。
A writing unit that determines a writing ratio to each storage device according to the warning level, divides one page of data by the writing ratio, and performs writing.
The information processing apparatus according to any one of claims 1 to 4, characterized in that.
前記記憶装置の最大書き込み回数から各警告レベルの1Cellの書き込み回数閾値を算出することを特徴とする請求項4に記載の情報処理装置。 The information processing apparatus according to claim 4, wherein a write count threshold value of 1 Cell of each warning level is calculated from the maximum write count of the storage device. 半導体記憶装置と磁気記憶装置の少なくとも2つの記憶装置を接続し、データを前記記憶装置に書き込む際の書き込み先を制御する情報処理装置の制御方法において、
前記半導体記憶装置の書き込み回数から決定される複数の警告レベルと、各警告レベルに対応する前記半導体記憶装置と前記磁気記憶装置とへの書き込み割合と前記半導体記憶装置の書き込み回数とを保持する保持ステップと、
前記総書き込み回数に基づく1Cellの書き込み回数を更新する度に、警告レベルを決定し、その警告レベルに対応する前記書き込み割合に基づいて、1つのデータの書き込み先を前記半導体記憶装置と前記磁気記憶装置とに割り当てる制御ステップと、
を有することを特徴とする情報処理装置の制御方法。
A method of controlling an information processing device, comprising: connecting at least two storage devices, a semiconductor storage device and a magnetic storage device, and controlling a write destination when writing data to the storage device,
A plurality of warning levels determined from the write count of the semiconductor memory device, and writing rate to said semiconductor memory device corresponding to each warning level and the magnetic storage device, the total write count of the semiconductor memory device, the Holding step to hold,
Wherein each time of updating the write count of 1Cell based on the total write count, determines the warning level, based on the write rate corresponding to the warning level, the magnetic storage where to write the one of the data to the semiconductor memory device A control step assigned to the device,
A method for controlling an information processing device, comprising:
請求項10に記載の情報処理装置の制御方法を、コンピュータに実行させるためのプログラム。 A program for causing a computer to execute the control method of the information processing device according to claim 10 .
JP2016108308A 2016-05-31 2016-05-31 Information processing apparatus, control method thereof, and program Active JP6746379B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016108308A JP6746379B2 (en) 2016-05-31 2016-05-31 Information processing apparatus, control method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016108308A JP6746379B2 (en) 2016-05-31 2016-05-31 Information processing apparatus, control method thereof, and program

Publications (2)

Publication Number Publication Date
JP2017215717A JP2017215717A (en) 2017-12-07
JP6746379B2 true JP6746379B2 (en) 2020-08-26

Family

ID=60575739

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016108308A Active JP6746379B2 (en) 2016-05-31 2016-05-31 Information processing apparatus, control method thereof, and program

Country Status (1)

Country Link
JP (1) JP6746379B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467703A (en) * 2020-03-31 2021-10-01 杭州海康存储科技有限公司 Storage medium management method, device and equipment

Also Published As

Publication number Publication date
JP2017215717A (en) 2017-12-07

Similar Documents

Publication Publication Date Title
US9967423B2 (en) Image forming apparatus and method for controlling image forming apparatus
JP6131170B2 (en) Computer system and data arrangement control method
JP5641900B2 (en) Management apparatus, control method therefor, and program
US10122883B2 (en) Image processing apparatus including circuit configuration and method of controlling the same
US20090161155A1 (en) Image output apparatus and image output method
JP2014032582A (en) Image processing apparatus, control method and program of storage device of image processing apparatus
JP6875808B2 (en) Information processing device
JP6746379B2 (en) Information processing apparatus, control method thereof, and program
JP4218582B2 (en) Image forming apparatus
US9626143B2 (en) Image forming device that improves usage efficiency of memory, management method, and recording medium
WO2014087497A1 (en) Storage device and control method therfor
JP2018063676A (en) Information processing device, control method thereof, and program
JP2013125451A (en) Image forming apparatus and program
JP2007082144A (en) Image forming apparatus
US9667531B2 (en) Image processing apparatus and control method
JP2011090531A (en) Information storage device
CN114691017A (en) Method for allocating a plurality of storage channels of a storage device for streaming data writing, storage device and storage medium thereof
JP2017068396A (en) Electronic apparatus, information processing method, and program
US11669268B2 (en) Information processing apparatus and control method therefor
US10437488B2 (en) Electronic device and non-transitory computer readable storage medium
JP2014138265A (en) Image forming apparatus
JP2016103112A (en) Data transfer control device, information processing device, and image forming apparatus
US20170300789A1 (en) Image processing apparatus, image processing method, and non-transitory computer-readable medium
JP2014146200A (en) Writing control device, and image forming apparatus
JP2012191370A (en) Image forming device

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20180306

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190531

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200317

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200318

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200513

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200805

R151 Written notification of patent or utility model registration

Ref document number: 6746379

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151