JP7047429B2 - Storage device management system, storage device management device, storage device management method, and program - Google Patents

Storage device management system, storage device management device, storage device management method, and program Download PDF

Info

Publication number
JP7047429B2
JP7047429B2 JP2018020274A JP2018020274A JP7047429B2 JP 7047429 B2 JP7047429 B2 JP 7047429B2 JP 2018020274 A JP2018020274 A JP 2018020274A JP 2018020274 A JP2018020274 A JP 2018020274A JP 7047429 B2 JP7047429 B2 JP 7047429B2
Authority
JP
Japan
Prior art keywords
job
storage device
storage
storage area
schedule
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
JP2018020274A
Other languages
Japanese (ja)
Other versions
JP2019139372A (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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2018020274A priority Critical patent/JP7047429B2/en
Publication of JP2019139372A publication Critical patent/JP2019139372A/en
Application granted granted Critical
Publication of JP7047429B2 publication Critical patent/JP7047429B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、記憶装置の管理に関し、特に、分散配置された複数の記憶装置を管理する記憶装置管理システムなどに関する。 The present invention relates to the management of storage devices, and more particularly to a storage device management system for managing a plurality of distributed storage devices.

High Performance Computing(HPC)システムなどの情報処理システムは、その規模が大きくなるにつれて、設置場所などの関係で、ネットワークなどを用いて各種の装置を分散配置する。 As the scale of an information processing system such as a High Performance Computing (HPC) system increases, various devices are distributed and arranged using a network or the like in relation to the installation location or the like.

情報処理システムでは、記憶装置(以下の説明において、「ストレージ」と呼ぶ場合もある)に対する性能の要求が高まっている。ただし、システムの調達コストには制約がある。そのため、情報処理システムにおいて、記憶装置などを含むInput and Output(IO)システムには、コストを抑えてのIO性能を高めることが求められている(例えば、特許文献1及び2を参照)。 In information processing systems, performance requirements for storage devices (sometimes referred to as "storage" in the following description) are increasing. However, there are restrictions on the procurement cost of the system. Therefore, in an information processing system, an Input and Output (IO) system including a storage device is required to suppress costs and improve IO performance (see, for example, Patent Documents 1 and 2).

特許文献1に記載の分散ストレージシステムは、分散ストレージシステムにおいて、キャッシュを用いて、サーバとストレージと間の効率的なデータの供給を実現する。 The distributed storage system described in Patent Document 1 realizes efficient data supply between a server and a storage by using a cache in the distributed storage system.

特許文献2に記載のストレージシステムは、バッファサイズを基にキャッシュを割り当てるパーティション領域の容量を決定する。 The storage system described in Patent Document 2 determines the capacity of the partition area to which the cache is allocated based on the buffer size.

IOパフォーマンスを高めるため、磁気ディスク装置に替えて、磁気ディスク装置よりアクセス速度が高速であるSolid State Drive(SSD)を用いられる場合が増えている。例えば、ジョブを実行する装置(以下、「ジョブ実行装置」と呼ぶ)に直接的に接続する記憶装置として、SSDが用いられている。 In order to improve IO performance, Solid State Drive (SSD), which has a higher access speed than the magnetic disk device, is increasingly used instead of the magnetic disk device. For example, an SSD is used as a storage device that is directly connected to a device that executes a job (hereinafter, referred to as a “job execution device”).

しかし、各ジョブ実行装置が個別に接続できる記憶装置の数には、限りがある。例えば、ジョブ実行装置がそれぞれに接続されているSSDを使用する場合、ジョブ実行装置が使用可能な容量は、接続されているSSDの容量を超えられない。つまり、ジョブ実行装置が個別に接続されているSSDを使用する場合、ジョブ実行装置は、性能が制限されるという問題があった。 However, the number of storage devices that can be individually connected to each job execution device is limited. For example, when the job execution device uses the SSD connected to each, the capacity that can be used by the job execution device cannot exceed the capacity of the connected SSD. That is, when the SSDs to which the job execution devices are individually connected are used, there is a problem that the performance of the job execution devices is limited.

また、ジョブ実行装置は、それぞれ、使用する記憶領域の容量が異なる。例えば、使用容量が少ないジョブ実行装置に接続されているSSDは、未使用領域が多くなる。つまり、ジョブ実行装置が個別に接続されているSSDを使用する場合、SSDの利用効率が低下するという問題があった。 Further, each job execution device has a different storage area capacity. For example, an SSD connected to a job execution device with a small used capacity has a large unused area. That is, when the SSDs to which the job execution devices are individually connected are used, there is a problem that the utilization efficiency of the SSDs is lowered.

このように、ジョブ実行装置が、個別に接続されたSSDを用いる情報処理システムは、性能が制限され、SSDの利用効率が低いという問題点があった。 As described above, the information processing system using the SSD to which the job execution device is individually connected has a problem that the performance is limited and the utilization efficiency of the SSD is low.

上記の問題点の対応として、複数のSSDを備えた専用サーバ(例えば、ファイルサーバ)を用いた情報処理システムが想定される。このシステムにおいて、ジョブ実行装置に対して所望のスループット及び容量などを満足する記憶領域を実現する場合、専用サーバは、専用サーバに接続されているSDDを束ねて、必要となる性能を備えた記憶領域をジョブ実行装置に提供する。 As a countermeasure to the above problems, an information processing system using a dedicated server (for example, a file server) equipped with a plurality of SSDs is assumed. In this system, when realizing a storage area that satisfies the desired throughput and capacity for the job execution device, the dedicated server bundles the SDDs connected to the dedicated server and stores them with the required performance. The area is provided to the job execution device.

特開2016-212819号公報Japanese Unexamined Patent Publication No. 2016-212819 特開2008-181243号公報Japanese Unexamined Patent Publication No. 2008-181243

しかし上記の場合、その記憶領域を使用するジョブ実行装置からのアクセスは、全て、専用サーバに集中することとなる。そのため、ジョブ実行装置から複数のSSDに対してアクセスした場合、アクセスの競合が、発生する。アクセスの競合は、情報処理システムにおけるアクセス性能を低下させる可能性がある。 However, in the above case, all access from the job execution device that uses the storage area is concentrated on the dedicated server. Therefore, when accessing a plurality of SSDs from the job execution device, access conflict occurs. Access contention can reduce access performance in information processing systems.

つまり、専用サーバを用いた一般的な情報処理システムにおいては、複数の記憶装置にアクセスする場合、アクセス性能が低下するという問題点があった。 That is, in a general information processing system using a dedicated server, there is a problem that the access performance is deteriorated when accessing a plurality of storage devices.

特許文献1及び2に記載の発明は、キャッシュに関する発明であり、複数の記憶装置を用いて構成された記憶領域へのアクセスの競合を改善するものではない。 The inventions described in Patent Documents 1 and 2 are inventions relating to a cache, and do not improve the competition for access to a storage area configured by using a plurality of storage devices.

本発明の目的は、上記問題点を解決し、複数の記憶装置を用いて確保した記憶領域に対するアクセスの性能を改善する記憶装置管理システムなどを提供することにある。 An object of the present invention is to provide a storage device management system or the like that solves the above problems and improves the performance of access to a storage area secured by using a plurality of storage devices.

本発明の一形態における記憶装置管理システムは、各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置と、ジョブ実行装置が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域の性能を抽出する予定抽出手段と、記憶領域をジョブに割り当てる使用予定時間を設定するジョブ管理手段とを含むジョブ管理装置と、使用予定時間において記憶領域における性能を満足するように、ジョブに割り当てる複数の記憶装置を決定する記憶装置決定手段を含む記憶装置管理装置とを含む。 The storage device management system according to one embodiment of the present invention analyzes a plurality of job execution devices, each including a storage device, and a job schedule processed by the job execution device, and jobs in the schedule. A job management device that includes a schedule extraction means that extracts the performance of the storage area used by the user, a job management means that sets the scheduled usage time for allocating the storage area to the job, and the performance in the storage area at the scheduled usage time. Includes a storage device management device including storage device determination means for determining a plurality of storage devices to be assigned to a job.

本発明の一形態における記憶装置管理方法は、各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置を含む記憶装置管理システムが、ジョブ実行装置が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域の性能を抽出し、記憶領域をジョブに割り当てる使用予定時間を設定し、使用予定時間において記憶領域における性能を満足するように、ジョブに割り当てる複数の記憶装置を決定する。 In the storage device management method according to one embodiment of the present invention, a storage device management system including a storage device and a plurality of job execution devices that execute a predetermined job analyzes the schedule of jobs processed by the job execution device. Then, the performance of the storage area used by the job in the schedule is extracted, the scheduled usage time for allocating the storage area to the job is set, and multiple storages allocated to the job so as to satisfy the performance in the storage area at the scheduled usage time. Determine the device.

本発明の一形態における記憶装置管理装置は、各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置を含む記憶装置管理システムに接続され、ジョブ実行装置が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域の性能を抽出する予定抽出手段と、記憶領域をジョブに割り当てる使用予定時間を設定するジョブ管理手段と、使用予定時間において記憶領域における性能を満足するように、ジョブに割り当てる複数の記憶装置を決定する記憶装置決定手段とを含む。 Each of the storage device management devices in one embodiment of the present invention is connected to a storage device management system including a storage device and a plurality of job execution devices for executing a predetermined job, and a job scheduled to be processed by the job execution device. Satisfies the performance in the storage area at the scheduled usage time, the schedule extraction means that extracts the performance of the storage area used by the job in the schedule, and the job management means that sets the scheduled usage time to allocate the storage area to the job. As such, it includes storage device determining means for determining a plurality of storage devices to be assigned to a job.

本発明の一形態における記憶装置管理方法は、各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置を含む記憶装置管理システムに接続される記憶装置管理装置が、ジョブ実行装置が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域の性能を抽出し、記憶装置をジョブに割り当てる使用予定時間を設定し、使用予定時間において記憶領域における性能を満足するように、ジョブに割り当てる複数の記憶装置を決定する。 In the storage device management method according to one embodiment of the present invention, a storage device management device connected to a storage device management system including a storage device including a storage device and a plurality of job execution devices for executing a predetermined job is a job execution device. Analyzes the schedule of the job processed by, extracts the performance of the storage area used by the job in the schedule, sets the scheduled usage time to allocate the storage device to the job, and satisfies the performance in the storage area at the scheduled usage time. Determine multiple storage devices to assign to the job.

本発明の一形態におけるプログラムは、各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置を含む記憶装置管理システムに接続されるコンピュータに、ジョブ実行装置が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域の性能を抽出する処理と、記憶領域をジョブに割り当てる使用予定時間を設定する処理と、使用予定時間において記憶領域における性能を満足するように、ジョブに割り当てる複数の記憶装置を決定する処理とを実行させる。 The program in one embodiment of the present invention is a scheduled job to be processed by a job execution device on a computer connected to a storage device management system, each of which includes a storage device and includes a plurality of job execution devices for executing a predetermined job. The process of extracting the performance of the storage area used by the job in the schedule, the process of setting the scheduled usage time to allocate the storage area to the job, and the process of setting the scheduled usage time, so as to satisfy the performance in the storage area at the scheduled usage time. Executes the process of determining multiple storage devices to be assigned to the job.

本発明に基づけば、複数の記憶装置を用いて確保した記憶領域に対するアクセス性能を改善するとの効果を奏することができる。 Based on the present invention, it is possible to achieve the effect of improving the access performance to the storage area secured by using a plurality of storage devices.

図1は、本発明における第1の実施形態に係る記憶装置管理システムの構成の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of the configuration of the storage device management system according to the first embodiment of the present invention. 図2は、第1の実施形態に係る記憶装置管理テーブルの一例を示す図である。FIG. 2 is a diagram showing an example of a storage device management table according to the first embodiment. 図3は、第1の実施形態に係る記憶装置割当てテーブルの一例を示す図である。FIG. 3 is a diagram showing an example of a storage device allocation table according to the first embodiment. 図4は、第1の実施形態に係るジョブ管理装置における記憶領域を設定する動作の一例を示すフロー図である。FIG. 4 is a flow chart showing an example of an operation of setting a storage area in the job management device according to the first embodiment. 図5は、第1の実施形態に係る記憶装置管理装置における割当ての動作の一例を示すフロー図である。FIG. 5 is a flow chart showing an example of the allocation operation in the storage device management device according to the first embodiment. 図6は、第1の実施形態に係る記憶装置管理装置におけるジョブ開始時の動作の一例を示すフロー図である。FIG. 6 is a flow chart showing an example of an operation at the start of a job in the storage device management device according to the first embodiment. 図7は、第1の実施形態に係る記憶装置管理装置における割り当てた記憶装置を開放する動作の一例を示すフロー図である。FIG. 7 is a flow chart showing an example of an operation of opening the assigned storage device in the storage device management device according to the first embodiment. 図8は、ジョブの要求情報の一例を示す図である。FIG. 8 is a diagram showing an example of job request information. 図9は、第1の実施形態に係る記憶装置管理システムの概要の構成の一例を示すブロック図である。FIG. 9 is a block diagram showing an example of the configuration of the outline of the storage device management system according to the first embodiment. 図10は、第1の実施形態に係る概要の別の構成の一例を示すブロック図である。FIG. 10 is a block diagram showing another example of the configuration of the outline according to the first embodiment. 図11は、第1の実施形態に係る記憶装置管理装置におけるハードウェア構成の一例を示すブロック図である。FIG. 11 is a block diagram showing an example of a hardware configuration in the storage device management device according to the first embodiment.

次に、本発明における実施形態について図面を参照して説明する。 Next, an embodiment of the present invention will be described with reference to the drawings.

各図面は、本発明における実施形態を説明するためのものである。ただし、本発明は、各図面の記載に限られるわけではない。また、各図面の同様の構成には、同じ番号を付し、その繰り返しの説明を、省略する場合がある。また、以下の説明に用いる図面において、本発明の説明に関係しない部分の構成については、記載を省略し、図示しない場合もある。 Each drawing is for explaining an embodiment in the present invention. However, the present invention is not limited to the description of each drawing. Further, similar configurations of the drawings may be numbered the same, and the repeated description thereof may be omitted. Further, in the drawings used in the following description, the description of the structure of the portion not related to the description of the present invention may be omitted and not shown.

まず、本発明における実施形態の説明に用いる用語について整理する。 First, the terms used in the description of the embodiments of the present invention will be summarized.

以下の説明では、処理の単位として、「ジョブ」を用いる。ただし、これは、本発明における実施形態を限定するものではない。処理の単位は、記憶領域を割り当てる単位であればよい。例えば、処理の単位は、「タスク」又は「スレッド」でもよい。 In the following description, a "job" is used as a processing unit. However, this does not limit the embodiment in the present invention. The unit of processing may be any unit for allocating the storage area. For example, the unit of processing may be a "task" or a "thread".

「ジョブの予定」は、ジョブ実行装置において実行されるジョブの予定である。ジョブの予定は、ジョブ実行装置へのジョブの要求(要求情報)を基に作成される。要求情報は、その内容及び形式を、限定されない。例えば、要求情報は、ジョブで使用するメモリ量、CPU数、経過時間上限、及び/又はバッチキューなど計算リソースの指定でもよい。また、要求情報は、例えば、所定のプログラム言語、又は、スクリプト言語を用いて記載されてもよい。 "Job schedule" is a schedule of a job to be executed in the job execution device. The job schedule is created based on the job request (request information) to the job execution device. The request information is not limited in its content and format. For example, the request information may specify a calculation resource such as the amount of memory used in the job, the number of CPUs, the upper limit of elapsed time, and / or the batch queue. Further, the request information may be described using, for example, a predetermined programming language or a script language.

なお、以下の説明に用いられるジョブの予定は、ジョブが使用する予定である記憶領域に関する性能を含む。ただし、性能は、限定されない。以下の説明では、性能の一例として、「容量」と「スループット」とを用いる。さらに、記憶領域の性能は、上記のようなアクセス性能に限られず、機能的な内容(例えば、所定のRAID(Redundant Arrays of Inexpensive Disks)機能)など他の要求を含んでもよい。 Note that the job schedule used in the following description includes performance related to the storage area to be used by the job. However, the performance is not limited. In the following description, "capacity" and "throughput" are used as an example of performance. Further, the performance of the storage area is not limited to the access performance as described above, and may include other requirements such as functional contents (for example, a predetermined RAID (Redundant Arrays of Inexpenive Disks) function).

また、各実施形態における記憶領域に割り当てる物理構成の割当ての単位は、限定されない。各実施形態は、割当ての単位として、記憶装置を用いてもよく、記憶装置を論理的に分割した領域(以下、「パーティション」と呼ぶ)を用いてもよい。以下の説明では、割当ての単位の一例として、パーティションを用いる。なお、記憶装置を割当ての単位として用いる場合、以下の説明におけるパーティションを、適宜、記憶装置に変更すればよい。 Further, the unit of physical configuration allocation assigned to the storage area in each embodiment is not limited. In each embodiment, a storage device may be used as a unit of allocation, or an area (hereinafter, referred to as “partition”) in which the storage device is logically divided may be used. In the following description, a partition is used as an example of the allocation unit. When the storage device is used as the unit of allocation, the partition in the following description may be appropriately changed to the storage device.

<第1の実施形態>
以下、図面を参照して、第1の実施形態について説明する。
<First Embodiment>
Hereinafter, the first embodiment will be described with reference to the drawings.

[構成の説明]
まず、図面を参照して、第1の実施形態に係る記憶装置管理システム100の構成について説明する。
[Description of configuration]
First, the configuration of the storage device management system 100 according to the first embodiment will be described with reference to the drawings.

図1は、本発明における第1の実施形態に係る記憶装置管理システム100の構成の一例を示す図である。 FIG. 1 is a diagram showing an example of the configuration of the storage device management system 100 according to the first embodiment of the present invention.

記憶装置管理システム100は、複数のジョブ実行装置1と、ジョブ管理装置2と、ネットワーク3と、記憶装置管理装置4とを含む。 The storage device management system 100 includes a plurality of job execution devices 1, a job management device 2, a network 3, and a storage device management device 4.

ネットワーク3は、各装置を接続する通信網である。ネットワーク3は、各装置を所定の性能で接続できればよく、その構成を限定されない。例えば、ネットワーク3は、ファイバ・チャネル、Loacl Area Network(LAN)、又は、電話回線網である。 The network 3 is a communication network that connects each device. The network 3 is not limited in its configuration as long as each device can be connected with predetermined performance. For example, network 3 is a Fiber Channel, Loall Area Network (LAN), or telephone line network.

ジョブ実行装置1は、ネットワーク3を介して分散配置されている。そして、各々のジョブ実行装置1は、所定の処理(ジョブ)を実行する。例えば、ジョブ実行装置1は、所定のサービスを提供するサーバである。ただし、ジョブ実行装置1は、サーバに限定されない。 The job execution devices 1 are distributed and arranged via the network 3. Then, each job execution device 1 executes a predetermined process (job). For example, the job execution device 1 is a server that provides a predetermined service. However, the job execution device 1 is not limited to the server.

さらに、ジョブ実行装置1は、少なくとも1台の記憶装置11を含む。つまり、記憶装置11は、分散配置されている。 Further, the job execution device 1 includes at least one storage device 11. That is, the storage devices 11 are distributed and arranged.

記憶装置11は、任意である。ただし、後ほど説明するように、記憶装置11は、ジョブが使用する記憶領域12を構成する。そのため、記憶装置11は、性能(例えば、アクセス性能)が高いことが望ましい。例えば、記憶装置11は、SSDである。 The storage device 11 is optional. However, as will be described later, the storage device 11 constitutes a storage area 12 used by the job. Therefore, it is desirable that the storage device 11 has high performance (for example, access performance). For example, the storage device 11 is an SSD.

さらに、記憶装置11のインターフェースは、任意である。インターフェースは、例えば、ファイバ・チャネルである。 Further, the interface of the storage device 11 is arbitrary. The interface is, for example, Fiber Channel.

ただし、これらは、記憶装置11を限定するものではない。 However, these are not limited to the storage device 11.

なお、いずれのジョブ実行装置1が、記憶領域12を用いるジョブを実行してもよい。さらに、記憶領域12は、いずれのジョブ実行装置1における記憶装置11を用いて構成されてもよい。図1は、例示として、右中央のジョブ実行装置1のジョブに、上部のジョブ実行装置1の記憶装置11を用いて構成された記憶領域12を割り当てる場合を示している。 It should be noted that any job execution device 1 may execute a job using the storage area 12. Further, the storage area 12 may be configured by using the storage device 11 in any job execution device 1. As an example, FIG. 1 shows a case where a storage area 12 configured by using the storage device 11 of the upper job execution device 1 is assigned to a job of the job execution device 1 in the center right.

ジョブ管理装置2は、ジョブ実行装置1が実行するジョブを管理する。詳細には、ジョブ管理装置2は、ジョブが使用する記憶領域12の予定の設定と、ジョブの開始時における記憶領域12の割当てと、ジョブの終了時の記憶領域12の開放に関する処理とを実行する。 The job management device 2 manages the jobs executed by the job execution device 1. Specifically, the job management device 2 executes the process of setting the schedule of the storage area 12 used by the job, allocating the storage area 12 at the start of the job, and releasing the storage area 12 at the end of the job. do.

ジョブ管理装置2は、予定抽出部21と、ジョブ管理部22とを含む。 The job management device 2 includes a schedule extraction unit 21 and a job management unit 22.

予定抽出部21は、ジョブの予定を解析し、ジョブが使用する記憶領域12における性能を抽出する。例えば、予定抽出部21は、ユーザなどからのジョブ実行装置1に対するジョブの予定として送信された要求情報(例えば、ジョブスクリプト)を解析する。そして、予定抽出部21は、要求情報における記憶領域12に関する要求(例えば、要求指示行)を基に、ジョブが使用する記憶領域12の性能を抽出する。予定抽出部21は、ジョブが使用する記憶領域12の性能をジョブ管理部22に送信する。 The schedule extraction unit 21 analyzes the schedule of the job and extracts the performance in the storage area 12 used by the job. For example, the schedule extraction unit 21 analyzes request information (for example, a job script) transmitted as a job schedule from a user or the like to the job execution device 1. Then, the schedule extraction unit 21 extracts the performance of the storage area 12 used by the job based on the request (for example, the request instruction line) regarding the storage area 12 in the request information. The schedule extraction unit 21 transmits the performance of the storage area 12 used by the job to the job management unit 22.

図8は、ジョブの要求情報の一例を示す図である。 FIG. 8 is a diagram showing an example of job request information.

図8において、破線で囲まれた行が、記憶領域12に関する要求指示行である。この要求指示行は、「JOB_NAME」のジョブが、容量がM[GB]で、スループットがN[GB/s]となる記憶領域12を要求している。 In FIG. 8, the line surrounded by the broken line is the request instruction line for the storage area 12. In this request instruction line, the job of "JOB_NAME" requests the storage area 12 having a capacity of M [GB] and a throughput of N [GB / s].

要求指示行は、上記に限定されない。要求指示行は、予めジョブ管理装置2に設定された所定の書式を用いて記載されてもよい。 The request instruction line is not limited to the above. The request instruction line may be described using a predetermined format set in advance in the job management device 2.

図1を参照した説明に戻る。 Returning to the explanation with reference to FIG.

ジョブ管理部22は、ジョブに記憶領域12を割り当てる時間(以下、「使用予定時間」と呼ぶ)を設定する。そして、ジョブ管理部22は、性能及び使用予定時間を記憶装置管理装置4に送信し、記憶装置管理装置4に記憶領域12に対応した記憶装置11の割当ての予約を依頼する。 The job management unit 22 sets a time (hereinafter, referred to as “scheduled use time”) for allocating the storage area 12 to the job. Then, the job management unit 22 transmits the performance and the scheduled usage time to the storage device management device 4, and requests the storage device management device 4 to reserve the allocation of the storage device 11 corresponding to the storage area 12.

さらに、ジョブ管理部22は、ジョブ実行装置1におけるジョブの開始時に、記憶装置管理装置4に、ジョブに記憶装置11を割り当てる依頼である「割当て依頼」を送信する。 Further, the job management unit 22 transmits a “assignment request”, which is a request for allocating the storage device 11 to the job, to the storage device management device 4 at the start of the job in the job execution device 1.

また、ジョブ管理部22は、ジョブ実行装置1におけるジョブが終了すると、記憶装置管理装置4に、ジョブに割り当てた記憶装置11を開放する依頼である「開放依頼」を送信する。 Further, when the job in the job execution device 1 is completed, the job management unit 22 sends a "release request", which is a request to release the storage device 11 assigned to the job, to the storage device management device 4.

なお、ジョブ管理部22は、ジョブに記憶領域12を割り当てる時間を設定するやり方を限定されない。ジョブ管理部22は、ジョブに記憶領域12を割り当てる時間を設定するやり方として、一般的な情報処理システムに用いられるジョブのスケジュールを設定するやり方を用いればよい。 The job management unit 22 is not limited in the method of setting the time for allocating the storage area 12 to the job. The job management unit 22 may use a method of setting a job schedule used in a general information processing system as a method of setting a time for allocating a storage area 12 to a job.

記憶装置管理装置4は、記憶装置管理システム100における記憶装置11を用いた記憶領域12を管理する。さらに、記憶装置管理装置4は、記憶領域12を確保するための処理(例えば、記憶装置11のパーティションの共有)を管理してもよい。 The storage device management device 4 manages the storage area 12 using the storage device 11 in the storage device management system 100. Further, the storage device management device 4 may manage a process for securing the storage area 12 (for example, sharing a partition of the storage device 11).

記憶装置管理装置4は、記憶装置決定部41と、記憶装置割当て部43とを含む。記憶装置管理装置4は、さらに、記憶装置共有部42を含んでもよい。 The storage device management device 4 includes a storage device determination unit 41 and a storage device allocation unit 43. The storage device management device 4 may further include a storage device sharing unit 42.

記憶装置決定部41は、ジョブ管理装置2から受信した、ジョブが使用する記憶領域12の性能と使用予定時間とを満たすように、記憶装置11におけるパーティションの割当ての予定を決定する。この状態では、記憶領域12に割り当てるパーティションは、予約状態である。つまり、記憶装置決定部41は、性能と使用予定時間とを基に、パーティションを予約する。 The storage device determination unit 41 determines a partition allocation schedule in the storage device 11 so as to satisfy the performance of the storage area 12 used by the job and the scheduled use time received from the job management device 2. In this state, the partition allocated to the storage area 12 is in the reserved state. That is, the storage device determination unit 41 reserves a partition based on the performance and the scheduled usage time.

記憶装置決定部41は、予定(予約)の決定において、ジョブ実行装置1(及び記憶装置11)の配置を考慮してもよい。例えば、記憶装置決定部41は、ジョブを実行するジョブ実行装置1と、記憶装置11を備えるジョブ実行装置1との論理的及び/又は物理的な距離を基に、記憶装置11を決定してもよい。具体的には、記憶装置決定部41は、性能を満足する記憶装置11として、ジョブを実行するジョブ実行装置1とのホップ数(又は介在する装置の数)の合計が最小となる記憶装置11の組合せを選択してもよい。 The storage device determination unit 41 may consider the arrangement of the job execution device 1 (and the storage device 11) in determining the schedule (reservation). For example, the storage device determination unit 41 determines the storage device 11 based on the logical and / or physical distance between the job execution device 1 that executes the job and the job execution device 1 including the storage device 11. May be good. Specifically, the storage device determination unit 41 is a storage device 11 that satisfies the performance and minimizes the total number of hops (or the number of intervening devices) with the job execution device 1 that executes the job. You may choose the combination of.

記憶装置割当て部43は、「割当て依頼」を受信すると、ジョブに記憶領域12を構成する記憶装置11を割り当てる。より詳細には、記憶装置割当て部43は、ジョブに、割当て予約された記憶領域12を構成する記憶装置11のパーティションを割り当てる。 Upon receiving the "allocation request", the storage device allocation unit 43 allocates the storage device 11 constituting the storage area 12 to the job. More specifically, the storage device allocation unit 43 allocates the partition of the storage device 11 constituting the storage area 12 reserved for allocation to the job.

さらに、記憶装置割当て部43は、「開放依頼」を受信すると、割り当てた記憶領域12を構成する記憶装置11のパーティションを開放する。 Further, when the storage device allocation unit 43 receives the "release request", the storage device allocation unit 43 releases the partition of the storage device 11 constituting the allocated storage area 12.

記憶装置共有部42は、記憶装置11のパーティションを用いた記憶領域12に構築においてパーティションの共有が必要な場合、その共有を設定する。また、記憶装置共有部42は、パーティションを共有する場合、記憶領域12の開放において、パーティションの共有を解除する。 The storage device sharing unit 42 sets the partition sharing in the storage area 12 using the partition of the storage device 11 when the partition needs to be shared in the construction. Further, when the storage device sharing unit 42 shares the partition, the partition sharing is released when the storage area 12 is opened.

ただし、記憶装置管理システム100は、記憶装置共有部42を用いなくてもよい。例えば、記憶装置管理システム100は、図示しないRAIDコントローラを含み、そのRAIDコントローラに、RAIDとして記憶領域12に割り当てた記憶装置11のパーティションを管理させてもよい。この場合、パーティションは、RAIDにおけるストライプを構成する。 However, the storage device management system 100 does not have to use the storage device sharing unit 42. For example, the storage device management system 100 may include a RAID controller (not shown), and the RAID controller may be made to manage a partition of the storage device 11 allocated to the storage area 12 as a RAID. In this case, the partition constitutes a stripe in RAID.

記憶装置管理装置4は、これらの動作を実現するための情報を管理する。図面を参照して、この情報の一例を説明する。ただし、記憶装置管理装置4は、以下で説明する情報とは異なる情報を用いてもよい。 The storage device management device 4 manages information for realizing these operations. An example of this information will be described with reference to the drawings. However, the storage device management device 4 may use information different from the information described below.

図2は、第1の実施形態に係る記憶装置管理テーブル411の一例を示す図である。記憶装置管理テーブル411は、ジョブ実行装置1が備える記憶装置11に関する情報を保持する。図2に示されている記憶装置管理テーブル411は、ジョブ実行装置識別子、記憶装置識別子、記憶容量、及びスループットを含む。 FIG. 2 is a diagram showing an example of the storage device management table 411 according to the first embodiment. The storage device management table 411 holds information about the storage device 11 included in the job execution device 1. The storage device management table 411 shown in FIG. 2 includes a job execution device identifier, a storage device identifier, a storage capacity, and a throughput.

「ジョブ実行装置識別子」は、ジョブ実行装置1を一意に識別するための情報である。 The "job execution device identifier" is information for uniquely identifying the job execution device 1.

「記憶装置識別子」は、記憶装置11を一意に識別するための情報である。 The "storage device identifier" is information for uniquely identifying the storage device 11.

「記憶容量」は、記憶装置11における利用可能な容量である。 The "storage capacity" is the capacity available in the storage device 11.

「スループット」は、記憶装置11の単位時間当たりの処理能力である。 The "throughput" is the processing capacity of the storage device 11 per unit time.

例えば、図2に1行目は、ジョブ実行装置識別子「NODE1」のジョブ実行装置1が記憶容量1[TB]でスループットが1.2[GB/s]である記憶装置識別子「1-sda」の記憶装置11を備えることを示している。 For example, in the first line in FIG. 2, the storage device identifier “1-sda” in which the job execution device 1 having the job execution device identifier “NODE1” has a storage capacity of 1 [TB] and a throughput of 1.2 [GB / s]. It is shown that the storage device 11 is provided.

なお、図2に示されている記憶装置管理テーブル411は、1台のジョブ実行装置1に、1台の記憶装置11を含んでいる。ただし、これは、一例である。ジョブ実行装置1は、複数台の記憶装置11を含んでいてもよい。 The storage device management table 411 shown in FIG. 2 includes one storage device 11 in one job execution device 1. However, this is just an example. The job execution device 1 may include a plurality of storage devices 11.

図3は、第1の実施形態に係る記憶装置割当てテーブル412の一例を示す図である。記憶装置割当てテーブル412は、記憶装置11それぞれに設けられたパーティションを管理するための情報であり、記憶装置11それぞれに対して作成される。記憶装置割当てテーブル412は、パーティション識別子と、パーティション容量と、開始時間と、終了時間と、割当て識別子と、割当て状態とを含む。 FIG. 3 is a diagram showing an example of the storage device allocation table 412 according to the first embodiment. The storage device allocation table 412 is information for managing partitions provided in each storage device 11, and is created for each storage device 11. The storage device allocation table 412 includes a partition identifier, a partition capacity, a start time, an end time, an allocation identifier, and an allocation state.

「パーティション識別子」は、パーティションを一意に識別するための情報である。 The "partition identifier" is information for uniquely identifying a partition.

「パーティション容量」は、各パーティションの容量である。 "Partition capacity" is the capacity of each partition.

「開始時間」及び「終了時間は」、使用予定時間の一例であり、パーティションを割り当てる開始の時間と終了の時間とである。 "Start time" and "end time" are examples of scheduled usage times, and are a start time and an end time for allocating a partition.

「割当て識別子」は、パーティションを割り当てるジョブ(詳細には、ジョブに割り当てる記憶領域12)を一意に識別するための情報である。記憶領域12には、複数のパーティションが割り当てられてもよい。複数のパーティションが同じ記憶領域12に割り当てられる場合、それらのパーティションには同じ割当て識別子が設定される。 The "allocation identifier" is information for uniquely identifying the job to which the partition is allocated (specifically, the storage area 12 allocated to the job). A plurality of partitions may be allocated to the storage area 12. If a plurality of partitions are allocated to the same storage area 12, the same allocation identifier is set for those partitions.

以下の説明は、記憶領域12には、複数の記憶装置11におけるパーティションが割り当てられるとする。ただし、記憶装置11が複数となる範囲で、少なくとも一部のパーティションが同じ記憶装置11のパーティションとなっていてもよい。例えば、記憶領域12に割り当てられるパーティションの数が記憶装置11の数より多い場合、少なくとも一部の記憶装置11において、複数のパーティションが割り当てられる。 In the following description, it is assumed that the storage area 12 is allocated a partition in a plurality of storage devices 11. However, as long as there are a plurality of storage devices 11, at least a part of the partitions may be partitions of the same storage device 11. For example, if the number of partitions allocated to the storage area 12 is larger than the number of storage devices 11, at least some of the storage devices 11 are allocated a plurality of partitions.

「割当て状態」は、パーティションの現在の割当ての状態を示す。図3において、「QUEUE」は予約済みを示す。「FREE」は、割当て可能状態を示す。「USE」は、使用中を示す。 "Allocation status" indicates the current allocation status of the partition. In FIG. 3, "QUEUE" indicates reserved. "FREE" indicates an assignable state. "USE" indicates in use.

例えば、図3の1行目は、容量0.1[TB]のパーティション識別子「1」のパーティションが、「H1:M1:S1」から「H2:M2:S2」まで使用されることを示す。さらに、1行目は、そのパーティションの割当て識別子が「ZZZ」で、割当て状態が「QUEUE(予約)」であることを示す。 For example, the first line of FIG. 3 shows that the partition with the partition identifier “1” having a capacity of 0.1 [TB] is used from “H1: M1: S1” to “H2: M2: S2”. Further, the first line indicates that the allocation identifier of the partition is "ZZZ" and the allocation state is "QUEUE (reserved)".

なお、記憶装置管理装置4は、記憶装置11に関する情報(記憶装置管理テーブル411)と、パーティションに関する情報(記憶装置割当てテーブル412)とをまとめた情報を用いて、記憶装置11を管理してもよい。 Even if the storage device management device 4 manages the storage device 11 by using the information that summarizes the information about the storage device 11 (storage device management table 411) and the information about the partition (storage device allocation table 412). good.

[動作の説明]
次に、図面を参照して、第1の実施形態に係る記憶装置管理システム100の動作について説明する。
[Explanation of operation]
Next, the operation of the storage device management system 100 according to the first embodiment will be described with reference to the drawings.

まず、図面を参照して、記憶領域12の割当てにおけるジョブ管理装置2の動作について説明する。 First, the operation of the job management device 2 in allocating the storage area 12 will be described with reference to the drawings.

図4は、第1の実施形態に係るジョブ管理装置2における記憶領域12を設定する動作の一例を示すフロー図である。 FIG. 4 is a flow chart showing an example of an operation of setting the storage area 12 in the job management device 2 according to the first embodiment.

まず、ジョブ管理装置2は、ジョブ実行装置1におけるジョブの要求情報を受け取る(ステップA400)。 First, the job management device 2 receives the request information of the job in the job execution device 1 (step A400).

次に、ジョブ管理装置2の予定抽出部21は、ジョブの要求情報に含まれるジョブが使用する予定である記憶領域12の性能(例えば、ジョブに割り当てる記憶領域12の「容量」と「スループット」)を抽出する(ステップA402)。例えば、予定抽出部21は、要求情報に含まれる要求指示行を抽出する。 Next, the schedule extraction unit 21 of the job management device 2 has the performance of the storage area 12 that is planned to be used by the job included in the request information of the job (for example, the "capacity" and "throughput" of the storage area 12 allocated to the job. ) Is extracted (step A402). For example, the schedule extraction unit 21 extracts the request instruction line included in the request information.

ジョブ管理部22は、ジョブに記憶領域12を割り当てる使用予定時間を設定する(ステップA403)。ジョブ管理部22は、使用予定時間の設定手法を限定されない。例えば、ジョブ管理部22は、一般的な情報処理システムにおけるジョブのスケジュール方法を用いてジョブに記憶領域12を割り当てる使用予定時間を設定すればよい。 The job management unit 22 sets the scheduled usage time for allocating the storage area 12 to the job (step A403). The job management unit 22 is not limited to the method of setting the scheduled usage time. For example, the job management unit 22 may set the scheduled usage time for allocating the storage area 12 to the job by using the job schedule method in a general information processing system.

次に、ジョブ管理部22は、ジョブが使用する記憶領域12の性能と使用予定時間とを、記憶装置管理装置4に送信する(ステップA404)。 Next, the job management unit 22 transmits the performance of the storage area 12 used by the job and the scheduled usage time to the storage device management device 4 (step A404).

ジョブ管理装置2は、記憶装置管理装置4から割当ての結果を受信するまで待つ(ステップA415でNo)。 The job management device 2 waits until the allocation result is received from the storage device management device 4 (No in step A415).

結果を受信すると(ステップA415でYes)、ジョブ管理部22は、割当てが成功したか否かを判定する(ステップA405)。 Upon receiving the result (Yes in step A415), the job management unit 22 determines whether or not the allocation was successful (step A405).

割当て成功の場合(ステップA405でYes)、ジョブ管理部22は、ジョブを、処理のキューに追加する(ステップA406)。その際、ジョブ管理部22は、「割当ての成功」とともに受信した「割当て識別子」をジョブに関連して保存する。例えば、ジョブ管理部22は、ジョブのキューに「割当て識別子」を含ませてもよい。あるいは、ジョブ管理部22は、データベースなどを用いて、ジョブと関連するように「割当て識別子」を保存してもよい。そして、ジョブ管理装置2は、処理を終了する。 If the allocation is successful (Yes in step A405), the job management unit 22 adds the job to the processing queue (step A406). At that time, the job management unit 22 saves the "allocation identifier" received together with the "successful allocation" in relation to the job. For example, the job management unit 22 may include an "allocation identifier" in the job queue. Alternatively, the job management unit 22 may save the "assignment identifier" so as to be related to the job by using a database or the like. Then, the job management device 2 ends the process.

割当て不可の場合(ステップA405でNo)、ジョブ管理部22は、ステップA403に戻る。そして、ジョブ管理部22は、ジョブが記憶領域12を使用するための異なる使用予定時間を設定する。そして、ジョブ管理部22は、上記の動作を繰り返す。つまり、ジョブ管理装置2は、記憶装置管理装置4において割る当てる記憶装置11が決まるまで、動作を繰り返す。 If the allocation is not possible (No in step A405), the job management unit 22 returns to step A403. Then, the job management unit 22 sets different scheduled usage times for the job to use the storage area 12. Then, the job management unit 22 repeats the above operation. That is, the job management device 2 repeats the operation until the storage device 11 to be assigned by the storage device management device 4 is determined.

次に、記憶装置管理装置4の動作について説明する。 Next, the operation of the storage device management device 4 will be described.

まず、図面を参照して、記憶領域12の割当てにおける記憶装置管理装置4の動作について説明する。 First, the operation of the storage device management device 4 in allocating the storage area 12 will be described with reference to the drawings.

図5は、第1の実施形態に係る記憶装置管理装置4における割当ての動作の一例を示すフロー図である。 FIG. 5 is a flow chart showing an example of the allocation operation in the storage device management device 4 according to the first embodiment.

記憶装置決定部41は、ジョブ管理装置2から送信されたジョブが使用する記憶領域12の「使用予定時間」及び「性能」を満たすパーティションがあるか否かを確認する(ステップB502)。 The storage device determination unit 41 confirms whether or not there is a partition that satisfies the "scheduled use time" and "performance" of the storage area 12 used by the job transmitted from the job management device 2 (step B502).

記憶装置決定部41は、この確認に、記憶装置管理テーブル411、及び、記憶装置割当てテーブル412を参照する。例えば、記憶装置決定部41は、記憶装置割当てテーブル412のパーティションの容量を用いて、記憶領域12の容量を満足するように、パーティションの組合せを選択する。あるいは、記憶装置決定部41は、記憶装置管理テーブル411のスループットを用いて、記憶領域12のスループット性能を満足するように、パーティションを含む記憶装置11を選択する。 The storage device determination unit 41 refers to the storage device management table 411 and the storage device allocation table 412 for this confirmation. For example, the storage device determination unit 41 uses the partition capacity of the storage device allocation table 412 to select a combination of partitions so as to satisfy the capacity of the storage area 12. Alternatively, the storage device determination unit 41 uses the throughput of the storage device management table 411 to select the storage device 11 including the partition so as to satisfy the throughput performance of the storage area 12.

ただし、本実施形態の説明においては、記憶装置決定部41は、複数の記憶装置11のパーティションを用いた割当てを決定する。 However, in the description of the present embodiment, the storage device determination unit 41 determines the allocation using the partitions of the plurality of storage devices 11.

割当て可能な場合(ステップB502でYes)、記憶装置決定部41は、記憶装置割当てテーブル412に、パーティションの割当てを設定する(ステップB503)。詳細には、記憶装置決定部41は、記憶装置割当てテーブル412において、割り当てるパーティションに、ユニークな値である割当て識別子(ジョブに対応した割当て識別子)を割り当てる。そして、記憶装置決定部41は、割当て識別子を割り当てたパーティションの割当て状態を予約済み(例えば、「QUEUE」)に変更する。この場合、「QUEUE」が割り当てられたパーティションは、ジョブの実行時に用いられるための予約状態となる。 When the allocation is possible (Yes in step B502), the storage device determination unit 41 sets the partition allocation in the storage device allocation table 412 (step B503). Specifically, the storage device determination unit 41 assigns an allocation identifier (allocation identifier corresponding to a job), which is a unique value, to the partition to be allocated in the storage device allocation table 412. Then, the storage device determination unit 41 changes the allocation state of the partition to which the allocation identifier is assigned to reserved (for example, “QUEUE”). In this case, the partition to which "QUEUE" is assigned is in the reserved state to be used when the job is executed.

なお、記憶装置決定部41は、受信した性能を満たすパーティションの組合せが複数ある場合、所定の手法を用いて、パーティションを選択する。例えば、記憶装置決定部41は、通信経路を短くするように、パーティション選択してもよい。例えば、記憶装置決定部41は、ジョブを実行するジョブ実行装置1から割り当てたパーティションを構成する記憶装置11を備えるジョブ実行装置1までの中継経路の数(ホップ数)の合計が最小となるように、パーティションを選択してもよい。あるいは、記憶装置決定部41は、スループットを向上させるため、又は、並列度を向上させるため、パーティションを構成する記憶装置11の数が多くなるようにパーティションを選択してもよい。 When there are a plurality of combinations of partitions that satisfy the received performance, the storage device determination unit 41 selects partitions by using a predetermined method. For example, the storage device determination unit 41 may select a partition so as to shorten the communication path. For example, the storage device determination unit 41 minimizes the total number of relay routes (number of hops) from the job execution device 1 that executes the job to the job execution device 1 including the storage device 11 that constitutes the allocated partition. You may also select a partition. Alternatively, the storage device determination unit 41 may select a partition so that the number of storage devices 11 constituting the partition is large in order to improve the throughput or the degree of parallelism.

なお、記憶装置決定部41は、他の情報、例えば、割当て動作などの切替え時の処理時間などを考慮して、割当てを決定してもよい。 The storage device determination unit 41 may determine the allocation in consideration of other information, for example, the processing time at the time of switching such as the allocation operation.

そして、記憶装置決定部41は、ジョブ管理装置2に、「割当て識別子」とともに「割当て成功」を送信する(ステップB505)。 Then, the storage device determination unit 41 transmits "allocation success" together with the "allocation identifier" to the job management device 2 (step B505).

割当てができない場合(ステップB502でNo)、記憶装置決定部41は、ジョブ管理装置2に、「割当て不可」を送信する(ステップB504)。 If the allocation is not possible (No in step B502), the storage device determination unit 41 transmits "unassignable" to the job management device 2 (step B504).

「割当て不可」を送信する場合、記憶装置決定部41は、割当て可能なパーティションの組合せを通知してもよい。例えば、記憶装置決定部41は、記憶装置管理テーブル411及び記憶装置割当てテーブル412を基に、受信した使用予定時間以外の時間において性能を満たすことができる割当て可能なパーティションの組合せを抽出する。そして、記憶装置決定部41は、その時間をジョブ管理装置2に送信してもよい。この場合、ジョブ管理部22は、この時間を基に、新たに使用予定時間を設定してもよい。 When transmitting "unallocated", the storage device determination unit 41 may notify the combination of partitions that can be allocated. For example, the storage device determination unit 41 extracts a combination of allottable partitions that can satisfy the performance at a time other than the received scheduled use time based on the storage device management table 411 and the storage device allocation table 412. Then, the storage device determination unit 41 may transmit the time to the job management device 2. In this case, the job management unit 22 may newly set the scheduled usage time based on this time.

なお、記憶装置11が処理単位の場合、記憶装置決定部41は、パーティションに替えて記憶装置11の予約を割り当てる。さらに、記憶装置決定部41は、所定の情報に、記憶装置11の状態を設定する。 When the storage device 11 is a processing unit, the storage device determination unit 41 allocates a reservation for the storage device 11 instead of the partition. Further, the storage device determination unit 41 sets the state of the storage device 11 in the predetermined information.

次に、図面を参照して、ジョブ開始時における記憶装置管理装置4の動作を説明する。 Next, the operation of the storage device management device 4 at the start of the job will be described with reference to the drawings.

図6は、第1の実施形態に係る記憶装置管理装置4におけるジョブ開始時の動作の一例を示すフロー図である。 FIG. 6 is a flow chart showing an example of an operation at the start of a job in the storage device management device 4 according to the first embodiment.

なお、ジョブ管理装置2は、ジョブが記憶領域12を使用するため、ジョブの開始の前(開始予定時間の所定時間前)に、記憶装置管理装置4に、ジョブに対する記憶装置11の「割当ての依頼」を送信する。「割当ての依頼」は、限定されない。予め、ジョブ管理装置2と記憶装置管理装置4とが、「割当ての依頼」の仕様を決めておけばよい。以下の説明では、一例として、「割当ての依頼」は、「ジョブの開始の通知」と、そのジョブの「割当て識別子」とする。 Since the job uses the storage area 12, the job management device 2 assigns the storage device 11 to the storage device management device 4 before the start of the job (predetermined time before the scheduled start time). Send a "request". The "request for allocation" is not limited. The job management device 2 and the storage device management device 4 may determine the specifications of the "assignment request" in advance. In the following description, as an example, "request for allocation" is "notification of start of job" and "allocation identifier" of the job.

記憶装置管理装置4の記憶装置決定部41は、ジョブ管理装置2から、「割当ての依頼」(「ジョブの開始の通知」と「割当て識別子」)を受信する(ステップC601)。 The storage device determination unit 41 of the storage device management device 4 receives a “assignment request” (“notification of job start” and “allocation identifier”) from the job management device 2 (step C601).

記憶装置決定部41は、記憶装置割当てテーブル412を用いて、「割当て識別子」に対応したパーティションの情報を抽出する(ステップC602)。例えば、記憶装置決定部41は、「割当て識別子」に対応するパーティションの情報として、パーティションを構成する記憶装置11を備えるジョブ実行装置1の識別子、記憶装置11の識別子、パーティションの識別子などを抽出する。 The storage device determination unit 41 uses the storage device allocation table 412 to extract partition information corresponding to the “allocation identifier” (step C602). For example, the storage device determination unit 41 extracts the identifier of the job execution device 1 including the storage device 11 constituting the partition, the identifier of the storage device 11, the identifier of the partition, and the like as the partition information corresponding to the “allocation identifier”. ..

次に、記憶装置割当て部43は、抽出した情報を基に、パーティションを用いてジョブが使用する記憶領域12を作成する(ステップC603)。なお、記憶装置割当て部43は、複数の記憶装置11のパーティションにおける並列度が高くなるように、パーティションを構成することが望ましい。例えば、記憶装置割当て部43は、パーティションを用いてストライピングを作成する。 Next, the storage device allocation unit 43 creates a storage area 12 used by the job using the partition based on the extracted information (step C603). It is desirable that the storage device allocation unit 43 configures partitions so that the degree of parallelism among the partitions of the plurality of storage devices 11 is high. For example, the storage device allocation unit 43 creates striping using partitions.

記憶領域12の作成が完了後、記憶装置割当て部43は、作成した記憶領域12の割当ての設定を保存する(ステップC604)。例えば、記憶装置割当て部43は、記憶装置割当てテーブル412におけるパーティションの割当て状態を、使用中を示す状態(例えば、「USE」)に変更する。 After the creation of the storage area 12 is completed, the storage device allocation unit 43 saves the allocation setting of the created storage area 12 (step C604). For example, the storage device allocation unit 43 changes the partition allocation state in the storage device allocation table 412 to a state indicating that it is in use (for example, “USE”).

なお、記憶装置管理装置4が記憶装置共有部42を備える場合、記憶装置決定部41は、記憶装置共有部42を用いて記憶領域12における共有を実現してもよい。 When the storage device management device 4 includes the storage device sharing unit 42, the storage device determination unit 41 may realize sharing in the storage area 12 by using the storage device sharing unit 42.

また、記憶装置管理システム100は、作成した記憶領域12を所定の領域として用いてもよい。例えば、記憶装置管理システム100は、作成した記憶領域12をバーストバッファ領域として用いてもよい。 Further, the storage device management system 100 may use the created storage area 12 as a predetermined area. For example, the storage device management system 100 may use the created storage area 12 as a burst buffer area.

バーストバッファ領域とは、処理のブロックが小さいアクセスをまとめて大きなブロック単位としてアクセスする領域である。一般に、バーストバッファ領域は、高速のアクセスのために用いられる。そのため、バーストバッファ領域を構成する装置は、高速なアクセス性能を備えていることが望ましい。 The burst buffer area is an area in which small access blocks are collectively accessed as a large block unit. Generally, the burst buffer area is used for high speed access. Therefore, it is desirable that the device constituting the burst buffer area has high-speed access performance.

例えば、記憶装置管理装置4は、磁気記憶装置よりアクセスが高速であるSSDを用いて、バーストバッファ領域として用いる記憶領域12を作成する。そして、記憶装置割当て部43は、磁気記憶装置に格納されたファイルを、作成した記憶領域12に複製する。この場合、ジョブは、SSDで構成されたバーストバッファ領域に保存されたファイルを用いる動作できるため、高速の処理を実現できる。ただし、記憶領域12は、バーストバッファ領域以外の領域として用いられてもよい。 For example, the storage device management device 4 creates a storage area 12 to be used as a burst buffer area by using an SSD whose access speed is higher than that of the magnetic storage device. Then, the storage device allocation unit 43 duplicates the file stored in the magnetic storage device in the created storage area 12. In this case, the job can operate using the file stored in the burst buffer area configured by the SSD, so that high-speed processing can be realized. However, the storage area 12 may be used as an area other than the burst buffer area.

なお、記憶装置11が処理単位の場合、記憶装置決定部41は、パーティションに替えて記憶装置11を割り当てる。さらに、記憶装置決定部41は、所定の情報に、記憶装置11の状態を設定する。 When the storage device 11 is a processing unit, the storage device determination unit 41 allocates the storage device 11 in place of the partition. Further, the storage device determination unit 41 sets the state of the storage device 11 in the predetermined information.

次に、図面を参照して、記憶装置管理装置4における記憶領域12の削除(パーティションの割当ての解除)の動作を説明する。 Next, the operation of deleting the storage area 12 (releasing the partition allocation) in the storage device management device 4 will be described with reference to the drawings.

図7は、第1の実施形態に係る記憶装置管理装置4における割り当てた記憶装置11を開放する動作の一例を示すフロー図である。 FIG. 7 is a flow chart showing an example of an operation of opening the assigned storage device 11 in the storage device management device 4 according to the first embodiment.

ジョブが終了すると、ジョブ管理装置2のジョブ管理部22は、記憶装置管理装置4に、ジョブに割り当てられた記憶装置11の「開放の依頼」を送信する。「開放の依頼」は、限定されない。予め、ジョブ管理装置2と記憶装置管理装置4とが、「開放の依頼」の仕様を決めておけばよい。以下の説明では、一例として、「開放の依頼」は、「ジョブの終了の通知」と、そのジョブの「割当て識別子」とする。 When the job is completed, the job management unit 22 of the job management device 2 sends a "request for release" of the storage device 11 assigned to the job to the storage device management device 4. The "request for opening" is not limited. The job management device 2 and the storage device management device 4 may determine the specifications of the "opening request" in advance. In the following description, as an example, the "request for release" is a "notification of the end of a job" and a "assignment identifier" of the job.

記憶装置管理装置4の記憶装置決定部41は、ジョブ管理装置2から「開放の依頼」(「ジョブの終了の通知」と「割当て識別子」)を受信する(ステップD701)。 The storage device determination unit 41 of the storage device management device 4 receives a “release request” (“notification of job end” and “assignment identifier”) from the job management device 2 (step D701).

記憶装置決定部41は、「割当て識別子」を基に、記憶領域12に割り当てたパーティション(開放するパーティション)を抽出する(ステップD711)。 The storage device determination unit 41 extracts the partition (partition to be released) allocated to the storage area 12 based on the “allocation identifier” (step D711).

記憶装置割当て部43は、パーティションの開放前に必要な動作を実行する(ステップD702)。例えば、記憶領域12に複写したファイルがある場合、記憶装置割当て部43は、そのファイルを、複写元の装置に移動又は書き戻す。あるいは、記憶領域12に新たに作成したファイルがある場合、記憶装置割当て部43は、ファイルを所定の装置に複写する。 The storage device allocation unit 43 executes a necessary operation before opening the partition (step D702). For example, if there is a copied file in the storage area 12, the storage device allocation unit 43 moves or writes the file back to the copy source device. Alternatively, if there is a newly created file in the storage area 12, the storage device allocation unit 43 copies the file to a predetermined device.

なお、ステップD702の動作は、記憶装置決定部41、記憶装置共有部42、又は、記憶装置管理装置4の図示しない他の構成が、実行してもよい。 The operation of step D702 may be executed by the storage device determination unit 41, the storage device sharing unit 42, or another configuration (not shown) of the storage device management device 4.

必要な動作を実行後、記憶装置決定部41は、パーティションを開放する(記憶領域12を削除する)(ステップD703)。記憶装置共有部42を用いて共有を実現している場合、記憶装置決定部41は、記憶装置共有部42に共有の解除を依頼し、共有の解除後に、パーティションを開放する。 After performing the required operation, the storage device determination unit 41 releases the partition (deletes the storage area 12) (step D703). When sharing is realized by using the storage device sharing unit 42, the storage device determination unit 41 requests the storage device sharing unit 42 to release the sharing, and after the sharing is released, the partition is released.

そして、記憶装置決定部41は、パーティションの割当て状態を更新する(ステップD704)。具体的には、記憶装置決定部41は、記憶装置割当てテーブル412における削除した記憶領域12に対応するパーティションの割当て状態を割当て可能状態(例えば、「FREE」)に変更する。 Then, the storage device determination unit 41 updates the partition allocation state (step D704). Specifically, the storage device determination unit 41 changes the allocation state of the partition corresponding to the deleted storage area 12 in the storage device allocation table 412 to an allottable state (for example, “FREE”).

なお、記憶装置11が処理単位の場合、記憶装置決定部41は、パーティションに替えて記憶装置11を開放する。さらに、記憶装置決定部41は、所定の情報における記憶装置11の状態を更新する。 When the storage device 11 is a processing unit, the storage device determination unit 41 opens the storage device 11 in place of the partition. Further, the storage device determination unit 41 updates the state of the storage device 11 in the predetermined information.

[効果の説明]
次に、第1の実施形態に係る記憶装置管理システム100の効果を説明する。
[Explanation of effect]
Next, the effect of the storage device management system 100 according to the first embodiment will be described.

第1の実施形態に係る記憶装置管理システム100は、複数の記憶装置11を用いて確保した記憶領域12に対するアクセス性能を改善するとの効果を奏する。 The storage device management system 100 according to the first embodiment has an effect of improving the access performance to the storage area 12 secured by using the plurality of storage devices 11.

その理由は、次のとおりである。 The reason is as follows.

記憶装置管理システム100は、複数のジョブ実行装置1と、ジョブ管理装置2と、記憶装置管理装置4とを含む。ジョブ実行装置1は、各々が、記憶装置11を含み、所定のジョブを実行する。ジョブ管理装置2は、予定抽出部21と、ジョブ管理部22とを含む。予定抽出部21は、ジョブ実行装置1が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域12の性能を抽出する。ジョブ管理部22は、記憶領域12をジョブに割り当てる使用予定時間を設定する。記憶装置管理装置4は、記憶装置決定部41を含む。記憶装置決定部41は、使用予定時間において記憶領域12における性能を満足するように、ジョブに割り当てる複数の記憶装置11を決定する。 The storage device management system 100 includes a plurality of job execution devices 1, a job management device 2, and a storage device management device 4. Each of the job execution devices 1 includes the storage device 11 and executes a predetermined job. The job management device 2 includes a schedule extraction unit 21 and a job management unit 22. The schedule extraction unit 21 analyzes the schedule of the job processed by the job execution device 1 and extracts the performance of the storage area 12 used by the job in the schedule. The job management unit 22 sets the scheduled usage time for allocating the storage area 12 to the job. The storage device management device 4 includes a storage device determination unit 41. The storage device determination unit 41 determines a plurality of storage devices 11 to be assigned to the job so as to satisfy the performance in the storage area 12 at the scheduled use time.

このように、第1の実施形態に係る記憶装置管理システム100は、複数のジョブ実行装置1に含まれる記憶装置11を用いて、ジョブが使用する記憶領域12における性能及び使用予定時間を満たす記憶領域12を確保する。ジョブ実行装置1のジョブは、複数のジョブ実行装置1の記憶装置11を用いて構成された記憶領域12を用いる。そのため、ジョブ実行装置1のジョブは、複数のジョブ実行装置1に備わる記憶装置11にアクセスすることとなる。複数の記憶装置11のアクセスは、複数のジョブ実行装置1への分散アクセスとなる。そのため、記憶装置管理システム100は、個別の装置(今の場合、ジョブ実行装置1)へのアクセスの競合を低減できる。 As described above, the storage device management system 100 according to the first embodiment uses the storage devices 11 included in the plurality of job execution devices 1 to satisfy the performance and the scheduled usage time in the storage area 12 used by the job. The area 12 is secured. The job of the job execution device 1 uses the storage area 12 configured by using the storage devices 11 of the plurality of job execution devices 1. Therefore, the job of the job execution device 1 accesses the storage device 11 provided in the plurality of job execution devices 1. The access of the plurality of storage devices 11 is a distributed access to the plurality of job execution devices 1. Therefore, the storage device management system 100 can reduce the contention of access to individual devices (in this case, the job execution device 1).

さらに、第1の実施形態に係る記憶装置管理システム100は、ジョブが使用する性能(例えば、スループット及び容量)を備えた記憶領域12を設定できるとの効果を奏する。 Further, the storage device management system 100 according to the first embodiment has an effect that the storage area 12 having the performance (for example, throughput and capacity) used by the job can be set.

その理由は、次のとおりである。 The reason is as follows.

まず、ジョブ管理装置2が、ジョブに必要な性能を記憶装置管理装置4に送信する。そして、記憶装置管理装置4が、ジョブ実行装置1に備えられて記憶装置11を用いて、その性能を満たす記憶領域12を構築する。このように構築されるため、記憶装置11を用いて構築された記憶領域12は、ジョブが要求した性能を満たす領域となる。 First, the job management device 2 transmits the performance required for the job to the storage device management device 4. Then, the storage device management device 4 is provided in the job execution device 1 and uses the storage device 11 to construct a storage area 12 that satisfies the performance. Since it is constructed in this way, the storage area 12 constructed by using the storage device 11 is an area that satisfies the performance required by the job.

なお、ジョブ実行装置1は、全てが同じ記憶装置11を備える必要はない。例えば、一部のジョブ実行装置1は、アクセス性能が低い記憶装置11を備えてもよい。この場合、記憶装置管理装置4の記憶装置決定部41は、記憶装置11の性能を基に、記憶領域12の性能を満たす記憶装置11を選択すればよい。 It should be noted that the job execution device 1 does not necessarily have all the same storage devices 11. For example, some job execution devices 1 may include a storage device 11 having low access performance. In this case, the storage device determination unit 41 of the storage device management device 4 may select the storage device 11 that satisfies the performance of the storage area 12 based on the performance of the storage device 11.

一般的に、性能の高い記憶装置11は、性能が低い記憶装置11より高額である。そのため、必要な範囲で性能の高い記憶装置11を備えることは、記憶装置管理システム100における全体のコストを削減できる。 In general, a high performance storage device 11 is more expensive than a low performance storage device 11. Therefore, providing a storage device 11 having high performance within a necessary range can reduce the overall cost of the storage device management system 100.

[実施形態の概要]
次に、第1の実施形態の概要を説明する。
[Outline of Embodiment]
Next, the outline of the first embodiment will be described.

図9は、第1の実施形態に係る記憶装置管理システム100の概要の一例である記憶装置管理システム101の構成の一例を示すブロック図である。 FIG. 9 is a block diagram showing an example of the configuration of the storage device management system 101, which is an example of the outline of the storage device management system 100 according to the first embodiment.

記憶装置管理システム101は、複数のジョブ実行装置1と、ジョブ管理装置2と、記憶装置管理装置5とを含む。ジョブ実行装置1は、各々が、記憶装置11を含み、所定のジョブを実行する。ジョブ管理装置2は、予定抽出部21と、ジョブ管理部22とを含む。予定抽出部21は、ジョブ実行装置1が処理するジョブの予定を解析して、予定におけるジョブが使用する記憶領域12の性能を抽出する。ジョブ管理部22は、記憶領域12をジョブに割り当てる使用予定時間を設定する。記憶装置管理装置5は、記憶装置決定部41を含む。記憶装置決定部41は、使用予定時間において記憶領域12における性能を満足するように、ジョブに割り当てる複数の記憶装置11を決定する。 The storage device management system 101 includes a plurality of job execution devices 1, a job management device 2, and a storage device management device 5. Each of the job execution devices 1 includes the storage device 11 and executes a predetermined job. The job management device 2 includes a schedule extraction unit 21 and a job management unit 22. The schedule extraction unit 21 analyzes the schedule of the job processed by the job execution device 1 and extracts the performance of the storage area 12 used by the job in the schedule. The job management unit 22 sets the scheduled usage time for allocating the storage area 12 to the job. The storage device management device 5 includes a storage device determination unit 41. The storage device determination unit 41 determines a plurality of storage devices 11 to be assigned to the job so as to satisfy the performance in the storage area 12 at the scheduled use time.

このように構成された記憶装置管理システム101は、記憶装置管理システム100と同様の効果を得ることができる。 The storage device management system 101 configured in this way can obtain the same effect as the storage device management system 100.

その理由は、記憶装置管理システム101に含まれるジョブ管理装置2及び記憶装置管理装置5の各構成が、記憶装置管理システム100における対応する構成と同様に動作するためである。 The reason is that each configuration of the job management device 2 and the storage device management device 5 included in the storage device management system 101 operates in the same manner as the corresponding configuration in the storage device management system 100.

なお、記憶装置管理システム101は、本発明の実施形態における最小構成である。 The storage device management system 101 is the minimum configuration in the embodiment of the present invention.

なお、ジョブ管理装置2及び記憶装置管理装置4は、一つの装置に含まれてもよい。 The job management device 2 and the storage device management device 4 may be included in one device.

図10は、第1の実施形態に概要の別の構成例を示すブロック図である。 FIG. 10 is a block diagram showing another configuration example outlined in the first embodiment.

記憶装置管理装置6は、複数のジョブ実行装置1に接続される。ジョブ実行装置1は、各々が、記憶装置11を含み、所定のジョブを実行する。記憶装置管理装置6は、予定抽出部21と、ジョブ管理部22と、記憶装置決定部41とを含む。予定抽出部21は、ジョブ実行装置1が処理するジョブの予定を解析して、予定における記ジョブが使用する記憶領域12の性能を抽出する。ジョブ管理部22は、記憶領域12をジョブに割り当てる使用予定時間を設定する。記憶装置決定部41は、使用予定時間において記憶領域12における性能を満足するように、ジョブに割り当てる複数の記憶装置11を決定する。 The storage device management device 6 is connected to a plurality of job execution devices 1. Each of the job execution devices 1 includes the storage device 11 and executes a predetermined job. The storage device management device 6 includes a schedule extraction unit 21, a job management unit 22, and a storage device determination unit 41. The schedule extraction unit 21 analyzes the schedule of the job processed by the job execution device 1 and extracts the performance of the storage area 12 used by the recorded job in the schedule. The job management unit 22 sets the scheduled usage time for allocating the storage area 12 to the job. The storage device determination unit 41 determines a plurality of storage devices 11 to be assigned to the job so as to satisfy the performance in the storage area 12 at the scheduled use time.

このように構成された記憶装置管理装置6は、記憶装置管理システム100と同様の効果を得ることができる。その理由は、記憶装置管理装置6に含まれる各構成が、記憶装置管理システム100における対応する構成と同様に動作するためである。 The storage device management device 6 configured in this way can obtain the same effect as the storage device management system 100. The reason is that each configuration included in the storage device management device 6 operates in the same manner as the corresponding configuration in the storage device management system 100.

[ハードウェア構成]
次に、ジョブ実行装置1、ジョブ管理装置2、記憶装置管理装置4、記憶装置管理装置5、及び、記憶装置管理装置6のハードウェア構成について、記憶装置管理装置4を用いて説明する。ジョブ実行装置1及びジョブ管理装置2について、以下の説明における記憶装置管理装置4を、適宜、ジョブ実行装置1、ジョブ管理装置2、記憶装置管理装置5、又は、記憶装置管理装置6に読み替えればよい。
[Hardware configuration]
Next, the hardware configurations of the job execution device 1, the job management device 2, the storage device management device 4, the storage device management device 5, and the storage device management device 6 will be described using the storage device management device 4. Regarding the job execution device 1 and the job management device 2, the storage device management device 4 in the following description may be appropriately read as the job execution device 1, the job management device 2, the storage device management device 5, or the storage device management device 6. Just do it.

例えば、記憶装置管理装置4の各構成部は、ハードウェア回路で構成されてもよい。 For example, each component of the storage device management device 4 may be configured by a hardware circuit.

あるいは、記憶装置管理装置4において、各構成部は、ネットワークを介して接続した複数の装置を用いて、構成されてもよい。 Alternatively, in the storage device management device 4, each component unit may be configured by using a plurality of devices connected via a network.

あるいは、記憶装置管理装置4において、複数の構成部は、1つのハードウェアで構成されてもよい。 Alternatively, in the storage device management device 4, the plurality of components may be configured by one piece of hardware.

あるいは、記憶装置管理装置4は、CPU(Central Processing Unit)と、ROM(Read Only Memory)と、RAM(Random Access Memory)とを含むコンピュータ装置として実現されてもよい。記憶装置管理装置4は、上記構成に加え、さらに、入出力接続回路(IOC:Input and Output Circuit)を含むコンピュータ装置として実現されてもよい。記憶装置管理装置4は、上記構成に加え、さらに、ネットワークインターフェース回路(NIC:Network Interface Circuit)を含むコンピュータ装置として実現されてもよい。 Alternatively, the storage device management device 4 may be realized as a computer device including a CPU (Central Processing Unit), a ROM (Read Only Memory), and a RAM (Random Access Memory). The storage device management device 4 may be realized as a computer device including an input / output connection circuit (IOC: Input and Output Circuit) in addition to the above configuration. The storage device management device 4 may be realized as a computer device including a network interface circuit (NIC: Network Interface Circuit) in addition to the above configuration.

図11は、第1の実施形態に係る記憶装置管理装置4におけるCPUを含むハードウェアの構成の一例である情報処理装置600の構成を示すブロック図である。 FIG. 11 is a block diagram showing a configuration of an information processing device 600, which is an example of a hardware configuration including a CPU in the storage device management device 4 according to the first embodiment.

情報処理装置600は、CPU610と、ROM620と、RAM630と、内部記憶装置640と、IOC650と、NIC680とを含み、コンピュータ装置を構成している。 The information processing device 600 includes a CPU 610, a ROM 620, a RAM 630, an internal storage device 640, an IOC 650, and a NIC 680, and constitutes a computer device.

CPU610は、ROM620からプログラムを読み込む。そして、CPU610は、読み込んだプログラムに基づいて、RAM630と、内部記憶装置640と、IOC650と、NIC680とを制御する。そして、CPU610を含むコンピュータは、これらの構成を制御し、図1に示されている記憶装置決定部41と、記憶装置割当て部43と、記憶装置共有部42としての各機能を実現する。 The CPU 610 reads the program from the ROM 620. Then, the CPU 610 controls the RAM 630, the internal storage device 640, the IOC 650, and the NIC 680 based on the read program. Then, the computer including the CPU 610 controls these configurations and realizes each function as the storage device determination unit 41, the storage device allocation unit 43, and the storage device sharing unit 42 shown in FIG.

CPU610は、各機能を実現する際に、RAM630又は内部記憶装置640を、プログラムの一時記憶媒体として使用してもよい。 The CPU 610 may use the RAM 630 or the internal storage device 640 as a temporary storage medium for the program when realizing each function.

また、CPU610は、コンピュータで読み取り可能にプログラムを記憶した記録媒体700が含むプログラムを、図示しない記録媒体読み取り装置を用いて読み込んでもよい。あるいは、CPU610は、NIC680を介して、図示しない外部の装置からプログラムを受け取り、RAM630又は内部記憶装置640に保存して、保存したプログラムを基に動作してもよい。 Further, the CPU 610 may read the program included in the recording medium 700 that stores the program so that it can be read by a computer by using a recording medium reading device (not shown). Alternatively, the CPU 610 may receive a program from an external device (not shown) via the NIC 680, store it in the RAM 630 or the internal storage device 640, and operate based on the stored program.

ROM620は、CPU610が実行するプログラム及び固定的なデータを記憶する。ROM620は、例えば、P-ROM(Programmable-ROM)又はフラッシュROMである。 The ROM 620 stores a program executed by the CPU 610 and fixed data. The ROM 620 is, for example, a P-ROM (Programmable-ROM) or a flash ROM.

RAM630は、CPU610が実行するプログラム及びデータを一時的に記憶する。RAM630は、例えば、D-RAM(Synamic-RAM)である。 The RAM 630 temporarily stores programs and data executed by the CPU 610. The RAM 630 is, for example, a D-RAM (Synamic-RAM).

内部記憶装置640は、情報処理装置600が長期的に保存するデータ及びプログラムを記憶する。また、内部記憶装置640は、CPU610の一時記憶装置として動作してもよい。内部記憶装置640は、例えば、ハードディスク装置、光磁気ディスク装置、SSD又はディスクアレイ装置である。 The internal storage device 640 stores data and programs stored in the information processing device 600 for a long period of time. Further, the internal storage device 640 may operate as a temporary storage device of the CPU 610. The internal storage device 640 is, for example, a hard disk device, a magneto-optical disk device, an SSD or a disk array device.

ここで、ROM620と内部記憶装置640は、不揮発性(non-transitory)の記録媒体である。一方、RAM630は、揮発性(transitory)の記録媒体である。そして、CPU610は、ROM620、内部記憶装置640、又は、RAM630に記憶されているプログラムを基に動作可能である。つまり、CPU610は、不揮発性記録媒体又は揮発性記録媒体を用いて動作可能である。 Here, the ROM 620 and the internal storage device 640 are non-volatile recording media. On the other hand, the RAM 630 is a volatile recording medium. Then, the CPU 610 can operate based on the program stored in the ROM 620, the internal storage device 640, or the RAM 630. That is, the CPU 610 can operate using a non-volatile recording medium or a volatile recording medium.

IOC650は、CPU610と、入力機器660及び表示機器670とのデータを仲介する。IOC650は、例えば、IOインターフェースカード又はUSB(Univeral Serial Bus)カードである。さらに、IOC650は、USBのような有線に限らず、無線を用いてもよい。 The IOC650 mediates data between the CPU 610 and the input device 660 and the display device 670. The IOC650 is, for example, an IO interface card or a USB (Universal Serial Bus) card. Further, the IOC650 is not limited to wired such as USB, and wireless may be used.

入力機器660は、情報処理装置600の操作者からの入力指示を受け取る機器である。入力機器660は、例えば、キーボード、マウス又はタッチパネルである。 The input device 660 is a device that receives an input instruction from the operator of the information processing device 600. The input device 660 is, for example, a keyboard, a mouse, or a touch panel.

表示機器670は、情報処理装置600の操作者に情報を表示する機器である。表示機器670は、例えば、液晶ディスプレイである。 The display device 670 is a device that displays information to the operator of the information processing device 600. The display device 670 is, for example, a liquid crystal display.

NIC680は、ネットワークを介した図示しない外部の装置とのデータのやり取りを中継する。NIC680は、例えば、ファイバ・チャネル・カードである。さらに、NIC680は、有線に限らず、無線を用いてもよい。 NIC680 relays the exchange of data with an external device (not shown) via a network. NIC680 is, for example, a Fiber Channel card. Further, the NIC680 is not limited to wired, and wireless may be used.

このように構成された情報処理装置600は、記憶装置管理装置4と同様の効果を得ることができる。 The information processing device 600 configured in this way can obtain the same effect as the storage device management device 4.

その理由は、情報処理装置600のCPU610が、プログラムに基づいて記憶装置管理装置4と同様の機能を実現できるためである。 The reason is that the CPU 610 of the information processing device 600 can realize the same function as the storage device management device 4 based on the program.

以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成及び詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。 Although the invention of the present application has been described above with reference to the embodiments, the invention of the present application is not limited to the above-described embodiment. Various modifications that can be understood by those skilled in the art can be made to the structure and details of the present invention within the scope of the present invention.

本発明は、記憶領域に高い性能が求められる情報処理システム、例えば、HPCシステム、及び、スーパーコンピュータなどに適用可能である。 The present invention can be applied to an information processing system that requires high performance in a storage area, for example, an HPC system, a supercomputer, and the like.

1 ジョブ実行装置
2 ジョブ管理装置
3 ネットワーク
4 記憶装置管理装置
5 記憶装置管理装置
6 記憶装置管理装置
11 記憶装置
12 記憶領域
21 予定抽出部
22 ジョブ管理部
41 記憶装置決定部
42 記憶装置共有部
43 記憶装置割当て部
100 記憶装置管理システム
101 記憶装置管理システム
411 記憶装置管理テーブル
412 記憶装置割当てテーブル
600 情報処理装置
610 CPU
620 ROM
630 RAM
640 内部記憶装置
650 IOC
660 入力機器
670 表示機器
680 NIC
700 記録媒体
1 Job execution device 2 Job management device 3 Network 4 Storage device management device 5 Storage device management device 6 Storage device management device 11 Storage device 12 Storage area 21 Schedule extraction unit 22 Job management unit 41 Storage device determination unit 42 Storage device sharing unit 43 Storage device allocation unit 100 Storage device management system 101 Storage device management system 411 Storage device management table 412 Storage device allocation table 600 Information processing device 610 CPU
620 ROM
630 RAM
640 internal storage device 650 IOC
660 Input device 670 Display device 680 NIC
700 Recording medium

Claims (9)

各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置と、
前記ジョブ実行装置が処理する前記ジョブの予定を解析して、前記予定における前記ジョブが使用する記憶領域の性能を抽出する予定抽出手段と、
前記記憶領域を前記ジョブに割り当てる使用予定時間を設定するジョブ管理手段と
を含むジョブ管理装置と、
前記使用予定時間において前記記憶領域における前記性能を満足するように、前記ジョブに割り当てる複数の前記記憶装置を決定する記憶装置決定手段を含む記憶装置管理装置と
含み、
前記予定抽出手段は、前記ジョブ実行装置において実行される前記ジョブが要求する前記記憶領域の容量及びスループットを含み、前記予定として送信された要求情報が含む前記記憶領域についての要求を基に前記ジョブが使用する前記記憶領域の前記性能を抽出する
記憶装置管理システム。
A plurality of job execution devices, each including a storage device, for executing a predetermined job,
A schedule extraction means that analyzes the schedule of the job processed by the job execution device and extracts the performance of the storage area used by the job in the schedule.
A job management device including a job management means for setting a scheduled usage time for allocating the storage area to the job, and
A storage device management device including a storage device determining means for determining a plurality of the storage devices to be assigned to the job so as to satisfy the performance in the storage area at the scheduled use time.
The schedule extraction means includes the capacity and throughput of the storage area requested by the job executed in the job execution device, and the job is based on the request for the storage area included in the request information transmitted as the schedule. Extracts the performance of the storage area used by
Storage management system.
前記ジョブ管理手段が、前記ジョブ実行装置における前記ジョブの開始において、前記記憶装置管理装置に前記ジョブに対する前記記憶装置の割当ての依頼を送信し、
前記記憶装置管理装置が、さらに、前記割当ての依頼を受信すると、前記ジョブに前記記憶装置を割り当てる記憶装置割当て手段を含む
請求項1に記載の記憶装置管理システム。
The job management means sends a request for allocation of the storage device to the job to the storage device management device at the start of the job in the job execution device.
The storage device management system according to claim 1, further comprising a storage device allocation means that allocates the storage device to the job when the storage device management device receives the allocation request.
前記ジョブ管理手段が、前記ジョブの終了において、前記記憶装置管理装置に前記ジョブに割り当てた前記記憶装置に対する開放の依頼を送信し、
前記記憶装置割当て手段が、前記開放の依頼を受信すると、前記ジョブに割り当てた前記記憶装置を開放する
請求項2に記載の記憶装置管理システム。
At the end of the job, the job management means sends a request for opening the storage device assigned to the job to the storage device management device.
The storage device management system according to claim 2, wherein when the storage device allocating means receives the release request, the storage device assigned to the job is released.
前記ジョブ実行装置が、ネットワークを介して分散配置された
請求項1ないし3のいずれか1項に記載の記憶装置管理システム。
The job execution devices are distributed over the network.
The storage device management system according to any one of claims 1 to 3 .
前記性能が、少なくとも、前記ジョブが前記記憶領域として使用とする容量及びスループットを含み、
前記使用予定時間が、開始時間と終了時間とを含む
請求項1ないし4のいずれか1項に記載の記憶装置管理システム。
The performance includes at least the capacity and throughput that the job uses as the storage area.
The scheduled use time includes a start time and an end time.
The storage device management system according to any one of claims 1 to 4 .
各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置を含む記憶装置管理システムが、
前記ジョブ実行装置が処理する前記ジョブの予定を解析して、前記予定における前記ジョブが使用する記憶領域の性能を抽出し、
前記記憶領域を前記ジョブに割り当てる使用予定時間を設定し、
前記使用予定時間において前記記憶領域における前記性能を満足するように、前記ジョブに割り当てる複数の前記記憶装置を決定し、
前記予定における前記ジョブが使用する前記記憶領域の前記性能を抽出は、前記ジョブ実行装置において実行される前記ジョブが要求する前記記憶領域の容量及びスループットを含み、前記予定として送信された要求情報が含む前記記憶領域についての要求を基に前記ジョブが使用する前記記憶領域の前記性能を抽出する
記憶装置管理方法。
A storage device management system, each of which includes a storage device and includes a plurality of job execution devices that execute a predetermined job.
The schedule of the job processed by the job execution device is analyzed, and the performance of the storage area used by the job in the schedule is extracted.
Set the scheduled usage time to allocate the storage area to the job,
A plurality of the storage devices to be assigned to the job are determined so as to satisfy the performance in the storage area at the scheduled use time.
Extracting the performance of the storage area used by the job in the schedule includes the capacity and throughput of the storage area requested by the job executed in the job execution device, and the request information transmitted as the schedule Extract the performance of the storage area used by the job based on the request for the storage area including
Storage device management method.
各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置に接続され、
前記ジョブ実行装置が処理する前記ジョブの予定を解析して、前記予定における前記ジョブが使用する記憶領域の性能を抽出する予定抽出手段と、
前記記憶領域を前記ジョブに割り当てる使用予定時間を設定するジョブ管理手段と、
前記使用予定時間において前記記憶領域における前記性能を満足するように、前記ジョブに割り当てる複数の前記記憶装置を決定する記憶装置決定手段と
含み、
前記予定抽出手段は、前記ジョブ実行装置において実行される前記ジョブが要求する前記記憶領域の容量及びスループットを含み、前記予定として送信された要求情報が含む前記記憶領域についての要求を基に前記ジョブが使用する前記記憶領域の前記性能を抽出する
記憶装置管理装置。
Each is connected to multiple job execution devices, including storage devices, that perform a given job.
A schedule extraction means that analyzes the schedule of the job processed by the job execution device and extracts the performance of the storage area used by the job in the schedule.
A job management means for setting the scheduled usage time for allocating the storage area to the job, and
A storage device determining means for determining a plurality of the storage devices to be assigned to the job so as to satisfy the performance in the storage area at the scheduled use time .
The schedule extraction means includes the capacity and throughput of the storage area requested by the job executed in the job execution device, and the job is based on the request for the storage area included in the request information transmitted as the schedule. Extracts the performance of the storage area used by
Storage device management device.
各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置に接続される記憶装置管理装置が、
前記ジョブ実行装置が処理する前記ジョブの予定を解析して、前記予定における前記ジョブが使用する記憶領域の性能を抽出し、
前記記憶装置を前記ジョブに割り当てる使用予定時間を設定し、
前記使用予定時間において前記記憶領域における前記性能を満足するように、前記ジョブに割り当てる複数の前記記憶装置を決定し、
前記予定における前記ジョブが使用する前記記憶領域の前記性能を抽出は、前記ジョブ実行装置において実行される前記ジョブが要求する前記記憶領域の容量及びスループットを含み、前記予定として送信された要求情報が含む前記記憶領域についての要求を基に前記ジョブが使用する前記記憶領域の前記性能を抽出する
記憶装置管理方法。
A storage device management device, each of which includes a storage device and is connected to a plurality of job execution devices that execute a predetermined job.
The schedule of the job processed by the job execution device is analyzed, and the performance of the storage area used by the job in the schedule is extracted.
Set the scheduled usage time to allocate the storage device to the job,
A plurality of the storage devices to be assigned to the job are determined so as to satisfy the performance in the storage area at the scheduled use time.
Extracting the performance of the storage area used by the job in the schedule includes the capacity and throughput of the storage area requested by the job executed in the job execution device, and the request information transmitted as the schedule Extract the performance of the storage area used by the job based on the request for the storage area including
Storage device management method.
各々が、記憶装置を含み、所定のジョブを実行する複数のジョブ実行装置に接続されるコンピュータに、
前記ジョブ実行装置が処理する前記ジョブの予定を解析して、前記予定における前記ジョブが使用する記憶領域の性能を抽出する処理と、
前記記憶領域を前記ジョブに割り当てる使用予定時間を設定する処理と、
前記使用予定時間において前記記憶領域における前記性能を満足するように、前記ジョブに割り当てる複数の前記記憶装置を決定する処理と
実行させ、
前記予定における前記ジョブが使用する前記記憶領域の前記性能を抽出する処理は、前記ジョブ実行装置において実行される前記ジョブが要求する前記記憶領域の容量及びスループットを含み、前記予定として送信された要求情報が含む前記記憶領域についての要求を基に前記ジョブが使用する前記記憶領域の前記性能を抽出する
プログラム。
To a computer, each of which is connected to multiple job execution devices, including storage devices, that perform a given job.
A process of analyzing the schedule of the job processed by the job execution device and extracting the performance of the storage area used by the job in the schedule.
A process of setting the scheduled usage time for allocating the storage area to the job, and
A process of determining a plurality of the storage devices to be assigned to the job is executed so as to satisfy the performance in the storage area at the scheduled use time.
The process of extracting the performance of the storage area used by the job in the schedule includes the capacity and throughput of the storage area requested by the job executed in the job execution device, and the request transmitted as the schedule. Extract the performance of the storage area used by the job based on the request for the storage area contained in the information.
program.
JP2018020274A 2018-02-07 2018-02-07 Storage device management system, storage device management device, storage device management method, and program Active JP7047429B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018020274A JP7047429B2 (en) 2018-02-07 2018-02-07 Storage device management system, storage device management device, storage device management method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018020274A JP7047429B2 (en) 2018-02-07 2018-02-07 Storage device management system, storage device management device, storage device management method, and program

Publications (2)

Publication Number Publication Date
JP2019139372A JP2019139372A (en) 2019-08-22
JP7047429B2 true JP7047429B2 (en) 2022-04-05

Family

ID=67694027

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018020274A Active JP7047429B2 (en) 2018-02-07 2018-02-07 Storage device management system, storage device management device, storage device management method, and program

Country Status (1)

Country Link
JP (1) JP7047429B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142648A (en) 1999-08-27 2001-05-25 Hitachi Ltd Computer system and its method for allocating device
JP2005165568A (en) 2003-12-01 2005-06-23 Nec Corp User authentication system, user authentication method and user authentication program
JP2006244098A (en) 2005-03-03 2006-09-14 Hitachi Ltd Logical partitioning method in storage system
WO2016174739A1 (en) 2015-04-28 2016-11-03 株式会社日立製作所 Multicomputer system, management computer, and data linkage management method
US20170371707A1 (en) 2016-06-22 2017-12-28 EMC IP Holding Company LLC Data analysis in storage system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142648A (en) 1999-08-27 2001-05-25 Hitachi Ltd Computer system and its method for allocating device
JP2005165568A (en) 2003-12-01 2005-06-23 Nec Corp User authentication system, user authentication method and user authentication program
JP2006244098A (en) 2005-03-03 2006-09-14 Hitachi Ltd Logical partitioning method in storage system
WO2016174739A1 (en) 2015-04-28 2016-11-03 株式会社日立製作所 Multicomputer system, management computer, and data linkage management method
US20170371707A1 (en) 2016-06-22 2017-12-28 EMC IP Holding Company LLC Data analysis in storage system

Also Published As

Publication number Publication date
JP2019139372A (en) 2019-08-22

Similar Documents

Publication Publication Date Title
JP5406363B2 (en) Storage control device and storage control method for dynamically allocating part of pool area as data storage area
US9009397B1 (en) Storage processor managing solid state disk array
JP4438457B2 (en) Storage area allocation method, system, and virtualization apparatus
JP5981563B2 (en) Information storage system and method for controlling information storage system
US8650381B2 (en) Storage system using real data storage area dynamic allocation method
JP5595530B2 (en) Data migration system and data migration method
JP4375435B2 (en) Hierarchical storage system for predictive data migration
US8392670B2 (en) Performance management of access to flash memory in a storage device
JP5250869B2 (en) Storage system, logical storage area allocation method, and computer system
US20120303878A1 (en) Method and Controller for Identifying a Unit in a Solid State Memory Device for Writing Data to
JP2005031929A (en) Management server for assigning storage area to server, storage device system, and program
JP6294569B2 (en) Storage system and cache control method
WO2018158808A1 (en) Information system, management program, and program exchanging method for information system
JP6653710B2 (en) Computer and computer control method
US8572347B2 (en) Storage apparatus and method of controlling storage apparatus
US9239681B2 (en) Storage subsystem and method for controlling the storage subsystem
JP6311365B2 (en) Storage area management device, storage area management method, and storage area management program
JP5158576B2 (en) I / O control system, I / O control method, and I / O control program
JP7047429B2 (en) Storage device management system, storage device management device, storage device management method, and program
US8924683B2 (en) Storage apparatus and data control method using a relay unit and an interface for communication and storage management
US20120254531A1 (en) Storage apparatus and storage control device
JP5597266B2 (en) Storage system
WO2016139749A1 (en) Computer system and storage control method
WO2015052823A1 (en) Cloud management device, method for managing same, and system thereof
JP2019164510A (en) Storage system and IO processing control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210721

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210810

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210924

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20211021

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220307

R151 Written notification of patent or utility model registration

Ref document number: 7047429

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151