JP2011068012A - Information processor, method and program for controlling the same - Google Patents

Information processor, method and program for controlling the same Download PDF

Info

Publication number
JP2011068012A
JP2011068012A JP2009220552A JP2009220552A JP2011068012A JP 2011068012 A JP2011068012 A JP 2011068012A JP 2009220552 A JP2009220552 A JP 2009220552A JP 2009220552 A JP2009220552 A JP 2009220552A JP 2011068012 A JP2011068012 A JP 2011068012A
Authority
JP
Japan
Prior art keywords
data
job
transfer
transfer method
cpu
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
JP2009220552A
Other languages
Japanese (ja)
Inventor
Yasuhiro Takiyama
康弘 瀧山
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 JP2009220552A priority Critical patent/JP2011068012A/en
Publication of JP2011068012A publication Critical patent/JP2011068012A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor that determines an optimum transfer system for a supplied job, and to provide a method and a program for controlling the information processor. <P>SOLUTION: An MFP 101 includes a plurality of HD 220 and 221 for storing data, and uses the HD 220 and 221 as one virtual memory. On the basis of the type of a supplied job, a CPU 201 determines a transfer system (mirroring or striping) for data of the job to the HD 220 and 221. Then, a DMAC 218 transfers data to the HD 220 and 221 by the determined transfer system. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、複数の記憶装置を備える情報処理装置、その制御方法およびプログラムに関する。   The present invention relates to an information processing apparatus including a plurality of storage devices, a control method thereof, and a program.

記憶装置(以下、ディスクという)の性能、信頼性の向上を図るために、複数の記憶装置を組み合わせたRAIDと呼ばれるディスクシステムがある。このRAIDには、RAID0、RAID1などの複数のレベルが存在する。その中で、RAID0は、ストライピングと呼ばれるもので、データをブロック単位で分割し、複数のディスクに同時にアクセスし、分割されたデータのそれぞれを対応するディスクに書き込む方式である。また、各ディスクに分割されたデータの読み出し時には、各ディスクへのアクセスが同時に行われ、各ディスクからデータの読み出しが並行して行われる。これにより、ディスクへのアクセス速度を向上させることができる。即ち、性能の向上を図ることができる。   In order to improve the performance and reliability of a storage device (hereinafter referred to as a disk), there is a disk system called RAID that combines a plurality of storage devices. This RAID has a plurality of levels such as RAID 0 and RAID 1. Among them, RAID0 is called striping, and is a method of dividing data into blocks, accessing a plurality of disks at the same time, and writing each of the divided data to a corresponding disk. Further, when reading data divided into each disk, access to each disk is performed simultaneously, and data is read from each disk in parallel. Thereby, the access speed to the disk can be improved. That is, the performance can be improved.

また、RAID1は、ミラーリングと呼ばれるもので、データを複製し、同一のデータを複数のディスクに書き込む方式である。また、データの読み出し時には、各ディスクのうち、正常な1つのディスクのみからデータが読み出される。このRAID1の場合、複数のディスクのいずれかに障害が発生した際に、正常な他のディスクからデータを読み出すことができ、上記障害によるデータの損失を避けることができる。即ち、信頼性の向上を図ることができる。   RAID 1 is called mirroring, and is a method of copying data and writing the same data to a plurality of disks. Further, when reading data, data is read from only one normal disk among the disks. In the case of RAID1, when a failure occurs in any of a plurality of disks, data can be read from another normal disk, and data loss due to the failure can be avoided. That is, reliability can be improved.

しかしながら、ストライピングとミラーリングを併用した場合、少なくとも4台のディスクが必要となり、コストが高くなるとともに、装置が大型化する。   However, when striping and mirroring are used in combination, at least four disks are required, which increases costs and increases the size of the apparatus.

これを解決するために、ディスクの台数を増すことなく、ストライピングとミラーリングの併用を実現する技術が提案されている。   In order to solve this problem, a technique has been proposed that realizes the combined use of striping and mirroring without increasing the number of disks.

また、各ディスクに対するデータの書込頻度と読出頻度との比率に応じて、ストライピングとミラーリングを選択する制御方式が提案されている(特許文献1参照)。   In addition, a control method has been proposed in which striping and mirroring are selected in accordance with the ratio of data writing frequency to each disk and reading frequency (see Patent Document 1).

特開平10−143328号公報Japanese Patent Laid-Open No. 10-143328

しかしながら、例えばプリンタ機能、コピー機能などの複数の機能を有するMFPと呼ばれる複合機において、ストライピングとミラーリングを併用する構成を採用した場合、以下のような問題点がある。   However, when a configuration using a combination of striping and mirroring is employed in a multifunction peripheral called MFP having a plurality of functions such as a printer function and a copy function, there are the following problems.

通常、MFPは、不特定多数のユーザにより使用され、またユーザは、MFPのディスクに格納されるデータの形式を意識せずに当該MFPを使用する。よって、MFPにストライピングとミラーリングを併用する構成を採用した場合、ユーザがストライピングとミラーリングのいずれを選択するかを判断し、設定を行うことは、困難である。   Normally, the MFP is used by an unspecified number of users, and the user uses the MFP without being aware of the format of data stored on the disk of the MFP. Therefore, when a configuration using both striping and mirroring is employed in the MFP, it is difficult for the user to determine and set which of striping and mirroring is selected.

また、MFPにおいてディスクに格納される画像データは、通常のパーソナルコンピュータ(PC)で扱うデータより大きいサイズのデータである。よって、印刷ジョブの場合、プリンタの出力速度に合わせて、ディスクに対して高速に画像データの書き込み、読み出しを行う必要がある。しかし、上述した、書込頻度と読出頻度との比率に応じてストライピングとミラーリングを選択する制御方式をMFPに採用した場合、MFPの使用形態を考えると、最適な選択制御を行うことができない。   The image data stored on the disk in the MFP is data having a size larger than that handled by a normal personal computer (PC). Therefore, in the case of a print job, it is necessary to write and read image data on the disk at a high speed in accordance with the output speed of the printer. However, when the above-described control method for selecting striping and mirroring in accordance with the ratio between the writing frequency and the reading frequency is adopted for the MFP, it is not possible to perform optimum selection control considering the usage pattern of the MFP.

本発明の目的は、投入されたジョブに対して、最適な転送方式を決定することができる情報処理装置、その制御方法およびプログラムを提供することにある。   An object of the present invention is to provide an information processing apparatus capable of determining an optimum transfer method for a submitted job, a control method thereof, and a program.

本発明は、上記目的を達成するため、データを格納するための複数の記憶装置を備える情報処理装置であって、少なくとも投入されたジョブの種類に基づいて、前記複数の記憶装置に対する前記投入されたジョブのデータの転送方式を決定する決定手段と、前記決定手段により決定された転送方式により、前記複数の記憶装置に対して前記投入されたジョブのデータを転送する転送手段と、を有することを特徴とする情報処理装置を提供する。   In order to achieve the above object, the present invention provides an information processing apparatus including a plurality of storage devices for storing data, wherein the input to the plurality of storage devices is based on at least a type of input job. Determining means for determining the transfer method of the job data, and transfer means for transferring the input job data to the plurality of storage devices by the transfer method determined by the determining means. An information processing apparatus characterized by the above is provided.

また、本発明は、情報処理装置の制御方法およびプログラムを提供する。   The present invention also provides an information processing apparatus control method and program.

本発明によれば、投入されたジョブに対して、最適な転送方式を決定することができる。   According to the present invention, it is possible to determine an optimal transfer method for a submitted job.

本発明の第1の実施の形態に係る情報処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the information processing apparatus which concerns on the 1st Embodiment of this invention. HD220,221内のディスク領域を模式的に示す図である。2 is a diagram schematically showing a disk area in HDs 220 and 221. FIG. HD220,221に対するデータの転送方式を決定し、決定された転送方式によりデータを転送する手順を示すフローチャートである。10 is a flowchart illustrating a procedure for determining a data transfer method for the HDs 220 and 221 and transferring data using the determined transfer method. 図3のステップS101の転送方式の決定に用いられるテーブルの一例を示す図である。It is a figure which shows an example of the table used for determination of the transfer system of step S101 of FIG. DMAC218によるDMA転送の手順を示すフローチャートである。10 is a flowchart showing a procedure of DMA transfer by the DMAC 218. 本発明の第2の実施の形態に係る情報処理装置において、HD220,221に対するデータの転送方式を決定する処理の手順を示すフローチャートである。10 is a flowchart illustrating a procedure of processing for determining a data transfer method for HDs 220 and 221 in the information processing apparatus according to the second embodiment of the present invention. 本発明の第2の実施の形態において、データの転送方式の決定に用いられる2つのテーブルの例をそれぞれ示す図である。In the 2nd Embodiment of this invention, it is a figure which respectively shows the example of the two tables used for determination of the transfer method of data. 本発明の第3の実施の形態に係る情報処理装置において表示部に表示されるハードディスク使用設定画面の一例を示す図である。It is a figure which shows an example of the hard disk use setting screen displayed on a display part in the information processing apparatus which concerns on the 3rd Embodiment of this invention.

以下、本発明の実施の形態について図面を参照しながら説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(第1の実施の形態)
図1は本発明の第1の実施の形態に係る情報処理装置の構成を示すブロック図である。本実施の形態においては、情報処理装置としてMFPを説明する。
(First embodiment)
FIG. 1 is a block diagram showing the configuration of the information processing apparatus according to the first embodiment of the present invention. In the present embodiment, an MFP will be described as an information processing apparatus.

MFP101は、図1に示すように、CPU201、ROM202、RAM203、スキャナ212、プリンタ208、NIC(Network Interface Card)214およびモデム215を備える。また、MFP101は、RIP(ラスターイメージプロセッサ)217、複数のHD(ハードディスク)220,221、操作部222およびカード認証部228を備える。   As shown in FIG. 1, the MFP 101 includes a CPU 201, ROM 202, RAM 203, scanner 212, printer 208, NIC (Network Interface Card) 214, and modem 215. The MFP 101 also includes a RIP (raster image processor) 217, a plurality of HD (hard disks) 220 and 221, an operation unit 222, and a card authentication unit 228.

CPU201は、ROM202に格納されているブートプログラムによりOS(Operating System)を起動する。そして、CPU201は、上記OS上でHD220またはHD221に記憶されている制御プログラム、各種のアプリケーションプログラムなどを実行させ、MFP101の全体制御、各種の個別制御などを実行する。CPU201が制御を行う際には、RAM203がCPU201の作業領域として用いられる。また、RAM203は、画像データの一時記憶領域としても用いられる。   The CPU 201 activates an OS (Operating System) by a boot program stored in the ROM 202. The CPU 201 executes a control program and various application programs stored in the HD 220 or the HD 221 on the OS, and executes overall control of the MFP 101, various individual controls, and the like. When the CPU 201 performs control, the RAM 203 is used as a work area for the CPU 201. The RAM 203 is also used as a temporary storage area for image data.

スキャナ201は、原稿を読み取り、その画像データを出力する。スキャナ201は、スキャナ制御部211により、CPU201からの指示に基づいて、制御される。スキャナ制御部211は、スキャナから出力された画像データを取得し、画像処理部210に出力する。   The scanner 201 reads a document and outputs the image data. The scanner 201 is controlled by the scanner control unit 211 based on an instruction from the CPU 201. The scanner control unit 211 acquires the image data output from the scanner and outputs it to the image processing unit 210.

画像処理部210は、スキャナ212からの画像データに対して、色空間処理、フィルタ処理などの画像処理を施し、当該画像処理された画像データは、画像圧縮部209に出力される。画像圧縮部209は、上記画像処理された画像データを所定の圧縮率で圧縮する。この圧縮された画像データは、RAM203に一旦記憶された後に、DMAC(Direct Access Memory Controller)218およびHD制御部219を介して、HD220, 221に格納される。   The image processing unit 210 performs image processing such as color space processing and filter processing on the image data from the scanner 212, and the image processed image data is output to the image compression unit 209. The image compression unit 209 compresses the image processed image data at a predetermined compression rate. The compressed image data is temporarily stored in the RAM 203 and then stored in the HDs 220 and 221 via a DMAC (Direct Access Memory Controller) 218 and an HD control unit 219.

プリンタ208は、レーザプリンタからなる。また、プリンタ208として、インクジェットプリンタなどを用いることも可能である。プリンタ208は、プリンタ制御部207により、CPU201からの指示に基づいて行われ、プリンタ制御部207から入力された画像データに基づいて、印刷を行う。   The printer 208 is a laser printer. In addition, an ink jet printer or the like can be used as the printer 208. The printer 208 is printed based on an instruction from the CPU 201 by the printer control unit 207, and performs printing based on image data input from the printer control unit 207.

ここで、上記プリンタ208に入力される画像データは、HD220,221から読み出された画像データであり、この画像データは、画像伸張部205で伸張され、画像処理部206でプリンタ208が処理可能な画像データに変換されたものである。   Here, the image data input to the printer 208 is image data read from the HDs 220 and 221, and this image data can be expanded by the image expansion unit 205 and processed by the printer 208 by the image processing unit 206. It is converted into the correct image data.

NIC214はLAN105に接続され、モデム215は公衆回線227に接続されている。NIC214およびモデム215は、インタフェース制御部213により、LAN105および公衆回線227を介したデータの送受信を行うように制御される。   The NIC 214 is connected to the LAN 105, and the modem 215 is connected to the public line 227. The NIC 214 and the modem 215 are controlled by the interface control unit 213 so as to transmit and receive data via the LAN 105 and the public line 227.

RIP217は、LAN105を介して受信したPDLデータをビットマップイメージに展開するためのプロセッサであり、RIP217で展開したビットマップイメージは、画像圧縮部216により圧縮される。この圧縮された画像データは、RAM203に一旦記憶された後に、DMAC218およびHD制御部219を介して、HD220,21に格納される。   The RIP 217 is a processor for expanding PDL data received via the LAN 105 into a bitmap image. The bitmap image expanded by the RIP 217 is compressed by the image compression unit 216. The compressed image data is temporarily stored in the RAM 203 and then stored in the HDs 220 and 21 via the DMAC 218 and the HD control unit 219.

各HD220,221は、上述したように、システム全体を制御するためのプログラム、各種のアプリケーションプログラム、画像データなどを格納する記憶装置である。各HD220,221は、ストライピング(RAID0)およびミラーリング(RAID1)を実現する1つの仮想記憶装置(RAID)を構成する。各HD220,221に対するデータの書き込みおよび読み出しは、HD制御部219により制御される。また、HD制御部219は、ジョブの種類に基づいて決定されたストライピングまたはミラーリングの転送方式によりデータの転送を行うように制御する。各HD220,221には、CPU201またはインタフェース制御部213を介して、LAN105上にある他の機器からアクセス可能である。また、DMAC218により、RAM203に記憶された画像データを、直接HD220,221に書き込み、また逆にHD220,221に格納されている画像データを直接RAM203に読み出すことが可能である。   As described above, each of the HDs 220 and 221 is a storage device that stores a program for controlling the entire system, various application programs, image data, and the like. Each of the HDs 220 and 221 constitutes one virtual storage device (RAID) that realizes striping (RAID0) and mirroring (RAID1). Writing and reading of data with respect to each HD 220 and 221 is controlled by the HD control unit 219. Further, the HD control unit 219 controls to transfer data by a striping or mirroring transfer method determined based on the type of job. The HDs 220 and 221 can be accessed from other devices on the LAN 105 via the CPU 201 or the interface control unit 213. Further, the DMAC 218 can directly write the image data stored in the RAM 203 to the HDs 220 and 221, and conversely read the image data stored in the HDs 220 and 221 directly to the RAM 203.

操作部222は、入力制御部223、入力部224、表示制御部225および表部226から構成される。入力部224は、ユーザが入力する指示に応じて操作する複数のハードキーおよびソフトキーを有し、操作されたキーに応じた指示を示す指示信号を入力部入力制御部223に入力する。入力制御部223は、バス204を介して、入力された指示信号をCPU201に送出する。表示制御部225は、CPU201からの信号に基づいて、操作手順、メッセージなどを表示するための操作画面を表示部226に表示するように、表示部226を制御する。表示部226は、液晶表示装置(LCD)などからなる。   The operation unit 222 includes an input control unit 223, an input unit 224, a display control unit 225, and a table unit 226. The input unit 224 has a plurality of hard keys and soft keys operated according to an instruction input by the user, and inputs an instruction signal indicating an instruction according to the operated key to the input unit input control unit 223. The input control unit 223 sends the input instruction signal to the CPU 201 via the bus 204. The display control unit 225 controls the display unit 226 to display an operation screen for displaying an operation procedure, a message, and the like on the display unit 226 based on a signal from the CPU 201. The display unit 226 includes a liquid crystal display (LCD).

カード認証部228は、挿入されたカードから該カードに記録されているユーザ情報を読み取る。この読み取られたユーザ情報は、認証制御部227に入力される。認証制御部227は、カード認証部228から入力されたユーザ情報を、バス204を介して、CPU201に送出する。CPU201は、予め許可されているユーザを特定するためのユーザ情報を管理し、当該管理するユーザ情報と上記カードから読み取られたユーザ情報が一致すれば、MFP101の使用許可を与えるなどの認証処理を行う。   The card authentication unit 228 reads user information recorded on the card from the inserted card. The read user information is input to the authentication control unit 227. The authentication control unit 227 sends the user information input from the card authentication unit 228 to the CPU 201 via the bus 204. The CPU 201 manages user information for identifying a user who is permitted in advance, and performs authentication processing such as granting permission to use the MFP 101 if the managed user information matches the user information read from the card. Do.

各画像圧縮部209,216で圧縮された画像データのサイズは、CPU201により、ジョブ単位またはページ単位で管理され、その情報は画像データと関連付けられて、RAM203に記憶される。   The size of the image data compressed by the image compression units 209 and 216 is managed by the CPU 201 in units of jobs or pages, and the information is associated with the image data and stored in the RAM 203.

CPU201は、データバス204を介して、画像伸張部205、画像圧縮部209、インタフェース制御部213、画像圧縮部216、DMAC218、入力制御部223、表示制御部225、認証制御部227のそれぞれを制御する。   The CPU 201 controls the image expansion unit 205, the image compression unit 209, the interface control unit 213, the image compression unit 216, the DMAC 218, the input control unit 223, the display control unit 225, and the authentication control unit 227 via the data bus 204. To do.

次に、MFP101において、コピージョブを行う場合の動作について説明する。   Next, an operation when performing a copy job in the MFP 101 will be described.

ユーザにより操作部222からコピージョブの投入が指示されると、CPU201は、原稿の読み取りをスキャナ制御部211に指示する。スキャナ制御部211は、CPU201からの指示に基づいて、原稿台にセットされた原稿を読み取るようにスキャナデバイス212を制御し、スキャナデバイス212により読み取られた画像データを取得する。スキャナ制御部211により取得された画像データは、画像処理部210により、画像処理が施され、当該画像処理が施された画像データは、画像圧縮部209により所定の圧縮率で圧縮される。   When the user gives an instruction to input a copy job from the operation unit 222, the CPU 201 instructs the scanner control unit 211 to read a document. Based on an instruction from the CPU 201, the scanner control unit 211 controls the scanner device 212 to read a document set on the document table, and acquires image data read by the scanner device 212. The image data acquired by the scanner control unit 211 is subjected to image processing by the image processing unit 210, and the image data subjected to the image processing is compressed by the image compression unit 209 at a predetermined compression rate.

圧縮された画像データは、RAM203に送られて一旦記憶された後に、DMAC218およびHD制御部219を介して、対応するHD220,221に格納される。このHDへの画像データの転送の詳細については、後述する。   The compressed image data is sent to the RAM 203 and temporarily stored, and then stored in the corresponding HDs 220 and 221 via the DMAC 218 and the HD control unit 219. Details of the transfer of the image data to the HD will be described later.

対応するHD220,221に格納された画像データは、DMAC218およびHD制御部219を介して、RAM203に送られて記憶される。このHDからの画像データの転送の詳細については、後述する。   The image data stored in the corresponding HD 220 or 221 is sent to the RAM 203 via the DMAC 218 and the HD control unit 219 and stored therein. Details of the transfer of image data from the HD will be described later.

RAM203に記憶された画像データは、CPU201からの指示により読み出されて、画像伸張部205により伸張される。この伸張された画像データは、画像処理部206に送られ、画像処理部206は、上記伸張された画像データに対して画像処理を施す。プリンタ制御部207は、上記画像処理された画像データを印刷するように、プリンタ208を制御する。これにより、プリンタ208は、読み取られた原稿の画像を用紙に印刷し、当該用紙を出力する。   The image data stored in the RAM 203 is read by an instruction from the CPU 201 and is expanded by the image expansion unit 205. The expanded image data is sent to the image processing unit 206, and the image processing unit 206 performs image processing on the expanded image data. The printer control unit 207 controls the printer 208 so as to print the image data subjected to the image processing. As a result, the printer 208 prints the image of the read original on the paper and outputs the paper.

MFP101は、上記コピージョブの他に、例えば送信ジョブ、印刷ジョブ、ボックスジョブなどを処理することが可能である。ここで、送信ジョブは、スキャナ212により原稿を読み取り、その画像データを、NIC214またはモデム215を介して、指定された宛先に送信するものである。印刷ジョブは、NIC214を介して受信したPDLデータを、プリンタ208により印刷出力するものである。ボックスジョブは、スキャナ212により原稿を読み取り、その画像データを、またはNIC214を介して受信した画像データを、HD220,221に格納するものである。また、ボックスジョブは、HD220,221に格納された画像データを読み出して印刷またはNIC214またはモデム215を介して、指定された宛先に送信するものである。上記いずれのジョブにおいても、その画像データは、必ずHD220,221に格納される。   In addition to the copy job, the MFP 101 can process, for example, a transmission job, a print job, a box job, and the like. Here, the transmission job is to read a document by the scanner 212 and transmit the image data to a designated destination via the NIC 214 or the modem 215. The print job is to print out the PDL data received via the NIC 214 by the printer 208. The box job is to read a document by the scanner 212 and store the image data or the image data received via the NIC 214 in the HDs 220 and 221. In the box job, the image data stored in the HDs 220 and 221 is read out and sent to a designated destination via printing or the NIC 214 or the modem 215. In any of the above jobs, the image data is always stored in the HDs 220 and 221.

次に、上述したような各種のジョブの画像データをHD220,221に格納する際のデータの転送について図2および図3を参照しながら説明する。図2はHD220,221内のディスク領域を模式的に示す図である。図3はHD220,221に対するデータの転送方式を決定し、決定された転送方式によりデータを転送する手順を示すフローチャートである。図4は図3のステップS101の転送方式の決定に用いられるテーブルの一例を示す図である。図3のフローチャートに示す手順は、CPU201により、ROM202に格納されているプログラムに従って実行されるものである。   Next, data transfer when storing image data of various jobs as described above in the HDs 220 and 221 will be described with reference to FIGS. FIG. 2 is a diagram schematically showing disk areas in the HDs 220 and 221. FIG. 3 is a flowchart showing a procedure for determining a data transfer method for the HDs 220 and 221 and transferring the data according to the determined transfer method. FIG. 4 is a diagram showing an example of a table used for determining the transfer method in step S101 of FIG. The procedure shown in the flowchart of FIG. 3 is executed by the CPU 201 in accordance with a program stored in the ROM 202.

HD220は、図2に示すように、システム領域701、ストライピング領域702、ミラーリング領域703に分割されているディスク領域を有する。HD221は、HD220と同様に、システム領域704、ストライピング領域705、ミラーリング領域706に分割されているディスク領域を有する。HD220,221の各領域へアクセスする際の領域の切り替えは、HD制御部219により制御される。   As shown in FIG. 2, the HD 220 has a disk area divided into a system area 701, a striping area 702, and a mirroring area 703. The HD 221 has a disk area divided into a system area 704, a striping area 705, and a mirroring area 706, similar to the HD 220. Switching of areas when accessing each area of the HD 220 and 221 is controlled by the HD control unit 219.

本実施の形態は、投入されたジョブの種類に基づいて、HD220,221に対するデータの転送方式を決定する。この決定には、RAM203に保持されている図4に示すテーブル1301が用いられ、このテーブル1301は、CPU201により書き換え可能なテーブルである。テーブル1301の内容の書き換えは、例えばプリンタ208の出力速度の変更、HD220,221の書き込み、読み出し速度などの性能の変更に応じて行われる。   In the present embodiment, the data transfer method for the HDs 220 and 221 is determined based on the type of the input job. For this determination, a table 1301 shown in FIG. 4 held in the RAM 203 is used, and this table 1301 is a table that can be rewritten by the CPU 201. The rewriting of the contents of the table 1301 is performed in accordance with, for example, a change in performance such as a change in the output speed of the printer 208, writing in the HDs 220 and 221 and a reading speed.

テーブル1301は、図4に示すように、ジョブの種類(コピージョブ、送信ジョブ、PDLモード、ボックスモード)毎に対応付けられている転送方式(ストライピングまたはミラーリングのいずれか)が記述されたものである。   As shown in FIG. 4, the table 1301 describes a transfer method (either striping or mirroring) associated with each job type (copy job, transmission job, PDL mode, box mode). is there.

投入されたジョブのデータを転送する際には、図3に示すように、CPU201は、投入されたジョブの種類と上記テーブル1301に基づいて、HD220,221に対するデータの転送方式を決定する(ステップS101)。ここで、決定された転送方式がミラーリングである場合、決定された転送方式を示すフラグSTFLAGに「0」が、また、ストライピングである場合、フラグSTFLAGに「1」が設定される。   When transferring the data of the submitted job, as shown in FIG. 3, the CPU 201 determines the data transfer method for the HDs 220 and 221 based on the type of the submitted job and the table 1301 (steps). S101). Here, when the determined transfer method is mirroring, “0” is set to the flag STFLAG indicating the determined transfer method, and when it is striping, “1” is set to the flag STFLAG.

次いで、CPU301は、フラグSTFLAGの値が「1」であるか否かを判定する(ステップS102)。ここで、フラグSTFLAGの値が「1」であると判定された場合、CPU201は、ジョブで処理すべきデータのアドレスとして、HD220,221のストライピング領域のアドレスを指定する(ステップS103)。これに対し、フラグSTFLAGの値が「1」でないと判定された場合即ち「0」である場合、CPU201は、ジョブで処理すべきデータのアドレスとして、HD220,221のミラーリング領域のアドレスを指定する(ステップS104)。   Next, the CPU 301 determines whether or not the value of the flag STFLAG is “1” (step S102). If it is determined that the value of the flag STFLAG is “1”, the CPU 201 designates the address of the striping area of the HDs 220 and 221 as the address of data to be processed in the job (step S103). On the other hand, when it is determined that the value of the flag STFLAG is not “1”, that is, “0”, the CPU 201 designates the address of the mirroring area of the HDs 220 and 221 as the address of the data to be processed by the job. (Step S104).

このようにしてジョブで処理すべきデータのアドレスが指定されると、CPU201は、ジョブのデータ転送がHD220,221への書き込みか否かを判定する(ステップS105)。ここで、ジョブのデータ転送がHD220,221への書き込みであると判定された場合、CPU201は、書き込みか読み出しかを指定するコマンドとして、書き込みコマンドを指定する(ステップS106)。これに対し、ジョブのデータ転送がHD220,221への書き込みでないと判定された場合即ちHD220,221からの読み出しである場合、CPU201は、読み出しコマンドを指定する(ステップS107)。   When the address of the data to be processed by the job is specified in this way, the CPU 201 determines whether or not the job data transfer is a write to the HD 220 or 221 (step S105). If it is determined that the job data transfer is writing to the HD 220 or 221, the CPU 201 designates a write command as a command for designating whether to write or read (step S 106). On the other hand, when it is determined that the job data transfer is not writing to the HD 220 or 221, that is, when reading from the HD 220 or 221 is performed, the CPU 201 designates a read command (step S 107).

上記コマンドが指定されると、CPU201は、上記指定されたアドレス、コマンドに基づいて、HD転送設定テーブルおよびRAM転送設定テーブルを作成する(ステップS108)。ここで、HD転送設定テーブルには、HD220,221の指定されたアドレスおよびコマンドが設定される。RAM転送設定テーブルには、データの書き込みまたは読み出しアドレスが設定される。HD転送設定テーブルおよびRAM転送設定テーブルは、RAM203に保持される。   When the command is specified, the CPU 201 creates an HD transfer setting table and a RAM transfer setting table based on the specified address and command (step S108). Here, designated addresses and commands of the HDs 220 and 221 are set in the HD transfer setting table. Data write or read addresses are set in the RAM transfer setting table. The HD transfer setting table and the RAM transfer setting table are held in the RAM 203.

次いで、CPU201は、DMAC218に対して、DMA転送の開始を指示する(ステップS109)。これにより、DMAC218は、上記RAM転送設定テーブルおよびHD転送設定テーブルに基づいてDMA転送を行う。このDMAC218によって行われるDMA転送の詳細については、後述する。   Next, the CPU 201 instructs the DMAC 218 to start DMA transfer (step S109). Thereby, the DMAC 218 performs DMA transfer based on the RAM transfer setting table and the HD transfer setting table. Details of the DMA transfer performed by the DMAC 218 will be described later.

次いで、CPU201は、未処理ジョブがあるか否かを判定する(ステップS110)。ここで、未処理ジョブがあると判定された場合、CPU201は、ステップS101に戻り、次のジョブの処理を開始する。これに対し、未処理ジョブがないと判定された場合、CPU201は、本処理を終了する。   Next, the CPU 201 determines whether there is an unprocessed job (step S110). If it is determined that there is an unprocessed job, the CPU 201 returns to step S101 and starts processing the next job. On the other hand, if it is determined that there is no unprocessed job, the CPU 201 ends this process.

次に、DMAC218によるDMA転送の詳細について図5を参照しながら説明する。図5はDMAC218によるDMA転送の手順を示すフローチャートである。   Next, details of DMA transfer by the DMAC 218 will be described with reference to FIG. FIG. 5 is a flowchart showing a procedure of DMA transfer by the DMAC 218.

DMAC218は、CPU201からのDMA転送の開始指示を受け取ると、図5に示すように、RAM203に保持されているRAM転送設定テーブルから、RAM203に対する転送に関する設定を取得する(ステップS201)。そして、DMAC218は、RAM203に保持されているHD転送設定テーブルから、HD220,221に対する転送に関する設定を取得する(ステップS202)。   When the DMAC 218 receives the DMA transfer start instruction from the CPU 201, the DMAC 218 acquires settings related to the transfer to the RAM 203 from the RAM transfer setting table held in the RAM 203 as shown in FIG. 5 (step S201). Then, the DMAC 218 acquires settings related to the transfer to the HDs 220 and 221 from the HD transfer setting table held in the RAM 203 (step S202).

次いで、DMAC218は、HD転送設定テーブルに設定されているコマンドが書き込みコマンドであるか否かを判定する(ステップS203)。ここで、上記コマンドが書き込みコマンドであると判定された場合、DMAC218は、RAM203のRAM転送設定テーブルに設定されたアドレスの位置から、所定の転送単位のデータを読み出す(ステップS204)。そして、DMAC218は、HD制御部219を介して、上記RAM203から読み出されたデータを、HD220,221のHD転送設定テーブルに設定されたアドレスの位置に書き込む(ステップS205)。   Next, the DMAC 218 determines whether or not the command set in the HD transfer setting table is a write command (step S203). If it is determined that the command is a write command, the DMAC 218 reads data of a predetermined transfer unit from the address position set in the RAM transfer setting table of the RAM 203 (step S204). Then, the DMAC 218 writes the data read from the RAM 203 via the HD control unit 219 at the address position set in the HD transfer setting table of the HDs 220 and 221 (step S205).

HD制御部219は、HD転送設定テーブルに設定されているアドレスがストライピング領域のものかミラーリング領域のものかを判定し、この判定結果に基づいてストライピングまたはミラーリングの一方により、データの書き込みを行うように制御する。ストライピングの場合、データが分散されてHD220,221のストライピング領域の対応するアドレスの位置にそれぞれ書き込まれる。これに対し、ミラーリングの場合、同一のデータが、HD220,221のミラーリング領域の対応するアドレスの位置にそれぞれ書き込まれる。   The HD control unit 219 determines whether the address set in the HD transfer setting table is in the striping area or the mirroring area, and writes data by either striping or mirroring based on the determination result. To control. In the case of striping, data is distributed and written at the corresponding address positions in the striping areas of the HDs 220 and 221. On the other hand, in the case of mirroring, the same data is written to the corresponding address positions in the mirroring areas of the HDs 220 and 221, respectively.

次いで、DMAC218は、所定数分のデータの転送が完了したか否かを判定する(ステップS206)。ここで、所定数分のデータの転送とは、RAM転送設定テーブルに設定された転送データサイズのデータを、HD転送設定テーブルに設定されたセクタ数分、転送することをいう。   Next, the DMAC 218 determines whether or not the transfer of a predetermined number of data has been completed (step S206). Here, the transfer of a predetermined number of data refers to transferring the data of the transfer data size set in the RAM transfer setting table by the number of sectors set in the HD transfer setting table.

上記ステップS206において所定数分のデータの転送が完了していないと判定された場合、DMAC218は、所定数分のデータの転送が完了するまで、上記ステップS204〜ステップS206を繰り返す。   If it is determined in step S206 that the transfer of the predetermined number of data has not been completed, the DMAC 218 repeats steps S204 to S206 until the transfer of the predetermined number of data is completed.

上記ステップS206において所定数分のデータの転送が完了したと判定された場合、DMAC218は、上記RAM転送設定テーブルおよびHD転送設定テーブルを参照して、次に転送すべきデータがあるか否かを判定する(ステップS210)。ここで、次に転送すべきデータがあると判定された場合、DMAC218は、上記ステップS201〜ステップS210を繰り返す。   If it is determined in step S206 that the transfer of the predetermined number of data has been completed, the DMAC 218 refers to the RAM transfer setting table and the HD transfer setting table to determine whether there is data to be transferred next. Determination is made (step S210). Here, if it is determined that there is data to be transferred next, the DMAC 218 repeats the above steps S201 to S210.

上記ステップS210において次に転送すべきデータがないと判定された場合、DMAC218は、本処理を終了する。   If it is determined in step S210 that there is no data to be transferred next, the DMAC 218 ends this processing.

上記ステップS203においてコマンドが書き込みコマンドでないと判定された場合即ち読み出しコマンドの場合、DMAC218は、HDHD制御部219を介して、HD220,221からのデータの読み出しを行う(ステップS207)。ここでは、HD220,221のHD転送設定テーブルに設定されているアドレスの位置から、所定の転送単位のデータが読み出される。HD制御部219は、HD転送設定テーブルに設定されているアドレスがストライピング領域のものかミラーリング領域のものかを判定し、この判定結果に基づいてストライピングまたはミラーリングの一方により、データの読み出しを行うように制御する。ストライピングの場合、データが分散されてHD220,221のストライピング領域にそれぞれ書き込まれているので、HD220,221のストライピング領域のそれぞれから分散されたデータが交互に読み出される。これに対し、ミラーリングの場合、同一のデータがHD220,221のミラーリング領域にそれぞれ書き込まれているので、HD220,221のうち、一方のHD(正常なHD)のミラーリング領域からデータが読み出される。   If it is determined in step S203 that the command is not a write command, that is, if it is a read command, the DMAC 218 reads data from the HDs 220 and 221 via the HDHD control unit 219 (step S207). Here, data of a predetermined transfer unit is read from the address position set in the HD transfer setting table of the HDs 220 and 221. The HD control unit 219 determines whether the address set in the HD transfer setting table is in the striping area or the mirroring area, and reads data by either striping or mirroring based on the determination result. To control. In the case of striping, since the data is distributed and written in the striping areas of the HDs 220 and 221, the distributed data is alternately read from the striping areas of the HDs 220 and 221, respectively. On the other hand, in the case of mirroring, since the same data is written in the mirroring areas of the HDs 220 and 221, data is read from the mirroring area of one of the HDs 220 and 221 (normal HD).

次いで、DMAC218は、HD220,221から読み出されたデータを、RAM203におけるRAM転送設定テーブルに設定されたアドレスの位置に書き込む(ステップS208)。   Next, the DMAC 218 writes the data read from the HDs 220 and 221 to the address position set in the RAM transfer setting table in the RAM 203 (step S208).

次いで、DMAC218は、所定数分のデータの転送が完了したか否かを判定する(ステップS209)。ここで、所定数分のデータの転送とは、RAM転送設定テーブルに設定された転送データサイズのデータを、HD転送設定テーブルに設定されたセクタ数分、転送することをいう。   Next, the DMAC 218 determines whether or not the transfer of a predetermined number of data has been completed (step S209). Here, the transfer of a predetermined number of data refers to transferring the data of the transfer data size set in the RAM transfer setting table by the number of sectors set in the HD transfer setting table.

上記ステップS209において所定数分のデータの転送が完了していないと判定された場合、DMAC218は、所定数分のデータの転送が完了するまで、上記ステップS207〜ステップS209を繰り返す。   If it is determined in step S209 that the transfer of the predetermined number of data has not been completed, the DMAC 218 repeats steps S207 to S209 until the transfer of the predetermined number of data is completed.

上記ステップS209において所定数分のデータの転送が完了したと判定された場合、DMAC218は、上記RAM転送設定テーブルおよびHD転送設定テーブルを参照して、次に転送すべきデータがあるか否かを判定する(ステップS210)。ここで、次に転送すべきデータがあると判定された場合、DMAC218は、上記ステップS201に戻る。上記ステップS210において次に転送すべきデータがないと判定された場合、DMAC218は、本処理を終了する。   If it is determined in step S209 that the transfer of the predetermined number of data has been completed, the DMAC 218 refers to the RAM transfer setting table and the HD transfer setting table to determine whether there is data to be transferred next. Determination is made (step S210). If it is determined that there is data to be transferred next, the DMAC 218 returns to step S201. If it is determined in step S210 that there is no data to be transferred next, the DMAC 218 ends this processing.

このように、本実施の形態によれば、ジョブの種類に応じて、HDに対するデータの転送方式を決定することによって、ユーザが特に意識することなく、プリンタデバイスの出力速度、HDの性能に適したデータの転送を行うことができる。   As described above, according to the present embodiment, by determining the data transfer method for the HD according to the type of job, it is suitable for the output speed of the printer device and the HD performance without the user being particularly conscious. Data can be transferred.

ここで、データの転送方式としてストライピングが決定されたジョブに対して、データの信頼性を向上させるために、装置のアイドル期間中に、データを読み出し、複数のHDに同一のデータを格納させるべく、再転送を行うように構成することも可能である。   Here, in order to improve the reliability of data for a job for which striping has been determined as the data transfer method, data should be read during the idle period of the apparatus and the same data stored in a plurality of HDs. It is also possible to configure to perform re-transfer.

本実施の形態においては、1つのDMAC218が用いられているが、複数のDMACを用いて、各DMACによる転送をアービタによって切り替えるような構成とすることも可能である。   In this embodiment, one DMAC 218 is used, but it is also possible to employ a configuration in which a plurality of DMACs are used and transfer by each DMAC is switched by an arbiter.

また、ユーザ毎にまたはグループ毎に複数のテーブルを準備し、カード認証部228によりユーザを特定し、特定されたユーザに対応付けられているテーブルを用いて、データの転送方式を決定するようにすることも可能である。   In addition, a plurality of tables are prepared for each user or for each group, the user is identified by the card authentication unit 228, and the data transfer method is determined using the table associated with the identified user. It is also possible to do.

(第2の実施の形態)
次に、本発明の第2の実施の形態について図6および図7を参照しながら説明する。図6は本発明の第2の実施の形態に係る情報処理装置において、HD220,221に対するデータの転送方式を決定する処理の手順を示すフローチャートである。図7は本発明の第2の実施の形態において、データの転送方式の決定に用いられる2つのテーブルの例をそれぞれ示す図である。図6のフローチャートに示す手順は、CPU201により、ROM202に格納されているプログラムに従って実行されるものである。ここで、本実施の形態の情報処理装置は、上記第1の実施の形態のMFP101と同じものであり、ここでは、上記第1の実施の形態と同じ符号を用いて説明する。
(Second Embodiment)
Next, a second embodiment of the present invention will be described with reference to FIGS. FIG. 6 is a flowchart showing a processing procedure for determining a data transfer method for the HDs 220 and 221 in the information processing apparatus according to the second embodiment of the present invention. FIG. 7 is a diagram showing examples of two tables used for determining the data transfer method in the second embodiment of the present invention. The procedure shown in the flowchart of FIG. 6 is executed by the CPU 201 in accordance with a program stored in the ROM 202. Here, the information processing apparatus according to the present embodiment is the same as the MFP 101 according to the first embodiment, and will be described using the same reference numerals as those in the first embodiment.

本実施の形態は、ジョブの種類と、当該ジョブで処理されるデータの解像度および圧縮率との組み合わせに基づいて、データの転送方式(ストライピングまたはミラーリング)を決定する点で、上記第1の実施の形態とは異なる。   In the present embodiment, the data transfer method (striping or mirroring) is determined based on the combination of the type of job and the resolution and compression rate of data processed by the job. It is different from the form.

具体的には、本実施の形態においては、データの転送方式の決定に、図4に示すテーブル1301と、図7(a),(b)に示すテーブル1302,1303が用いられる。   Specifically, in this embodiment, the table 1301 shown in FIG. 4 and the tables 1302 and 1303 shown in FIGS. 7A and 7B are used to determine the data transfer method.

テーブル1301については、既に説明したので、ここでは、その説明は省略する。テーブル1302は、図7(a)に示すように、ジョブのデータの解像度に応じた転送方式(ストライピングまたはミラーリングのいずれか)が記述されたものである。テーブル1303は、図7(b)に示すように、ジョブのデータの圧縮率に応じた転送方式(ストライピングまたはミラーリングのいずれか)が記述されたものである。ここで、ジョブのデータの圧縮率は、上述した、画像圧縮部209と画像圧縮部216のそれぞれによりジョブの画像データを圧縮した際の圧縮率であり、当該圧縮率は、画像データとともに、RAM203に記憶されて管理されている。   Since the table 1301 has already been described, the description thereof is omitted here. As shown in FIG. 7A, the table 1302 describes a transfer method (either striping or mirroring) according to the resolution of job data. As shown in FIG. 7B, the table 1303 describes a transfer method (either striping or mirroring) according to the compression rate of job data. Here, the compression rate of the job data is the compression rate when the image data of the job is compressed by each of the image compression unit 209 and the image compression unit 216 described above. Is stored and managed.

本実施の形態において、データの転送方式を決定する際には、図6に示すように、CPU201は、テーブル1301を参照して、投入されたジョブの種類に応じた転送方式を求める(ステップS401)。そして、CPU201は、ジョブの種類に応じた転送方式がストライピングであるか否かを判定する(ステップS402)。ここで、ジョブの種類に応じた転送方式がストライピングでないと判定された場合即ちミラーリングの場合、CPU201は、転送方式をミラーリングに決定し、決定された転送方式を示すフラグSTFLAGに「0」を設定する(ステップS408)。そして、CPU201は、本処理を終了する。   In this embodiment, when determining the data transfer method, as shown in FIG. 6, the CPU 201 refers to the table 1301 to obtain the transfer method according to the type of the input job (step S401). ). Then, the CPU 201 determines whether or not the transfer method according to the job type is striping (step S402). Here, when it is determined that the transfer method corresponding to the type of job is not striping, that is, in the case of mirroring, the CPU 201 determines the transfer method to be mirroring, and sets “0” to the flag STFLAG indicating the determined transfer method. (Step S408). Then, the CPU 201 ends this process.

上記ステップS402においてジョブの種類に応じた転送方式がストライピングであると判定された場合、CPU201は、テーブル1302を参照して、データの解像度に応じた転送方式を求める(ステップS403)。そして、CPU201は、データの解像度に応じた転送方式がストライピングであるか否かを判定する(ステップS404)。ここで、データの解像度に応じた転送方式がストライピングでないと判定された場合即ちミラーリングの場合、CPU201は、転送方式をミラーリングに決定し、フラグSTFLAGに「0」を設定する(ステップS408)。そして、CPU201は、本処理を終了する。   When it is determined in step S402 that the transfer method according to the job type is striping, the CPU 201 refers to the table 1302 and obtains a transfer method according to the data resolution (step S403). Then, the CPU 201 determines whether or not the transfer method corresponding to the data resolution is striping (step S404). Here, when it is determined that the transfer method corresponding to the data resolution is not striping, that is, in the case of mirroring, the CPU 201 determines that the transfer method is mirroring, and sets “0” in the flag STFLAG (step S408). Then, the CPU 201 ends this process.

上記ステップS404においてデータの解像度に応じた転送方式がストライピングであると判定された場合、CPU201は、テーブル1303を参照して、データの圧縮率に応じた転送方式を求める(ステップS405)。そして、CPU201は、データの圧縮率に応じた転送方式がストライピングであるか否かを判定する(ステップS406)。ここで、データの圧縮率に応じた転送方式がストライピングでないと判定された場合即ちミラーリングの場合、CPU201は、転送方式をミラーリングに決定し、フラグSTFLAGに「0」を設定する(ステップS408)。そして、CPU201は、本処理を終了する。   When it is determined in step S404 that the transfer method according to the data resolution is striping, the CPU 201 refers to the table 1303 to obtain a transfer method according to the data compression rate (step S405). Then, the CPU 201 determines whether or not the transfer method according to the data compression rate is striping (step S406). If it is determined that the transfer method corresponding to the data compression rate is not striping, that is, in the case of mirroring, the CPU 201 determines that the transfer method is mirroring and sets “0” to the flag STFLAG (step S408). Then, the CPU 201 ends this process.

上記ステップS406においてデータの解像度に応じた転送方式がストライピングであると判定された場合、CPU201は、転送方式をストライピングに決定し、フラグSTFLAGに「1」を設定する(ステップS407)。そして、CPU201は、本処理を終了する。   When it is determined in step S406 that the transfer method corresponding to the data resolution is striping, the CPU 201 determines the transfer method to striping and sets “1” in the flag STFLAG (step S407). Then, the CPU 201 ends this process.

このように本実施の形態においては、ジョブの種類とジョブのデータの解像度および圧縮率との組み合わせに基づいて、転送方式が決定される。ここでは、転送方式の決定において、ミラーリングが優先的に決定される。そして、ジョブの種類に基づいて求められた転送方式がストライピングであるジョブに対しては、そのデータの解像度および圧縮率が高い場合のみに、転送方式が速度を優先するストライピングに決定されることになる。   Thus, in the present embodiment, the transfer method is determined based on the combination of the job type, the resolution of the job data, and the compression rate. Here, in determining the transfer method, mirroring is preferentially determined. For jobs where the transfer method obtained based on the job type is striping, the transfer method is determined to be striped with priority on speed only when the resolution and compression rate of the data is high. Become.

このようにして転送方式が決定されると、決定された転送方式によりデータの転送が行われる。これは、上記第1の実施の形態と同様に行われる。   When the transfer method is determined in this way, data is transferred according to the determined transfer method. This is performed in the same manner as in the first embodiment.

また、ジョブの種類とジョブのデータの解像度および圧縮率との組み合わせに代えて、例えばジョブの種類とデータの解像度との組み合わせ、またはジョブの種類とデータの圧縮率との組み合わせに基づいて、転送方式を決定するようにしてもよい。   Also, instead of a combination of job type and job data resolution and compression ratio, transfer based on, for example, a combination of job type and data resolution, or a combination of job type and data compression ratio You may make it determine a system.

また、データの解像度のみ、またはデータの圧縮率のみに基づいて、転送方式を決定するようにしてもよい。   Alternatively, the transfer method may be determined based on only the data resolution or the data compression rate.

(第3の実施の形態)
次に、本発明の第3の実施の形態について図8を参照しながら説明する。図8は本発明の第3の実施の形態に係る情報処理装置において表示部に表示されるハードディスク使用設定画面の一例を示す図である。ここで、本実施の形態の情報処理装置は、上記第1の実施の形態のMFP101と同じものであり、ここでは、上記第1の実施の形態と同じ符号を用いて説明する。
(Third embodiment)
Next, a third embodiment of the present invention will be described with reference to FIG. FIG. 8 is a diagram showing an example of a hard disk use setting screen displayed on the display unit in the information processing apparatus according to the third embodiment of the present invention. Here, the information processing apparatus according to the present embodiment is the same as the MFP 101 according to the first embodiment, and will be described using the same reference numerals as those in the first embodiment.

本実施の形態は、ユーザの入力操作に応じて、ジョブの種類毎に転送方式が対応付けられている複数のテーブルの中から、1つのテーブルを選択することができる。そして、選択されたテーブルが、ジョブの種類に応じた転送方式を決定する際のテーブルとして設定される。この点で、本実施の形態は、上記第1の実施の形態と異なる。   In the present embodiment, one table can be selected from a plurality of tables in which a transfer method is associated with each job type in accordance with a user input operation. The selected table is set as a table for determining a transfer method according to the job type. In this respect, the present embodiment is different from the first embodiment.

具体的には、上記テーブルを選択する際には、図8に示すようなハードディスク設定画面1501が、操作部222の表示部226に表示される。このハードディスク設定画面1501には、速度優先から信頼性優先に至る各段階のうちの1つの段階を指定するためのスライドバー1502、ユーザが詳細設定を確認するためのキー1503、設定を保存するOKキー1504が表示される。   Specifically, when selecting the table, a hard disk setting screen 1501 as shown in FIG. 8 is displayed on the display unit 226 of the operation unit 222. The hard disk setting screen 1501 includes a slide bar 1502 for designating one of the stages from speed priority to reliability priority, a key 1503 for the user to confirm detailed settings, and OK to save the settings. A key 1504 is displayed.

本例の場合、速度優先から信頼性優先に至る段階として、LV(レベル)1からLV(レベル4)までの4段階がある。ユーザは、スライドバー1502の操作により、LV(レベル)1からLV(レベル)4までの4段階の中から、所望の段階を指定する。ユーザにより指定された段階は、入力制御部223を介して、CPU201に通知される。CPU201は、LV(レベル)1からLV(レベル4)までの4段階のそれぞれに対応する複数のテーブルの中から、指定された段階に対応するテーブルを選択する。そして、CPU201は、選択したテーブルを、ジョブの種類に応じた転送方式を決定する際のテーブルとして設定する。この選択したテーブルの設定は、ユーザによるOKキー1504の押下を待って行われることになる。   In this example, there are four stages from LV (level) 1 to LV (level 4) as stages from speed priority to reliability priority. The user designates a desired stage from among four stages from LV (level) 1 to LV (level) 4 by operating the slide bar 1502. The stage designated by the user is notified to the CPU 201 via the input control unit 223. The CPU 201 selects a table corresponding to the designated stage from a plurality of tables corresponding to each of the four stages from LV (level) 1 to LV (level 4). Then, the CPU 201 sets the selected table as a table for determining a transfer method according to the type of job. The setting of the selected table is performed after the user presses the OK key 1504.

また、ユーザが指定した段階に対応するテーブルの内容を確認する際には、キー1503が押下される。これにより、ユーザが指定した段階に対応するテーブルの内容を示す詳細画面が表示部226に表示され、ユーザが指定した段階に対応するテーブルの内容を容易に確認することができる。   Further, when confirming the contents of the table corresponding to the stage designated by the user, the key 1503 is pressed. Thereby, a detailed screen showing the contents of the table corresponding to the stage designated by the user is displayed on the display unit 226, and the contents of the table corresponding to the stage designated by the user can be easily confirmed.

ここで、上記詳細画面においてテーブルの内容をユーザにより変更するようにすることも可能である。   Here, the contents of the table can be changed by the user on the detailed screen.

上記LV1〜LV4の各テーブルとしては、例えば以下の表1〜4に示すようなものが用いられる。   As each of the LV1 to LV4 tables, for example, those shown in Tables 1 to 4 below are used.

このように本実施の形態によれば、ユーザの簡単な操作により、複数のテーブルの中から、指定された段階に対応するテーブルを選択し、設定することができる。即ち、転送方式を決定するための条件を容易に変更することができる。   As described above, according to the present embodiment, a table corresponding to a designated stage can be selected and set from a plurality of tables by a simple operation of the user. That is, the conditions for determining the transfer method can be easily changed.

また、同様に、ユーザが、データの解像度に応じた転送方式を求めるためのテーブル、データの圧縮率に応じた転送方式を求めるためのテーブルの選択、設定を行うことを可能にしてもよい。   Similarly, the user may be able to select and set a table for obtaining a transfer method according to the data resolution and a table for obtaining a transfer method according to the data compression rate.

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

101 MFP
201 CPU
202 ROM
218 DMAC
219 HD制御部
220,221 HD
222 操作部
101 MFP
201 CPU
202 ROM
218 DMAC
219 HD controller 220, 221 HD
222 Operation unit

Claims (6)

データを格納するための複数の記憶装置を備え、前記複数の記憶装置を1つの仮想記憶装置として用いる情報処理装置であって、
少なくとも投入されたジョブの種類に基づいて、前記複数の記憶装置に対する前記投入されたジョブのデータの転送方式を決定する決定手段と、
前記決定手段により決定された転送方式により、前記複数の記憶装置に対して前記投入されたジョブのデータを転送する転送手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus comprising a plurality of storage devices for storing data and using the plurality of storage devices as one virtual storage device,
Determining means for determining a method of transferring data of the submitted job to the plurality of storage devices based on at least a type of the submitted job;
Transfer means for transferring the data of the submitted job to the plurality of storage devices by the transfer method determined by the determination means;
An information processing apparatus comprising:
前記決定手段は、ストライピングとミラーリングとのうちの一方を前記転送方式として決定することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the determination unit determines one of striping and mirroring as the transfer method. 前記決定手段は、前記投入されたジョブの種類と該ジョブのデータの解像度および圧縮率の少なくとも一方との組み合わせに基づいて、前記転送方式を決定することを特徴とする請求項1乃至2のいずれか1項に記載の情報処理装置。   3. The method according to claim 1, wherein the determination unit determines the transfer method based on a combination of the type of the input job and at least one of a resolution and a compression rate of data of the job. The information processing apparatus according to claim 1. ユーザの入力操作により、前記ジョブの種類毎に転送方式が対応付けられている条件を設定する設定手段を有し、
前記決定手段は、前記設定手段により設定された条件を参照して、前記転送方式を決定することを特徴とする請求項1乃至2のいずれか1項に記載の情報処理装置。
A setting means for setting a condition in which a transfer method is associated with each type of job by a user input operation;
The information processing apparatus according to claim 1, wherein the determination unit determines the transfer method with reference to a condition set by the setting unit.
データを格納するための複数の記憶装置を備え、前記複数の記憶装置を1つの仮想記憶装置として用いる情報処理装置の制御方法であって、
少なくとも投入されたジョブの種類に基づいて、前記複数の記憶装置に対する前記投入されたジョブのデータの転送方式を決定する工程と、
前記決定された転送方式により、前記複数の記憶装置に対して前記投入されたジョブのデータを転送する工程と、
を有することを特徴とする情報処理装置の制御方法。
A control method for an information processing apparatus comprising a plurality of storage devices for storing data and using the plurality of storage devices as one virtual storage device,
Determining a method of transferring data of the submitted job to the plurality of storage devices based on at least a type of the submitted job;
Transferring the data of the submitted job to the plurality of storage devices by the determined transfer method;
A method for controlling an information processing apparatus, comprising:
データを格納するための複数の記憶装置を備え、前記複数の記憶装置を1つの仮想記憶装置として用いる情報処理装置を制御するためのプログラムであって、
少なくとも投入されたジョブの種類に基づいて、前記複数の記憶装置に対する前記投入されたジョブのデータの転送方式を決定するステップと、
前記決定された転送方式により、前記複数の記憶装置に対して前記投入されたジョブのデータを転送するステップと、
をコンピュータに実行させることを特徴とするプログラム。
A program for controlling an information processing apparatus comprising a plurality of storage devices for storing data and using the plurality of storage devices as one virtual storage device,
Determining a method of transferring data of the submitted job to the plurality of storage devices based on at least a type of the submitted job;
Transferring the data of the submitted job to the plurality of storage devices according to the determined transfer method;
A program that causes a computer to execute.
JP2009220552A 2009-09-25 2009-09-25 Information processor, method and program for controlling the same Pending JP2011068012A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009220552A JP2011068012A (en) 2009-09-25 2009-09-25 Information processor, method and program for controlling the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009220552A JP2011068012A (en) 2009-09-25 2009-09-25 Information processor, method and program for controlling the same

Publications (1)

Publication Number Publication Date
JP2011068012A true JP2011068012A (en) 2011-04-07

Family

ID=44013781

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009220552A Pending JP2011068012A (en) 2009-09-25 2009-09-25 Information processor, method and program for controlling the same

Country Status (1)

Country Link
JP (1) JP2011068012A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016162268A (en) * 2015-03-03 2016-09-05 コニカミノルタ株式会社 Image formation apparatus, control method and control program
US10409503B2 (en) 2014-11-07 2019-09-10 Konica Minolta, Inc. Storage system which makes backups of input data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10409503B2 (en) 2014-11-07 2019-09-10 Konica Minolta, Inc. Storage system which makes backups of input data
JP2016162268A (en) * 2015-03-03 2016-09-05 コニカミノルタ株式会社 Image formation apparatus, control method and control program

Similar Documents

Publication Publication Date Title
US20170257513A1 (en) Image forming apparatus and method for controlling image forming apparatus
JP6875808B2 (en) Information processing device
JP5379660B2 (en) Image processing apparatus and control method thereof
JP4852558B2 (en) Composite device and memory management method in composite device
JP5494556B2 (en) Image forming method and image forming apparatus
JP2007030252A (en) Image forming system, interruption processing method and printing apparatus
JP5658574B2 (en) Image forming apparatus, control method therefor, and program
JP2011068012A (en) Information processor, method and program for controlling the same
JP2005327334A (en) Image processing apparatus
JP2008067299A (en) Image forming apparatus
JP5232728B2 (en) Image forming apparatus
JP5915670B2 (en) Image processing apparatus, image processing method and image processing program in the same
JP2018063676A (en) Information processing device, control method thereof, and program
JP6344047B2 (en) Output control device, output control program, output control method, and recording medium
JP6124836B2 (en) Electronic device and memory management method
JP6380084B2 (en) Information processing apparatus and information processing program
JP5704318B2 (en) Image forming method and image forming apparatus
JPH11122417A (en) Picture formation system and information processor in the system and method for controlling the same
JP2010005847A (en) Print control device and print control program
JP2012070028A (en) Image forming apparatus
JP2009033242A (en) Image forming apparatus, and image data storage method for image forming apparatus
JP2018118477A (en) Image processing device, control method and program of the same
JP2007280373A (en) Data processing device, image processing device, image forming apparatus, and computer program
JP6833491B2 (en) Information processing device
JP6720824B2 (en) Image processing device, image processing device control method, and program