JP2020123219A - Storage control device, storage system and backup control program - Google Patents

Storage control device, storage system and backup control program Download PDF

Info

Publication number
JP2020123219A
JP2020123219A JP2019015651A JP2019015651A JP2020123219A JP 2020123219 A JP2020123219 A JP 2020123219A JP 2019015651 A JP2019015651 A JP 2019015651A JP 2019015651 A JP2019015651 A JP 2019015651A JP 2020123219 A JP2020123219 A JP 2020123219A
Authority
JP
Japan
Prior art keywords
backup
data
pool area
area
generation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2019015651A
Other languages
Japanese (ja)
Other versions
JP7225852B2 (en
JP2020123219A5 (en
Inventor
成浩 大海
Narihiro Oumi
成浩 大海
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2019015651A priority Critical patent/JP7225852B2/en
Publication of JP2020123219A publication Critical patent/JP2020123219A/en
Publication of JP2020123219A5 publication Critical patent/JP2020123219A5/ja
Application granted granted Critical
Publication of JP7225852B2 publication Critical patent/JP7225852B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To reduce the hassle of backup procedures.SOLUTION: A CM2 includes: a data pool area management part 221 that is configured so as to, when receiving the generation instruction, generate a full backup area 231a for storing the entire data of the backup source volume and a generational backup area 231b that stores differential data from the data pool area 231 generated as the backup data storage destination on the memory 23 in order to manage the backup of logical volume; and a backup control unit that is configured so as to, when receiving a backup instruction, store entire data of a logical volume in a full backup area 231a, and after the storing, store data written in the logical volume in a generational backup area 231b.SELECTED DRAWING: Figure 2

Description

本発明は、ストレージ制御装置などに関する。 The present invention relates to a storage control device and the like.

ストレージ装置におけるソースボリュームをバックアップする手法として、スナップショット型のバックアップ(OPC:One Point Copy)が知られている。OPCとは、バックアップ対象となるデータについて所定時点におけるデータであるスナップショットを作成するものである。すなわち、OPCを実行するストレージ装置は、ユーザからOPC指示を受け取ると、当該OPC指示を受けた時点におけるソースボリュームの全データをコピーしスナップショットとして格納することにより、ソースボリュームの全体のバックアップを行う。 As a method of backing up a source volume in a storage device, snapshot type backup (OPC: One Point Copy) is known. OPC is to create a snapshot of data to be backed up at a predetermined time. That is, when an OPC instruction is received from a user, the storage device that executes OPC backs up the entire source volume by copying all the data of the source volume at the time of receiving the OPC instruction and storing it as a snapshot. ..

OPCの拡張機能として、SnapOPC(Snapshot One Point Copy)やSnapOPC+が知られている。SnapOPC+とは、バックアップボリュームを世代毎に作成し、ソースボリュームの更新があった場合に、更新対象箇所の更新前のデータ(旧データ)を、対応する世代のバックアップボリュームにコピーする。SnapOpc+は、コピーオンライト型のスナップショットとも呼ばれる。すなわち、SnapOPC+では、世代別バックアップボリュームが世代毎に作成され、各世代別バックアップボリュームに対し各世代間の差分データのみがコピーされる。 SnapOPC (Snapshot One Point Copy) and SnapOPC+ are known as extended functions of OPC. In SnapOPC+, a backup volume is created for each generation, and when the source volume is updated, the data before update (old data) at the update target location is copied to the backup volume of the corresponding generation. SnapOpc+ is also called a copy-on-write type snapshot. That is, in SnapOPC+, a generation-specific backup volume is created for each generation, and only the difference data between the generations is copied to the generation-specific backup volume.

ここで、OPCとSnapOPC+を用いたバックアップ制御の動作の参考例を、図13Aおよび図13Bを参照して説明する。図13Aおよび図13Bは、バックアップ制御の動作の参考例を示す図である。なお、図13Aおよび図13Bでは、2つのソースボリューム(バックアップ対象ボリューム)A,Bをそれぞれフルバックアップボリュームと2世代分の差分バックアップボリュームとへバックアップを行うものとする。 Here, a reference example of the operation of backup control using OPC and SnapOPC+ will be described with reference to FIGS. 13A and 13B. 13A and 13B are diagrams showing reference examples of backup control operations. 13A and 13B, two source volumes (backup target volumes) A and B are backed up to a full backup volume and two generations of differential backup volumes, respectively.

図13Aに示すように、バックアップ制御を行うストレージ装置は、ユーザからソースボリュームAに対するバックアップボリュームの生成指示を受け付けると、既にRAID(Redundant Arrays of Inexpensive Disks)が作成されたコピー先側にソースボリュームAに対する、フルバックアップ用ボリュームと2世代分の差分バックアップボリュームを生成する(<1>)。 As shown in FIG. 13A, when a storage device that performs backup control receives a backup volume generation instruction for the source volume A from the user, the storage device that has already created RAID (Redundant Arrays of Inexpensive Disks) has the source volume A on the copy destination side. , And a differential backup volume for two generations are generated (<1>).

ストレージ装置は、ユーザからソースボリュームBに対するバックアップボリュームの生成指示を受け付けると、既にRAIDが作成されたコピー先側にソースボリュームBに対する、フルバックアップ用ボリュームと2世代分の差分バックアップボリュームを生成する(<2>)。 When the storage device receives an instruction from the user to create a backup volume for the source volume B, the storage device creates a full backup volume and two generations of differential backup volumes for the source volume B on the copy destination side where RAID has already been created ( <2>).

ストレージ装置は、ユーザからソースボリュームAに対するフルバックアップ指示(OPC指示)を受け付けると、ソースボリュームAの全体のバックアップ(フルバックアップ)を開始する(<3>)。 When the storage device receives a full backup instruction (OPC instruction) for the source volume A from the user, the storage device starts a backup of the entire source volume A (full backup) (<3>).

同様に、ストレージ装置は、ユーザからソースボリュームBに対するフルバックアップ指示(OPC指示)を受け付けると、ソースボリュームBの全体のバックアップ(フルバックアップ)を開始する(<4>)。 Similarly, when the storage device receives a full backup instruction (OPC instruction) for the source volume B from the user, it starts backing up the entire source volume B (full backup) (<4>).

図13Bに示すように、ソースボリュームAのフルバックアップが終了した後、ストレージ装置は、ユーザからソースボリュームAに対する1世代目のバックアップ(差分バックアップ)指示を受け付けると、ソースボリュームAの更新対象箇所における1世代目のバックアップを開始する(<5>)。 As shown in FIG. 13B, when the storage device receives a first generation backup (differential backup) instruction for the source volume A from the user after the full backup of the source volume A is completed, the storage device updates the source volume A at the update target location. Start backup of the first generation (<5>).

そして、ストレージ装置は、ホスト装置から書込I/O要求(<5.0>)を受け付けると、以下の処理を行う。ここでは、ソースボリュームAのデータaがデータbに更新される場合、ストレージ装置は、SnapOPC+セッションを開始し、更新対象箇所における更新前のデータ(差分データ)aを1世代目の差分バックアップボリュームにコピーする(<5.1>)。そして、ストレージ装置は、ソースボリュームAに対する書き込みを許可し、ソースボリュームAのデータaをデータbに書き換える(<5.2>)。そして、ストレージ装置は、書込I/Oに対する応答をホスト装置に返却する(<5.3>)。 Then, upon receiving the write I/O request (<5.0>) from the host device, the storage device performs the following processing. Here, when the data a of the source volume A is updated to the data b, the storage device starts the SnapOPC+ session and sets the unupdated data (difference data) a at the update target location to the first generation differential backup volume. Copy (<5.1>). Then, the storage device permits writing to the source volume A and rewrites the data a of the source volume A with the data b (<5.2>). Then, the storage device returns a response to the write I/O to the host device (<5.3>).

同様に、ソースボリュームBのフルバックアップが終了した後、ストレージ装置は、ユーザからソースボリュームBに対する1世代目のバックアップ(差分バックアップ)指示を受け付けると、ソースボリュームBの更新対象箇所における1世代目のバックアップを開始する(<6>)。 Similarly, when the storage device receives a first generation backup (differential backup) instruction for the source volume B from the user after the full backup of the source volume B is completed, the storage device of the first generation at the update target portion of the source volume B Start backup (<6>).

そして、世代切替タイミングで、ストレージ装置は、ユーザからソースボリュームAに対する2世代目のバックアップ(差分バックアップ)指示を受け付けると、ソースボリュームAの更新対象箇所における2世代目のバックアップを開始する(<7>)。 Then, at the generation switching timing, when the storage device receives a second generation backup (differential backup) instruction for the source volume A from the user, the storage device starts the second generation backup at the update target portion of the source volume A (<7. >).

同様に、世代切替タイミングで、ストレージ装置は、ユーザからソースボリュームBに対する2世代目のバックアップ(差分バックアップ)指示を受け付けると、ソースボリュームBの更新対象箇所における2世代目のバックアップを開始する(<8>)。 Similarly, at the generation switching timing, when the storage apparatus receives a second generation backup (differential backup) instruction for the source volume B from the user, it starts the second generation backup at the update target portion of the source volume B (< 8>).

特開2014−137711号公報JP, 2014-137711, A

しかしながら、従来のOPCとSnapOPC+を用いたバックアップ制御では、バックアップ手順に手間がかかるという問題がある。すなわち、かかるバックアップ制御では、ユーザ指示により、ソースボリュームに対するバックアップ用ボリュームを生成したり、フルバックアップを開始したり、世代のバックアップを開始したりするので、バックアップ手順に手間がかかる。対象のソースボリュームが複数存在する場合には、さらにバックアップ手順に手間がかかってしまう。 However, the conventional backup control using OPC and SnapOPC+ has a problem that the backup procedure is troublesome. That is, in such a backup control, a backup volume for the source volume is generated, a full backup is started, or a generation backup is started in accordance with a user instruction, so that the backup procedure is troublesome. When there are a plurality of target source volumes, the backup procedure becomes more troublesome.

1つの側面では、本発明は、バックアップ手順の手間を少なくすることを目的とする。 In one aspect, the present invention aims to reduce the effort of a backup procedure.

本願の開示するストレージ制御装置は、1つの態様において、生成指示を受け付けると、複数の論理ボリュームのバックアップを管理すべく、バックアップデータ格納先として生成されたバックアップデータプール領域から、バックアップ元ボリュームの全体のデータを格納するフルバックアップデータプール領域と差分データを格納する差分データ格納プール領域とを生成するプール領域管理部と、格納指示を受け付けると、前記複数の論理ボリュームのそれぞれの全体のデータを前記フルバックアップデータプール領域に格納し、格納後に、前記複数の論理ボリュームに書き込まれたデータを前記差分データ格納プール領域に格納するデータ格納部と、を有する。 In one aspect, the storage control device disclosed in the present application, when receiving a generation instruction, manages the backup of a plurality of logical volumes, from the backup data pool area generated as the backup data storage destination, to the entire backup source volume. A pool area management unit that generates a full backup data pool area that stores data and a differential data storage pool area that stores differential data; and, when a storage instruction is received, the entire data of each of the plurality of logical volumes is And a data storage unit that stores the data written in the plurality of logical volumes in the full backup data pool area and then stores the data written in the plurality of logical volumes in the differential data storage pool area.

本願の開示するシステムの1つの態様によれば、バックアップ手順の手間を少なくすることができる。 According to one aspect of the system disclosed in the present application, the labor of the backup procedure can be reduced.

図1は、実施例に係るストレージ装置のハードウェア構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of the hardware configuration of the storage device according to the embodiment. 図2は、実施例に係るストレージ装置に含まれるCMの機能構成を示すブロック図である。FIG. 2 is a block diagram illustrating the functional configuration of the CM included in the storage device according to the embodiment. 図3は、実施例に係るデータプール管理テーブルのデータ構造の一例を示す図である。FIG. 3 is a diagram illustrating an example of the data structure of the data pool management table according to the embodiment. 図4は、実施例に係るデータプール世代管理テーブルのデータ構造の一例を示す図である。FIG. 4 is a diagram illustrating an example of the data structure of the data pool generation management table according to the embodiment. 図5は、実施例に係るフルバックアップの動作の一例を示す図である。FIG. 5 is a diagram illustrating an example of a full backup operation according to the embodiment. 図6は、実施例に係る差分バックアップの動作の一例を示す図である。FIG. 6 is a diagram illustrating an example of a differential backup operation according to the embodiment. 図7は、実施例に係るバックアップ制御処理のメインのフローチャートの一例を示す図である。FIG. 7 is a diagram illustrating an example of a main flowchart of the backup control process according to the embodiment. 図8は、データプール領域生成処理のフローチャートの一例を示す図である。FIG. 8 is a diagram showing an example of a flowchart of the data pool area generation processing. 図9は、ホスト装置からの書込I/O要求時の差分バックアップ処理のフローチャートの一例を示す図である。FIG. 9 is a diagram showing an example of a flowchart of a differential backup process when a write I/O request is issued from the host device. 図10は、データプール領域生成完了時の各種テーブルの一例を示す図である。FIG. 10 is a diagram showing an example of various tables when the data pool area generation is completed. 図11は、フルバックアップ完了時の各種テーブルの一例を示す図である。FIG. 11 is a diagram showing an example of various tables when the full backup is completed. 図12は、バックアップ対象ボリュームの領域に書き込みがあった後の各種テーブルの一例を示す図である。FIG. 12 is a diagram showing an example of various tables after writing in the area of the backup target volume. 図13Aは、バックアップ制御の動作の参考例を示す図(1)である。FIG. 13A is a diagram (1) illustrating a reference example of the backup control operation. 図13Bは、バックアップ制御の動作の参考例を示す図(2)である。FIG. 13B is a diagram (2) illustrating a reference example of the backup control operation.

以下に、本願の開示するストレージ制御装置、ストレージシステムおよびバックアップ制御プログラムの実施例を図面に基づいて詳細に説明する。なお、実施例によりこの発明が限定されるものではない。 Hereinafter, embodiments of the storage control device, the storage system, and the backup control program disclosed in the present application will be described in detail with reference to the drawings. The present invention is not limited to the embodiments.

[ストレージ装置のハードウェア構成]
図1は、実施例に係るストレージ装置のハードウェア構成の一例を示す図である。図1に示すように、ストレージ装置1は、ホスト装置9と接続する。ストレージ装置1は、2組のCM2および各CM2に接続される各ディスク3を備える。なお、実施例に係るストレージ装置1では、記憶装置としてディスク(HDD:Hard Disk Drive)3が用いられているが、SSD(Solid State Device)などの記憶装置が用いられても良い。2組のCM2は、ストレージ制御装置の一例である。ストレージ装置1は、ストレージシステムの一例である。
[Hardware configuration of storage device]
FIG. 1 is a diagram illustrating an example of the hardware configuration of the storage device according to the embodiment. As shown in FIG. 1, the storage device 1 is connected to the host device 9. The storage device 1 includes two sets of CMs 2 and each disk 3 connected to each CM 2. In the storage device 1 according to the embodiment, a disk (HDD: Hard Disk Drive) 3 is used as a storage device, but a storage device such as SSD (Solid State Device) may be used. The two sets of CMs 2 are an example of a storage control device. The storage device 1 is an example of a storage system.

各CM(Controller Module)2は、ストレージ装置1における資源の管理を行う。各CM2によって管理される資源は、例えば、ディスク3、後述するCA21のほかメモリ23、DI24やバックアップ制御を実施するCPU22などである。また、各CM2は、ホスト装置9や他のCM2からの要求に応じて、ディスク3に対する各種処理(データ書込処理,データ更新処理,データ読出処理,バックアップの際のデータコピー処理など)を行う。また、各CM2は、バスによって相互に接続され、他のCM2によって管理されるDisk3に対するアクセスをすることが可能に構成される。 Each CM (Controller Module) 2 manages resources in the storage device 1. The resources managed by each CM 2 are, for example, the disk 3, the CA 21, which will be described later, the memory 23, the DI 24, and the CPU 22 that performs backup control. In addition, each CM 2 performs various processes (data writing process, data updating process, data reading process, data copying process at the time of backup, etc.) on the disk 3 in response to a request from the host device 9 or another CM 2. .. Further, the CMs 2 are connected to each other by a bus and are configured to be able to access the Disk 3 managed by another CM 2.

各ディスク3は、ユーザデータや制御情報などを格納および記憶する。実施例に係るストレージ装置1では、一方のCM2によって管理されるディスク3に、ホスト装置9からアクセスされるソースボリューム3Aがバックアップ対象ボリュームとして割り当てられる。また、他方のCM2によって管理される後述するメモリ23のデータプール領域231に、ソースボリューム3Aのデータについてのフルバックアップデータと世代別バックアップデータとが格納される(図2参照)。 Each disk 3 stores and stores user data, control information, and the like. In the storage device 1 according to the embodiment, the source volume 3A accessed from the host device 9 is assigned as a backup target volume to the disk 3 managed by one CM 2. Further, full backup data and generational backup data for the data of the source volume 3A are stored in a data pool area 231 of the memory 23, which will be described later, managed by the other CM 2 (see FIG. 2).

なお、ソースボリューム3Aは、ディスク3の全てのデータ領域であっても良いし、一のディスク3の一部のデータ領域であっても良い。 The source volume 3A may be the entire data area of the disk 3 or a partial data area of one disk 3.

各CM2は、CA(Channel Adapter)21と、CPU(Central Processing Unit)22と、メモリ23と、DI(Disk Interface)24とを有する。 Each CM 2 has a CA (Channel Adapter) 21, a CPU (Central Processing Unit) 22, a memory 23, and a DI (Disk Interface) 24.

CA21は、ホスト装置9とのインタフェース制御を行い、ホスト装置9との間でデータ通信を行う。 The CA 21 controls the interface with the host device 9 and performs data communication with the host device 9.

DI24は、CM2によって管理されるDisk3とのインタフェース制御を行い、ディスク3との間でデータ通信を行う。 The DI 24 controls the interface with the Disk 3 managed by the CM 2 and performs data communication with the disk 3.

メモリ23は、ユーザデータや制御データなどを格納するほか、ホスト装置9からディスク3へ書き込まれるデータやディスク3からホスト装置9や他のCM2へ読み出されるデータを一時的に格納する。 The memory 23 stores user data, control data, and the like, and also temporarily stores data written from the host device 9 to the disk 3 and data read from the disk 3 to the host device 9 and other CMs 2.

さらに、メモリ23は、ソースボリュームをバックアップ対象ボリュームとしてバックアップする際に用いられるテーブル類(図2参照)を記憶するほか、バックアップ先のデータプール領域231(図2参照)を記憶する。 Further, the memory 23 stores the tables (see FIG. 2) used when backing up the source volume as a backup target volume, and also stores the backup destination data pool area 231 (see FIG. 2).

CPU22は、メモリ23、CA21、DI24および後述するバックアップ制御部22Aを管理する。 The CPU 22 manages the memory 23, the CA 21, the DI 24, and the backup control unit 22A described later.

[ストレージ装置の機能構成]
次に、実施例に係るストレージ装置1に含まれるCM2の機能構成の一例を、図2を参照して説明する。図2は、実施例に係るストレージ装置1に含まれるCMの機能構成を示すブロック図である。なお、図2左のCM2は、バックアップ元であるとし、図2右のCM2は、バックアップ先であるとして説明するが、逆であっても良い。また、図2のCM2では、CA21およびDI24を省略する。
[Functional configuration of storage device]
Next, an example of the functional configuration of the CM 2 included in the storage device 1 according to the embodiment will be described with reference to FIG. FIG. 2 is a block diagram illustrating the functional configuration of the CM included in the storage device 1 according to the embodiment. Note that the CM 2 on the left side of FIG. 2 is described as the backup source, and the CM 2 on the right side of FIG. 2 is described as the backup destination, but the CM 2 on the right side may be reversed. Further, in the CM 2 of FIG. 2, the CA 21 and the DI 24 are omitted.

図2に示すように、CM2は、CPU22およびメモリ23を含む。CPU22は、バックアップ制御部22Aを含む。バックアップ制御部22Aは、バックアップ制御を実施する。さらに、バックアップ制御部22Aは、データプール領域管理部221と、フルバックアップ制御部222と、差分バックアップ制御部223とを有する。メモリ23は、データプール管理テーブル232と、データプール世代管理テーブル233とを有する。 As shown in FIG. 2, the CM 2 includes a CPU 22 and a memory 23. The CPU 22 includes a backup control unit 22A. The backup control unit 22A executes backup control. Further, the backup control unit 22A has a data pool area management unit 221, a full backup control unit 222, and a differential backup control unit 223. The memory 23 has a data pool management table 232 and a data pool generation management table 233.

データプール領域管理部221は、メモリ23上のデータプール領域を管理する。なお、データプール領域管理部221は、例えば、ユーザからデータプール領域の生成指示があったときに実施される。 The data pool area management unit 221 manages the data pool area on the memory 23. The data pool area management unit 221 is executed, for example, when a user issues a data pool area generation instruction.

例えば、データプール領域管理部221は、バックアップ元である場合には、ユーザからバックアップ対象ボリュームの識別子および容量並びに生成する世代数を含むデータプール領域の生成指示を受け付けると、以下の処理を行う。データプール領域管理部221は、データプール領域の生成指示に含まれるバックアップ対象ボリュームの容量から必要となるフルバックアップ領域231aの容量を計算する。データプール領域管理部221は、データプール領域の生成指示に含まれるバックアップ対象ボリュームの容量および世代数から必要となる世代別バックアップ領域231bの容量を計算する。データプール領域管理部221は、フルバックアップ領域231aの容量と世代別バックアップ領域231bの容量とから必要となるデータプール領域231の全体の容量を計算する。そして、データプール領域管理部221は、バックアップ先に対して、所定のパラメータを含むデータプール領域の生成を依頼する。一例として、所定のパラメータには、データプール領域231の容量、フルバックアップ領域231aの情報、世代別バックアップ領域231bの情報、生成する世代数、世代切り替え間隔、バックアップ対象ボリュームの識別子などが挙げられる。 For example, when the data pool area management unit 221 is the backup source, the data pool area management unit 221 performs the following process upon receiving a data pool area generation instruction including the identifier and capacity of the backup target volume and the number of generations to be generated. The data pool area management unit 221 calculates the required capacity of the full backup area 231a from the capacity of the backup target volume included in the data pool area generation instruction. The data pool area management unit 221 calculates the required capacity of the generational backup area 231b from the capacity of the backup target volume and the number of generations included in the data pool area generation instruction. The data pool area management unit 221 calculates the required total capacity of the data pool area 231 from the capacity of the full backup area 231a and the capacity of the generational backup area 231b. Then, the data pool area management unit 221 requests the backup destination to generate a data pool area including predetermined parameters. As an example, the predetermined parameters include the capacity of the data pool area 231, the information of the full backup area 231a, the information of the generational backup area 231b, the number of generations to be generated, the generation switching interval, the identifier of the backup target volume, and the like.

また、データプール領域管理部221は、バックアップ先である場合には、データプール領域の生成依頼を受け取ると、以下の処理を行う。データプール領域管理部221は、データプール領域の生成依頼に含まれるデータプール領域231の容量に基づいて、メモリ23上にデータプール領域231の全領域を生成する。データプール領域管理部221は、データプール領域の生成依頼に含まれるフルバックアップ領域231aの情報に基づいて、データプール領域231の中にフルバックアップ領域231aを生成する。データプール領域管理部221は、データプール領域の生成依頼に含まれる世代別バックアップ領域231bの情報および生成する世代数に基づいて、データプール領域231の中に世代数分の世代別バックアップ領域231bを生成する。そして、データプール領域管理部221は、データプール領域231の全体を管理するために用いられるデータプール管理テーブル232および世代別バックアップ領域231bを管理するために用いられるデータプール世代管理テーブル233を生成する。 Further, when the data pool area management unit 221 is the backup destination, the data pool area management unit 221 performs the following processing upon receiving a data pool area generation request. The data pool area management unit 221 creates the entire area of the data pool area 231 in the memory 23 based on the capacity of the data pool area 231 included in the data pool area creation request. The data pool area management unit 221 creates a full backup area 231a in the data pool area 231 based on the information of the full backup area 231a included in the data pool area creation request. The data pool area management unit 221 creates the number of generational backup areas 231b in the data pool area 231 based on the information of the generational backup area 231b included in the data pool area generation request and the number of generations to be generated. To generate. Then, the data pool area management unit 221 generates a data pool management table 232 used for managing the entire data pool area 231, and a data pool generation management table 233 used for managing the generational backup area 231b. ..

そして、データプール領域管理部221は、データプール管理テーブル232およびデータプール世代管理テーブル233を、所定のタイミングでストレージ装置1内の他のCM2に送信する。これは、全てのCM2でストレージ装置1の中で実施されているバックアップのデータプール領域231の情報を共有するためである。所定のタイミングとは、例えば、CM2の負荷が低いときであれば良い。 Then, the data pool area management unit 221 transmits the data pool management table 232 and the data pool generation management table 233 to another CM 2 in the storage device 1 at a predetermined timing. This is because all CMs 2 share the information of the data pool area 231 of the backup executed in the storage device 1. The predetermined timing may be, for example, when the load on the CM 2 is low.

そして、データプール領域管理部221は、データプール領域231を、所定のタイミングでディスク3のバックアップボリューム3Zに書き込む。所定のタイミングとは、例えば、CM2の負荷が低いときであれば良い。 Then, the data pool area management unit 221 writes the data pool area 231 to the backup volume 3Z of the disk 3 at a predetermined timing. The predetermined timing may be, for example, when the load on the CM 2 is low.

ここで、データプール管理テーブル232のデータ構造の一例を、図3を参照して説明する。図3は、実施例に係るデータプール管理テーブルのデータ構造の一例を示す図である。データプール管理テーブル232は、バックアップボリューム番号、世代数、使用中世代番号および最古世代番号をデータプール番号に対応付けて記憶する。加えて、データプール管理テーブル232は、フルバックアップ領域アドレス、フルバックアップサイズ、フルバックアップ先先頭アドレス、フルバックアップ作成時間および世代切り替え間隔をデータプール番号に対応付けて記憶する。 Here, an example of the data structure of the data pool management table 232 will be described with reference to FIG. FIG. 3 is a diagram illustrating an example of the data structure of the data pool management table according to the embodiment. The data pool management table 232 stores the backup volume number, the number of generations, the generation number in use, and the oldest generation number in association with the data pool number. In addition, the data pool management table 232 stores the full backup area address, the full backup size, the full backup destination start address, the full backup creation time, and the generation switching interval in association with the data pool number.

データプール番号は、データプール領域231を一意に識別する番号である。データプール番号は、例えば、個々のCM2内で「1」から順番に割り当てられても良いし、全てのCM2内で重複しないように割り当てられても良い。バックアップボリューム番号は、バックアップ対象ボリュームの識別子を示す。バックアップボリューム番号は、例えば、データプール領域の生成依頼に含まれる。 The data pool number is a number that uniquely identifies the data pool area 231. The data pool numbers may be assigned in order from “1” in each CM 2, or may be assigned so as not to be duplicated in all CMs 2. The backup volume number indicates the identifier of the backup target volume. The backup volume number is included in the data pool area generation request, for example.

世代数は、世代別バックアップ領域231bに生成される領域の数である。世代数は、例えば、データプール領域の生成依頼に含まれる。使用中世代番号は、後述する差分バックアップ制御部223により差分バックアップが実施されているときの使用中の世代番号を示す。最古世代番号は、最も古い世代番号を示す。 The number of generations is the number of areas created in the backup area 231b for each generation. The number of generations is included in the data pool area generation request, for example. The in-use generation number indicates the in-use generation number when the differential backup control unit 223, which will be described later, is performing a differential backup. The oldest generation number indicates the oldest generation number.

フルバックアップ領域アドレスは、データプール領域231の中でのフルバックアップ領域231aの先頭のアドレスを示す。フルバックアップサイズは、フルバックアップ領域231aのサイズを示す。フルバックアップ先先頭アドレスは、バックアップ対象ボリューム毎のフルバックアップ領域231a内の先頭のアドレスを示す。フルバックアップ先先頭アドレスは、データプール領域231の先頭からの相対位置であっても良いし、フルバックアップ領域231aの先頭からの相対位置であっても良い。実施例では、フルバックアップ先先頭アドレスは、データプール領域231の先頭からの相対位置であるとして説明する。 The full backup area address indicates the head address of the full backup area 231a in the data pool area 231. The full backup size indicates the size of the full backup area 231a. The full backup destination start address indicates the start address in the full backup area 231a for each backup target volume. The full backup destination start address may be a relative position from the start of the data pool area 231 or a relative position from the start of the full backup area 231a. In the embodiment, the full backup destination start address is described as a relative position from the start of the data pool area 231.

フルバックアップ作成時間は、後述するフルバックアップ制御部222によってフルバックアップが作成された作成時間を示す。世代切り替え間隔は、世代別バックアップ領域231bの世代を切り替える間隔である。世代切り替え間隔は、例えば、データプール領域の生成依頼に含まれるが、予めメモリ23上に記憶されていても良い。 The full backup creation time indicates the creation time when the full backup was created by the full backup control unit 222 described later. The generation switching interval is an interval at which the generation of the backup area 231b for each generation is switched. The generation switching interval is included in the data pool area generation request, for example, but may be stored in the memory 23 in advance.

ここで、データプール世代管理テーブル233のデータ構造の一例を、図4を参照して説明する。図4は、実施例に係るデータプール世代管理テーブルのデータ構造の一例を示す図である。図4に示すように、前世代番号、次世代番号、バックアップボリューム番号、データバックアップ時間、データバックアップサイズおよびデータ位置を世代番号に対応付けて記憶する。 Here, an example of the data structure of the data pool generation management table 233 will be described with reference to FIG. FIG. 4 is a diagram illustrating an example of the data structure of the data pool generation management table according to the embodiment. As shown in FIG. 4, the previous generation number, the next generation number, the backup volume number, the data backup time, the data backup size, and the data position are stored in association with the generation number.

世代番号は、管理される世代番号を示す。前世代番号は、管理される世代番号の1つ前の世代番号を示す。次世代番号は、世代番号の次の世代番号を示す。バックアップボリューム番号は、バックアップ対象ボリュームの識別子を示す。データバックアップ時間は、バックアップボリューム番号が示すバックアップ対象ボリュームの差分データがバックアップされた時間を示す。データバックアップサイズは、差分バックアップのデータサイズを示す。データ位置は、世代別バックアップ領域231bのうち、世代番号が示す世代に該当する領域に差分データがバックアップされた位置である。 The generation number indicates a managed generation number. The previous generation number indicates the generation number immediately before the managed generation number. The next-generation number indicates the generation number next to the generation number. The backup volume number indicates the identifier of the backup target volume. The data backup time indicates the time when the differential data of the backup target volume indicated by the backup volume number was backed up. The data backup size indicates the data size of the differential backup. The data position is a position in the differential backup area 231b where the differential data has been backed up in an area corresponding to the generation indicated by the generation number.

図2に戻って、フルバックアップ制御部222は、OPC(フルバックアップ)を制御する。なお、フルバックアップ制御部222は、ユーザからフルバックアップの指示があったときに開始される。 Returning to FIG. 2, the full backup control unit 222 controls OPC (full backup). The full backup control unit 222 is started when the user gives an instruction for full backup.

例えば、フルバックアップ制御部222は、バックアップ元である場合には、バックアップ対象のボリュームの識別子を含むフルバックアップをバックアップ先に依頼する。フルバックアップ制御部222は、バックアップ対象ボリュームについて、先頭から読み出される全データをバックアップ先へ送信する。すなわち、フルバックアップ制御部222は、バックアップ対象ボリュームについて、OPCによる全データの物理コピーをする。 For example, when the backup source is the backup source, the full backup control unit 222 requests the backup destination to perform a full backup including the identifier of the volume to be backed up. The full backup control unit 222 sends all the data read from the beginning for the backup target volume to the backup destination. That is, the full backup control unit 222 makes a physical copy of all data by OPC for the backup target volume.

また、フルバックアップ制御部222は、バックアップ先である場合には、フルバックアップの依頼を受け付けると、以下の処理を行う。フルバックアップ制御部222は、バックアップ対象ボリュームについて、バックアップ元から送信された全データを、データプール領域231のフルバックアップ領域231aに書き込む。一例として、フルバックアップ制御部222は、バックアップ対象ボリューム3Aについて、バックアップ元から送信されたデータを、フルバックアップ領域231a内の対応するフルバックアップ先先頭アドレスからの対応領域に書き込む。バックアップ対象ボリューム3Aに対応するフルバックアップ先先頭アドレスは、データプール管理テーブル232から取得される。 Further, if the full backup control unit 222 is a backup destination and accepts a full backup request, the full backup control unit 222 performs the following processing. The full backup control unit 222 writes, for the backup target volume, all the data transmitted from the backup source in the full backup area 231a of the data pool area 231. As an example, the full backup control unit 222 writes the data transmitted from the backup source for the backup target volume 3A in the corresponding area from the corresponding full backup destination start address in the full backup area 231a. The full backup destination top address corresponding to the backup target volume 3A is acquired from the data pool management table 232.

差分バックアップ制御部223は、差分バックアップを制御する。なお、差分バックアップ制御部223は、フルバックアップ制御部222によるフルバックアップが終了すると、自動的に開始する。 The differential backup control unit 223 controls the differential backup. The differential backup control unit 223 automatically starts when the full backup by the full backup control unit 222 is completed.

例えば、差分バックアップ制御部223は、バックアップ元である場合に、ホスト装置9からバックアップ対象ボリュームのデータブロックに対する書込I/O要求(更新要求)があると、以下の処理を行う。差分バックアップ制御部223は、バックアップ対象ボリュームのデータブロックに書込I/O要求があったデータを書き込む。差分バックアップ制御部223は、書込I/O要求に対する応答をホスト装置9に送信する。そして、差分バックアップ制御部223は、バックアップ対象ボリュームに書き込まれたデータのデータブロックを、バックアップ先へ送信する。 For example, the differential backup control unit 223 performs the following processing when a write I/O request (update request) is made to the data block of the backup target volume from the host device 9 when it is the backup source. The differential backup control unit 223 writes the data for which the write I/O request is made in the data block of the backup target volume. The differential backup control unit 223 sends a response to the write I/O request to the host device 9. Then, the differential backup control unit 223 sends the data block of the data written in the backup target volume to the backup destination.

また、差分バックアップ制御部223は、バックアップ先である場合に、データが更新されたデータブロックを、現在の世代に対応する世代別バックアップ領域231bに書き込む。なお、差分バックアップ制御部223による世代の切り替えは、例えば、データプール世代管理テーブル233に記憶された世代切り替え間隔に応じた世代の切り替え時間が経過したタイミングで行われれば良い。また、差分バックアップ制御部223による世代の切り替えは、現在使用中の世代の世代別バックアップ領域231bの空き領域がなくなったタイミングで行われれば良い。 Further, the differential backup control unit 223 writes the updated data block in the generational backup area 231b corresponding to the current generation when it is the backup destination. It should be noted that the generation switching by the differential backup control unit 223 may be performed, for example, at the timing when the generation switching time according to the generation switching interval stored in the data pool generation management table 233 has elapsed. Further, the generation switching by the differential backup control unit 223 may be performed at the timing when there is no free space in the generation-specific backup area 231b of the currently used generation.

[フルバックアップの動作]
図5は、実施例に係るフルバックアップの動作の一例を示す図である。図5に示すように、データプール領域管理部221は、バックアップ対象ボリュームの識別子および容量並びに生成する世代数に基づき、データプール領域231を生成したものとする。ここでは、バックアップ対象ボリュームの識別子は、AとBであるものとする。
[Full backup operation]
FIG. 5 is a diagram illustrating an example of a full backup operation according to the embodiment. As shown in FIG. 5, it is assumed that the data pool area management unit 221 has created the data pool area 231 based on the identifier and capacity of the backup target volume and the number of generations to be created. Here, the identifiers of the backup target volumes are A and B.

ユーザからフルバックアップの指示があったとき、フルバックアップ制御部222は、バックアップ対象ボリュームAについて、全データをフルバックアップ領域231a内の対応するフルバックアップ先先頭アドレスからの対応領域に書き込む(a.1)。そして、フルバックアップ制御部222は、バックアップ対象ボリュームBについて、全データをフルバックアップ領域231a内の対応するフルバックアップ先先頭アドレスからの対応領域に書き込む(a.2)。この後、フルバックアップが終了すると、差分バックアップが自動的に開始される。 When a full backup instruction is given by the user, the full backup control unit 222 writes all data of the backup target volume A in the corresponding area from the corresponding full backup destination start address in the full backup area 231a (a.1). ). Then, the full backup control unit 222 writes all data of the backup target volume B in the corresponding area from the corresponding full backup destination head address in the full backup area 231a (a.2). After that, when the full backup is completed, the differential backup is automatically started.

[差分バックアップの動作]
図6は、実施例に係る差分バックアップの動作の一例を示す図である。図6に示すように、データプール領域管理部221は、バックアップ対象ボリュームの識別子および容量並びに生成する世代数に基づき、データプール領域231を生成したものとする。ここでは、現在の世代は「1」であるとする。また、バックアップ対象ボリュームの識別子は、AとBであるとする。
[Differential backup operation]
FIG. 6 is a diagram illustrating an example of a differential backup operation according to the embodiment. As shown in FIG. 6, it is assumed that the data pool area management unit 221 has created the data pool area 231 based on the identifier and capacity of the backup target volume and the number of generations to be created. Here, it is assumed that the current generation is “1”. The identifiers of the backup target volumes are A and B.

フルバックアップが終了した後、差分バックアップが自動的に開始されたものとする。差分バックアップ制御部223は、ホスト装置9からバックアップ対象ボリュームAのデータcに対する書込I/O要求(更新要求)があると(b.0)、バックアップ対象ボリュームAの該当するデータブロックに書込I/O要求があったデータcを書き込む(b.1)。そして、差分バックアップ制御部223は、書込I/O要求に対する応答をホスト装置9に送信する(b.2)。そして、差分バックアップ制御部223は、バックアップ対象ボリュームAに書き込まれたデータcのデータブロックを、現在の世代「1」に対応する世代別バックアップ領域231b1へ格納する。 It is assumed that the differential backup is automatically started after the full backup is completed. When there is a write I/O request (update request) for the data c of the backup target volume A from the host device 9 (b.0), the differential backup control unit 223 writes to the corresponding data block of the backup target volume A. The data c for which the I/O request is made is written (b.1). Then, the differential backup control unit 223 sends a response to the write I/O request to the host device 9 (b.2). Then, the differential backup control unit 223 stores the data block of the data c written in the backup target volume A in the generational backup area 231b1 corresponding to the current generation “1”.

同様に、差分バックアップ制御部223は、ホスト装置9からバックアップ対象ボリュームBのデータdに対する書込I/O要求(更新要求)があると、バックアップ対象ボリュームBの該当するデータブロックに書込I/O要求があったデータdを書き込む。そして、差分バックアップ制御部223は、書込I/O要求に対する応答をホスト装置9に送信する。そして、差分バックアップ制御部223は、バックアップ対象ボリュームBに書き込まれたデータdのデータブロックを、現在の世代「1」に対応する世代別バックアップ領域231b1へ格納する。 Similarly, when there is a write I/O request (update request) for the data d of the backup target volume B from the host device 9, the differential backup control unit 223 writes I/O to the corresponding data block of the backup target volume B. Write the data d for which the O request was made. Then, the differential backup control unit 223 sends a response to the write I/O request to the host device 9. Then, the differential backup control unit 223 stores the data block of the data d written in the backup target volume B in the generational backup area 231b1 corresponding to the current generation "1".

これにより、バックアップ制御処理は、バックアップ先をデータプールで共有化することで、フルバックアップ指示を受け付けると、フルバックアップを実行し、実行後自動的に差分バックアップが開始されるので、バックアップ手順を少なくできる。さらに、バックアップ制御処理は、コピーオンライト型のバックアップ方式(SnapOPC+)でなく、書込I/O要求があったデータ自体をバックアップ先へバックアップすることで、書き込みレスポンス時間を短縮することができる。 As a result, the backup control process shares the backup destination with the data pool, and when the full backup instruction is received, the full backup is executed, and after the execution, the differential backup is automatically started, reducing the backup procedure. it can. Further, in the backup control process, the write response time can be shortened by backing up the data itself for which the write I/O request is made to the backup destination, instead of the copy-on-write type backup system (SnapOPC+).

[バックアップ制御処理のフローチャート]
次に、実施例に係るバックアップ制御処理のフローチャートを、図7〜図9を参照して説明する。図7は、実施例に係るバックアップ制御処理のメインのフローチャートの一例を示す図である。図8は、データプール領域生成処理のフローチャートの一例を示す図である。図9は、ホスト装置からの書込I/O要求時の差分バックアップ処理のフローチャートの一例を示す図である。
[Flowchart of backup control processing]
Next, a flowchart of the backup control process according to the embodiment will be described with reference to FIGS. FIG. 7 is a diagram illustrating an example of a main flowchart of the backup control process according to the embodiment. FIG. 8 is a diagram showing an example of a flowchart of the data pool area generation processing. FIG. 9 is a diagram showing an example of a flowchart of a differential backup process when a write I/O request is issued from the host device.

図7に示すように、データプール領域管理部221は、ユーザからデータプール領域の生成指示があったか否かを判定する(ステップS11)。データプール領域の生成指示がなかったと判定した場合には(ステップS11;No)、データプール領域管理部221は、データプール領域の生成指示があるまで、判定処理を繰り返す。 As shown in FIG. 7, the data pool area management unit 221 determines whether or not there is a data pool area generation instruction from the user (step S11). When it is determined that the data pool area generation instruction has not been issued (step S11; No), the data pool area management unit 221 repeats the determination processing until the data pool area generation instruction is given.

一方、データプール領域の生成指示があったと判定した場合には(ステップS11;Yes)、データプール領域管理部221は、データプール領域生成処理を実行する(ステップS12)。なお、データプール領域生成処理のフローチャートは、後述する。 On the other hand, if it is determined that there is a data pool area generation instruction (step S11; Yes), the data pool area management unit 221 executes a data pool area generation process (step S12). The flowchart of the data pool area generation process will be described later.

データプール領域生成処理が実行された後、フルバックアップ制御部222は、ユーザからフルバックアップ指示があったか否かを判定する(ステップS13)。フルバックアップ指示がなかったと判定した場合には(ステップS13;No)、フルバックアップ制御部222は、フルバックアップ指示があるまで、判定処理を繰り返す。 After the data pool area generation process is executed, the full backup control unit 222 determines whether or not there is a full backup instruction from the user (step S13). When it is determined that the full backup instruction has not been issued (step S13; No), the full backup control unit 222 repeats the determination process until the full backup instruction is given.

一方、フルバックアップ指示がなかったと判定した場合には(ステップS13;Yes)、フルバックアップ制御部222は、フルバックアップを実行する(ステップS14)。例えば、バックアップ元のフルバックアップ制御部222は、フルバックアップ指示を受け付けると、バックアップ対象ボリュームの識別子を含むフルバックアップをバックアップ先に依頼する。フルバックアップ先のフルバックアップ制御部222は、フルバックアップの依頼を受け付けると、バックアップ対象ボリュームについて、バックアップ元から送信された全データを、データプール領域231のフルバックアップ領域231aに書き込む。 On the other hand, when it is determined that the full backup instruction has not been issued (step S13; Yes), the full backup control unit 222 executes the full backup (step S14). For example, upon receiving the full backup instruction, the backup source full backup control unit 222 requests the backup destination to perform a full backup including the identifier of the backup target volume. Upon receiving the request for full backup, the full backup control unit 222 of the full backup destination writes all the data transmitted from the backup source in the full backup area 231a of the data pool area 231 for the backup target volume.

続いて、フルバックアップが終了すると、差分バックアップ制御部223は、差分バックアップを開始する(ステップS15)。なお、差分バックアップ開始後に書込I/O要求があった時の差分バックアップ処理のフローチャートは、後述する。 Subsequently, when the full backup ends, the differential backup control unit 223 starts the differential backup (step S15). A flowchart of the differential backup process when there is a write I/O request after starting the differential backup will be described later.

そして、差分バックアップ制御部223は、現世代の世代別バックアップ領域の空き領域がないか否かを判定する(ステップS16)。現世代の世代別バックアップ領域の空き領域がないと判定した場合には(ステップS16;Yes)、差分バックアップ制御部223は、世代別バックアップ領域の世代切り替え処理を実行する(ステップS17)。例えば、バックアップ先の差分バックアップ制御部223は、データプール管理テーブル232の使用中世代番号を次の世代の世代番号に設定すれば良い。そして、差分バックアップ制御部223は、ステップS16に移行する。 Then, the differential backup control unit 223 determines whether or not there is a free area in the generational backup area of the current generation (step S16). When it is determined that there is no free area in the generational backup area of the current generation (step S16; Yes), the differential backup control unit 223 executes the generation switching processing of the generational backup area (step S17). For example, the backup destination differential backup control unit 223 may set the in-use generation number of the data pool management table 232 to the generation number of the next generation. Then, the differential backup control unit 223 moves to step S16.

一方、現世代の世代別バックアップ領域の空き領域があると判定した場合には(ステップS16;No)、差分バックアップ制御部223は、世代切り替え時間が経過したか否かを判定する(ステップS18)。例えば、差分バックアップ制御部223は、データプール管理テーブル232に記憶された世代切り替え間隔を用いて、直近の世代切り替え時間に世代切り替え間隔を加算した時間が経過したか否かを判定すれば良い。 On the other hand, when it is determined that there is a free area in the generational backup area of the current generation (step S16; No), the differential backup control unit 223 determines whether the generation switching time has elapsed (step S18). .. For example, the differential backup control unit 223 may use the generation switching interval stored in the data pool management table 232 to determine whether or not the time obtained by adding the generation switching interval to the latest generation switching time has elapsed.

世代切り替え時間が経過したと判定した場合には(ステップS18;Yes)、差分バックアップ制御部223は、世代切り替え処理を実行すべく、ステップS17に移行する。 When it is determined that the generation switching time has elapsed (step S18; Yes), the differential backup control unit 223 proceeds to step S17 to execute the generation switching process.

一方、世代切り替え時間が経過していないと判定した場合には(ステップS18;No)、バックアップ制御部22Aは、バックアップ終了指示があったか否かを判定する(ステップS19)。バックアップ終了指示がなかったと判定した場合には(ステップS19;No)、差分バックアップ制御部223は、ステップS16に移行する。 On the other hand, when it is determined that the generation switching time has not elapsed (step S18; No), the backup control unit 22A determines whether or not there is a backup end instruction (step S19). When it is determined that there is no backup end instruction (step S19; No), the differential backup control unit 223 proceeds to step S16.

一方、バックアップ終了指示があったと判定した場合には(ステップS19;Yes)、バックアップ制御部22Aは、バックアップ制御処理を終了する。 On the other hand, when it is determined that the backup end instruction has been issued (step S19; Yes), the backup control unit 22A ends the backup control process.

図8に示すように、データプール領域管理部221は、バックアップ元からデータプール領域の生成依頼を受け付ける(ステップS21)。例えば、バックアップ先のデータプール領域管理部221が、データプール番号、データプール全体の容量、フルバックアップ用のデータ領域情報、世代別バックアップ用のデータ領域情報、生成する世代数、世代切り替え時間およびバックアップ対象ボリューム番号を含むデータプール領域の生成依頼を受け付ける。 As shown in FIG. 8, the data pool area management unit 221 receives a data pool area generation request from the backup source (step S21). For example, the backup destination data pool area management unit 221 uses the data pool number, the capacity of the entire data pool, the data area information for full backup, the data area information for backup by generation, the number of generations to be generated, the generation switching time and the backup. Receives a request to create a data pool area including the target volume number.

データプール領域管理部221は、データプール全体の容量に基づいて、メモリ23にデータプール全体の容量分のデータプール領域231の全域を生成する(ステップS22)。データプール領域管理部221は、フルバックアップ用のデータ領域情報に基づいて、データプール領域231にフルバックアップ領域231aの全域を生成する(ステップS23)。 The data pool area management unit 221 generates the entire area of the data pool area 231 corresponding to the capacity of the entire data pool in the memory 23 based on the capacity of the entire data pool (step S22). The data pool area management unit 221 creates the entire full backup area 231a in the data pool area 231 based on the data area information for full backup (step S23).

データプール領域管理部221は、世代別バックアップ用のデータ領域情報に基づいて、データプール領域231に世代別バックアップ領域231bの全域を生成する(ステップS24)。データプール領域管理部221は、生成する世代数に基づいて、世代別バックアップ領域231bの全域を世代数だけ分割する(ステップS25)。 The data pool area management unit 221 creates the entire generational backup area 231b in the data pool area 231 based on the data area information for generational backup (step S24). The data pool area management unit 221 divides the entire generational backup area 231b by the number of generations based on the number of generations to be generated (step S25).

そして、データプール領域管理部221は、データプール管理テーブル232を生成する(ステップS26)。データプール領域管理部221は、データプール世代管理テーブル233を生成する(ステップS27)。なお、生成されるデータプール管理テーブル232およびデータプール世代管理テーブル233の具体例は、後述する。 Then, the data pool area management unit 221 creates the data pool management table 232 (step S26). The data pool area management unit 221 generates the data pool generation management table 233 (step S27). A specific example of the generated data pool management table 232 and data pool generation management table 233 will be described later.

図9に示すように、差分バックアップ制御部223は、ホスト装置9からバックアップ対象ボリュームのデータブロックに対する書込I/O要求を受け付けると、以下の処理を行う。差分バックアップ制御部223は、バックアップ対象ボリュームのデータブロックに書込I/O要求があったデータを書き込む(ステップS31)。 As illustrated in FIG. 9, when the differential backup control unit 223 receives a write I/O request for a data block of a backup target volume from the host device 9, the differential backup control unit 223 performs the following processing. The differential backup control unit 223 writes the data for which the write I/O request is made in the data block of the backup target volume (step S31).

そして、差分バックアップ制御部223は、書込I/O要求に対する応答をホスト装置9に送信する(ステップS32)。 Then, the differential backup control unit 223 sends a response to the write I/O request to the host device 9 (step S32).

そして、差分バックアップ制御部223は、バックアップ対象ボリュームに書き込まれたデータのデータブロックを現世代の世代別バックアップ領域231bへ書き込む(ステップS33)。 Then, the differential backup control unit 223 writes the data block of the data written in the backup target volume to the generational backup area 231b of the current generation (step S33).

次に、各タイミングでの各種テーブルの内容の一例を、図10〜図12を参照して説明する。図10は、データプール領域生成完了時の各種テーブルの一例を示す図である。図11は、フルバックアップ完了時の各種テーブルの一例を示す図である。図12は、バックアップ対象ボリュームの領域に書き込みがあった後の各種テーブルの一例を示す図である。なお、図10〜図12では、生成する世代数が「2」であるとする。世代切り替え時間が「60分」であるとする。バックアップ対象ボリューム番号が「A」,「B」とする。 Next, an example of the contents of various tables at each timing will be described with reference to FIGS. FIG. 10 is a diagram showing an example of various tables when the data pool area generation is completed. FIG. 11 is a diagram showing an example of various tables when the full backup is completed. FIG. 12 is a diagram showing an example of various tables after writing in the area of the backup target volume. 10 to 12, it is assumed that the number of generations to be generated is "2". It is assumed that the generation switching time is “60 minutes”. The backup target volume numbers are “A” and “B”.

図10に示すように、データプール領域生成処理が完了した時のデータプール管理テーブル232の内容は、以下のようになる。データプール番号が「1」である場合に、バックアップボリューム番号として「A」「B」が記憶されている。世代数として「2」、使用中世代番号として「1」、最古世代番号として「1」、フルバックアップ領域アドレスとして「100」、フルバックアップサイズとして「1000000」が記憶されている。フルバックアップ先先頭アドレスとして「100」「15000」が記憶されている。世代切り替え間隔として「60」が記憶されている。なお、フルバックアップ作成時間は、フルバックアップがされていないので、何も記憶されていない。 As shown in FIG. 10, the contents of the data pool management table 232 when the data pool area generation processing is completed are as follows. When the data pool number is "1", "A" and "B" are stored as backup volume numbers. “2” is stored as the number of generations, “1” is stored as the in-use generation number, “1” is stored as the oldest generation number, “100” is stored as the full backup area address, and “1000000” is stored as the full backup size. "100" and "15000" are stored as the full backup destination start address. “60” is stored as the generation switching interval. Note that the full backup creation time does not store anything because no full backup has been performed.

データプール領域生成処理が完了した時のデータプール世代管理テーブル233の内容は、以下のようになる。世代番号が「1」である場合に、次世代番号として「2」が記憶されている。なお、その他の項目については、差分バックアップがされていないので、何も記憶されていない。 The contents of the data pool generation management table 233 when the data pool area generation processing is completed are as follows. When the generation number is "1", "2" is stored as the next generation number. Note that other items are not stored because no differential backup has been performed.

図11に示すように、フルバックアップが完了した時のデータプール管理テーブル232の内容は、以下のようになる。なお、フルバックアップ開始時間が、「2018年11月9日10時24分30秒」であるとする。かかる場合には、フルバックアップ作成時間として「2018年11月9日10時24分30秒」が記憶されている。なお、その他の項目は、データプール領域生成完了時と変わりはない。 As shown in FIG. 11, the contents of the data pool management table 232 when the full backup is completed are as follows. It is assumed that the full backup start time is “November 9, 2018 10:24:30”. In such a case, "November 9, 2018, 10:24:30" is stored as the full backup creation time. The other items are the same as when the data pool area was created.

フルバックアップが完了した時のデータプール世代管理テーブル233の内容は、以下のようになる。なお、フルバックアップが完了した時点では、差分バックアップがされていないので、全項目は、データプール領域生成完了時と変わりはない。 The contents of the data pool generation management table 233 when the full backup is completed are as follows. Since the differential backup has not been performed when the full backup is completed, all items are the same as when the data pool area generation was completed.

図12に示すように、バックアップ対象ボリュームの領域に書き込みがあった後のデータプール管理テーブル232の内容は、以下のようになる。なお、フルバックアップ完了後に、「2018年11月9日10時34分30秒にバックアップ対象ボリュームAに8192バイトの書き込み」、「2018年11月9日10時40分30秒にバックアップ対象ボリュームBに1024バイトの書き込み」および「2018年11月9日10時43分30秒にバックアップ対象ボリュームAに81920バイトの書き込み」があったとする。かかる場合には、データプール管理テーブル232の全項目は、フルバックアップ完了時と変わりはない。 As shown in FIG. 12, the contents of the data pool management table 232 after writing to the area of the backup target volume are as follows. After the completion of the full backup, "write 8192 bytes to the backup target volume A at 10:34:30 on November 9, 2018" and "backup target volume B at 10:40:30 on November 9, 2018". Write "1024 bytes to the backup target volume" and "Write 10 bytes 43 minutes 30 seconds on November 9, 2018 to the backup target volume A of 81920 bytes". In such a case, all the items in the data pool management table 232 are the same as when the full backup was completed.

バックアップ対象ボリュームの領域に書き込みがあった後のデータプール世代管理テーブル233の内容は、以下のようになる。世代番号が「1」である場合の1レコード目に、バックアップボリューム番号として「A」、データバックアップ時間として「2018年11月9日10時34分30秒」、データバックアップサイズとして「8192」、データ位置として「300」が記憶されている。世代番号が「1」である場合の2レコード目に、バックアップボリューム番号として「B」、データバックアップ時間として「2018年11月9日10時40分30秒」、データバックアップサイズとして「1024」、データ位置として「8492」が記憶されている。世代番号が「1」である場合の3レコード目に、バックアップボリューム番号として「A」、データバックアップ時間として「2018年11月9日10時43分30秒」、データバックアップサイズとして「81920」、データ位置として「9516」が記憶されている。 The contents of the data pool generation management table 233 after writing to the area of the backup target volume are as follows. When the generation number is "1", the first record is "A" as the backup volume number, "November 9, 2018 10:34:30" as the data backup time, "8192" as the data backup size, “300” is stored as the data position. In the second record when the generation number is "1", the backup volume number is "B", the data backup time is "November 9, 2018 10:40:30", the data backup size is "1024", “8492” is stored as the data position. In the third record when the generation number is "1", the backup volume number is "A", the data backup time is "November 9, 2018 10:43:30", the data backup size is "81920", “9516” is stored as the data position.

[実施例の効果]
上記実施例によれば、CM2は、生成指示を受け付けると、論理ボリュームのバックアップを管理すべく、メモリ23上にバックアップデータ格納先として生成されたデータプール領域231から、バックアップ元ボリュームの全体のデータを格納するフルバックアップ領域231aと差分データを格納する世代別バックアップ領域231bとを生成する。CM2は、バックアップ指示を受け付けると、論理ボリュームの全体のデータをフルバックアップ領域231aに格納し、格納した後に、論理ボリュームに書き込まれたデータを世代別バックアップ領域231bに格納する。かかる構成によれば、CM2は、バックアップ領域をデータプールで共有化することで、フルバックアップの実行および差分バックアップの実行で個々のボリュームを使用しなくなるため、バックアップ手順の手間を少なくすることができる。すなわち、CM2は、ユーザからの生成指示およびバックアップ指示の2つの指示だけで、バックアップ対象ボリュームに対するバックアップ領域を生成し、フルバックアップおよび差分バックアップを実行することで、バックアップ手順を少なくできる。
[Effect of Example]
According to the above-described embodiment, when the CM 2 receives the generation instruction, the CM 2 manages the backup of the logical volume, and then manages the entire data of the backup source volume from the data pool area 231 generated as the backup data storage destination in the memory 23. And a generational backup area 231b for storing differential data are generated. Upon receiving the backup instruction, the CM 2 stores the entire data of the logical volume in the full backup area 231a, and after storing it, stores the data written in the logical volume in the generational backup area 231b. According to such a configuration, the CM 2 shares the backup area with the data pool, so that the individual volumes are not used for the execution of the full backup and the execution of the differential backup, so that the labor of the backup procedure can be reduced. .. That is, the CM 2 can reduce the backup procedure by generating the backup area for the backup target volume and executing the full backup and the differential backup with only two instructions, the generation instruction and the backup instruction from the user.

また、上記実施例によれば、CM2は、バックアップ指示を受け付けると、論理ボリュームの全体のデータをフルバックアップ領域231aに格納する。CM2は、論理ボリュームに対して書き込み要求があったとき、書き込み要求があったデータを論理ボリュームに書き込み、書き込み要求の要求元に書き込み要求に対する応答を通知する。そして、CM2は、書き込み要求があったデータを世代別バックアップ領域231bに格納する。かかる構成によれば、CM2は、コピーオンライト型のバックアップ方式(SnapOPC+)でなく、書き込み要求があったデータ自体をバックアップすることで、書き込みレスポンス時間を短縮することが可能となる。 Further, according to the above-described embodiment, upon receiving the backup instruction, the CM 2 stores the entire data of the logical volume in the full backup area 231a. When a write request is made to the logical volume, the CM 2 writes the write-requested data to the logical volume and notifies the request source of the write request of a response to the write request. Then, the CM 2 stores the write-requested data in the generational backup area 231b. With such a configuration, the CM 2 backs up the data itself for which a write request has been made, rather than the copy-on-write type backup method (SnapOPC+), and thus the write response time can be shortened.

[その他]
なお、実施例では、ストレージ装置1は、2組のCM2および各CM2に接続される各ディスク3を備える場合について説明した。しかしながら、ストレージ装置1は、これらの数に限定されるものではない。また、実施例では、バックアップ対象ボリュームが2個の場合を説明したが、バックアップ対象ボリュームが3個の場合であっても、4個の場合であっても良く、数に限定されるのではない。
[Other]
In the example, the storage device 1 has been described as having two sets of CMs 2 and each disk 3 connected to each CM 2. However, the storage device 1 is not limited to these numbers. In the embodiment, the case where the number of backup target volumes is two has been described, but the number of backup target volumes may be three or four, and the number is not limited. ..

また、図示した装置の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、装置の分散・統合の具体的態様は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。例えば、フルバックアップ制御部222と差分バックアップ制御部223とを1個の部として統合しても良い。一方、フルバックアップ制御部222を、バックアップ元である場合の第1のフルバックアップ制御部と、バックアップ先である場合の第2のフルバックアップ制御部とに分散しても良い。また、差分バックアップ制御部223を、バックアップ元である場合の第1の差分バックアップ制御部と、バックアップ先である場合の第2の差分バックアップ制御部とに分散しても良い。また、メモリ23に記憶された各種テーブルをCM2の外部装置としてネットワーク経由で接続するようにしても良い。 In addition, each component of the illustrated apparatus does not necessarily have to be physically configured as illustrated. That is, the specific mode of device distribution/integration is not limited to that shown in the figure, and all or part of the device may be functionally or physically distributed/integrated in arbitrary units according to various loads and usage conditions. Can be configured. For example, the full backup control unit 222 and the differential backup control unit 223 may be integrated as one unit. On the other hand, the full backup control unit 222 may be divided into a first full backup control unit that is a backup source and a second full backup control unit that is a backup destination. Further, the differential backup control unit 223 may be distributed to the first differential backup control unit when it is the backup source and the second differential backup control unit when it is the backup destination. Further, various tables stored in the memory 23 may be connected as an external device of the CM 2 via the network.

また、実施例では、CM2が有する機能をソフトウェアによって実現することで、同様の機能を有する、例えばバックアップ制御プログラムを得ることができる。例えば、メモリ23は、バックアップ制御プログラムやプログラムの実行途中結果などを記憶する。CPU22は、メモリ23からバックアップ制御プログラムを読み出して実行する。 Further, in the embodiment, by implementing the function of the CM 2 by software, it is possible to obtain, for example, a backup control program having the same function. For example, the memory 23 stores a backup control program, a mid-execution result of the program, and the like. The CPU 22 reads the backup control program from the memory 23 and executes it.

また、バックアップ制御プログラムについては、必ずしも最初からメモリ23に記憶させておかなくても良い。例えば、CM2に挿入されるフレキシブルディスク(FD)、CD−ROM(Compact Disk Read Only Memory)、DVD(Digital Versatile Disk)ディスク、光磁気ディスク、IC(Integrated Circuit)カード等の「可搬用の物理媒体」に当該プログラムを記憶させておく。そして、CM2がこれらからバックアップ制御プログラムを読み出して実行するようにしても良い。 The backup control program does not necessarily have to be stored in the memory 23 from the beginning. For example, a "portable physical medium such as a flexible disk (FD) inserted in the CM 2, a CD-ROM (Compact Disk Read Only Memory), a DVD (Digital Versatile Disk) disk, a magneto-optical disk, an IC (Integrated Circuit) card, etc. The program is stored in ". Then, the CM 2 may read the backup control program from these and execute it.

1 ストレージ装置
2 CM
21 CA
22 CPU
22A バックアップ制御部
221 データプール領域管理部
222 フルバックアップ制御部
223 差分バックアップ制御部
23 メモリ
231 データプール領域
231a フルバックアップ領域
231b 世代別バックアップ領域
232 データプール管理テーブル
233 データプール世代管理テーブル
24 DI
3 ディスク
9 ホスト装置
1 storage device 2 CM
21 CA
22 CPU
22A Backup control unit 221 Data pool area management unit 222 Full backup control unit 223 Differential backup control unit 23 Memory 231 Data pool area 231a Full backup area 231b Generational backup area 232 Data pool management table 233 Data pool generation management table 24 DI
3 disk 9 host device

Claims (4)

生成指示を受け付けると、論理ボリュームのバックアップを管理すべく、メモリ上にバックアップデータ格納先として生成されたバックアップデータプール領域から、バックアップ元ボリュームの全体のデータを格納するフルバックアップデータプール領域と差分データを格納する差分データ格納プール領域とを生成するプール領域管理部と、
バックアップ指示を受け付けると、前記論理ボリュームの全体のデータを前記フルバックアップデータプール領域に格納し、格納した後に、前記論理ボリュームに書き込まれたデータを前記差分データ格納プール領域に格納するデータ格納部と、
を有することを特徴とするストレージ制御装置。
When a generation instruction is accepted, in order to manage the backup of the logical volume, the full backup data pool area that stores the entire data of the backup source volume and the differential data from the backup data pool area that is created in memory as the backup data storage destination. A pool area management unit that generates a differential data storage pool area that stores
When a backup instruction is received, the entire data of the logical volume is stored in the full backup data pool area, and after storing, the data written in the logical volume is stored in the differential data storage pool area. ,
A storage control device comprising:
前記データ格納部は、
前記バックアップ指示を受け付けると、前記論理ボリュームの全体のデータを前記フルバックアップデータプール領域に格納する第1のデータ格納部と、
前記論理ボリュームに対して書き込み要求があったとき、前記書き込み要求があったデータを前記論理ボリュームに書き込み、前記書き込み要求の要求元に前記書き込み要求に対する応答を通知し、前記書き込み要求があったデータを前記差分データ格納プール領域に格納する第2のデータ格納部と、
を有することを特徴とする請求項1に記載のストレージ制御装置。
The data storage unit is
A first data storage unit that stores the entire data of the logical volume in the full backup data pool area when receiving the backup instruction;
When a write request is made to the logical volume, the data requested to be written is written to the logical volume, a request source of the write request is notified of a response to the write request, and the data requested to be written A second data storage unit for storing in the differential data storage pool area,
The storage control device according to claim 1, further comprising:
ストレージ制御装置と、
記憶装置と、を有するストレージシステムであって、
前記ストレージ制御装置は、
生成指示を受け付けると、論理ボリュームのバックアップを管理すべく、メモリ上にバックアップデータ格納先として生成されたバックアップデータプール領域から、バックアップ元ボリュームの全体のデータを格納するフルバックアップデータプール領域と差分データを格納する差分データ格納プール領域とを生成するプール領域管理部と、
バックアップ指示を受け付けると、前記論理ボリュームの全体のデータを前記フルバックアップデータプール領域に格納し、格納した後に、前記論理ボリュームに書き込まれたデータを前記差分データ格納プール領域に格納するデータ格納部と、
を有することを特徴とするストレージシステム。
A storage controller,
A storage system having a storage device,
The storage control device,
When a generation instruction is accepted, in order to manage the backup of the logical volume, the full backup data pool area that stores the entire data of the backup source volume and the differential data from the backup data pool area that is created in memory as the backup data storage destination. A pool area management unit that generates a differential data storage pool area that stores
When a backup instruction is received, the entire data of the logical volume is stored in the full backup data pool area, and after storing, the data written in the logical volume is stored in the differential data storage pool area. ,
A storage system comprising:
生成指示を受け付けると、論理ボリュームのバックアップを管理すべく、メモリ上にバックアップデータ格納先として生成されたバックアップデータプール領域から、バックアップ元ボリュームの全体のデータを格納するフルバックアップデータプール領域と差分データを格納する差分データ格納プール領域とを生成し、
バックアップ指示を受け付けると、前記論理ボリュームの全体のデータを前記フルバックアップデータプール領域に格納し、格納した後に、前記論理ボリュームに書き込まれたデータを前記差分データ格納プール領域に格納する、
処理をコンピュータに実行させるバックアップ制御プログラム。
When a generation instruction is accepted, in order to manage the backup of the logical volume, the full backup data pool area that stores the entire data of the backup source volume and the differential data from the backup data pool area that is created in memory as the backup data storage destination. And a differential data storage pool area that stores
Upon receiving a backup instruction, the entire data of the logical volume is stored in the full backup data pool area, and after storing, the data written in the logical volume is stored in the differential data storage pool area,
A backup control program that causes a computer to execute processing.
JP2019015651A 2019-01-31 2019-01-31 Storage controller, storage system and backup control program Active JP7225852B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019015651A JP7225852B2 (en) 2019-01-31 2019-01-31 Storage controller, storage system and backup control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019015651A JP7225852B2 (en) 2019-01-31 2019-01-31 Storage controller, storage system and backup control program

Publications (3)

Publication Number Publication Date
JP2020123219A true JP2020123219A (en) 2020-08-13
JP2020123219A5 JP2020123219A5 (en) 2021-11-18
JP7225852B2 JP7225852B2 (en) 2023-02-21

Family

ID=71992774

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019015651A Active JP7225852B2 (en) 2019-01-31 2019-01-31 Storage controller, storage system and backup control program

Country Status (1)

Country Link
JP (1) JP7225852B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007334709A (en) * 2006-06-16 2007-12-27 Fujitsu Ltd Storage control device, storage control program, and storage control method
JP2008140002A (en) * 2006-11-30 2008-06-19 Hitachi Ltd Storage system and data management method
JP2010140065A (en) * 2008-12-09 2010-06-24 Fujitsu Ltd Storage apparatus, restore method, and restore program
JP2014507693A (en) * 2011-05-31 2014-03-27 株式会社日立製作所 Storage system and storage control method
JP2014137711A (en) * 2013-01-17 2014-07-28 Fujitsu Ltd Storage device, backup program and backup method
WO2014115314A1 (en) * 2013-01-25 2014-07-31 株式会社 東芝 Backup storage system that backs up data and backup storage device and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007334709A (en) * 2006-06-16 2007-12-27 Fujitsu Ltd Storage control device, storage control program, and storage control method
JP2008140002A (en) * 2006-11-30 2008-06-19 Hitachi Ltd Storage system and data management method
JP2010140065A (en) * 2008-12-09 2010-06-24 Fujitsu Ltd Storage apparatus, restore method, and restore program
JP2014507693A (en) * 2011-05-31 2014-03-27 株式会社日立製作所 Storage system and storage control method
JP2014137711A (en) * 2013-01-17 2014-07-28 Fujitsu Ltd Storage device, backup program and backup method
WO2014115314A1 (en) * 2013-01-25 2014-07-31 株式会社 東芝 Backup storage system that backs up data and backup storage device and method

Also Published As

Publication number Publication date
JP7225852B2 (en) 2023-02-21

Similar Documents

Publication Publication Date Title
US7412578B2 (en) Snapshot creating method and apparatus
JP6708929B2 (en) Storage control device, storage system, and storage control program
US7882315B2 (en) Snapshot mechanism in a data processing system and method and apparatus thereof
JP6064608B2 (en) Storage device, backup program, and backup method
JP4419884B2 (en) Data replication apparatus, method, program, and storage system
JP4170056B2 (en) Backup / restore management method between replicated volumes and storage control device used in this method
US20070266203A1 (en) Storage control method and system for performing backup and/or restoration
JP5565157B2 (en) Data processing apparatus, data processing method, data processing program, and storage apparatus
US8862844B2 (en) Backup apparatus, backup method and computer-readable recording medium in or on which backup program is recorded
US11880566B2 (en) Storage system and control method of storage system including a storage control unit that performs a data amount reduction processing and an accelerator
JP2004164318A (en) Generation management method for backup data and storage controller to be used for this method
KR20170002848A (en) Apparatus and method for journaling based on garbage collection
JP2010122761A (en) Data storage device and replication method in casing
WO2017020757A1 (en) Rebalancing and elastic storage scheme with elastic named distributed circular buffers
JP2007323657A (en) Method and system for storing transient state information, and computer program
JP2005284980A (en) Initialization processing method for duplex system and remote disk mirroring
US9235349B2 (en) Data duplication system, data duplication method, and program thereof
JP7225852B2 (en) Storage controller, storage system and backup control program
US20130031320A1 (en) Control device, control method and storage apparatus
JP6325129B2 (en) Storage system and control method thereof
JP5665518B2 (en) Database system, information processing method thereof, and program thereof
US8930485B2 (en) Information processing apparatus and non-transitory computer-readable recording medium having program stored thereon
US20160357479A1 (en) Storage control apparatus
KR20180097220A (en) Operating method of data storage device
JPH0973372A (en) Method and device for storage control

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211005

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211005

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220628

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220719

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220809

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221222

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230123

R150 Certificate of patent or registration of utility model

Ref document number: 7225852

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150