JP2008040699A - Hsm control program, hsm control unit, and hsm control method - Google Patents

Hsm control program, hsm control unit, and hsm control method Download PDF

Info

Publication number
JP2008040699A
JP2008040699A JP2006212725A JP2006212725A JP2008040699A JP 2008040699 A JP2008040699 A JP 2008040699A JP 2006212725 A JP2006212725 A JP 2006212725A JP 2006212725 A JP2006212725 A JP 2006212725A JP 2008040699 A JP2008040699 A JP 2008040699A
Authority
JP
Japan
Prior art keywords
file
information
generation
hsm
namespace
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006212725A
Other languages
Japanese (ja)
Inventor
Fumiaki Ito
史昭 伊藤
Hiroshi Murayama
浩 村山
Takashi Kijiya
敬 木治屋
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 JP2006212725A priority Critical patent/JP2008040699A/en
Publication of JP2008040699A publication Critical patent/JP2008040699A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an HSM control program, an HSM control unit, and an HSM control method for managing the generation of the backup of name space in HSM efficiently. <P>SOLUTION: The HSM control program for allowing a computer to execute the control of HSM having a primary storage 1 and a secondary storage 2 allows the computer to execute a generation information creation step for creating generation information that is information including the generation number of backup for each backup of HSM, and a history management step for managing name space information that is information related to the name space for each file in HSM and an effective generation number range for showing the range of the generation number where information related to the name space is effective using the generation number created by the generation information creation step as a name space information history. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、HSMにおけるバックアップの世代管理を行うHSM制御プログラム、HSM制御装置、HSM制御方法に関するものである。   The present invention relates to an HSM control program, an HSM control apparatus, and an HSM control method for performing backup generation management in HSM.

HSM(Hierarchical Storage Management:階層記憶管理)は、テープライブラリなどの低速なストレージ装置(二次ストレージ)とハードディスクなどの高速なストレージ装置(一次ストレージ)を組み合わせることにより、安価な大容量ファイルシステムを構築するものである。   HSM (Hierarchical Storage Management) builds an inexpensive large-capacity file system by combining a low-speed storage device (secondary storage) such as a tape library with a high-speed storage device (primary storage) such as a hard disk. To do.

HSM制御装置においては、一次ストレージにおいて長時間アクセスされていないファイルを特定し、そのファイルを二次ストレージに書き出し、アクセスが要求された時点で一次ストレージに移動することが必要となる。従来、これを実現するために、従来のHSM制御装置は、階層構造を持つファイルシステムの名前空間を総なめし、ファイルシステムがファイル単位に保持するアクセス時刻を参照することにより、二次ストレージに書き出すファイルを特定する方式を用いている。   In the HSM control device, it is necessary to identify a file that has not been accessed for a long time in the primary storage, write the file to the secondary storage, and move it to the primary storage when access is requested. Conventionally, in order to realize this, the conventional HSM control device summarizes the name space of the file system having a hierarchical structure, and writes it to the secondary storage by referring to the access time that the file system holds for each file. A method for identifying files is used.

なお、本発明の関連ある従来技術として、例えば、下記に示す特許文献1が知られている。このデータ処理装置は、メタデータデータの内容が更新されると、ログが採取され、このログを用いてファイルシステムの不整合の修正を行うものである。
特開2000−484995号公報
As a related art related to the present invention, for example, Patent Document 1 shown below is known. This data processing apparatus collects a log when the content of metadata data is updated, and corrects inconsistency of the file system using this log.
JP 2000-48495 A

しかしながら、上述した名前空間を総なめする方式のHSM制御装置には、以下の問題がある。   However, the above-described HSM control apparatus that licks the name space has the following problems.

第1にファイルシステム総なめオーバヘッドの問題がある。従来のHSM制御装置では階層構造を持つファイル名前空間を定期的に総なめするために、オーバヘッドが大きくなってしまう。   First, there is a problem of total file system licking overhead. In the conventional HSM control apparatus, since the file name space having a hierarchical structure is periodically totaled, the overhead becomes large.

第2に名前空間の排他問題がある。HSM制御装置が名前空間を総なめしている間に、rename操作などのファイル名変更操作が行われると、総なめの過程で求めたパス名が、実際には存在しない不当なものとなってしまう。このため、HSM制御装置は、顧客が設定したポリシと矛盾するデータ移動操作を行ってしまう可能性がある。例えば、検索の途中で、上位ディレクトリがゴミ箱に移されたとすると、ゴミ箱全体を移動対象としてしまうようなことが起こる。こうした問題を防ごうとすると、HSM制御装置は総なめの過程で、頻繁に矛盾をチェックし、矛盾があれば総なめをやり直すことが必要となり、論理が非常に複雑となるとともにオーバヘッドが大幅に増加する。   Second, there is a namespace exclusion problem. If a file name change operation such as a rename operation is performed while the HSM control device licks the name space, the path name obtained in the licking process is invalid and does not actually exist. For this reason, the HSM control device may perform a data movement operation inconsistent with the policy set by the customer. For example, if the upper directory is moved to the trash box during the search, the entire trash box may be moved. In order to prevent these problems, the HSM controller must check the contradiction frequently during the lumping process, and if there is a contradiction, it is necessary to start the licking again, which makes the logic very complex and greatly increases the overhead. .

第3にHSMポリシ制御の柔軟性がある。一般に階層構造の名前空間は格納されているファイル群の性格を表しているため、HSMポリシも名前空間に基づいて設定する(あるディレクトリ以下の全ファイルなど)のが自然である。しかし、上述した名前空間の排他問題により、名前空間に基づく複雑なポリシ制御を実現することが難しいという問題があった。   Third, there is flexibility in HSM policy control. In general, a hierarchical name space represents the nature of a stored file group, so it is natural to set an HSM policy based on the name space (all files under a certain directory, etc.). However, there is a problem that it is difficult to realize complicated policy control based on the name space due to the above-described name space exclusion problem.

第4に二次ストレージに退避されたデータの属性情報不足の問題がある。また上述した名前空間の排他問題により、二次ストレージに格納されるデータに正しいパス名を付加することが難しい。このため、二次ストレージに格納されたデータはファイルシステムのメタデータのみからしかアクセスできないことになり、ファイルシステムのメタデータが壊れると、二次ストレージ上にデータは残っているのにもかかわらず、パス名と対応づけることができないため、ファイルデータを復旧することができないという問題があった。   Fourth, there is a problem of insufficient attribute information of data saved in the secondary storage. In addition, due to the above-described namespace exclusion problem, it is difficult to add a correct path name to the data stored in the secondary storage. For this reason, the data stored in the secondary storage can only be accessed from the file system metadata. If the file system metadata is corrupted, the data remains on the secondary storage. There is a problem that the file data cannot be recovered because it cannot be associated with the path name.

本発明は上述した問題点を解決するためになされたものであり、HSMにおける名前空間のバックアップの世代管理を効率的に行うHSM制御プログラム、HSM制御装置、HSM制御方法を提供することを目的とする。   The present invention has been made to solve the above-described problems, and an object of the present invention is to provide an HSM control program, an HSM control apparatus, and an HSM control method for efficiently performing name space backup generation management in HSM. To do.

上述した課題を解決するため、本発明は、一次ストレージと二次ストレージを有するHSMの制御をコンピュータに実行させるHSM制御プログラムであって、前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成ステップと、前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成ステップにより作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理ステップとをコンピュータに実行させるものである。   In order to solve the above-described problem, the present invention is an HSM control program that causes a computer to execute control of an HSM having a primary storage and a secondary storage, and includes information including a generation number of the backup for each backup of the HSM. Generation information creation step for creating generation information, name space information that is information on the name space for each file in the HSM, and information on the name space using the generation number created in the generation information creation step. The computer executes a history management step for managing a valid generation number range indicating a valid generation number range as a namespace information history.

また、本発明に係るHSM制御プログラムにおいて、前記HSMのファイルシステムにおける前記名前空間情報の更新が検出された場合、前記履歴管理ステップは、該名前空間情報の更新の対象のファイルである更新対象ファイルに対応する前記名前空間情報履歴を更新することを特徴とするものである。   In addition, in the HSM control program according to the present invention, when the update of the namespace information in the HSM file system is detected, the history management step includes an update target file that is a target file for updating the namespace information. The name space information history corresponding to is updated.

また、本発明に係るHSM制御プログラムにおいて、前記名前空間情報の更新が前記更新対象ファイルの作成である場合、前記履歴管理ステップは、新たに前記更新対象ファイルの現世代の名前空間情報履歴を作成し、有効世代番号範囲を現世代以降とすることを特徴とするものである。   In the HSM control program according to the present invention, when the update of the namespace information is creation of the update target file, the history management step newly creates a current generation namespace information history of the update target file. The effective generation number range is set to the current generation or later.

また、本発明に係るHSM制御プログラムにおいて、前記名前空間情報の更新が前記更新対象ファイルのバックアップ後の最初の更新である場合、前記履歴管理ステップは、前記更新対象ファイルの現世代の名前空間情報履歴における有効世代番号範囲の終点を最終バックアップの世代番号に変更し、前記更新対象ファイルの新たに名前空間情報履歴を作成し、該名前空間情報履歴の有効世代番号範囲を現世代以降とすることを特徴とするものである。   In the HSM control program according to the present invention, when the update of the namespace information is the first update after the backup of the update target file, the history management step includes the current generation namespace information of the update target file. Change the end point of the valid generation number range in the history to the generation number of the last backup, create a new name space information history for the file to be updated, and set the valid generation number range of the name space information history to the current generation or later It is characterized by.

また、本発明に係るHSM制御プログラムにおいて、前記履歴管理ステップは更に、外部から指定された世代番号が有効世代番号範囲内となる前記名前空間情報履歴の抽出を行い、該抽出により得られた名前空間情報履歴に対応するファイルをリストア対象のファイルとして出力することを特徴とするものである。   In the HSM control program according to the present invention, the history management step further extracts the name space information history in which the generation number designated from outside falls within the valid generation number range, and the name obtained by the extraction A file corresponding to the spatial information history is output as a file to be restored.

また、本発明に係るHSM制御プログラムにおいて、前記世代情報作成ステップは更に、前回のバックアップ後に更新されたファイルを前記一次ストレージから前記二次ストレージへコピーすることを特徴とするものである。   In the HSM control program according to the present invention, the generation information creation step further includes copying a file updated after the previous backup from the primary storage to the secondary storage.

また、本発明に係るHSM制御プログラムにおいて、前記バックアップは、スナップショットであることを特徴とするものである。   In the HSM control program according to the present invention, the backup is a snapshot.

また、本発明は、一次ストレージと二次ストレージを有するHSMの制御を行うHSM制御装置であって、前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成部と、前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成部により作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理部とを備えたものである。   Further, the present invention is an HSM control device that controls an HSM having a primary storage and a secondary storage, and generates generation information that is information including a generation number of the backup for each backup of the HSM. A range of generation numbers in which the information on the name space is valid using the creation unit, the name space information that is information on the name space for each file in the HSM, and the generation number created by the generation information creation unit And a history management unit that manages the valid generation number range as a namespace information history.

また、本発明に係るHSM制御装置において、前記HSMのファイルシステムにおける前記名前空間情報の更新が検出された場合、前記履歴管理部は、該名前空間情報の更新の対象のファイルである更新対象ファイルに対応する前記名前空間情報履歴を更新することを特徴とするものである。   In the HSM control device according to the present invention, when the update of the namespace information in the HSM file system is detected, the history management unit updates the update target file that is a target file of the update of the namespace information. The name space information history corresponding to is updated.

また、本発明に係るHSM制御装置において、前記名前空間情報の更新が前記更新対象ファイルの作成である場合、前記履歴管理部は、新たに前記更新対象ファイルの現世代の名前空間情報履歴を作成し、有効世代番号範囲を現世代以降とすることを特徴とするものである。   In the HSM control device according to the present invention, when the update of the namespace information is creation of the update target file, the history management unit newly creates a current generation namespace information history of the update target file. The effective generation number range is set to the current generation or later.

また、本発明に係るHSM制御装置において、前記名前空間情報の更新が前記更新対象ファイルのバックアップ後の最初の更新である場合、前記履歴管理部は、前記更新対象ファイルの現世代の名前空間情報履歴における有効世代番号範囲の終点を最終バックアップの世代番号に変更し、前記更新対象ファイルの新たに名前空間情報履歴を作成し、該名前空間情報履歴の有効世代番号範囲を現世代以降とすることを特徴とするものである。   Further, in the HSM control device according to the present invention, when the update of the namespace information is the first update after the backup of the update target file, the history management unit stores the current generation namespace information of the update target file. Change the end point of the valid generation number range in the history to the generation number of the last backup, create a new name space information history for the file to be updated, and set the valid generation number range of the name space information history to the current generation or later It is characterized by.

また、本発明に係るHSM制御装置において、前記履歴管理部は更に、外部から指定された世代番号が有効世代番号範囲内となる前記名前空間情報履歴の抽出を行い、該抽出により得られた名前空間情報履歴に対応するファイルをリストア対象のファイルとして出力することを特徴とするものである。   In the HSM control device according to the present invention, the history management unit further extracts the name space information history whose generation number designated from the outside falls within the valid generation number range, and the name obtained by the extraction A file corresponding to the spatial information history is output as a file to be restored.

また、本発明に係るHSM制御装置において、前記世代情報作成部は更に、前回のバックアップ後に更新されたファイルを前記一次ストレージから前記二次ストレージへコピーすることを特徴とするものである。   In the HSM control device according to the present invention, the generation information creating unit further copies a file updated after the previous backup from the primary storage to the secondary storage.

また、本発明に係るHSM制御装置において、前記バックアップは、スナップショットであることを特徴とするものである。   In the HSM control device according to the present invention, the backup is a snapshot.

また、本発明は、一次ストレージと二次ストレージを有するHSMの制御を行うHSM制御方法であって、前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成ステップと、前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成ステップにより作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理ステップとを実行するものである。   In addition, the present invention is an HSM control method for controlling an HSM having a primary storage and a secondary storage, and for each generation of the HSM, generation information that creates generation information that is information including a generation number of the backup A range of generation numbers in which the information about the name space is valid is shown using the creation step, the name space information that is information about the name space for each file in the HSM, and the generation number created by the generation information creation step. A history management step for managing the valid generation number range as a namespace information history is executed.

本発明によれば、HSMにおける名前空間のバックアップの世代管理を効率的に行うことができる。   According to the present invention, generation management of name space backup in HSM can be performed efficiently.

以下、本発明の実施の形態を説明するため、その前提となる技術について図面を参照しつつ説明する。   Hereinafter, in order to describe an embodiment of the present invention, a premise technique will be described with reference to the drawings.

(前提技術1)
前提技術1においては、HSM制御装置であるサーバについて説明する。
(Prerequisite technology 1)
In the base technology 1, a server that is an HSM control device will be described.

まず、前提技術1に係るサーバを有するHSM装置の構成について説明する。   First, the configuration of the HSM device having the server according to the base technology 1 will be described.

図1は、前提技術1に係るHSM装置の構成の一例を示すブロック図である。最近アクセスされたファイルを格納しているディスク装置などの高速ストレージ装置である一次ストレージ1、および長時間アクセスされていないファイルデータが格納されるテープライブラリ装置などの低速ストレージ装置である二次ストレージ2と、前提技術1に係るHSM制御装置であり、ファイルデータをアクセスするアプリケーションが動作するサーバ3から構成される。   FIG. 1 is a block diagram illustrating an example of a configuration of an HSM apparatus according to the base technology 1. Primary storage 1 that is a high-speed storage device such as a disk device that stores recently accessed files, and secondary storage 2 that is a low-speed storage device such as a tape library device that stores file data that has not been accessed for a long time. And an HSM control device according to the base technology 1, and is composed of a server 3 on which an application for accessing file data operates.

また、サーバ3は、アプリケーション部11、ファイルシステム制御部12、名前空間複製部13、名前空間追随部14、名前空間複製DB(Database)15、マイグレート決定部16を備える。また、ファイルシステム制御部12は、イベントデータ記録部21を備える。   The server 3 includes an application unit 11, a file system control unit 12, a namespace replication unit 13, a namespace tracking unit 14, a namespace replication DB (Database) 15, and a migration determination unit 16. Further, the file system control unit 12 includes an event data recording unit 21.

次に、サーバ3の各部について説明する。   Next, each part of the server 3 will be described.

イベントデータ記録部21は、アプリケーションプログラムが発行したファイル操作要求の履歴をイベントデータとして蓄積するファイルシステム制御部12内に配置されるプログラムである。イベントデータ記録部21は、アプリケーション部11が発行したファイル操作要求の内容をイベントデータに変換してメモリ上に蓄積しておき、一定量たまったところで名前空間複製部13や名前空間追随部14に渡す。イベントデータの受け渡しは、通信を使用してもよいし、専用のファイルを介して受け渡してもよい。   The event data recording unit 21 is a program arranged in the file system control unit 12 that accumulates the history of file operation requests issued by the application program as event data. The event data recording unit 21 converts the contents of the file operation request issued by the application unit 11 into event data and accumulates it in the memory. When a certain amount is accumulated, the event data recording unit 21 sends the information to the namespace replication unit 13 and the namespace tracking unit 14. hand over. Event data may be transferred using communication or via a dedicated file.

名前空間複製部13は、アプリケーション部11の動作と平行して、ファイルシステムの名前空間の複製を行うプログラムである。名前空間複製部13は、ファイルシステムの名前空間をたどり、存在するファイルのファイル情報を取得する。このファイル情報と、ファイル情報取得中にイベントデータ記録部21から受け取ったイベントデータを組み合わせて、名前空間の初期複製を名前空間複製DB15として完成させる。   The name space replicating unit 13 is a program for replicating the name space of the file system in parallel with the operation of the application unit 11. The name space replication unit 13 follows the name space of the file system and acquires file information of an existing file. This file information and the event data received from the event data recording unit 21 during the file information acquisition are combined to complete the initial namespace replication as the namespace replication DB 15.

名前空間追随部14は、名前空間の初期複製が完成した後、イベントデータ記録部21から受け取ったイベントデータに従って複製を更新し、名前空間複製DB15を最新の状態に維持する機能を受け持つ。また、名前空間追随部14は、通知されたファイルアクセスやアーカイブ状態を名前空間複製DB15に反映する役割も担う。   The namespace follower 14 has a function of updating the replica according to the event data received from the event data recording unit 21 after the initial replication of the namespace is completed, and maintaining the namespace replica DB 15 in the latest state. The namespace follower 14 also plays a role of reflecting the notified file access and archive state in the namespace replication DB 15.

マイグレート決定部16は、ポリシ制御の一例として、名前空間複製部13が設定したファイルアクセス記録とユーザが設定したポリシに従い、一次ストレージ1において長時間アクセスされていないファイルを二次ストレージ2に追い出すため、ファイルシステム制御部12に指示を出すプログラムである。通常、二次ストレージ2に追い出された(マイグレートされた)ファイルは、アプリケーション部11がそのファイルをアクセスしたときに、ファイルシステム制御部12が二次ストレージ2から一次ストレージ1に戻す(リコール)。また、ファイルを更新したタイミングで、ファイルシステム制御部12により二次ストレージ2上のデータ(アーカイブデータ)が無効化される。二次ストレージ2上のデータはこのタイミングでは消えず、二次ストレージ2が不足するまで、バックアップデータとして残され、ファイルシステム障害時などのリカバリで使われる。   As an example of policy control, the migration determination unit 16 drives out files that have not been accessed for a long time in the primary storage 1 to the secondary storage 2 in accordance with the file access record set by the namespace replication unit 13 and the policy set by the user. Therefore, this is a program that issues an instruction to the file system control unit 12. Normally, a file system controller 12 returns a file that has been evicted (migrated) to the secondary storage 2 from the secondary storage 2 to the primary storage 1 when the application unit 11 accesses the file (recall). . In addition, at the timing when the file is updated, the data (archive data) on the secondary storage 2 is invalidated by the file system control unit 12. Data on the secondary storage 2 does not disappear at this timing, and remains as backup data until the secondary storage 2 runs short, and is used for recovery in the event of a file system failure or the like.

次に、イベントデータ、ファイル情報、名前空間複製DB15の詳細について説明する。   Next, details of event data, file information, and namespace replication DB 15 will be described.

まず、イベントデータについて説明する。   First, event data will be described.

イベントデータ記録部21により作成されるイベントデータ(event)はファイルやディレクトリの生成や削除、ファイル名の変更、ファイルアクセス、アーカイブ状態変化などのファイル操作の内容を表しており、操作名と操作が行われた時刻に加え、それぞれ以下のデータを含む。ここで、アーカイブ状態変化とは、アーカイブデータの有効化・無効化、マイグレート、リコールなどの事象を含む。   The event data (event) created by the event data recording unit 21 represents the contents of file operations such as file and directory creation and deletion, file name change, file access, and archive state change. In addition to the time taken, each contains the following data: Here, the archive state change includes events such as validation / invalidation of archive data, migration, and recall.

(1) ファイルあるいはディレクトリの作成
event.rectype = create
event.m_inode# = 親ディレクトリのinode番号
event.ftype =
dir (mkdir時)あるいはfile (create時)
event.fname = 作成されたファイルの名前
event.inode# =
作成されたファイルあるいはディレクトリのinode番号
event.time = このイベントが発生した時刻
(1) Creation of file or directory event. recttype = create
event. m_inode # = parent directory inode number event. ftype =
dir (during mkdir) or file (during create)
event. fname = name of created file event. inode # =
Inode number event. Of the created file or directory. time = time when this event occurred

(2) ファイルあるいはディレクトリの削除
event.rectype = delete
event.m_inode# = 親ディレクトリのinode番号
event.ftype = dir (rmdir時)あるいはfile (remove時)
event.inode# = 削除されたファイルあるいはディレクトリのinode番号
event.time = このイベントが発生した時刻
(2) Delete file or directory event. recttype = delete
event. m_inode # = parent directory inode number event. ftype = dir (during rmdir) or file (during remove)
event. inode # = inode number of deleted file or directory event. time = time when this event occurred

(3) ファイル名の変更
event.rectype = rename
event.m_inode# = 親ディレクトリのinode番号
event.ftype =
dir(対象がディレクトリの場合)
あるいはfile(対象がファイルの場合)
event.inode# =
対象のファイルあるいはディレクトリのinode番号
event.target.m_inode# =
移動先ディレクトリのinode番号
event.target.fname =
変更後のファイルあるいはディレクトリ名
event.time = このイベントが発生した時刻
(3) File name change event. recttype = rename
event. m_inode # = parent directory inode number event. ftype =
dir (when the target is a directory)
Or file (if the target is a file)
event. inode # =
Inode number event. Of the target file or directory. target. m_inode # =
Inode number event. Of the destination directory. target. fname =
Changed file or directory name event. time = time when this event occurred

(4) ファイルアクセス(アプリケーションプログラムがファイルをread/write)
event.rectype = access
event.inode# = ファイルのinode番号
event.time = このイベントが発生した時刻
(4) File access (application program reads / writes file)
event. recttype = access
event. inode # = file inode number event. time = time when this event occurred

(5) アーカイブ状態変化
event.rectype = archive
event.inode# = ファイルのinode番号
event.migrate =
オン(マイグレート状態となった)
あるいはオフ(リコールが起動され、マイグレート状態でなくなった)
event.archive =
オン(二次記憶へのファイルデータの書き出しが完了し、アーカイブデータが有効となった)
あるいはオフ(ファイルが更新された結果アーカイブデータが無効となった)
event.time = このイベントが発生した時刻
(5) Archive state change event. recttype = archive
event. inode # = file inode number event. migrate =
On (becomes migrated)
Or off (recall is activated and no longer migrated)
event. archive =
ON (Export of file data to secondary storage is complete, and archive data becomes valid)
Or off (archive data became invalid as a result of file update)
event. time = time when this event occurred

次に、ファイル情報について説明する。   Next, file information will be described.

名前空間複製復元中にファイルシステムから取得するファイル情報(fstat)には、以下のものがある。
fstat.m_inode# = 親ディレクトリのinode番号
fstat.ftype = dir(対象がディレクトリの場合)
あるいはfile (対象がファイルの場合)
fstat.fname = ディレクトリあるいはファイルの名前
fstat.inode# =
ファイルあるいはディレクトリのinode番号
fstat.archive = オン(アーカイブデータが有効なとき)
あるいはオフ(アーカイブデータが無効なとき)
fstat.migrate = オン(マイグレート状態のとき)
あるいはオフ(マイグレートされていないとき)
fstat.atime = ファイルを最後にアクセスした時刻
fstat.time = ファイル情報取得時刻
The file information (fstat) acquired from the file system during namespace replication restoration includes the following.
fstat. m_inode # = parent directory inode number fstat. ftype = dir (when the target is a directory)
Or file (if the target is a file)
fstat. fname = name of directory or file fstat. inode # =
File or directory inode number fstat. archive = on (when archive data is valid)
Or off (when archive data is invalid)
fstat. migrate = on (when migrating)
Or off (when not migrated)
fstat. atime = time when the file was last accessed fstat. time = file information acquisition time

次に、名前空間複製DB15の構成について説明する。   Next, the configuration of the namespace replication DB 15 will be described.

名前空間複製DB15は、以下のカラム(dbe)を持つ、ディレクトリに設定されているファイルあるいはディレクトリ要素ごとにタプルを持つリレーショナルDBである。   The namespace replication DB 15 is a relational DB having the following column (dbe) and having a tuple for each file or directory element set in the directory.

dbe.m_inode# = 親ディレクトリのinode番号
dbe.ftype = dir(このタプルがディレクトリをあらわすとき) あるいは file (このタプルがファイルを表すとき)
dbe.fname = ファイルあるいはディレクトリの名前
dbe.inode# = ファイルあるいはディレクトリのinode番号
dbe.archive = オン(アーカイブデータが有効なとき)
あるいはオフ(アーカイブデータが無効なとき)
dbe.migrate = オン(マイグレート状態のとき)
あるいはオフ(マイグレートされていないとき)
dbe.atime = ファイルを最後にアクセスした時刻
dbe.active = オン(ファイル情報取得済みのとき)
あるいはオフ(まだファイル情報を取得していないとき)
dbe. m_inode # = parent directory inode number dbe. ftype = dir (when this tuple represents a directory) or file (when this tuple represents a file)
dbe. fname = name of file or directory dbe. inode # = file or directory inode number dbe. archive = on (when archive data is valid)
Or off (when archive data is invalid)
dbe. migrate = on (when migrating)
Or off (when not migrated)
dbe. atime = time when file was last accessed dbe. active = ON (when file information has been acquired)
Or off (when file information has not been acquired yet)

次に、サーバ3の動作について説明する。   Next, the operation of the server 3 will be described.

図2は、前提技術1に係るファイル情報取得処理の動作の一例を示すフローチャートである。サーバ3は、名前空間複製処理(S11)、名前空間追随処理(S12)、マイグレート処理(S13)を実行する。   FIG. 2 is a flowchart showing an example of the operation of the file information acquisition process according to the base technology 1. The server 3 executes a namespace replication process (S11), a namespace tracking process (S12), and a migration process (S13).

次に、サーバ3における動作の詳細について説明する。   Next, details of the operation in the server 3 will be described.

まず、名前空間複製処理について説明する。   First, the namespace replication process will be described.

名前空間複製処理は、名前空間複製部13が名前空間の初期複製を作成する処理であり、ファイル情報取得処理とイベントデータ反映処理からなる。また、名前空間複製処理は、障害発生後のサーバ再立ち上げ時など、メモリ上に蓄積されていたイベントデータが失われ、名前空間複製DB15の内容がファイルシステムの最新状態を反映できなくなったときに、名前空間複製DB15を再作成する目的で動作する。このように名前空間複製DB15を動的に再作成する構成では、イベントデータをイベント発生時に不揮発化する必要がなく、小さい容量のメモリに蓄積するのみで良く、後の名前空間複製DBの追随のオーバヘッドを削減することができる。   The namespace replication process is a process in which the namespace replication unit 13 creates an initial replica of the namespace, and includes a file information acquisition process and an event data reflection process. In the namespace replication processing, when the event data stored in the memory is lost, such as when the server is restarted after the failure occurs, the contents of the namespace replication DB 15 cannot reflect the latest state of the file system. In addition, it operates for the purpose of re-creating the namespace replication DB 15. In the configuration in which the namespace replication DB 15 is dynamically recreated in this way, it is not necessary to make event data non-volatile when an event occurs, and it is only necessary to store it in a small capacity memory. Overhead can be reduced.

名前空間複製部13は、まず、ファイル情報取得処理として、親ディレクトリをオープンし、子ファイル名あるいは子ディレクトリ名を引数として指定し、ファイルシステムの情報取得機能(getinfo)を発行することにより求める。また、名前空間複製部13は、パス名昇順(あるいは降順)とした名前空間をたどることにより、ファイルシステム内に存在するディレクトリ、ファイルの情報を漏れなく求める。この過程で見逃したものは、イベントデータとして記録されているので、後で補正する。   The name space replication unit 13 first obtains the file information acquisition process by opening the parent directory, specifying the child file name or child directory name as an argument, and issuing a file system information acquisition function (getinfo). Further, the name space duplicating unit 13 obtains information on directories and files existing in the file system without omission by following the name space in the ascending order (or descending order) of the path name. What was missed in this process is recorded as event data, and will be corrected later.

図3は、名前空間におけるディレクトリの階層構造の一例を示す図である。この名前空間は、ディレクトリの階層構造を持ち、ディレクトリ名やファイル名を昇順に左から右へソートしたものである。図4は、前提技術1に係るファイル情報取得処理の動作の一例を示すフローチャートである。   FIG. 3 is a diagram illustrating an example of a hierarchical structure of directories in the name space. This name space has a hierarchical structure of directories, and directory names and file names are sorted from left to right in ascending order. FIG. 4 is a flowchart showing an example of the operation of the file information acquisition process according to the base technology 1.

まず、名前空間複製部13は、対象ファイルシステムのルートディレクトリを基点とし、ディレクトリを左下方向(ディレクトリ名の昇順)に順にたどり、最も左下のディレクトリを見つける。見つけた最も左下のディレクトリを対象ディレクトリとし、検索の過程で求めた対象ディレクトリのパス名を対象ディレクトリパス名とする(S201)。次に、名前空間複製部13は、対象ディレクトリのファイル情報および対象ディレクトリ内に存在する全ファイルのファイル情報をファイル名昇順にひとつずつ順に求め、ファイル情報記録ファイルの末尾に順に書き込む(S202)。次に、名前空間複製部13は、対象ディレクトリがルートディレクトリであるか否かの判断を行う(S203)。対象ディレクトリがルートディレクトリである場合(S203,Y)、全ファイルを処理し終わったことを意味するのでファイル情報取得処理を終了する。   First, the name space duplication unit 13 finds the directory at the bottom left by tracing the directories in the lower left direction (in ascending order of the directory name) with the root directory of the target file system as a base point. The found lower left directory is set as the target directory, and the path name of the target directory obtained in the search process is set as the target directory path name (S201). Next, the namespace replication unit 13 obtains the file information of the target directory and the file information of all the files existing in the target directory one by one in the ascending order of the file names, and sequentially writes them at the end of the file information recording file (S202). Next, the namespace replication unit 13 determines whether or not the target directory is a root directory (S203). If the target directory is the root directory (S203, Y), it means that all files have been processed, and the file information acquisition process is terminated.

一方、対象ディレクトリがルートディレクトリでない場合(S203,N)、名前空間複製部13は、対象ディレクトリパス名から、対象ディレクトリのひとつ上のディレクトリパス名を求める、すなわち、パス名を構成する最終構成ディレクトリ名を取り除いたパス名を新しいパス名とする。次に、名前空間複製部13は、求めたディレクトリパス名をルートディレクトリから下方に順に再度検索し、この検索で存在を確認できた最終ディレクトリを基点ディレクトリとする(S205)。パスの途中のディレクトリがrenameなどで名前空間の別の位置に動かされている場合、途中でみつからなくなるが、この部分は後続のファイル情報取得処理で見つかるか、イベントデータで必ず通知され、後で補正されるため、無視しても問題ない。   On the other hand, if the target directory is not the root directory (S203, N), the namespace replication unit 13 obtains the directory path name one level above the target directory from the target directory path name, that is, the final configuration directory that constitutes the path name. The path name with the name removed is taken as the new path name. Next, the name space replicating unit 13 sequentially searches the obtained directory path name downward from the root directory again, and sets the final directory whose existence has been confirmed by this search as the base directory (S205). If the directory in the middle of the path is moved to another location in the namespace, such as in rename, it will not be found in the middle, but this part will be found in the subsequent file information acquisition process, or it will be notified by event data, and later Since it is corrected, it can be ignored.

次に、名前空間複製部13は、基点ディレクトリの内容を読み込み、基点ディレクトリ内に未処理のディレクトリがあるか否かの判断を行う(S206)。未処理のディレクトリがある場合(S206,Y)、名前空間複製部13は、未処理の最も左下のディレクトリを求め、これを対象ディレクトリとし(S207)、処理S202に移行する。未処理のディレクトリが存在しない、すなわち基点ディレクトリ内に対象ディレクトリパス名で示されるより大きなファイル名をもつディレクトリが存在しない場合(S206,N)、対象ディレクトリパス名を基点ディレクトリのパス名に設定し(S208)、処理S203に移行する。   Next, the namespace replication unit 13 reads the contents of the base directory and determines whether there is an unprocessed directory in the base directory (S206). When there is an unprocessed directory (S206, Y), the namespace replication unit 13 obtains an unprocessed lower left directory, sets this as a target directory (S207), and proceeds to process S202. If an unprocessed directory does not exist, that is, if a directory having a file name larger than that indicated by the target directory path name does not exist in the base directory (S206, N), the target directory path name is set as the path name of the base directory. (S208), the process proceeds to S203.

次に、名前空間複製部13は、対象ファイルシステムのファイル情報取得処理が全て終了すると、その間に発生したイベントデータをファイル情報に反映するイベントデータ反映処理を行う。ファイル情報記録ファイルを先頭から順によみ、ファイル情報記録ファイルに記録されている全てのファイル情報を処理したら、イベントデータ反映処理は終了する。   Next, when all the file information acquisition processing of the target file system is completed, the namespace replication unit 13 performs event data reflection processing for reflecting event data generated during that time to the file information. When the file information recording file is read in order from the top and all the file information recorded in the file information recording file has been processed, the event data reflection processing ends.

図5は、前提技術1に係るイベントデータ反映処理の動作の一例を示すフローチャートである。まず、名前空間複製部13は、未処理のファイル情報を取り出し(S302)、ファイル情報に設定されていた情報取得時刻以前の時刻を持つ、イベントデータを順に取り出し、名前空間複製DB15に反映する(S303)。   FIG. 5 is a flowchart showing an example of the operation of the event data reflection process according to the base technology 1. First, the namespace replication unit 13 extracts unprocessed file information (S302), sequentially extracts event data having times before the information acquisition time set in the file information, and reflects them in the namespace replication DB 15 ( S303).

ここで、名前空間複製DB15への反映について、イベントデータが、削除系、生成系、ファイル名の変更、ファイルアクセス、アーカイブ状態変化のそれぞれの場合について説明する。   Here, with respect to the reflection to the namespace replication DB 15, a case where the event data is a deletion system, a generation system, a file name change, a file access, and an archive state change will be described.

イベントデータが削除系(ファイル削除,ディレクトリ削除)の場合、名前空間複製部13は、削除対象ファイルあるいはディレクトリが既に名前空間複製DB15に登録済みなら削除する。そうでなければ何もしない。ここで、以下の条件を全て満たすエントリが存在する場合、登録済みとみなす。   When the event data is a deletion system (file deletion, directory deletion), the namespace replication unit 13 deletes the file or directory to be deleted if it has already been registered in the namespace replication DB 15. Otherwise it does nothing. Here, if there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.inode# == event.inode#
dbe.m_inode# == event.m_inode#
dbe.fname == event.fname
dbe. inode # == event. inode #
dbe. m_inode # == event. m_inode #
dbe. fname == event. fname

イベントデータが生成系(ファイル生成,ディレクトリ生成)の場合、名前空間複製部13は、作成されたファイルあるいはディレクトリが名前空間複製DB15に登録済みでなければ情報取得済みで登録する。登録済みならこのイベントデータを無視し、何もしない。ここで、以下の条件を全て満たすエントリが存在する場合、登録済みとみなす。   When the event data is a generation system (file generation, directory generation), the namespace replication unit 13 registers the acquired file or directory if the information has been acquired unless the created file or directory has been registered in the namespace replication DB 15. If registered, ignore this event data and do nothing. Here, if there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.inode# == event.inode#
dbe.m_inode# == event.m_inode#
dbe.fname == event.fname
dbe. inode # == event. inode #
dbe. m_inode # == event. m_inode #
dbe. fname == event. fname

未登録時の設定内容を以下に示す。   The setting contents when not registered are shown below.

dbe.m_inode# = event. m_inode#
dbe.ftype = event. ftype
dbe.fname = event.fname
dbe.inode# = event.inode#
dbe.archive = オフ
dbe.migrate = オフ
dbe.atime = event.time
dbe.active = オン
dbe. m_inode # = event. m_inode #
dbe. ftype = event. ftype
dbe. fname = event. fname
dbe. inode # = event. inode #
dbe. archive = off dbe. migrate = off dbe. atime = event. time
dbe. active = on

イベントデータがファイル名の変更(event.rectype == rename)の場合、名前空間複製部13は、改名後と同じ名前をもつファイルあるいはディレクトリがすでに登録されていた場合(ファイル名と親inode番号で評価)、そのエントリを名前空間複製DB15から削除する。ここで、以下の条件を全て満たすエントリが存在する場合、登録済みとみなす。   When the event data is a file name change (event.recttype == rename), the name space duplication unit 13 has already registered a file or directory having the same name as after the rename (with the file name and parent inode number). Evaluation), the entry is deleted from the namespace replication DB 15. Here, if there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.name == event.target.fname
dbe.m_inode# ==
event.target.m_inode#
dbe.fname == event.target.fname
dbe. name == event. target. fname
dbe. m_inode # ==
event. target. m_inode #
dbe. fname == event. target. fname

ここで、対象ファイルが名前空間複製DB15に既に登録されているならそのエントリの親情報とファイル名を変更する。ここで、以下の条件を全て満たすエントリが存在する場合、登録済みとみなす。   Here, if the target file is already registered in the namespace replication DB 15, the parent information and the file name of the entry are changed. Here, if there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.inode# == event.inode#
dbe.m_inode# == event.m_inode#
dbe.fname == event.fname
dbe. inode # == event. inode #
dbe. m_inode # == event. m_inode #
dbe. fname == event. fname

このときの変更内容を以下に示す。   The contents of the change at this time are shown below.

dbe.m_inode# = event.target.m_inode#
dbe.name = event.target.fname
dbe. m_inode # = event. target. m_inode #
dbe. name = event. target. fname

ここで、対象ファイルが未登録なら、改名後のファイルを名前空間複製DB15に新しいエントリとして登録する。   If the target file is not registered, the renamed file is registered as a new entry in the namespace replication DB 15.

dbe.inode# = event.inode#
dbe.m_inode# = event.target.m_inode#
dbe.name = event.target.fname
dbe.active = オフ
dbe. inode # = event. inode #
dbe. m_inode # = event. target. m_inode #
dbe. name = event. target. fname
dbe. active = off

イベントデータがファイルアクセス(event.rectype == access)の場合、名前空間複製部13は、対象inodeが未登録ならこのイベントデータを無視する。登録されていたら、登録済みのすべてのエントリのファイル最終アクセス時刻、アーカイブ情報、リコール情報を更新(ハードリンクがあるため)する。ここで、以下の条件を全て満たすエントリが存在する場合、登録済みとみなす。   When the event data is file access (event.recttype == access), the namespace replication unit 13 ignores the event data if the target inode is not registered. If registered, the file last access time, archive information, and recall information of all registered entries are updated (because there is a hard link). Here, if there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.inode# == event.inode# dbe. inode # == event. inode #

このときの変更内容を以下に示す。   The contents of the change at this time are shown below.

dbe.atime = event.time dbe. atime = event. time

イベントデータがアーカイブ状態変化(event.rectype == archive)の場合、対象inodeが未登録ならこのイベントデータを無視。登録されていたら、すべてのエントリのアーカイブ情報を更新(ハードリンクがあるため)する。ここで、以下の条件を全て満たすエントリが存在する場合、登録済みとみなす。   If the event data is an archive state change (event.recttype == archive), this event data is ignored if the target inode is not registered. If registered, update the archive information of all entries (because there are hard links). Here, if there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.inode# == event.inode# dbe. inode # == event. inode #

このときの変更内容を以下に示す。   The contents of the change at this time are shown below.

dbe.archive = event.archive
dbe.migrate = event.migrate
dbe. archive = event. archive
dbe. migrate = event. migrate

次に、名前空間複製部13は、ファイル情報の内容を名前空間複製DB15に未登録なら情報取得済みとして登録する(S305)。同一inode番号を持つタプルが登録されていた場合には、登録されている全てのエントリの内容を変更する。ここで、以下の条件をすべて満たすエントリが存在するとき、登録済みとみなす。   Next, the name space replication unit 13 registers the content of the file information as information acquisition if it is not registered in the name space replication DB 15 (S305). When tuples having the same inode number are registered, the contents of all registered entries are changed. Here, when there is an entry that satisfies all of the following conditions, it is regarded as registered.

dbe.inode# == fstat.inode#
dbe.fname == fstat.fname
dbe.m_inode# == fstat.m_inode#
dbe. inode # == fstat. inode #
dbe. fname == fstat. fname
dbe. m_inode # == fstat. m_inode #

また、未登録時の設定内容を以下に示す。   The setting contents when not registered are shown below.

dbe.m_inode# = fstat. m_inode#
dbe.ftype = fstat. ftype
dbe.fname = fstat.fname
dbe.inode# = fstat.inode#
dbe.archive = fstat.archive
dbe.migrate = fstat.migrate
dbe.atime = fstat.atime
dbe.active = オン
dbe. m_inode # = fstat. m_inode #
dbe. ftype = fstat. ftype
dbe. fname = fstat. fname
dbe. inode # = fstat. inode #
dbe. archive = fstat. archive
dbe. migrate = fstat. migrate
dbe. atime = fstat. atime
dbe. active = on

また、同一inode番号が既に登録済み(すなわちdbe.inode# = fstat.inode#の場合)の設定内容を以下に示す。   In addition, the setting contents when the same inode number has already been registered (that is, when dbe.inode # = fstat.inode #) are shown below.

dbe.archive = fstat.archive
dbe.migrate = fstat.migrate
dbe.atime = fstat.atime
dbe.active = オン
dbe. archive = fstat. archive
dbe. migrate = fstat. migrate
dbe. atime = fstat. atime
dbe. active = on

次に、名前空間複製部13は、記録されていた全ファイル情報の処理を終了すると、名前空間の変更との競合のため情報取得で見逃した名前空間のセグメント(情報取得済みが表示されていないディレクトリ)が存在するか否かの判断を行う(S311)。存在しない場合(S311,N)、このフローを終了する。一方、存在する場合(S311,Y)、そのディレクトリをルートとするファイル情報取得処理、およびその間に発生したイベントデータ反映処理を行い(S312)、処理S311へ戻り、次の情報取得済みが表示されていないディレクトリを見つけ、この処理を繰り返す。   Next, when the namespace replication unit 13 finishes processing all recorded file information, the namespace segment missed in the information acquisition due to a conflict with the name space change (information acquisition completed is not displayed). It is determined whether or not (directory) exists (S311). If it does not exist (S311, N), this flow ends. On the other hand, if it exists (S311, Y), the file information acquisition process with the directory as the root and the event data reflection process that occurred in the meantime are performed (S312), and the process returns to process S311 to display the next information acquisition completed Find a directory that doesn't exist and repeat this process.

次に、名前空間追随処理について説明する。   Next, the name space tracking process will be described.

名前空間追随部14は、名前空間複製処理が完了した後に発生したイベントデータをイベントデータ記録部21から受け取り、名前空間複製DB15に順次反映していく。イベントデータ反映処理は名前空間複製処理とほほ同じだが、ファイル情報を用いない分、単純となる。   The namespace follower 14 receives event data generated after the namespace replication processing is completed from the event data recording unit 21 and sequentially reflects it in the namespace replication DB 15. The event data reflection process is almost the same as the namespace replication process, but is simple because it does not use file information.

イベントデータが削除系ファイル操作イベント(ファイル削除、ディレクトリ削除)である場合、名前空間追随部14は、イベントデータで示されるinode番号、親inode番号、ファイル名を全て含むエントリを名前空間複製DB15上から削除する。   When the event data is a deletion type file operation event (file deletion, directory deletion), the namespace tracking unit 14 stores an entry including all of the inode number, the parent inode number, and the file name indicated by the event data on the namespace replication DB 15. Delete from.

イベントデータが生成系ファイル操作イベント(ファイル生成、ディレクトリ生成)である場合、名前空間追随部14は、イベントデータで示されるinode番号を含むエントリを名前空間複製DB15上に登録し、イベントデータで伝えられた属性(タイプ)、および親inode番号を設定する。   When the event data is a generation system file operation event (file generation, directory generation), the namespace tracking unit 14 registers an entry including the inode number indicated by the event data on the namespace replication DB 15 and conveys it by event data. Set attribute (type) and parent inode number.

イベントデータがファイル名の変更(rename)でターゲットと同じファイルがあれば、名前空間追随部14は削除する。また、名前空間追随部14は、ソースの親属性を変更する。   If the event data is a file name change (rename) and the same file as the target exists, the namespace follower 14 deletes it. Further, the namespace follower 14 changes the parent attribute of the source.

イベントデータがファイルアクセスイベントである場合、名前空間追随部14は、イベントデータで伝えられたアクセス時刻をinode番号で特定し、名前空間複製DB15に設定する。   When the event data is a file access event, the namespace follower 14 specifies the access time conveyed by the event data by the inode number and sets it in the namespace replication DB 15.

イベントデータがアーカイブ状態変化である場合、名前空間追随部14は、アーカイブ情報を更新する。   If the event data is an archive state change, the namespace follower 14 updates the archive information.

次に、マイグレート処理について説明する。   Next, the migration process will be described.

マイグレート決定部16は、ファイルシステムが提供するコマンドなどを使い、一次ストレージ1の空きスペース状況を定期的に調べ、空きスペース量がユーザにより指定された量以下になった場合、名前空間複製DB15に設定されている情報を使って、マイグレートの対象ファイルを決定し、ファイルシステム制御部12にマイグレートを要求する。この際、マイグレート決定部16は、名前空間複製DB15から求めたファイルのパス名をファイルシステム制御部12に渡し、ファイルデータとともに二次ストレージ2に書き出してもらう。マイグレート決定処理は、ユーザポリシに応じて様々な実装を行うことができるが、一例を以下に示す。   The migration determining unit 16 periodically checks the free space status of the primary storage 1 using a command provided by the file system, and when the free space amount is equal to or less than the amount specified by the user, the namespace replication DB 15 The file to be migrated is determined using the information set in, and the file system control unit 12 is requested for migration. At this time, the migration determining unit 16 passes the path name of the file obtained from the namespace replication DB 15 to the file system control unit 12 and writes it to the secondary storage 2 together with the file data. The migration determination process can be implemented in various ways depending on the user policy. An example is shown below.

図6は、前提技術1に係るマイグレート決定処理の動作の一例を示すフローチャートである。まず、マイグレート決定部16は、一次ストレージ1の不足が深刻であるか否かの判断を行う(S401)。   FIG. 6 is a flowchart showing an example of the operation of the migration determination process according to the base technology 1. First, the migration determining unit 16 determines whether the shortage of the primary storage 1 is serious (S401).

一次ストレージ1の不足が深刻である場合(S401,Y)、マイグレート決定部16は、名前空間複製DB15を検索し、アーカイブ済みでかつマイグレート済みではないファイルを見つけ(S411)、見つけた全てのファイルに対し以下のリリース処理(一次ストレージ域の解放)を行う。次に、マイグレート決定部16は、見つけたファイルのうち未処理のファイルがあるか否かの判断を行う(S412)。   When the shortage of the primary storage 1 is serious (S401, Y), the migration determining unit 16 searches the namespace replication DB 15, finds files that have been archived and not migrated (S411), and all found The following release processing (release of the primary storage area) is performed for the file. Next, the migration determining unit 16 determines whether there is an unprocessed file among the found files (S412).

未処理のファイルがなければ(S412,N)、このフローを終了する。一方、未処理のファイルがあれば(S412,Y)、マイグレート決定部16は、名前空間複製DB15に設定されているinode番号を引数としてファイルシステム制御部12に対象ファイルのリリース(一次ストレージ解放)を要求する(S413)。次に、マイグレート決定部16は、ファイルシステム制御部12からの応答を得ると、処理S412へ戻り、次の対象ファイルの処理を行う。   If there is no unprocessed file (S412, N), this flow ends. On the other hand, if there is an unprocessed file (S412, Y), the migration determination unit 16 releases the target file (releases the primary storage) to the file system control unit 12 using the inode number set in the namespace replication DB 15 as an argument. ) Is requested (S413). Next, upon obtaining a response from the file system control unit 12, the migration determining unit 16 returns to the process S412 and processes the next target file.

ここで、マイグレート決定部16は、名前空間複製DB15はファイルシステムに遅れて追随するため、実際にはファイルが存在しなくなっている場合や、アーカイブが無効になっている場合があり、この場合にはファイルシステム制御部12がエラー応答を返す。ファイルがアーカイブ済みであった場合、ファイルシステム制御部12はそのファイルに割り当てていた一次ストレージ領域を解放して正常応答を返す。   Here, the migration determination unit 16 follows the name space replication DB 15 with a delay in the file system, so there may be cases where the file actually does not exist or the archive is invalid. The file system control unit 12 returns an error response. If the file has been archived, the file system control unit 12 releases the primary storage area allocated to the file and returns a normal response.

一方、一次ストレージ1が不足しているがそれほど深刻ではない場合(S401、N)、マイグレート決定部16は、深刻な不足が発生したときに、事態をただちに改善できるようにするため、一定時間以上アクセスされていないファイルをアーカイブする。このため、マイグレート決定部16は、名前空間複製DB15を検索し、最終アクセス時刻が所定の時刻(例えば現時刻―1日)以前でかつ、アーカイブ無効(アーカイブ済みでない)なものを見つける(S421)。次に、マイグレート決定部16は、見つけたファイルのうち未処理のファイルがあるか否かの判断を行う(S422)。   On the other hand, when the primary storage 1 is insufficient but not so serious (N in S401), the migration determining unit 16 is configured to perform a certain period of time in order to improve the situation immediately when a serious shortage occurs. Archive files that have not been accessed. For this reason, the migration determining unit 16 searches the namespace replication DB 15 and finds one whose last access time is before a predetermined time (for example, current time—one day) and whose archive is invalid (not archived) (S421). ). Next, the migration determining unit 16 determines whether there is an unprocessed file among the found files (S422).

未処理のファイルがなければ(S422,N)、このフローを終了する。一方、未処理のファイルがあれば(S422,Y)、マイグレート決定部16は、名前空間複製DB15に設定されている親inode番号をキーとして、繰り返し名前空間複製DB15を検索することで、ファイルのパス名を求める(S423)。次に、マイグレート決定部16は、inode番号、ファイルパス名を引数としたアーカイブ要求をファイルシステム制御部12に出す(S424)。ここで、ファイルシステム制御部12は、指定されたファイルのデータとファイルパス名、inode番号を一括して二次ストレージ上に書き出し、処理S422へ戻り、次の対象ファイルの処理を行う。ここで、要求されたファイルが存在しなくなっている場合、ファイルシステム制御部12はエラーを応答し、要求を無視する。   If there is no unprocessed file (S422, N), this flow ends. On the other hand, if there is an unprocessed file (S422, Y), the migration determination unit 16 repeatedly searches the namespace replication DB 15 using the parent inode number set in the namespace replication DB 15 as a key. Is obtained (S423). Next, the migration determining unit 16 issues an archive request with the inode number and the file path name as arguments to the file system control unit 12 (S424). Here, the file system control unit 12 collectively writes the specified file data, file path name, and inode number on the secondary storage, returns to the process S422, and processes the next target file. If the requested file no longer exists, the file system control unit 12 responds with an error and ignores the request.

次に、その他の各部の動作について説明する。   Next, the operation of other units will be described.

まず、ファイルシステム制御部12について説明する。   First, the file system control unit 12 will be described.

まず、マイグレート決定部16からのリリース要求があった場合、ファイルシステム制御部12は、リリース要求を処理し、二次ストレージにファイルデータのコピーが存在する(アーカイブ済み)なら、一次ストレージを返却し、マイグレート済みとする。このとき、イベントデータ記録部21はアーカイブ状態変化イベントを作成する。   First, when there is a release request from the migration determining unit 16, the file system control unit 12 processes the release request, and if there is a copy of file data in the secondary storage (archived), the primary storage is returned. And migrated. At this time, the event data recording unit 21 creates an archive state change event.

event.rectype = archive
event.archive = オン
event.migrate = オン
event. recttype = archive
event. archive = on event. migrate = on

また、マイグレート決定部16からのアーカイブ要求があった場合、ファイルシステム制御部12は、アーカイブ要求を処理し、ファイルデータの二次ストレージ2への書き出しを起動し、マイグレート決定部16に復帰する。この際、二次ストレージ2に書き出すデータのヘッダ部にファイルのマイグレート決定部16から通知されたファイルのパス名を付加して書き出す。二次ストレージ2への書き出しが完了すると、イベントデータ記録部21はアーカイブ状態変化イベントを作成する。   When there is an archive request from the migration determination unit 16, the file system control unit 12 processes the archive request, starts writing the file data to the secondary storage 2, and returns to the migration determination unit 16. To do. At this time, the file path name notified from the file migration determining unit 16 is added to the header portion of the data to be written to the secondary storage 2 and written. When the writing to the secondary storage 2 is completed, the event data recording unit 21 creates an archive state change event.

event.rectype = archive
event.archive = オン
event.migrate = オフ
event. recttype = archive
event. archive = on event. migrate = off

また、アプリケーション部11がマイグレート済みファイルをアクセスしようとした場合、ファイルシステム制御部12は、アプリケーション部11がアクセスしようとしたタイミングで、一次ストレージ1上に領域を新たに割り当て、二次ストレージ2上のデータをその領域に読み込む。その後、イベントデータ記録部21は、リコール完了を表示したアーカイブ状態変化イベントを作成する。   When the application unit 11 tries to access the migrated file, the file system control unit 12 newly allocates an area on the primary storage 1 at the timing when the application unit 11 tries to access the secondary storage 2. Load the above data into the area. Thereafter, the event data recording unit 21 creates an archive state change event indicating the completion of the recall.

event.rectype = archive
event.archive = オン
event.migrate = オフ
event. recttype = archive
event. archive = on event. migrate = off

また、アプリケーション部11がファイル操作(ファイル生成・削除、ディレクトリ生成・削除、ファイルread/write)を要求した場合、ファイルシステム制御部12は要求を処理し、正常に完了した時点で、イベントデータ記録部21は対応するイベントデータを作成する。   When the application unit 11 requests a file operation (file generation / deletion, directory generation / deletion, file read / write), the file system control unit 12 processes the request and records the event data when it completes normally. The unit 21 creates corresponding event data.

名前空間複製部13からgetinfoでファイル情報を要求された場合、ファイルシステム制御部12は、指定されたファイルが親ディレクトリに存在することを確認した上で、指定されたファイルのファイル情報を返す。存在しなければ、エラーを応答。エラーが返された場合の名前空間複製部13はそのファイルがなかったものとして処理を続ける。   When file information is requested by getinfo from the namespace replication unit 13, the file system control unit 12 confirms that the specified file exists in the parent directory, and then returns the file information of the specified file. If it does not exist, respond with an error. When an error is returned, the namespace replication unit 13 continues the processing assuming that the file does not exist.

次に、イベントデータ記録部21について説明する。   Next, the event data recording unit 21 will be described.

イベントデータ記録部21は、ファイルシステム制御部12内に存在し、ファイルシステム制御部12の説明で述べたタイミングでイベントデータを作成し、メモリ上に蓄積する部分である。また、イベントデータ記録部21は、メモリ上に蓄積されたイベントデータが一定量以上となった、あるいは最後に通知してから、一定時間経過したときに、メモリ上に蓄積されていたイベントデータを一括して、名前空間追随部14あるいは名前空間複製部13に通知する。また、システム停止時にも、イベントデータ記録部21が蓄積していたイベントデータを名前空間追随部14に通知し、名前空間追随部14がメモリ上に蓄積されているイベントデータを名前空間複製DB15に全て反映する、システム停止処理を行う。   The event data recording unit 21 is a part that exists in the file system control unit 12, creates event data at the timing described in the description of the file system control unit 12, and accumulates it in the memory. In addition, the event data recording unit 21 stores the event data accumulated in the memory when the event data accumulated in the memory exceeds a certain amount or when a certain time has elapsed since the last notification. Collectively, the namespace follower 14 or the namespace replica 13 is notified. Further, even when the system is stopped, the event data stored in the event data recording unit 21 is notified to the name space tracking unit 14, and the name space tracking unit 14 stores the event data stored in the memory in the name space replication DB 15. Perform system stop processing that reflects everything.

また、イベントデータ記録部21では、通知するデータ量を削減するため、以下の最適化を施す。まず、イベントデータ記録部21がファイルアクセスイベントを作成する場合、メモリ上に蓄積されている未通知のイベントデータの中に同じファイルに対するファイルアクセスイベントが含まれているなら、後続のファイルアクセスイベントは捨てる。すなわち、メモリ上に蓄積しない。また、イベントデータ記録部21がファイル削除イベントの作成を依頼されたときに、対応するファイル生成イベントが未通知のイベントデータとして含まれるなら、ファイル生成イベントをメモリ上で無効化し、イベントデータ通知の対象から取り除く。   Further, the event data recording unit 21 performs the following optimization in order to reduce the amount of data to be notified. First, when the event data recording unit 21 creates a file access event, if a file access event for the same file is included in unreported event data stored in the memory, the subsequent file access event is throw away. That is, it does not accumulate on the memory. Further, when the event data recording unit 21 is requested to create a file deletion event, if the corresponding file generation event is included as unreported event data, the file generation event is invalidated on the memory, and the event data notification Remove from target.

次に、サーバ3におけるシステム立ち上げの処理について説明する。   Next, system startup processing in the server 3 will be described.

システムを正常終了した場合、上述したように名前空間追随部14がメモリ上に滞留していたイベントデータを一括して名前空間複製DB15に反映する正常終了処理を行うため、次回立ち上げ時に名前空間複製部13を動作させる必要はない。一方、障害発生の場合、その後の再立ち上げ時には、名前空間複製部13を動作させ、名前空間複製DB15を再初期化するシステム異常終了後起動処理を行う。なお、この場合でも、障害発生直前の名前空間情報は残っているので、名前空間複製の再初期化が完了するまでの間にマイグレーション対象を決定する必要が発生した場合には、マイグレート決定部は古い複製を使って処理を行う。   When the system is normally terminated, as described above, the namespace tracking unit 14 performs the normal termination process of reflecting the event data staying in the memory to the namespace replication DB 15 at a time. There is no need to operate the duplication unit 13. On the other hand, in the event of a failure, at the time of subsequent restart, the namespace replication unit 13 is operated to perform a startup process after abnormal termination of the system to reinitialize the namespace replication DB 15. Even in this case, the namespace information immediately before the failure remains, so if the migration target needs to be determined before the re-initialization of the namespace replication is completed, the migration decision unit Uses the old replica for processing.

なお、前提技術1においては、名前空間複製DB15に基づくポリシ制御の例としてマイグレート決定部16について説明したが、HSM制御における他のポリシ制御を名前空間複製DB15に基づいて行う構成としても良い。   In the base technology 1, the migration determining unit 16 has been described as an example of policy control based on the namespace replication DB 15. However, another policy control in HSM control may be performed based on the namespace replication DB 15.

上述した前提技術1のようなHSM装置において、一次ストレージ1のファイルが更新されると、任意のタイミングでデータを二次ストレージ2に新たに格納していくことで、過去のデータを累積的に保管する。ある時点でのHSMシステムのスナップショットとしてのバックアップを作成する場合、その時点の名前空間複製DB15のバックアップも作成する必要がある。また、リストアにおいて、名前空間複製DB15のバックアップから名前空間複製DB15を復元し、その情報を元にファイルを抽出し一次ストレージ1のリストアを行う必要がある。ここで、名前空間複製DB15のバックアップ処理、名前空間複製DB15の復元処理、リストア対象のファイルの抽出処理の負荷は大きい。   In the HSM device such as the base technology 1 described above, when a file in the primary storage 1 is updated, data is newly stored in the secondary storage 2 at an arbitrary timing, so that past data is accumulated. store. When creating a backup as a snapshot of the HSM system at a certain time, it is also necessary to create a backup of the namespace replication DB 15 at that time. Further, in the restoration, it is necessary to restore the namespace replication DB 15 from the backup of the namespace replication DB 15, extract a file based on the information, and restore the primary storage 1. Here, the load of the backup processing of the namespace replication DB 15, the restoration processing of the namespace replication DB 15, and the extraction processing of the files to be restored is heavy.

また、ファイルシステムのみで実現している従来のHSM装置におけるバックアップにおいて、その時点でのファイルシステム内の情報を別媒体に保存する必要があり、その処理の負荷は大きい。   In addition, in the backup in the conventional HSM apparatus realized only by the file system, it is necessary to save information in the file system at that time on another medium, and the processing load is large.

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

実施の形態1.
本実施の形態では、前提技術1と同様にして名前空間の複製を作成、更新するHSMシステムにおいて、名前空間のバックアップの世代管理を効率的に行うHSMシステムについて説明する。
Embodiment 1 FIG.
In the present embodiment, a description will be given of an HSM system that efficiently performs generation management of name space backup in an HSM system that creates and updates a replica of a name space in the same manner as in the base technology 1.

まず、本実施の形態に係るHSMシステムの構成について説明する。   First, the configuration of the HSM system according to the present embodiment will be described.

図7は、本実施の形態に係るHSMシステムの構成の一例を示すブロック図である。この図において、図1と同一符号は図1に示された対象と同一又は相当物を示しており、ここでの説明を省略する。このHSMシステムは、一次ストレージ1、二次ストレージ2、運用サーバ102、HSM制御サーバ103(HSM制御装置)を備える。   FIG. 7 is a block diagram showing an example of the configuration of the HSM system according to the present embodiment. In this figure, the same reference numerals as those in FIG. 1 denote the same or corresponding parts as those in FIG. 1, and the description thereof is omitted here. The HSM system includes a primary storage 1, a secondary storage 2, an operation server 102, and an HSM control server 103 (HSM control device).

運用サーバ102は、ファイルシステム制御部12を備える。HSM制御サーバ103は、ストレージ管理部131、ストレージ管理DB132、ストレージ管理DBバックアップ133を備える。ストレージ管理部131は、世代管理テーブル141、名前空間情報テーブル142を備える。なお、前提技術1における名前空間複製部13、名前空間追随部14、マイグレート決定部16は、本実施の形態におけるストレージ管理部131に対応する。   The operation server 102 includes a file system control unit 12. The HSM control server 103 includes a storage management unit 131, a storage management DB 132, and a storage management DB backup 133. The storage management unit 131 includes a generation management table 141 and a name space information table 142. Note that the namespace replication unit 13, the namespace tracking unit 14, and the migration determination unit 16 in the base technology 1 correspond to the storage management unit 131 in the present embodiment.

また、世代情報作成ステップは、本実施の形態におけるストレージ管理部131による世代管理テーブル141の管理に対応する。また、履歴管理ステップは、本実施の形態におけるストレージ管理部131による名前空間情報テーブル142の管理に対応する。また、世代情報作成部は、本実施の形態におけるストレージ管理部131のうち世代管理テーブル141の管理機能に対応する。また、履歴管理部は、本実施の形態におけるストレージ管理部131のうち名前空間情報テーブル142の管理機能に対応する。   The generation information creation step corresponds to the management of the generation management table 141 by the storage management unit 131 in the present embodiment. The history management step corresponds to the management of the name space information table 142 by the storage management unit 131 in the present embodiment. The generation information creation unit corresponds to the management function of the generation management table 141 in the storage management unit 131 in the present embodiment. The history management unit corresponds to the management function of the name space information table 142 in the storage management unit 131 in the present embodiment.

ストレージ管理DBバックアップ133は、ストレージ管理DB132のディスク故障時など、ストレージ管理DB132全体の復旧のために作成されるバックアップであり、最新のバックアップが作成されるのみで世代管理は不要である。   The storage management DB backup 133 is a backup created for recovery of the entire storage management DB 132, such as when a disk failure occurs in the storage management DB 132, and only the latest backup is created, and generation management is unnecessary.

次に、ストレージ管理DB132について説明する。   Next, the storage management DB 132 will be described.

図8は、本実施の形態に係る世代管理テーブル141の内容の第1の例を示す表である。世代管理テーブル141は、バックアップの世代情報を管理するテーブルである。1レコードは、1バックアップ世代の世代情報であり、バックアップの取得日時timestamp、世代番号genを持つ。世代番号は、バックアップの取得毎に順に割り当てられる番号である。   FIG. 8 is a table showing a first example of the contents of the generation management table 141 according to the present embodiment. The generation management table 141 is a table for managing backup generation information. One record is generation information of one backup generation, and has backup acquisition date and time stamp and generation number gen. The generation number is a number assigned in order every time backup is acquired.

図9は、本実施の形態に係る名前空間情報テーブル142の内容の第1の例を示す表である。名前空間情報テーブル142は、名前空間複製DB15のレコードと同様の名前空間情報を持つ現世代のレコードに加えて、世代毎の名前空間情報の差分を持つレコードを管理するテーブルである。また、各レコード(名前空間情報履歴)は、名前空間情報に加えて、その名前空間情報が有効である世代番号の範囲を表す有効世代番号範囲を含む。名前空間情報テーブル142における各レコードは、ファイル名(パス名を含む)name、その他のファイル属性情報(ユーザ名user、グループ名group、inode更新時刻ctime、データ更新時刻mtime)、二次ストレージデータ識別子archiveid、有効世代番号範囲gen(from−to)を持つ。有効世代番号範囲は、当該レコードが有効である世代番号の範囲を、開始世代番号と終了世代番号で表す。また、現世代のレコードにおいて有効世代番号範囲は、開始世代番号のみで終了世代番号はない(終了世代番号“−”は∞を表す)。   FIG. 9 is a table showing a first example of the contents of the namespace information table 142 according to the present embodiment. The name space information table 142 is a table for managing records having a difference in name space information for each generation in addition to the current generation records having the same name space information as the records in the name space replication DB 15. Each record (namespace information history) includes, in addition to the namespace information, a valid generation number range indicating a generation number range in which the namespace information is valid. Each record in the namespace information table 142 includes a file name (including a path name) name, other file attribute information (user name user, group name group, inode update time ctime, data update time mtime), and secondary storage data identifier. It has an archived and valid generation number range gen (from-to). The valid generation number range represents a generation number range in which the record is valid by a start generation number and an end generation number. In the current generation record, the valid generation number range includes only the start generation number and no end generation number (the end generation number “-” represents ∞).

次に、ストレージ管理部131によるスナップショット作成処理について説明する。ストレージ管理部131は、スナップショット作成処理において、ファイルデータのスナップショットを作成するデータスナップショット作成処理を行い、名前空間のスナップショットを作成する名前空間スナップショット作成処理を行う。ここで、ストレージ管理部131は、データスナップショット作成処理として、一次ストレージ1のファイルデータのうち、アーカイブが行われていないファイルデータを二次ストレージ2へ退避する。また、ストレージ管理部131は、名前空間スナップショット作成処理として、世代管理テーブル141に新規のレコードを追加し、そのレコードにスナップショットを作成した日時と新規の世代番号を設定する。この処理だけで、名前空間スナップショット作成処理は完了する。   Next, snapshot creation processing by the storage management unit 131 will be described. In the snapshot creation process, the storage management unit 131 performs a data snapshot creation process for creating a snapshot of file data, and performs a namespace snapshot creation process for creating a namespace snapshot. Here, the storage management unit 131 saves file data that has not been archived among the file data of the primary storage 1 to the secondary storage 2 as data snapshot creation processing. In addition, as a namespace snapshot creation process, the storage management unit 131 adds a new record to the generation management table 141, and sets the date and time when the snapshot was created and a new generation number. This process alone completes the namespace snapshot creation process.

次に、ストレージ管理部131による名前空間情報テーブル更新処理について説明する。   Next, the namespace information table update process by the storage management unit 131 will be described.

図10は、本実施の形態に係る名前空間情報テーブル更新処理の第1の動作の一例を示すフローチャートである。図11は、本実施の形態に係る名前空間情報テーブル更新処理の第2の動作の一例を示すフローチャートである。ストレージ管理部131がファイルシステム制御部12から名前空間の更新内容を示すイベントデータを受け取ると、このフローが開始する。まず、ストレージ管理部131は、世代管理テーブル141から最終バックアップ世代番号と現世代番号を取得する(S511)。次に、ストレージ管理部131は、受け取ったイベントデータの種別を判定する(S512)。   FIG. 10 is a flowchart showing an example of a first operation of the namespace information table update process according to the present embodiment. FIG. 11 is a flowchart showing an example of the second operation of the namespace information table update processing according to the present embodiment. When the storage management unit 131 receives event data indicating the update contents of the name space from the file system control unit 12, this flow starts. First, the storage management unit 131 acquires the last backup generation number and the current generation number from the generation management table 141 (S511). Next, the storage management unit 131 determines the type of the received event data (S512).

処理S512においてイベントデータがファイル作成を示す場合(S512,ファイル作成)、ストレージ管理部131は、名前空間情報テーブル142に新規ファイルのレコードを作成し、そのレコードの有効世代番号範囲において、開始世代番号=現世代番号、終了世代番号=∞に設定し(S513)、このフローは終了する。   When the event data indicates file creation in process S512 (S512, file creation), the storage management unit 131 creates a new file record in the namespace information table 142, and within the effective generation number range of the record, the start generation number = Current generation number and end generation number = ∞ are set (S513), and this flow ends.

処理S512においてイベントデータがファイル削除を示す場合(S512,ファイル削除)、ストレージ管理部131は、削除対象ファイルがバックアップ対象であるか否かの判断を行う(S521)。ここで、名前空間情報テーブル142における対象ファイルの現世代のレコードの有効世代番号範囲が、開始世代番号<現世代番号、かつ、終了世代番号=∞の条件を満たす場合、スナップショット作成処理後最初のファイル更新であるため、対象ファイルがバックアップ対象であると判断される。また、上述した条件を満たさない場合、ファイル作成またはファイル変更の後にスナップショット作成処理が行われていないため、削除対象ファイルがバックアップ対象でないと判断される。   If the event data indicates file deletion in step S512 (S512, file deletion), the storage management unit 131 determines whether the deletion target file is a backup target (S521). Here, if the valid generation number range of the current generation record of the target file in the namespace information table 142 satisfies the condition of start generation number <current generation number and end generation number = ∞, the first after snapshot creation processing Therefore, it is determined that the target file is a backup target. If the above-mentioned conditions are not satisfied, it is determined that the deletion target file is not a backup target because the snapshot creation processing has not been performed after the file creation or file change.

バックアップ対象である場合(S521,Y)、ストレージ管理部131は、名前空間情報テーブル142における削除対象ファイルの現世代のレコードの有効世代番号範囲において、開始世代番号を変更せず、終了世代番号を最終バックアップ世代番号に設定することにより、過去世代のレコードとして退避し(S522)、このフローは終了する。一方、バックアップ対象でない場合(S521,N)、ストレージ管理部131は、削除対象ファイルのレコードを削除し(S524)、このフローは終了する。   If it is a backup target (S521, Y), the storage management unit 131 does not change the start generation number and changes the end generation number within the valid generation number range of the current generation record of the deletion target file in the name space information table 142. By setting the last backup generation number, it is saved as a record of the past generation (S522), and this flow ends. On the other hand, when it is not a backup target (S521, N), the storage management unit 131 deletes the record of the deletion target file (S524), and this flow ends.

処理S512においてイベントデータがファイル変更を示す場合(S512,ファイル変更)、ストレージ管理部131は、変更対象ファイルがバックアップ対象であるか否かの判断を行う(図11のS531)。処理S521と同様、名前空間情報テーブル142における対象ファイルの現世代のレコードの有効世代番号範囲が、開始世代番号<現世代番号、かつ、終了世代番号=∞の条件を満たす場合、スナップショット作成処理後最初の更新であるため、対象ファイルがバックアップ対象であると判断される。また、上述した条件を満たさない場合、ファイル作成またはファイル変更の後にスナップショット作成処理が行われていないため、変更対象ファイルがバックアップ対象でないと判断される。   When the event data indicates a file change in step S512 (S512, file change), the storage management unit 131 determines whether the change target file is a backup target (S531 in FIG. 11). Similarly to the processing S521, when the valid generation number range of the current generation record of the target file in the name space information table 142 satisfies the condition of start generation number <current generation number and end generation number = ∞, the snapshot creation processing Since this is the first update after that, it is determined that the target file is a backup target. If the above-described conditions are not satisfied, it is determined that the file to be changed is not a backup target because the snapshot creation process has not been performed after the file creation or file modification.

バックアップ対象である場合(S531,Y)、ストレージ管理部131は、名前空間情報テーブル142における変更対象ファイルの現世代のレコードの有効世代番号範囲において、開始世代番号を変更せず、終了世代番号を最終バックアップ世代番号に設定することにより、過去世代のレコードとして退避する(S532)。次に、ストレージ管理部131は、名前空間情報テーブル142において新規に対象ファイルのレコードを作成し、そのレコードの有効世代番号範囲を、開始世代番号=現世代番号、終了世代番号=∞に設定し(S533)、このフローは終了する。一方、バックアップ対象でない場合(S531,N)、ストレージ管理部131は、イベントデータに従って変更対象ファイルのレコードを更新し(S534)、このフローは終了する。   If it is a backup target (S531, Y), the storage management unit 131 does not change the start generation number and changes the end generation number within the valid generation number range of the current generation record of the change target file in the name space information table 142. By setting the last backup generation number, it is saved as a record of the previous generation (S532). Next, the storage management unit 131 newly creates a record of the target file in the namespace information table 142, and sets the effective generation number range of the record to start generation number = current generation number, end generation number = ∞. (S533), this flow ends. On the other hand, if it is not the backup target (S531, N), the storage management unit 131 updates the record of the change target file according to the event data (S534), and this flow ends.

次に、ストレージ管理部131による世代管理の動作の具体例について説明する。   Next, a specific example of the generation management operation by the storage management unit 131 will be described.

図12は、本実施の形態に係る世代管理の動作の具体例を示すシーケンス図である。この図は、ファイルA、ファイルB、ファイルC、ファイルDに対する名前空間情報テーブル更新処理の様子を表す。また、下方向が時間の経過を表す。時刻t(6)において世代番号206のスナップショット作成処理が行われ、時刻t(7)において世代番号207のスナップショット作成処理が行われる。また、現在時刻t(8)において世代番号(現世代番号)は208である。   FIG. 12 is a sequence diagram showing a specific example of the generation management operation according to the present embodiment. This figure shows the state of the namespace information table update processing for file A, file B, file C, and file D. The downward direction represents the passage of time. At time t (6), a snapshot creation process with generation number 206 is performed, and at time t (7), a snapshot creation process with generation number 207 is performed. The generation number (current generation number) is 208 at the current time t (8).

ファイルAのファイルが作成または変更され、次に変更または削除されるまでの内容を順にa(1),a(2),a(3),a(4)で表す。同様に、ファイルBのファイルデータの内容を順にb(1),b(2)で表す。同様に、ファイルCのファイルデータの内容を順にc(1)で表す。同様に、ファイルDのファイルデータの内容を順にd(1),d(2)で表す。また、a(1),a(2),a(3),a(4),b(1),b(2),c(1),d(1),d(2)のファイルの内容の寿命を、線分で表す。また、スナップショット作成処理のうち、ファイルデータの退避を行う処理をS611,S612,S613,S614で表す。また、名前空間情報テーブル更新処理のうち、名前空間情報の退避を行う処理をS711,S712,S713,S714で表す。   The contents until the file A is created or changed and then changed or deleted are represented by a (1), a (2), a (3), and a (4) in this order. Similarly, the contents of the file data of the file B are represented by b (1) and b (2) in order. Similarly, the contents of the file data of file C are represented in order by c (1). Similarly, the contents of the file data of the file D are represented by d (1) and d (2) in order. The contents of the files a (1), a (2), a (3), a (4), b (1), b (2), c (1), d (1), d (2) The lifetime of is represented by a line segment. Of the snapshot creation processing, processing for saving file data is represented by S611, S612, S613, and S614. Of the namespace information table update processing, the processing for saving the namespace information is represented by S711, S712, S713, and S714.

次に、ファイルAが内容a(1)として作成された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=205、現世代番号=206である(S511)。次に、イベントデータがファイル作成であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142に新たにファイルAのレコードを作成し、有効世代番号範囲において、開始世代番号=現世代番号(206)、終了世代番号=∞に設定する(S513)。   Next, the namespace information table update process when the file A is created as the content a (1) will be described. At this time, the final backup generation number = 205 and the current generation number = 206 (S511). Next, since the event data is file creation (S512), the storage management unit 131 creates a new file A record in the name space information table 142, and within the valid generation number range, start generation number = current generation number. (206), the end generation number = ∞ is set (S513).

次に、ファイルBが内容b(1)として作成された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=205、現世代番号=206である(S511)。次に、イベントデータがファイル作成であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142に新たにファイルBのレコードを作成し、有効世代番号範囲において、開始世代番号=現世代番号(206)、終了世代番号=∞に設定する(S513)。   Next, the namespace information table update process when the file B is created as the content b (1) will be described. At this time, the final backup generation number = 205 and the current generation number = 206 (S511). Next, since the event data is file creation (S512), the storage management unit 131 creates a new file B record in the name space information table 142, and within the valid generation number range, start generation number = current generation number. (206), the end generation number = ∞ is set (S513).

次に、時刻t(6)において、ストレージ管理部131は、世代番号(206)のスナップショット作成処理を行う。ここで、ストレージ管理部131は、世代管理テーブル141に新規のレコードを作成し、時刻t(6)と世代番号(206)を設定することより、名前空間スナップショット作成処理を行う。また、ストレージ管理部131は、a(1)のデータスナップショット作成処理(S611)とb(1)のデータスナップショット作成処理(S612)を行う。   Next, at time t (6), the storage management unit 131 performs a snapshot creation process for the generation number (206). Here, the storage management unit 131 creates a new record in the generation management table 141, and sets the time t (6) and the generation number (206) to perform a namespace snapshot creation process. In addition, the storage management unit 131 performs data snapshot creation processing (S611) of a (1) and data snapshot creation processing (S612) of b (1).

次に、ファイルCが内容c(1)として作成された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=206、現世代番号=207である(S511)。次に、イベントデータがファイル作成であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142に新たにファイルCのレコードを作成し、有効世代番号範囲において、開始世代番号=現世代番号(207)、終了世代番号=∞に設定する(S513)。   Next, the namespace information table update process when the file C is created as the content c (1) will be described. At this time, the final backup generation number = 206 and the current generation number = 207 (S511). Next, since the event data is file creation (S512), the storage management unit 131 newly creates a record of file C in the namespace information table 142, and within the valid generation number range, start generation number = current generation number. (207), the end generation number = ∞ is set (S513).

次に、ファイルAが内容a(1)からa(2)に変更された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=206、現世代番号=207である(S511)。次に、イベントデータがファイル変更であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142におけるファイルAの現世代のレコードが開始世代番号(206)<現世代番号(207)、終了世代番号=∞を満たすことから退避対象と判断する(S531)。次に、ストレージ管理部131は、現世代のレコードの有効世代番号範囲において開始世代番号を変更せず、終了世代番号=最終バックアップ世代番号(206)に設定することにより、a(1)を過去世代のレコードとして退避する(S532)(S711)。次に、ストレージ管理部131は、ファイルAの新たな現世代のレコードを作成し、有効世代番号範囲を、開始世代番号=現世代番号(207)、終了世代番号=∞に設定する(S533)。   Next, the namespace information table update process when the file A is changed from content a (1) to a (2) will be described. At this time, the final backup generation number = 206 and the current generation number = 207 (S511). Next, since the event data is a file change (S512), the storage management unit 131 indicates that the current generation record of the file A in the namespace information table 142 is the start generation number (206) <the current generation number (207), and the end. Since generation number = ∞ is satisfied, it is determined as a save target (S531). Next, the storage management unit 131 does not change the start generation number in the effective generation number range of the current generation record, and sets a last generation number = the last backup generation number (206), whereby a (1) is past Saved as a generation record (S532) (S711). Next, the storage management unit 131 creates a new current generation record of the file A, and sets the valid generation number range to start generation number = current generation number (207) and end generation number = ∞ (S533). .

この時点で、世代管理テーブル141が図8の内容であるとする。   At this point, it is assumed that the generation management table 141 has the contents shown in FIG.

次に、時刻t(7)において、ストレージ管理部131は、世代番号(207)のスナップショット作成処理を行う。ここで、ストレージ管理部131は、世代管理テーブル141に新規のレコードを作成し、時刻t(7)と世代番号(207)を設定することより、名前空間スナップショット作成処理を行う。また、ストレージ管理部131は、a(2)のデータスナップショット作成処理(S613)とc(1)のデータスナップショット作成処理(S614)を行う。   Next, at time t (7), the storage management unit 131 performs a snapshot creation process for the generation number (207). Here, the storage management unit 131 creates a new record in the generation management table 141, and sets the time t (7) and the generation number (207) to perform a namespace snapshot creation process. In addition, the storage management unit 131 performs the data snapshot creation process (S613) of a (2) and the data snapshot creation process (S614) of c (1).

図13は、本実施の形態に係る世代管理テーブル141の内容の第2の例を示す表である。この時点で、世代管理テーブル141は、図8の内容に世代番号(207)のレコードが追加され、図13の内容になる。   FIG. 13 is a table showing a second example of the contents of the generation management table 141 according to this embodiment. At this point, the generation management table 141 is added with the record of the generation number (207) to the contents of FIG.

次に、ファイルDが内容d(1)として作成された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=207、現世代番号=208である(S511)。次に、イベントデータがファイル作成であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142に新たにファイルDのレコードを作成し、有効世代番号範囲において、開始世代番号=現世代番号(208)、終了世代番号=∞に設定する(S513)。   Next, the namespace information table update process when the file D is created as the content d (1) will be described. At this time, the final backup generation number = 207 and the current generation number = 208 (S511). Next, since the event data is file creation (S512), the storage management unit 131 newly creates a record of file D in the name space information table 142, and within the valid generation number range, start generation number = current generation number. (208), the end generation number = ∞ is set (S513).

次に、ファイルAが内容a(2)からa(3)に変更された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=207、現世代番号=208である(S511)。次に、イベントデータがファイル変更であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142におけるファイルAの現世代のレコードが開始世代番号(207)<現世代番号(208)、終了世代番号=∞を満たすことから退避対象と判断する(S531)。次に、ストレージ管理部131は、現世代のレコードの有効世代番号範囲において開始世代番号を変更せず、終了世代番号=最終バックアップ世代番号(207)に設定することにより、a(2)を過去世代のレコードとして退避する(S532)(S712)。次に、ストレージ管理部131は、ファイルAの新たな現世代のレコードを作成し、有効世代番号範囲を、開始世代番号=現世代番号(208)、終了世代番号=∞に設定する(S533)。   Next, the namespace information table update process when the file A is changed from content a (2) to a (3) will be described. At this time, the final backup generation number = 207 and the current generation number = 208 (S511). Next, since the event data is a file change (S512), the storage management unit 131 ends the record of the current generation of the file A in the name space information table 142 with the start generation number (207) <the current generation number (208). Since generation number = ∞ is satisfied, it is determined as a save target (S531). Next, the storage management unit 131 does not change the start generation number in the valid generation number range of the current generation record, and sets a (2) in the past by setting the end generation number = the last backup generation number (207). Saved as a generation record (S532) (S712). Next, the storage management unit 131 creates a new current generation record of file A, and sets the valid generation number range to start generation number = current generation number (208) and end generation number = ∞ (S533). .

この時点で、名前空間情報テーブル142が図9の内容であるとし、図9中のファイル名“x001”のレコードがb(1)を示すとする。   At this time, it is assumed that the name space information table 142 has the contents of FIG. 9, and the record of the file name “x001” in FIG. 9 indicates b (1).

次に、ファイルBが内容b(1)からb(2)に変更された場合の名前空間情報テーブル更新処理について説明する。b(1)からb(2)への変更は、ファイル名が“x001”から“YY01”へ変更されたものとする。   Next, the namespace information table update process when the file B is changed from content b (1) to b (2) will be described. The change from b (1) to b (2) assumes that the file name has been changed from “x001” to “YY01”.

このとき、最終バックアップ世代番号=207、現世代番号=208である(S511)。次に、イベントデータがファイル変更であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142におけるファイルBの現世代のレコードが開始世代番号(206)<現世代番号(208)、終了世代番号=∞を満たすことから退避対象と判断する(S531)。次に、ストレージ管理部131は、現世代のレコードの有効世代番号範囲において開始世代番号を変更せず、終了世代番号=最終バックアップ世代番号(207)に設定することにより、b(1)を過去世代のレコードとして退避する(S532)(S713)。次に、ストレージ管理部131は、ファイルBの新たな現世代のレコードを作成し、有効世代番号範囲を、開始世代番号=現世代番号(208)、終了世代番号=∞に設定する(S533)。   At this time, the final backup generation number = 207 and the current generation number = 208 (S511). Next, since the event data is a file change (S512), the storage management unit 131 indicates that the current generation record of the file B in the name space information table 142 is the start generation number (206) <the current generation number (208), and the end. Since generation number = ∞ is satisfied, it is determined as a save target (S531). Next, the storage management unit 131 does not change the start generation number in the valid generation number range of the current generation record, and sets b (1) in the past by setting end generation number = last backup generation number (207). Saved as a generation record (S532) (S713). Next, the storage management unit 131 creates a new current generation record of file B, and sets the valid generation number range to start generation number = current generation number (208) and end generation number = ∞ (S533). .

図14は、本実施の形態に係る名前空間情報テーブル142の内容の第2の例を示す表である。この時点で、名前空間情報テーブル142は、図14の内容になる。つまり、上述した処理S532により、ファイル名“x001”のレコードに終了世代番号(207)が設定される(下線部分を含む3番目のレコード)。更に、上述した処理S533により、ファイル名“YY01”のレコードが追加され(下線で示した5番目のレコード)、開始世代番号(208)と終了世代番号(∞)が設定される。   FIG. 14 is a table showing a second example of the contents of the namespace information table 142 according to the present embodiment. At this point, the name space information table 142 has the contents shown in FIG. That is, the end generation number (207) is set to the record with the file name “x001” by the above-described processing S532 (third record including the underlined portion). Further, through the above-described processing S533, a record with the file name “YY01” is added (the fifth record indicated by an underline), and a start generation number (208) and an end generation number (∞) are set.

次に、ファイルAが内容a(3)からa(4)に変更された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=207、現世代番号=208である(S511)。次に、イベントデータがファイル変更であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142におけるファイルAの現世代のレコードが開始世代番号<現世代番号、終了世代番号=∞を満たさないことから退避対象でないと判断する(S531)。次に、ストレージ管理部131は、イベントデータに従って現世代のレコードの情報を更新するが、有効世代番号範囲を更新しない(S534)。   Next, the namespace information table update process when the file A is changed from the contents a (3) to a (4) will be described. At this time, the final backup generation number = 207 and the current generation number = 208 (S511). Next, since the event data is a file change (S512), the storage management unit 131 satisfies that the current generation record of the file A in the name space information table 142 satisfies start generation number <current generation number, end generation number = ∞. Since it is not, it is determined that it is not a save target (S531). Next, the storage management unit 131 updates the information of the current generation record according to the event data, but does not update the valid generation number range (S534).

次に、ファイルDが内容d(1)からd(2)に変更された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=207、現世代番号=208である(S511)。次に、イベントデータがファイル変更であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142におけるファイルDの現世代のレコードが開始世代番号<現世代番号、終了世代番号=∞を満たさないことから退避対象でないと判断する(S531)。次に、ストレージ管理部131は、イベントデータに従って現世代のレコードの情報を更新するが、有効世代番号範囲を更新しない(S534)。   Next, the namespace information table update process when the file D is changed from content d (1) to d (2) will be described. At this time, the final backup generation number = 207 and the current generation number = 208 (S511). Next, since the event data is a file change (S512), the storage management unit 131 satisfies that the current generation record of the file D in the namespace information table 142 satisfies start generation number <current generation number, end generation number = ∞. Since it is not, it is determined that it is not a save target (S531). Next, the storage management unit 131 updates the information of the current generation record according to the event data, but does not update the valid generation number range (S534).

次に、ファイルCが削除された場合の名前空間情報テーブル更新処理について説明する。このとき、最終バックアップ世代番号=207、現世代番号=208である(S511)。次に、イベントデータがファイル削除であるため(S512)、ストレージ管理部131は、名前空間情報テーブル142におけるファイルCの現世代のレコードが開始世代番号(207)<現世代番号(208)、終了世代番号=∞を満たすことから退避対象と判断する(S531)。次に、ストレージ管理部131は、現世代のレコードの有効世代番号範囲において開始世代番号を変更せず、終了世代番号=最終バックアップ世代番号(207)に設定することにより、c(1)を過去世代のレコードとして退避する(S532)(S714)。   Next, the namespace information table update process when file C is deleted will be described. At this time, the final backup generation number = 207 and the current generation number = 208 (S511). Next, since the event data is file deletion (S512), the storage management unit 131 indicates that the current generation record of the file C in the name space information table 142 is the start generation number (207) <the current generation number (208), and the end. Since generation number = ∞ is satisfied, it is determined as a save target (S531). Next, the storage management unit 131 does not change the start generation number in the effective generation number range of the current generation record, and sets c (1) in the past by setting the end generation number = the last backup generation number (207). Saved as a generation record (S532) (S714).

次に、バックアップからの復元を行うリストア処理について説明する。   Next, restore processing for restoring from backup will be described.

世代管理テーブル141における特定の世代番号のバックアップからリストアを実施する場合について説明する。図15は、本実施の形態に係る世代管理テーブル141の内容の第3の例を示す表である。この図においては、リストアを行う世代番号である対象世代番号として、世代番号218(下線で示した5番目のレコード)が指定されたとする。このとき、ストレージ管理部131は、名前空間情報テーブル142のレコードのうち、有効世代番号範囲に対象世代番号が含まれるレコードを抽出し、抽出されたレコードに対応するファイルをリストアの対象ファイルとする。図16は、本実施の形態に係る名前空間情報テーブル142の内容の第3の例を示す表である。この図においては、有効世代番号範囲に対象世代番号(218)が含まれるレコードとして、2番目と3番目のレコード(下線で示した)が抽出される。   A case where restoration is performed from a backup of a specific generation number in the generation management table 141 will be described. FIG. 15 is a table showing a third example of the contents of the generation management table 141 according to this embodiment. In this figure, it is assumed that the generation number 218 (the fifth record indicated by the underline) is designated as the target generation number that is the generation number to be restored. At this time, the storage management unit 131 extracts a record whose target generation number is included in the valid generation number range from the records in the namespace information table 142, and sets a file corresponding to the extracted record as a restore target file. . FIG. 16 is a table showing a third example of the contents of the namespace information table 142 according to the present embodiment. In this figure, the second and third records (indicated by underline) are extracted as records in which the effective generation number range includes the target generation number (218).

本実施の形態によれば、ある時点でのHSMシステムのスナップショットとしてのバックアップを作成し、世代管理を行うことができる。また、名前空間のスナップショットの作成は、世代管理テーブルに世代情報を追加する処理のみであるため、瞬時に名前空間のスナップショットの作成を完了できる。また、名前空間情報テーブル142に有効世代番号範囲を含め、すべての世代を一元管理することにより、リストアの対象世代と対象ファイルの特定を容易かつ迅速に行うことができる。   According to the present embodiment, it is possible to create a backup as a snapshot of the HSM system at a certain point in time and perform generation management. Further, since the creation of the namespace snapshot is only the process of adding the generation information to the generation management table, the creation of the namespace snapshot can be completed instantaneously. Further, by including the valid generation number range in the name space information table 142 and centrally managing all generations, it is possible to easily and quickly specify the target generation and target file for restoration.

また、本実施の形態に係るHSM制御装置は、サーバに容易に適用することができ、サーバの性能をより高めることができる。   Further, the HSM control device according to the present embodiment can be easily applied to a server, and the performance of the server can be further improved.

更に、HSM制御装置を構成するコンピュータにおいて上述した各ステップを実行させるプログラムを、HSM制御プログラムとして提供することができる。上述したプログラムは、コンピュータにより読取り可能な記録媒体に記憶させることによって、HSM制御装置を構成するコンピュータに実行させることが可能となる。ここで、上記コンピュータにより読取り可能な記録媒体としては、ROMやRAM等のコンピュータに内部実装される内部記憶装置、CD−ROMやフレキシブルディスク、DVDディスク、光磁気ディスク、ICカード等の可搬型記憶媒体や、コンピュータプログラムを保持するデータベース、或いは、他のコンピュータ並びにそのデータベースや、更に回線上の伝送媒体をも含むものである。   Furthermore, it is possible to provide a program for executing the above steps in a computer constituting the HSM control apparatus as an HSM control program. The above-described program can be executed by a computer constituting the HSM control device by storing the program in a computer-readable recording medium. Here, examples of the recording medium readable by the computer include an internal storage device such as a ROM and a RAM, a portable storage such as a CD-ROM, a flexible disk, a DVD disk, a magneto-optical disk, and an IC card. It includes a medium, a database holding a computer program, another computer and its database, and a transmission medium on a line.

(付記1) 一次ストレージと二次ストレージを有するHSMの制御をコンピュータに実行させるHSM制御プログラムであって、
前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成ステップと、
前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成ステップにより作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理ステップと
をコンピュータに実行させるHSM制御プログラム。
(付記2) 付記1に記載のHSM制御プログラムにおいて、
前記HSMのファイルシステムにおける前記名前空間情報の更新が検出された場合、前記履歴管理ステップは、該名前空間情報の更新の対象のファイルである更新対象ファイルに対応する前記名前空間情報履歴を更新することを特徴とするHSM制御プログラム。
(付記3) 付記2に記載のHSM制御プログラムにおいて、
前記名前空間情報の更新が前記更新対象ファイルの作成である場合、前記履歴管理ステップは、新たに前記更新対象ファイルの現世代の名前空間情報履歴を作成し、有効世代番号範囲を現世代以降とすることを特徴とするHSM制御プログラム。
(付記4) 付記2または付記3に記載のHSM制御プログラムにおいて、
前記名前空間情報の更新が前記更新対象ファイルのバックアップ後の最初の更新である場合、前記履歴管理ステップは、前記更新対象ファイルの現世代の名前空間情報履歴における有効世代番号範囲の終点を最終バックアップの世代番号に変更し、前記更新対象ファイルの新たに名前空間情報履歴を作成し、該名前空間情報履歴の有効世代番号範囲を現世代以降とすることを特徴とするHSM制御プログラム。
(付記5) 付記1乃至付記4のいずれかに記載のHSM制御プログラムにおいて、
前記履歴管理ステップは更に、外部から指定された世代番号が有効世代番号範囲内となる前記名前空間情報履歴の抽出を行い、該抽出により得られた名前空間情報履歴に対応するファイルをリストア対象のファイルとして出力することを特徴とするHSM制御プログラム。
(付記6) 付記1乃至付記5のいずれかに記載のHSM制御プログラムにおいて、
前記世代情報作成ステップは更に、前回のバックアップ後に更新されたファイルを前記一次ストレージから前記二次ストレージへコピーすることを特徴とするHSM制御プログラム。
(付記7) 付記1乃至付記6のいずれかに記載のHSM制御プログラムにおいて、
前記バックアップは、スナップショットであることを特徴とするHSM制御プログラム。
(付記8) 一次ストレージと二次ストレージを有するHSMの制御を行うHSM制御装置であって、
前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成部と、
前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成部により作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理部と
を備えるHSM制御装置。
(付記9) 付記8に記載のHSM制御装置において、
前記HSMのファイルシステムにおける前記名前空間情報の更新が検出された場合、前記履歴管理部は、該名前空間情報の更新の対象のファイルである更新対象ファイルに対応する前記名前空間情報履歴を更新することを特徴とするHSM制御装置。
(付記10) 付記9に記載のHSM制御装置において、
前記名前空間情報の更新が前記更新対象ファイルの作成である場合、前記履歴管理部は、新たに前記更新対象ファイルの現世代の名前空間情報履歴を作成し、有効世代番号範囲を現世代以降とすることを特徴とするHSM制御装置。
(付記11) 付記9または付記10に記載のHSM制御装置において、
前記名前空間情報の更新が前記更新対象ファイルのバックアップ後の最初の更新である場合、前記履歴管理部は、前記更新対象ファイルの現世代の名前空間情報履歴における有効世代番号範囲の終点を最終バックアップの世代番号に変更し、前記更新対象ファイルの新たに名前空間情報履歴を作成し、該名前空間情報履歴の有効世代番号範囲を現世代以降とすることを特徴とするHSM制御装置。
(付記12) 付記8乃至付記11のいずれかに記載のHSM制御装置において、
前記履歴管理部は更に、外部から指定された世代番号が有効世代番号範囲内となる前記名前空間情報履歴の抽出を行い、該抽出により得られた名前空間情報履歴に対応するファイルをリストア対象のファイルとして出力することを特徴とするHSM制御装置。
(付記13) 付記8乃至付記12のいずれかに記載のHSM制御装置において、
前記世代情報作成部は更に、前回のバックアップ後に更新されたファイルを前記一次ストレージから前記二次ストレージへコピーすることを特徴とするHSM制御装置。
(付記14) 付記8乃至付記13のいずれかに記載のHSM制御装置において、
前記バックアップは、スナップショットであることを特徴とするHSM制御装置。
(付記15) 一次ストレージと二次ストレージを有するHSMの制御を行うHSM制御方法であって、
前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成ステップと、
前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成ステップにより作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理ステップと
を実行するHSM制御方法。
(付記16) 付記15に記載のHSM制御方法において、
前記HSMのファイルシステムにおける前記名前空間情報の更新が検出された場合、前記履歴管理ステップは、該名前空間情報の更新の対象のファイルである更新対象ファイルに対応する前記名前空間情報履歴を更新することを特徴とするHSM制御方法。
(付記17) 付記16に記載のHSM制御方法において、
前記名前空間情報の更新が前記更新対象ファイルの作成である場合、前記履歴管理ステップは、新たに前記更新対象ファイルの現世代の名前空間情報履歴を作成し、有効世代番号範囲を現世代以降とすることを特徴とするHSM制御方法。
(付記18) 付記16または付記17に記載のHSM制御方法において、
前記名前空間情報の更新が前記更新対象ファイルのバックアップ後の最初の更新である場合、前記履歴管理ステップは、前記更新対象ファイルの現世代の名前空間情報履歴における有効世代番号範囲の終点を最終バックアップの世代番号に変更し、前記更新対象ファイルの新たに名前空間情報履歴を作成し、該名前空間情報履歴の有効世代番号範囲を現世代以降とすることを特徴とするHSM制御方法。
(付記19) 付記15乃至付記18のいずれかに記載のHSM制御方法において、
前記履歴管理ステップは更に、外部から指定された世代番号が有効世代番号範囲内となる前記名前空間情報履歴の抽出を行い、該抽出により得られた名前空間情報履歴に対応するファイルをリストア対象のファイルとして出力することを特徴とするHSM制御方法。
(付記20) 付記15乃至付記19のいずれかに記載のHSM制御方法において、
前記世代情報作成ステップは更に、前回のバックアップ後に更新されたファイルを前記一次ストレージから前記二次ストレージへコピーすることを特徴とするHSM制御方法。
(Supplementary note 1) An HSM control program for causing a computer to execute control of an HSM having a primary storage and a secondary storage,
A generation information creation step for creating generation information that is information including the generation number of the backup for each backup of the HSM;
An effective generation number range indicating a range of generation numbers in which the information on the name space is valid using the name space information which is information on the name space for each file in the HSM and the generation number created in the generation information creating step A history management step for managing a name space information history as an HSM control program.
(Appendix 2) In the HSM control program described in Appendix 1,
When an update of the namespace information in the HSM file system is detected, the history management step updates the namespace information history corresponding to the update target file that is a file for which the namespace information is updated. An HSM control program characterized by the above.
(Appendix 3) In the HSM control program described in Appendix 2,
When the update of the namespace information is creation of the update target file, the history management step newly creates a current generation namespace information history of the update target file, and sets the valid generation number range to the current generation and later. An HSM control program.
(Appendix 4) In the HSM control program described in Appendix 2 or Appendix 3,
When the update of the namespace information is the first update after the backup of the update target file, the history management step performs the final backup of the end point of the valid generation number range in the current generation namespace information history of the update target file. An HSM control program, wherein a new name space information history is created for the file to be updated, and the valid generation number range of the name space information history is set to the current generation or later.
(Supplementary note 5) In the HSM control program according to any one of supplementary notes 1 to 4,
The history management step further extracts the namespace information history in which the generation number designated from the outside is within the valid generation number range, and a file corresponding to the namespace information history obtained by the extraction is restored. An HSM control program which is output as a file.
(Supplementary note 6) In the HSM control program according to any one of supplementary notes 1 to 5,
The generation information creating step further copies a file updated after the previous backup from the primary storage to the secondary storage.
(Supplementary note 7) In the HSM control program according to any one of supplementary notes 1 to 6,
The HSM control program, wherein the backup is a snapshot.
(Supplementary note 8) An HSM control device for controlling an HSM having a primary storage and a secondary storage,
A generation information creation unit that creates generation information that is information including the generation number of the backup for each backup of the HSM;
An effective generation number range indicating a range of generation numbers in which the information on the name space is valid using the name space information that is information on the name space for each file in the HSM and the generation number created by the generation information creating unit And a history management unit that manages the information as a namespace information history.
(Supplementary note 9) In the HSM control device according to supplementary note 8,
When the update of the namespace information in the HSM file system is detected, the history management unit updates the namespace information history corresponding to the update target file that is the target file of the namespace information update. An HSM control device characterized by the above.
(Supplementary note 10) In the HSM control device according to supplementary note 9,
When the update of the namespace information is creation of the update target file, the history management unit newly creates a current generation namespace information history of the update target file, and sets the valid generation number range to the current generation and later. An HSM control device.
(Supplementary Note 11) In the HSM control device according to Supplementary Note 9 or Supplementary Note 10,
When the update of the namespace information is the first update after the backup of the update target file, the history management unit performs the final backup of the end point of the valid generation number range in the current generation namespace information history of the update target file An HSM control apparatus, wherein a new name space information history is created for the update target file, and a valid generation number range of the name space information history is set to the current generation or later.
(Supplementary note 12) In the HSM control device according to any one of supplementary notes 8 to 11,
The history management unit further extracts the namespace information history whose generation number designated from the outside is within the valid generation number range, and restores a file corresponding to the namespace information history obtained by the extraction to be restored. An HSM control device that outputs as a file.
(Supplementary note 13) In the HSM control device according to any one of supplementary notes 8 to 12,
The generation information creating unit further copies a file updated after the previous backup from the primary storage to the secondary storage.
(Supplementary note 14) In the HSM control device according to any one of supplementary notes 8 to 13,
The HSM control apparatus, wherein the backup is a snapshot.
(Supplementary note 15) An HSM control method for controlling an HSM having a primary storage and a secondary storage,
A generation information creation step for creating generation information that is information including the generation number of the backup for each backup of the HSM;
An effective generation number range indicating a range of generation numbers in which the information on the name space is valid using the name space information which is information on the name space for each file in the HSM and the generation number created in the generation information creating step And a history management step for managing as a namespace information history.
(Supplementary Note 16) In the HSM control method according to Supplementary Note 15,
When an update of the namespace information in the HSM file system is detected, the history management step updates the namespace information history corresponding to the update target file that is a file for which the namespace information is updated. An HSM control method characterized by the above.
(Supplementary note 17) In the HSM control method according to supplementary note 16,
When the update of the namespace information is creation of the update target file, the history management step newly creates a current generation namespace information history of the update target file, and sets the valid generation number range to the current generation and later. An HSM control method characterized by:
(Supplementary note 18) In the HSM control method according to supplementary note 16 or supplementary note 17,
When the update of the namespace information is the first update after the backup of the update target file, the history management step performs the final backup of the end point of the valid generation number range in the current generation namespace information history of the update target file. The HSM control method is characterized in that a new name space information history is created for the update target file and the effective generation number range of the name space information history is set to the current generation or later.
(Supplementary note 19) In the HSM control method according to any one of supplementary note 15 to supplementary note 18,
The history management step further extracts the namespace information history in which the generation number designated from the outside is within the valid generation number range, and a file corresponding to the namespace information history obtained by the extraction is restored. An HSM control method characterized by outputting as a file.
(Supplementary note 20) In the HSM control method according to any one of supplementary note 15 to supplementary note 19,
The generation information creating step further includes copying a file updated after the previous backup from the primary storage to the secondary storage.

前提技術1に係るHSM装置の構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the HSM apparatus which concerns on the base technology 1. FIG. 前提技術1に係るファイル情報取得処理の動作の一例を示すフローチャートである。10 is a flowchart showing an example of an operation of a file information acquisition process according to the base technology 1. 前提技術1に係る名前空間におけるディレクトリの階層構造の一例を示す図である。It is a figure which shows an example of the hierarchical structure of the directory in the name space which concerns on the base technology 1. FIG. 前提技術1に係るファイル情報取得処理の動作の一例を示すフローチャートである。10 is a flowchart showing an example of an operation of a file information acquisition process according to the base technology 1. 前提技術1に係るイベントデータ反映処理の動作の一例を示すフローチャートである。7 is a flowchart illustrating an example of an operation of event data reflection processing according to the base technology 1. 前提技術1に係るマイグレート決定処理の動作の一例を示すフローチャートである。10 is a flowchart showing an example of an operation of a migration determination process according to the base technology 1. 本実施の形態に係るHSMシステムの構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the HSM system which concerns on this Embodiment. 本実施の形態に係る世代管理テーブル141の内容の第1の例を示す表である。It is a table | surface which shows the 1st example of the content of the generation management table 141 which concerns on this Embodiment. 本実施の形態に係る名前空間情報テーブル142の内容の第1の例を示す表である。It is a table | surface which shows the 1st example of the content of the name space information table 142 which concerns on this Embodiment. 本実施の形態に係る名前空間情報テーブル更新処理の第1の動作の一例を示すフローチャートである。It is a flowchart which shows an example of the 1st operation | movement of the name space information table update process which concerns on this Embodiment. 本実施の形態に係る名前空間情報テーブル更新処理の第2の動作の一例を示すフローチャートである。It is a flowchart which shows an example of the 2nd operation | movement of the namespace information table update process which concerns on this Embodiment. 本実施の形態に係る世代管理の具体例を示すシーケンス図である。It is a sequence diagram which shows the specific example of the generation management which concerns on this Embodiment. 本実施の形態に係る世代管理テーブル141の内容の第2の例を示す表である。It is a table | surface which shows the 2nd example of the content of the generation management table 141 which concerns on this Embodiment. 本実施の形態に係る名前空間情報テーブル142の内容の第2の例を示す表である。It is a table | surface which shows the 2nd example of the content of the name space information table 142 which concerns on this Embodiment. 本実施の形態に係る世代管理テーブル141の内容の第3の例を示す表である。It is a table | surface which shows the 3rd example of the content of the generation management table 141 which concerns on this Embodiment. 本実施の形態に係る名前空間情報テーブル142の内容の第3の例を示す表である。It is a table | surface which shows the 3rd example of the content of the name space information table 142 which concerns on this Embodiment.

符号の説明Explanation of symbols

1 一次ストレージ、2 二次ストレージ、3 サーバ、11 アプリケーション部、12 ファイルシステム制御部、13 名前空間複製部、14 名前空間追随部、15 名前空間複製DB、16 マイグレート決定部、21 イベントデータ記録部、102 運用サーバ、103 HSM制御サーバ、131 ストレージ管理部、132 ストレージ管理DB、133 ストレージ管理DBバックアップ、141 世代管理テーブル、142 名前空間情報テーブル。 DESCRIPTION OF SYMBOLS 1 Primary storage, 2 Secondary storage, 3 Server, 11 Application part, 12 File system control part, 13 Name space replication part, 14 Name space tracking part, 15 Name space replication DB, 16 Migration determination part, 21 Event data recording Part, 102 operation server, 103 HSM control server, 131 storage management part, 132 storage management DB, 133 storage management DB backup, 141 generation management table, 142 namespace information table.

Claims (5)

一次ストレージと二次ストレージを有するHSMの制御をコンピュータに実行させるHSM制御プログラムであって、
前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成ステップと、
前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成ステップにより作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理ステップと
をコンピュータに実行させるHSM制御プログラム。
An HSM control program for causing a computer to execute control of an HSM having a primary storage and a secondary storage,
A generation information creation step for creating generation information that is information including the generation number of the backup for each backup of the HSM;
An effective generation number range indicating a range of generation numbers in which the information on the name space is valid using the name space information which is information on the name space for each file in the HSM and the generation number created in the generation information creating step A history management step for managing a name space information history as an HSM control program.
請求項1に記載のHSM制御プログラムにおいて、
前記HSMのファイルシステムにおける前記名前空間情報の更新が検出された場合、前記履歴管理ステップは、該名前空間情報の更新の対象のファイルである更新対象ファイルに対応する前記名前空間情報履歴を更新することを特徴とするHSM制御プログラム。
The HSM control program according to claim 1,
When an update of the namespace information in the HSM file system is detected, the history management step updates the namespace information history corresponding to the update target file that is a file for which the namespace information is updated. An HSM control program characterized by the above.
請求項1または請求項2に記載のHSM制御プログラムにおいて、
前記履歴管理ステップは更に、外部から指定された世代番号が有効世代番号範囲内となる前記名前空間情報履歴の抽出を行い、該抽出により得られた名前空間情報履歴に対応するファイルをリストア対象のファイルとして出力することを特徴とするHSM制御プログラム。
In the HSM control program according to claim 1 or 2,
The history management step further extracts the namespace information history in which the generation number designated from the outside is within the valid generation number range, and a file corresponding to the namespace information history obtained by the extraction is restored. An HSM control program which is output as a file.
一次ストレージと二次ストレージを有するHSMの制御を行うHSM制御装置であって、
前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成部と、
前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成部により作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理部と
を備えるHSM制御装置。
An HSM controller for controlling an HSM having a primary storage and a secondary storage,
A generation information creation unit that creates generation information that is information including the generation number of the backup for each backup of the HSM;
An effective generation number range indicating a range of generation numbers in which the information on the name space is valid using the name space information that is information on the name space for each file in the HSM and the generation number created by the generation information creating unit And a history management unit that manages the information as a namespace information history.
一次ストレージと二次ストレージを有するHSMの制御を行うHSM制御方法であって、
前記HSMのバックアップ毎に、該バックアップの世代番号を含む情報である世代情報を作成する世代情報作成ステップと、
前記HSMにおけるファイル毎の名前空間に関する情報である名前空間情報と、前記世代情報作成ステップにより作成された世代番号を用いて該名前空間に関する情報が有効である世代番号の範囲を示す有効世代番号範囲とを名前空間情報履歴として管理する履歴管理ステップと
を実行するHSM制御方法。
An HSM control method for controlling an HSM having a primary storage and a secondary storage,
A generation information creation step for creating generation information that is information including the generation number of the backup for each backup of the HSM;
An effective generation number range indicating a range of generation numbers in which the information on the name space is valid using the name space information which is information on the name space for each file in the HSM and the generation number created in the generation information creating step And a history management step for managing as a namespace information history.
JP2006212725A 2006-08-04 2006-08-04 Hsm control program, hsm control unit, and hsm control method Pending JP2008040699A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006212725A JP2008040699A (en) 2006-08-04 2006-08-04 Hsm control program, hsm control unit, and hsm control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006212725A JP2008040699A (en) 2006-08-04 2006-08-04 Hsm control program, hsm control unit, and hsm control method

Publications (1)

Publication Number Publication Date
JP2008040699A true JP2008040699A (en) 2008-02-21

Family

ID=39175638

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006212725A Pending JP2008040699A (en) 2006-08-04 2006-08-04 Hsm control program, hsm control unit, and hsm control method

Country Status (1)

Country Link
JP (1) JP2008040699A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012081050A1 (en) 2010-12-14 2012-06-21 Hitachi, Ltd. Failure recovery method in information processing system and information processing system
US8352426B2 (en) 2010-05-17 2013-01-08 Hitachi, Ltd. Computing system and data management method
WO2013030893A1 (en) 2011-08-31 2013-03-07 Hitachi, Ltd. Computer system and data access control method
WO2013061388A1 (en) 2011-10-28 2013-05-02 株式会社日立製作所 Information processing system and file restoration method using same
US8856073B2 (en) 2010-12-14 2014-10-07 Hitachi, Ltd. Data synchronization among file storages using stub files
US9191464B2 (en) 2013-07-02 2015-11-17 Hitachi Data Systems Engineering UK Limited Method and apparatus for virtualization of a file system, data storage system for virtualization of a file system, and file server for use in a data storage system
US9454532B2 (en) 2013-07-02 2016-09-27 Hitachi Data Systems Engineering UK Limited Method and apparatus for migration of a virtualized file system, data storage system for migration of a virtualized file system, and file server for use in a data storage system
US9460097B2 (en) 2013-07-02 2016-10-04 Hitachi Data Systems Engineering UK Limited Method and apparatus for migration of a virtualized file system, data storage system for migration of a virtualized file system, and file server for use in a data storage system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000276391A (en) * 1999-03-26 2000-10-06 Hitachi Ltd Method for synchronizing directory
JP2000284995A (en) * 1999-03-30 2000-10-13 Fujitsu Ltd Data processor and recording medium
JP2002132565A (en) * 2000-10-24 2002-05-10 Nec Soft Ltd Database exclusive control system
JP2004185349A (en) * 2002-12-04 2004-07-02 Hitachi Ltd Update data writing method using journal log
JP2005346610A (en) * 2004-06-07 2005-12-15 Hitachi Ltd Storage system and method for acquisition and use of snapshot
JP2006508473A (en) * 2002-12-02 2006-03-09 アルキヴィオ・インコーポレーテッド Data recovery technology in storage systems
JP2006113881A (en) * 2004-10-15 2006-04-27 Fujitsu Ltd Data management device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000276391A (en) * 1999-03-26 2000-10-06 Hitachi Ltd Method for synchronizing directory
JP2000284995A (en) * 1999-03-30 2000-10-13 Fujitsu Ltd Data processor and recording medium
JP2002132565A (en) * 2000-10-24 2002-05-10 Nec Soft Ltd Database exclusive control system
JP2006508473A (en) * 2002-12-02 2006-03-09 アルキヴィオ・インコーポレーテッド Data recovery technology in storage systems
JP2004185349A (en) * 2002-12-04 2004-07-02 Hitachi Ltd Update data writing method using journal log
JP2005346610A (en) * 2004-06-07 2005-12-15 Hitachi Ltd Storage system and method for acquisition and use of snapshot
JP2006113881A (en) * 2004-10-15 2006-04-27 Fujitsu Ltd Data management device

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8352426B2 (en) 2010-05-17 2013-01-08 Hitachi, Ltd. Computing system and data management method
WO2012081050A1 (en) 2010-12-14 2012-06-21 Hitachi, Ltd. Failure recovery method in information processing system and information processing system
US9727430B2 (en) 2010-12-14 2017-08-08 Hitachi, Ltd. Failure recovery method in information processing system and information processing system
US9460106B2 (en) 2010-12-14 2016-10-04 Hitachi, Ltd. Data synchronization among file storages using stub files
US8856073B2 (en) 2010-12-14 2014-10-07 Hitachi, Ltd. Data synchronization among file storages using stub files
US9043637B2 (en) 2010-12-14 2015-05-26 Hitachi, Ltd. Failure recovery method in information processing system and information processing system
WO2013030893A1 (en) 2011-08-31 2013-03-07 Hitachi, Ltd. Computer system and data access control method
US8538924B2 (en) 2011-08-31 2013-09-17 Hitachi, Ltd. Computer system and data access control method for recalling the stubbed file on snapshot
EP2772863A4 (en) * 2011-10-28 2015-08-12 Hitachi Ltd Information processing system and file restoration method using same
CN103858109A (en) * 2011-10-28 2014-06-11 株式会社日立制作所 Information processing system and file restoration method using same
WO2013061388A1 (en) 2011-10-28 2013-05-02 株式会社日立製作所 Information processing system and file restoration method using same
US9191464B2 (en) 2013-07-02 2015-11-17 Hitachi Data Systems Engineering UK Limited Method and apparatus for virtualization of a file system, data storage system for virtualization of a file system, and file server for use in a data storage system
US9454532B2 (en) 2013-07-02 2016-09-27 Hitachi Data Systems Engineering UK Limited Method and apparatus for migration of a virtualized file system, data storage system for migration of a virtualized file system, and file server for use in a data storage system
US9460112B2 (en) 2013-07-02 2016-10-04 Hitachi Data Systems Engineering UK Limited Method and apparatus for virtualization of a file system, data storage system for virtualization of a file system, and file server for use in a data storage system
US9460097B2 (en) 2013-07-02 2016-10-04 Hitachi Data Systems Engineering UK Limited Method and apparatus for migration of a virtualized file system, data storage system for migration of a virtualized file system, and file server for use in a data storage system
US9460111B2 (en) 2013-07-02 2016-10-04 Hitachi Data Systems Engineering UK Limited Method and apparatus for virtualization of a file system, data storage system for virtualization of a file system, and file server for use in a data storage system

Similar Documents

Publication Publication Date Title
JP4699516B2 (en) Namespace replication program, namespace replication device, and namespace replication method
JPWO2007032046A1 (en) HSM control program, HSM control device, and HSM control method
US11704290B2 (en) Methods, devices and systems for maintaining consistency of metadata and data across data centers
US9665304B2 (en) Storage system with fast snapshot tree search
US8255371B2 (en) Methods and apparatuses for data protection
KR101644125B1 (en) an apparatus and method for logging optimization using non-volatile memory
US7363540B2 (en) Transaction-safe FAT file system improvements
JP2008040699A (en) Hsm control program, hsm control unit, and hsm control method
US8572039B2 (en) Focused backup scanning
US7698319B2 (en) Database system management method, database system, database device, and backup program
US11347600B2 (en) Database transaction log migration
KR20040084889A (en) Sharing objects between computer systems
JP2007226347A (en) Computer system, management device for computer system, and data recovery management method
JP4575762B2 (en) Data processing method and apparatus, storage apparatus and processing program therefor
JP5012628B2 (en) Memory database, memory database system, and memory database update method
US11403176B2 (en) Database read cache optimization
JP2021533495A (en) Data recovery methods, equipment, servers and computer programs
JP2007305013A (en) Program, apparatus and method for hsm control
JP5103786B2 (en) Control program, control device, and control method
KR100775141B1 (en) An implementation method of FAT file system which the journaling is applied method
JP2005293323A (en) Differential distribution record reflection system between different type rdbms
JPS63303442A (en) Data dictionary/directory restoring system
JP2008123104A (en) Data-access device
JP2006085324A (en) Replication system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090409

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110819

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110830

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111031

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120515

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130122