JP2003015917A - Data migration processing method and program - Google Patents

Data migration processing method and program

Info

Publication number
JP2003015917A
JP2003015917A JP2001202945A JP2001202945A JP2003015917A JP 2003015917 A JP2003015917 A JP 2003015917A JP 2001202945 A JP2001202945 A JP 2001202945A JP 2001202945 A JP2001202945 A JP 2001202945A JP 2003015917 A JP2003015917 A JP 2003015917A
Authority
JP
Japan
Prior art keywords
migration
file
storage device
file information
procedure
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
JP2001202945A
Other languages
Japanese (ja)
Inventor
Akira Kido
顕 木戸
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2001202945A priority Critical patent/JP2003015917A/en
Publication of JP2003015917A publication Critical patent/JP2003015917A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To prevent the free space in an upper storage device from becoming insufficient by shortening the time taken for migration processing. SOLUTION: A migration candidate retrieval processing part 1 is executed, at every given period, collects file information on every file in a disk device 4, sorts the collected file information according to the migration priority, produces a list of sorted file information, and outputs a migration candidate list 3. A migration processing part 2 is initiated asynchronously to the migration candidate retrieval processing part 1, inputs respective pieces of the file information from the migration candidate list 3 in the disposed order, and moves, regarding files that have not been referred to or updates after the collection of the file information, the corresponding file to a magnetic tape device 5 until a free space of a given capacity is secured in the disk device 4.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、階層化された記憶
装置を管理する技術であるデータマイグレーション方法
に係わり、特に上位の記憶装置の空き領域を確保するた
めに行うデータマイグレーションの処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data migration method, which is a technology for managing hierarchical storage devices, and more particularly to a data migration processing method performed to secure a free area in an upper storage device.

【0002】[0002]

【従来の技術】ディスク装置のように主たるファイル格
納場所となる上位記憶装置上の空き領域の残容量が少な
くなったとき、ディスク上のファイルを磁気テープ装置
のような下位記憶装置上に移動させるマイグレーション
処理が行われる。従来のマイグレーション処理は、特開
平5−158760号公報に記載のように、マイグレー
ション処理が開始されてからディレクトリ中の全ファイ
ルのファイル情報を収集してファイルの更新日付や参照
日付あるいはファイルサイズを基に磁気テープ装置にマ
イグレートする優先度の高い順にファイルをソートして
マイグレート対象ファイルリストを作成し、このリスト
の順番に従ってファイルのデータを磁気テープ装置に転
送した上で、ディスク装置上の該当ファイルのデータを
消去してディスク装置に空き領域を確保していた。
2. Description of the Related Art A file on a disk is moved to a lower storage device such as a magnetic tape device when the remaining amount of free space on the upper storage device, which is a main file storage location such as a disk device, becomes small. Migration processing is performed. In the conventional migration process, as described in Japanese Patent Laid-Open No. 5-158760, file information of all files in a directory is collected after the migration process is started and the file update date, reference date, or file size is used. Files are sorted in descending order of priority to be migrated to the magnetic tape device, a migration target file list is created, the file data is transferred to the magnetic tape device in the order of this list, and then the corresponding file on the disk device is The data in the file was deleted to secure a free area in the disk device.

【0003】[0003]

【発明が解決しようとする課題】ファイル数が数百万個
に上る大規模システムでは、全ファイルのファイル情報
を収集する処理と、ファイルの更新日付や参照日付ある
いはファイルサイズを基にマイグレートする順番を決定
するソート処理に数時間の時間がかかるため、上記従来
技術では、ディスク装置に対して短時間に大量のデータ
出力がある場合、マイグレーション処理による空き領域
確保が間に合わずにディスク装置の空き領域が不足し、
システムの動作に支障をきたすという問題があった。
In a large-scale system in which the number of files reaches several million, a process of collecting file information of all files and migration based on file update date, reference date or file size are performed. Since the sorting process that determines the order takes several hours, in the above-mentioned conventional technique, when a large amount of data is output to the disk device in a short time, the free space cannot be secured by the migration process in time and the disk device becomes empty. Out of space,
There was a problem that it hindered the operation of the system.

【0004】本発明は、マイグレーション処理にかかる
時間を短縮する方法を提供することを目的としており、
さらに上位記憶装置が空き領域不足に陥ることを防止す
る方法を提供することを目的とする。
An object of the present invention is to provide a method for reducing the time required for migration processing,
It is another object of the present invention to provide a method for preventing the upper storage device from running out of free space.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
に、本発明のデータマイグレーション処理方法では、時
間のかかるファイル情報の収集処理とマイグレートする
ファイルの順番を決定するソート処理を行うマイグレー
ト候補検索処理手順をマイグレーション処理手順から分
離する。マイグレート候補検索処理手順は、マイグレー
ション処理手順とは非同期にかつ所定周期に起動され、
マイグレート候補リストを作成する。マイグレーション
処理手順では、予め作成されたマイグレート候補リスト
からファイル情報レコードを1件ずつ入力し、ファイル
情報の収集以後に参照・更新のされていないファイルに
ついて上位記憶装置上に所定容量の空き領域を確保する
まで上位記憶装置上の該当するファイルを下位記憶装置
へ移動する。このようなマイグレーション処理により、
上記目的が達成される。
In order to achieve the above-mentioned object, in the data migration processing method of the present invention, a migration process for collecting time-consuming file information and a sorting process for deciding the order of files to be migrated are performed. The candidate search processing procedure is separated from the migration processing procedure. The migration candidate search processing procedure is started asynchronously with the migration processing procedure and at a predetermined cycle.
Create a migration candidate list. In the migration processing procedure, file information records are input one by one from the migration candidate list created in advance, and a free space of a predetermined capacity is created in the upper storage device for files that have not been referenced or updated since the file information was collected. The corresponding file on the upper storage device is moved to the lower storage device until it is secured. By such migration processing,
The above object is achieved.

【0006】マイグレーション処理は、上位記憶装置上
に存在しかつ長期間使用されていないファイルから順に
下位記憶装置に転送するものであり、マイグレート候補
リスト作成時からマイグレーション処理時までの間にア
クセスされたファイルを除外することにより、マイグレ
ート対象ファイルを確定できる。
[0006] The migration process transfers files to the lower storage device in order from a file that exists in the upper storage device and has not been used for a long time, and is accessed between the time when the migration candidate list is created and the time when the migration process is performed. Files to be migrated can be confirmed by excluding the files that have been migrated.

【0007】[0007]

【発明の実施の形態】以下本発明の一実施形態について
図面を参照して説明する。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described below with reference to the drawings.

【0008】図1は、本実施形態を構成する構成要素及
び全体的な処理の流れを示す図である。システムは、所
定周期で起動されてディスク装置4上の全ファイルから
マイグレーション対象となりうるファイルの候補リスト
を出力するマイグレート候補検索処理部1と、マイグレ
ート候補検索処理部1の出力したマイグレート候補リス
ト3を入力して必要な空き領域が確保されるまでディス
ク装置4上のファイルを磁気テープ装置5へマイグレー
トするマイグレーション処理部2から成る。
FIG. 1 is a diagram showing the components of the present embodiment and the overall processing flow. The system is activated in a predetermined cycle and outputs a candidate list of files that can be migration targets from all files on the disk device 4, and a migration candidate output by the migration candidate search processing unit 1. It is composed of a migration processing unit 2 which inputs the list 3 and migrates files on the disk device 4 to the magnetic tape device 5 until a necessary free space is secured.

【0009】マイグレート候補検索処理部1は、ディス
ク装置4上の全ファイルのファイル情報を収集するファ
イル情報収集部11、収集したファイル情報を基にマイ
グレートする順番を決定するファイルソート部12、ソ
ートされたファイル情報リストをマイグレート候補リス
ト3としてディスク上の所定位置に出力するリスト出力
部13に大別される。
The migration candidate search processing section 1 includes a file information collecting section 11 for collecting file information of all files on the disk device 4, a file sorting section 12 for deciding a migration order based on the collected file information, The sorted file information list is roughly classified into a list output unit 13 that outputs it as a migration candidate list 3 at a predetermined position on the disk.

【0010】マイグレーション処理部2は、マイグレー
ト候補リスト3のファイル情報レコードを1件ずつ読込
むリスト入力部21、入力したファイル情報レコードを
基に該当するファイルがマイグレーション対象ファイル
であるかどうかを判断して、マイグレーション対象ファ
イルであればディスク装置4上の該当ファイルを磁気テ
ープ装置5にマイグレートするマイグレート処理部2
2、マイグレートにより確保された空き領域の合計が必
要空き領域サイズに達したかどうかを判定する終了判定
部23に大別される。終了判定部23で空き領域が必要
空き領域に達している場合はマイグレーション処理を終
了し、達していない場合は、処理はリスト入力部21に
戻る。
The migration processing section 2 reads the file information records of the migration candidate list 3 one by one, and judges whether or not the corresponding file is a migration target file based on the input file information record. If the file is a migration target file, the migration processing unit 2 that migrates the corresponding file on the disk device 4 to the magnetic tape device 5
2. The termination determination unit 23 determines whether or not the total of free areas secured by migration has reached the required free area size. If the end determination unit 23 determines that the free space reaches the required free space, the migration process ends; otherwise, the process returns to the list input unit 21.

【0011】なおマイグレート候補検索処理部1及びマ
イグレーション処理部2は、電子計算機上のメモリに格
納され、実行されるプログラムである。マイグレート候
補リスト3を格納するディスク装置、ディスク装置4及
び磁気テープ装置5は、この計算機に接続される記憶装
置である。磁気テープ装置5の代わりとして大容量のデ
ィスク装置であっても構わない。
The migration candidate search processing unit 1 and the migration processing unit 2 are programs that are stored and executed in the memory on the electronic computer. The disk device that stores the migration candidate list 3, the disk device 4, and the magnetic tape device 5 are storage devices that are connected to this computer. Instead of the magnetic tape device 5, a large-capacity disk device may be used.

【0012】図2は、マイグレート候補検索処理部1の
処理の流れを示すフローチャートである。マイグレート
候補検索処理部1は、マイグレーション処理に先立って
動作する必要があるため、マイグレーション処理が起動
される間隔よりも短い間隔で周期的に(例えば1日1
回、負荷の少ない夜間などに)起動される。
FIG. 2 is a flowchart showing the flow of processing of the migration candidate search processing unit 1. Since the migration candidate search processing unit 1 needs to operate prior to the migration process, the migration candidate search processing unit 1 is periodically (for example, 1 day per day) at intervals shorter than the interval at which the migration process is activated.
It is started at times, such as at night when the load is low.

【0013】マイグレート候補検索処理部1が起動され
ると、ステップ110でファイル情報収集部11がディ
スク装置4上の全ファイルのファイル情報を収集して、
各ファイルについて最終更新日付、最終参照日付、ファ
イルサイズおよびディレクトリ位置情報の4項目のファ
イル情報を1レコードとするファイル情報リストを作成
する。ディレクトリ位置情報はファイル名を含む。なお
ファイル情報を収集する方法は通常用いられる方法で良
い。
When the migration candidate search processing unit 1 is activated, the file information collecting unit 11 collects the file information of all files on the disk device 4 in step 110,
For each file, a file information list in which the file information of the four items of the last update date, the last reference date, the file size, and the directory position information is one record is created. The directory location information includes the file name. It should be noted that the method of collecting the file information may be a commonly used method.

【0014】ステップ120ではファイルソート部12
がステップ110で作成したファイル情報リストのレコ
ード毎に、予め定義した計算式に従ってマイグレーショ
ン対象とする優先度を計算し、優先度の高い順にファイ
ル情報リスト上のレコードをソートする。優先度を計算
する計算式はファイルの最終更新日付・最終参照日付・
ファイルサイズの3要素のうちの少なくとも1要素を変
数とする関数であり、最終更新日付・最終参照日付につ
いて単調増加である任意の関数形を取り得る。優先度の
計算式は通常用いられる計算式で良い。
In step 120, the file sorting unit 12
For each record of the file information list created in step 110, the priority to be the migration target is calculated according to a previously defined calculation formula, and the records on the file information list are sorted in descending order of priority. The formula for calculating the priority is the last update date of the file, the last reference date,
It is a function that uses at least one of the three elements of the file size as a variable, and can take any function form that monotonically increases with respect to the last update date and the last reference date. The calculation formula of the priority may be a commonly used calculation formula.

【0015】ステップ130ではリスト出力部13がス
テップ120でソートしたファイル情報リストをマイグ
レート候補リスト3としてマイグレーション処理部2が
アクセス可能なファイルに出力し、マイグレート候補検
索処理部1を終了する。
In step 130, the list output section 13 outputs the file information list sorted in step 120 as a migration candidate list 3 to a file accessible by the migration processing section 2, and the migration candidate search processing section 1 is terminated.

【0016】図3は、マイグレーション処理部2の処理
の流れを示すフローチャートである。マイグレーション
処理部2は、ディスク装置4の空き領域が所定値を下回
ったことを自動的に検知するオペレーティングシステム
などのプログラムによって起動され、引数として確保し
たい空き領域サイズを渡される。マイグレーション処理
の起動方法としては、他にディスク装置の空き領域と関
係なく所定周期で起動する方法や、ユーザあるいはシス
テム管理者がディスク装置4の空き領域容量を参照した
後にコマンド実行により起動する方法を用いても良い。
FIG. 3 is a flow chart showing the flow of processing of the migration processing unit 2. The migration processing unit 2 is activated by a program such as an operating system that automatically detects that the free space of the disk device 4 has fallen below a predetermined value, and is passed the free space size to be secured as an argument. As a method of starting the migration process, there are other methods such as a method of starting at a predetermined cycle regardless of the free area of the disk device, and a method of starting by executing a command after the user or system administrator refers to the free area capacity of the disk device 4. You may use.

【0017】マイグレーション処理部2が起動される
と、ステップ210でリスト入力部21がマイグレート
候補リスト3のファイルからマイグレート候補ファイル
のファイル情報をその配列された順に1レコードずつ入
力する。
When the migration processing unit 2 is activated, the list input unit 21 inputs the file information of the migration candidate files from the files of the migration candidate list 3 one by one in the order in which they are arranged in step 210.

【0018】マイグレート処理部22のステップ220
では、入力したレコード中のディレクトリ位置情報の示
すファイルの最終更新日付と最終参照日付がレコード中
の情報と一致しているかどうかをチェックする。一致し
ている場合は、マイグレート候補検索処理部1によって
マイグレート候補リスト3が作成された後に当該ファイ
ルには参照も更新も行われていないことを示しており、
当該ファイルはマイグレーション対象ファイルと判断さ
れステップ221に進む。また一致していない場合は、
マイグレート候補検索処理部1によってマイグレート候
補リスト3が作成された後に当該ファイルについて参照
又は更新が行われたことを示しており、当該ファイルは
マイグレーションの対象にならないので、ステップ23
0の終了判定部23に進む。
Step 220 of the migration processing section 22
Then, it is checked whether the last update date and the last reference date of the file indicated by the directory position information in the input record match the information in the record. If they match, it means that the migration candidate search processing unit 1 has not created a migration candidate list 3 and the file has not been referenced or updated.
The file is determined to be a migration target file and the process proceeds to step 221. If they do not match,
This indicates that the migration candidate search processing unit 1 has referred to or updated the file after the migration candidate list 3 was created, and the file is not the target of migration.
The process proceeds to the end determination unit 23 of 0.

【0019】マイグレート処理部22のステップ221
では、ステップ210で入力したレコードのディレクト
リ位置情報に示すディスク装置4の格納場所から該当フ
ァイルのデータを読み込み、磁気テープ装置5にマイグ
レートする。
Step 221 of the migration processing section 22
Then, the data of the corresponding file is read from the storage location of the disk device 4 indicated by the directory position information of the record input in step 210 and migrated to the magnetic tape device 5.

【0020】マイグレート処理部22のステップ222
では、ステップ221でマイグレートしたファイルのフ
ァイルサイズを確保した空き領域の合計値に加算する。
Step 222 of the migration processing section 22
Then, the file size of the file migrated in step 221 is added to the total value of the secured free area.

【0021】ステップ230で終了判定部23がマイグ
レートにより確保した空き領域の合計値が、マイグレー
ション処理部2の開始時に与えられた確保したい空き領
域サイズに達したかどうかをチェックして、達している
場合にはマイグレーション処理部2を終了し、達してい
ない場合にはステップ210のリスト入力部21に戻り
次のマイグレーション候補ファイルのファイル情報レコ
ードを入力する。なおマイグレーション処理部2が一度
マイグレート候補リスト3を使用した後に、そのマイグ
レート候補リスト3はディスクから削除される。
At step 230, it is checked whether or not the total value of the free areas secured by the migration by the end judging section 23 reaches the free area size desired to be secured, which is given at the start of the migration processing section 2. If yes, the migration processing unit 2 is terminated, and if not, the process returns to the list input unit 21 of step 210 to input the file information record of the next migration candidate file. Note that after the migration processing unit 2 once uses the migration candidate list 3, the migration candidate list 3 is deleted from the disk.

【0022】以上の説明から、時間のかかるマイグレー
ション対象ファイルを選択するマイグレート候補検索処
理がマイグレーション処理から分離され、マイグレーシ
ョン処理に要する時間が短縮されることになる。
From the above description, the migration candidate search process for selecting a migration target file, which takes time, is separated from the migration process, and the time required for the migration process is shortened.

【0023】従来技術ではディスクの空き領域減少を検
知してからマイグレート候補検索処理とマイグレーショ
ン処理を行うので、マイグレート候補検索処理に時間が
かかり、デイスクの空き領域確保が間に合わない場合が
ある。本実施形態ではマイグレート候補検索処理部1と
マイグレーション処理部2の処理時間を合計した時間は
従来とほぼ同じであるが、ディスクの空き領域減少を検
知した後にマイグレーション処理部2のみを実行すれば
よいので、ディスクの空き領域確保の時間が短縮され、
ディスクの空き領域不足の障害が防止される。ただしマ
イグレーション処理部2が常に最新のマイグレート候補
リスト3を処理できるように、マイグレート候補検索処
理部1が定期的にマイグレート候補リスト3を出力して
準備しておく必要がある。
In the prior art, since the migration candidate search process and the migration process are performed after the reduction of the free space of the disk is detected, the migration candidate search process takes time, and the free space of the disk may not be secured in time. In the present embodiment, the total processing time of the migration candidate search processing unit 1 and the migration processing unit 2 is almost the same as the conventional one, but if only the migration processing unit 2 is executed after detecting the reduction of the free space of the disk. Since it is good, the time to secure free space on the disk is shortened,
Failure due to insufficient free disk space is prevented. However, it is necessary for the migration candidate search processing unit 1 to regularly output and prepare the migration candidate list 3 so that the migration processing unit 2 can always process the latest migration candidate list 3.

【0024】[0024]

【発明の効果】以上述べたように本発明によれば、時間
のかかるマイグレート候補リストの作成処理をマイグレ
ーション処理本体から除外したことにより、マイグレー
ション処理に要する時間が下位記憶装置への書き込み時
間とほぼ同等になり、上位記憶装置の空き領域の減少を
検知してマイグレーション処理が開始されてからマイグ
レーション処理により上位記憶装置の空き領域を確保す
るまでの時間を短縮することができる。それに伴い、マ
イグレーション処理中に上位記憶装置の空き領域が不足
する障害を防止できる。
As described above, according to the present invention, since the time-consuming migration candidate list creation process is excluded from the migration process main body, the time required for the migration process is the write time to the lower-level storage device. It is almost the same, and it is possible to shorten the time from when the reduction processing of the free area of the upper storage device is detected and the migration processing is started until the free area of the upper storage device is secured by the migration processing. Along with this, it is possible to prevent a failure that the free space of the upper storage device runs short during the migration process.

【図面の簡単な説明】[Brief description of drawings]

【図1】実施形態を構成する構成要素及び全体的な処理
の流れを示すブロック図である。
FIG. 1 is a block diagram showing components constituting an embodiment and an overall processing flow.

【図2】実施形態のマイグレート候補検索処理部1の処
理の流れを示すフローチャートである。
FIG. 2 is a flowchart showing a processing flow of a migration candidate search processing unit 1 according to the embodiment.

【図3】実施形態のマイグレーション処理部2の処理の
流れを示すフローチャートである。
FIG. 3 is a flowchart showing a processing flow of a migration processing unit 2 of the embodiment.

【符号の説明】[Explanation of symbols]

1:マイグレート候補検索処理部、2:マイグレーショ
ン処理部、3:マイグレート候補リスト、4:ディスク
装置、5:磁気テープ装置、11:ファイル情報収集
部、12:ファイルソート部、13:リスト出力部、2
1:リスト入力部、22:マイグレート処理部、23:
終了判定部
1: Migration candidate search processing unit, 2: Migration processing unit, 3: Migration candidate list, 4: Disk device, 5: Magnetic tape device, 11: File information collecting unit, 12: File sorting unit, 13: List output Part, 2
1: List input section, 22: Migration processing section, 23:
End judgment part

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】第1の記憶装置上の空き領域の状況に応じ
て前記第1の記憶装置上のファイルの一部を第2の記憶
装置へ移動して前記第1の記憶装置上の空き領域を増大
させるデータマイグレーション処理方法において、 所定周期ごとに起動されるマイグレート候補検索処理手
順として、前記第1の記憶装置上の各ファイルからファ
イル情報を収集し、前記ファイル情報をマイグレーショ
ンの優先度に従って配列し、配列された前記ファイル情
報のリストを作成して出力する手順を実行し、 前記マイグレート候補検索処理手順とは非同期に起動さ
れるマイグレーション処理手順として、前記リストから
前記ファイル情報の各々を配列された順に入力し、前記
ファイル情報の収集以後に参照・更新のされていないフ
ァイルについて前記第1の記憶装置上に所定容量の空き
領域を確保するまで前記第1の記憶装置上の該当するフ
ァイルを前記第2の記憶装置へ移動する手順を実行する
ことを特徴とするデータマイグレーション処理方法。
1. A free space on the first storage device by moving a part of a file on the first storage device to a second storage device according to the status of a free space on the first storage device. In the data migration processing method for increasing the area, as a migration candidate search processing procedure started at a predetermined cycle, file information is collected from each file on the first storage device, and the file information is set as a migration priority. According to the above, the procedure of creating and outputting a list of the arranged file information is performed according to the following, and each of the file information from the list is used as a migration processing procedure that is started asynchronously with the migration candidate search processing procedure. For each file that has not been referenced or updated since the file information was collected. Data migration processing method characterized by the steps of moving the appropriate file on the first storage device to the create the room of a predetermined capacity on the device to the second storage device.
【請求項2】前記マイグレーション処理手順は、前記第
1の記憶装置の空き領域が所定値を下回ったことを検出
されたとき、起動されることを特徴とする請求項1記載
のデータマイグレーション処理方法。
2. The data migration processing method according to claim 1, wherein the migration processing procedure is started when it is detected that the free space of the first storage device falls below a predetermined value. .
【請求項3】コンピュータに、第1の記憶装置上の空き
領域の状況に応じて前記第1の記憶装置上のファイルの
一部を第2の記憶装置へ移動して前記第1の記憶装置上
の空き領域を増大させるデータマイグレーション処理を
実行させるプログラムであって、 マイグレート候補検索処理手順として、前記弟1の記憶
装置上の各ファイルからファイル情報を収集する手順、
前記ファイル情報をマイグレーションの優先度に従って
配列する手順、および配列された前記ファイル情報のリ
ストを作成して出力する手順を実行させ、 マイグレーション処理手順として、前記リストから前記
ファイル情報の各々を配列された順に入力する手順、お
よび前記ファイル情報の収集以後に参照・更新のされて
いないファイルについて前記第1の記憶装置上に所定容
量の空き領域を確保するまで前記第1の記憶装置上の該
当するファイルを前記第2の記憶装置へ移動する手順を
実行させるプログラム。
3. A computer according to claim 1, wherein a part of a file on the first storage device is moved to a second storage device, and the first storage device is moved to the second storage device. A program for executing a data migration process for increasing the above free area, which is a procedure for collecting file information from each file on the storage device of the younger brother 1 as a migration candidate search process procedure,
The procedure of arranging the file information according to the priority of migration and the procedure of creating and outputting a list of the arranged file information are executed, and each of the file information is arranged from the list as a migration processing procedure. The procedure of inputting in order, and corresponding files in the first storage device until a free space of a predetermined capacity is secured in the first storage device for files that have not been referenced / updated after the collection of the file information. A program for executing a procedure for moving a file to the second storage device.
【請求項4】前記マイグレート候補検索処理手順は所定
周期ごとに実行され、前記マイグレーション処理手順は
前記マイグレート候補検索処理手順とは非同期に実行さ
れることを特徴とする請求項3記載のプログラム。
4. The program according to claim 3, wherein the migration candidate search processing procedure is executed every predetermined period, and the migration processing procedure is executed asynchronously with the migration candidate search processing procedure. .
JP2001202945A 2001-07-04 2001-07-04 Data migration processing method and program Pending JP2003015917A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001202945A JP2003015917A (en) 2001-07-04 2001-07-04 Data migration processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001202945A JP2003015917A (en) 2001-07-04 2001-07-04 Data migration processing method and program

Publications (1)

Publication Number Publication Date
JP2003015917A true JP2003015917A (en) 2003-01-17

Family

ID=19039657

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001202945A Pending JP2003015917A (en) 2001-07-04 2001-07-04 Data migration processing method and program

Country Status (1)

Country Link
JP (1) JP2003015917A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004295457A (en) * 2003-03-27 2004-10-21 Hitachi Ltd Storage device
JP2005352947A (en) * 2004-06-14 2005-12-22 Mitsubishi Electric Corp Portable apparatus
JP2007156815A (en) * 2005-12-05 2007-06-21 Hitachi Ltd Data migration method and system
JP2007264685A (en) * 2006-03-27 2007-10-11 Fujitsu Ltd Mirror site operation program, method, and mirror site server computer
JP2008203937A (en) * 2007-02-16 2008-09-04 Hitachi Ltd Computer system, storage management server, and data migration method
JP2010092464A (en) * 2008-10-03 2010-04-22 Internatl Business Mach Corp <Ibm> Method, system and computer program, for performing two-way orphan reconciliation in hierarchical storage management (hsm) control storage environment

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004295457A (en) * 2003-03-27 2004-10-21 Hitachi Ltd Storage device
US7925851B2 (en) 2003-03-27 2011-04-12 Hitachi, Ltd. Storage device
US8230194B2 (en) 2003-03-27 2012-07-24 Hitachi, Ltd. Storage device
JP2005352947A (en) * 2004-06-14 2005-12-22 Mitsubishi Electric Corp Portable apparatus
JP4572592B2 (en) * 2004-06-14 2010-11-04 三菱電機株式会社 Storage device
JP2007156815A (en) * 2005-12-05 2007-06-21 Hitachi Ltd Data migration method and system
US7506101B2 (en) 2005-12-05 2009-03-17 Hitachi, Ltd. Data migration method and system
JP4749140B2 (en) * 2005-12-05 2011-08-17 株式会社日立製作所 Data migration method and system
JP2007264685A (en) * 2006-03-27 2007-10-11 Fujitsu Ltd Mirror site operation program, method, and mirror site server computer
JP2008203937A (en) * 2007-02-16 2008-09-04 Hitachi Ltd Computer system, storage management server, and data migration method
JP2010092464A (en) * 2008-10-03 2010-04-22 Internatl Business Mach Corp <Ibm> Method, system and computer program, for performing two-way orphan reconciliation in hierarchical storage management (hsm) control storage environment

Similar Documents

Publication Publication Date Title
CN107038206B (en) LSM tree establishing method, LSM tree data reading method and server
US9104673B2 (en) Method for supporting multiple filesystem implementations
US8412752B2 (en) File system having transaction record coalescing
US8682941B2 (en) Database apparatus
CN100390796C (en) Method and system for delayed deletion of extended attributes
US20070276848A1 (en) Apparatus and method for managing data
US20160085750A1 (en) Storage apparatus and storage apparatus control method
JP2003015917A (en) Data migration processing method and program
KR20210058118A (en) Casedb: low-cost put-intensive key-value store for edge computing
CN113253932B (en) Read-write control method and system for distributed storage system
JP6531574B2 (en) Storage device, storage device control program and storage device control method
JP2008084011A (en) Cad data loading device
US6757804B2 (en) Method and system for reducing fragmentation
JP3515810B2 (en) Sort processing method and apparatus
JP2002063042A (en) Program module management system, management method therefor and recording medium with its management program recorded on the same
JP2001331353A (en) Data input system to database, and recording medium in which its program is stored
JPH07319742A (en) Physical deleting system for logically deleted data
CN116089434B (en) Data storage method and device, storage medium and electronic equipment
JPH0778097A (en) File rearrangement system
JP2669241B2 (en) Migration processing method
JP2838988B2 (en) File storage system in external storage device
JPS6058492B2 (en) Database search method
JP3460265B2 (en) Data transfer method between computers
JPH0239225A (en) Filing system
JP3567792B2 (en) Information processing device and method of calculating output data amount to auxiliary storage medium