JP6037469B2 - 情報管理システム、情報管理方法およびプログラム - Google Patents
情報管理システム、情報管理方法およびプログラム Download PDFInfo
- Publication number
- JP6037469B2 JP6037469B2 JP2014234744A JP2014234744A JP6037469B2 JP 6037469 B2 JP6037469 B2 JP 6037469B2 JP 2014234744 A JP2014234744 A JP 2014234744A JP 2014234744 A JP2014234744 A JP 2014234744A JP 6037469 B2 JP6037469 B2 JP 6037469B2
- Authority
- JP
- Japan
- Prior art keywords
- meta information
- file system
- file
- stored
- hierarchy
- 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.)
- Expired - Fee Related
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/164—File meta data generation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
- G06F16/122—File system administration, e.g. details of archiving or snapshots using management policies
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims (27)
- ファイル、ディレクトリ、シンボリックリンクに付加されるメタ情報を管理するシステムであって、
複数のファイルシステムのうちの1つのファイルシステムから他のファイルシステムへ移動対象であるファイル、ディレクトリ、シンボリックの少なくとも1つを移動する際、該移動対象のメタ情報を取得する取得手段と、
前記他のファイルシステムに格納されているメタ情報を参照し、取得された前記メタ情報が前記他のファイルシステムへ移行可能かどうかを判断する判断手段と、
取得された前記メタ情報のうち移行可能と判断されたメタ情報を前記他のファイルシステムへ移行し、移行不可と判断されたメタ情報を前記1つのファイルシステムに残す処理手段とを含む、システム。 - 前記複数のファイルシステムは階層化され、
前記判断手段は、上位層のファイルシステムから1以上の中間層のファイルシステムを介して下位層のファイルシステムへ前記移動対象を移動する際、該移動対象のメタ情報を各階層のファイルシステムへ移行可能かどうかを判断し、前記処理手段は、移行可能な下位の階層のファイルシステムへ該メタ情報を移行し、格納させる、請求項1に記載のシステム。 - 前記処理手段は、取得された前記メタ情報のうち前記1以上の中間層のファイルシステムおよび前記下位層のファイルシステムへ移行不可と判断されたメタ情報をリストに追加し、該リストを参照して、移行不可と判断された階層より1つ上の階層のファイルシステムに該移行不可と判断されたメタ情報を格納させる、請求項2に記載のシステム。
- 前記処理手段は、前記リストに追加するメタ情報がない場合、取得されたメタ情報を前記下位層のファイルシステムへ移行した後、前記上位層のファイルシステムに格納されている移動前の前記移動対象を削除する、請求項3に記載のシステム。
- 前記処理手段は、前記移動対象が更新されたことを受けて、各階層のファイルシステムに格納された該移動対象のメタ情報を更新する、請求項2に記載のシステム。
- 前記判断手段は、前記移動対象へのメタ情報の追加を受けて、各階層のファイルシステムに該メタ情報が格納可能か否かを判断し、前記処理手段は、格納可能な下位の階層のファイルシステムに該メタ情報を格納させる、請求項2に記載のシステム。
- 前記処理手段は、前記移動対象の名称が変更されたことを受けて、各階層のファイルシステムに該移動対象のメタ情報を格納したメタファイルのファイル名を変更する、請求項2に記載のシステム。
- 前記処理手段は、前記移動対象が削除されたことを受けて、各階層のファイルシステムに格納された該移動対象のメタ情報をすべて削除する、請求項2に記載のシステム。
- 前記移動対象のメタ情報の取得要求を受けて、各階層のファイルシステムに格納された該移動対象のメタ情報を収集する収集手段をさらに含む、請求項2に記載のシステム。
- ファイル、ディレクトリ、シンボリックリンクに付加されるメタ情報を管理する方法であって、
複数のファイルシステムのうちの1つのファイルシステムから他のファイルシステムへ移動対象であるファイル、ディレクトリ、シンボリックの少なくとも1つを移動する際、該移動対象のメタ情報を取得するステップと、
前記他のファイルシステムに格納されているメタ情報を参照し、取得された前記メタ情報が前記他のファイルシステムへ移行可能かどうかを判断するステップと、
取得された前記メタ情報のうち移行可能と判断されたメタ情報を前記他のファイルシステムへ移行し、移行不可と判断されたメタ情報を前記1つのファイルシステムに残すステップとを含む、方法。 - 前記複数のファイルシステムは階層化され、
前記判断するステップは、上位層のファイルシステムから1以上の中間層のファイルシステムを介して下位層のファイルシステムへ前記移動対象を移動する際、該移動対象のメタ情報を各階層のファイルシステムへ移行可能かどうかを判断し、前記残すステップは、移行可能な下位の階層のファイルシステムへ該メタ情報を移行し、格納させるステップを含む、請求項10に記載の方法。 - 前記格納させるステップは、取得された前記メタ情報のうち前記1以上の中間層のファイルシステムおよび前記下位層のファイルシステムへ移行不可と判断されたメタ情報をリストに追加し、該リストを参照して、移行不可と判断された階層より1つ上の階層のファイルシステムに該移行不可と判断されたメタ情報を格納させる、請求項11に記載の方法。
- 前記リストに追加するメタ情報がない場合、取得されたメタ情報を前記下位層のファイルシステムへ移行した後、前記上位層のファイルシステムに格納されている移動前の前記移動対象を削除するステップを含む、請求項12に記載の方法。
- 前記移動対象が更新されたことを受けて、各階層のファイルシステムに格納された該移動対象のメタ情報を更新するステップをさらに含む、請求項11に記載の方法。
- 前記移動対象へのメタ情報の追加を受けて、各階層のファイルシステムに該メタ情報が格納可能か否かを判断するステップと、格納可能な下位の階層のファイルシステムに該メタ情報を格納するステップとを含む、請求項11に記載の方法。
- 前記移動対象の名称が変更されたことを受けて、各階層のファイルシステムに該移動対象のメタ情報を格納したメタファイルのファイル名を変更するステップをさらに含む、請求項11に記載の方法。
- 前記移動対象が削除されたことを受けて、各階層のファイルシステムに格納された該移動対象のメタ情報をすべて削除するステップをさらに含む、請求項11に記載の方法。
- 前記移動対象のメタ情報の取得要求を受けて、各階層のファイルシステムに格納された該移動対象のメタ情報を収集するステップをさらに含む、請求項11に記載の方法。
- ファイル、ディレクトリ、シンボリックリンクに付加されるメタ情報を管理する処理をコンピュータに実行させるためのプログラムであって、
複数のファイルシステムのうちの1つのファイルシステムから他のファイルシステムへ移動対象であるファイル、ディレクトリ、シンボリックの少なくとも1つを移動する際、該移動対象のメタ情報を取得するステップと、
前記他のファイルシステムに格納されているメタ情報を参照し、取得された前記メタ情報が前記他のファイルシステムへ移行可能かどうかを判断するステップと、
取得された前記メタ情報のうち移行可能と判断されたメタ情報を前記他のファイルシステムへ移行し、移行不可と判断されたメタ情報を前記1つのファイルシステムに残すステップとを実行させる、プログラム。 - 前記複数のファイルシステムは階層化され、
前記判断するステップは、上位層のファイルシステムから1以上の中間層のファイルシステムを介して下位層のファイルシステムへ前記移動対象を移動する際、該移動対象のメタ情報を各階層のファイルシステムへ移行可能かどうかを判断し、前記残すステップは、移行可能な下位の階層のファイルシステムへ該メタ情報を移行し、格納させるステップを含む、請求項19に記載のプログラム。 - 前記格納させるステップは、取得された前記メタ情報のうち前記1以上の中間層のファイルシステムおよび前記下位層のファイルシステムへ移行不可と判断されたメタ情報をリストに追加し、該リストを参照して、移行不可と判断された階層より1つ上の階層のファイルシステムに該移行不可と判断されたメタ情報を格納させる、請求項20に記載のプログラム。
- 前記リストに追加するメタ情報がない場合、取得されたメタ情報を前記下位層のファイルシステムへ移行した後、前記上位層のファイルシステムに格納されている移動前の前記移動対象を削除するステップを実行させる、請求項21に記載のプログラム。
- 前記移動対象が更新されたことを受けて、各階層のファイルシステムに格納された該移動対象のメタ情報を更新するステップをさらに実行させる、請求項20に記載のプログラム。
- 前記移動対象へのメタ情報の追加を受けて、各階層のファイルシステムに該メタ情報が格納可能か否かを判断するステップと、格納可能な下位の階層のファイルシステムに該メタ情報を格納させるステップとを実行させる、請求項20に記載のプログラム。
- 前記移動対象の名称が変更されたことを受けて、各階層のファイルシステムに該移動対象のメタ情報を格納したメタファイルのファイル名を変更するステップをさらに実行させる、請求項20に記載のプログラム。
- 前記移動対象が削除されたことを受けて、各階層のファイルシステムに格納された該移動対象のメタ情報をすべて削除するステップをさらに実行させる、請求項20に記載のプログラム。
- 前記移動対象のメタ情報の取得要求を受けて、各階層のファイルシステムに格納された該移動対象のメタ情報を収集するステップをさらに実行させる、請求項20に記載のプログラム。
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2014234744A JP6037469B2 (ja) | 2014-11-19 | 2014-11-19 | 情報管理システム、情報管理方法およびプログラム |
| US14/849,633 US10331622B2 (en) | 2014-11-19 | 2015-09-10 | Information management |
| US15/410,938 US20170132221A1 (en) | 2014-11-19 | 2017-01-20 | Information management |
| US16/403,710 US11042508B2 (en) | 2014-11-19 | 2019-05-06 | Information management |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2014234744A JP6037469B2 (ja) | 2014-11-19 | 2014-11-19 | 情報管理システム、情報管理方法およびプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2016099723A JP2016099723A (ja) | 2016-05-30 |
| JP6037469B2 true JP6037469B2 (ja) | 2016-12-07 |
Family
ID=55961848
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2014234744A Expired - Fee Related JP6037469B2 (ja) | 2014-11-19 | 2014-11-19 | 情報管理システム、情報管理方法およびプログラム |
Country Status (2)
| Country | Link |
|---|---|
| US (3) | US10331622B2 (ja) |
| JP (1) | JP6037469B2 (ja) |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6037469B2 (ja) | 2014-11-19 | 2016-12-07 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 情報管理システム、情報管理方法およびプログラム |
| TWI692955B (zh) * | 2019-01-16 | 2020-05-01 | 香港商希瑞科技股份有限公司 | 伺服器及相關的電腦程式產品 |
| CN111475467A (zh) * | 2020-03-27 | 2020-07-31 | 平安科技(深圳)有限公司 | 一种文件管理方法、云端文件管理系统及终端 |
| JP7334136B2 (ja) * | 2020-06-15 | 2023-08-28 | 富士フイルム株式会社 | カートリッジ管理システム、カートリッジ管理システムの作動方法、及びプログラム |
| CN114415971B (zh) * | 2022-03-25 | 2022-09-23 | 阿里云计算有限公司 | 数据处理方法以及装置 |
| CN117331981A (zh) * | 2022-06-30 | 2024-01-02 | 华为技术有限公司 | 数据流动感知方法及相关装置 |
Family Cites Families (35)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1238335A1 (en) | 1999-12-07 | 2002-09-11 | Data Foundation, Inc. | Scalable storage architecture |
| US6553391B1 (en) * | 2000-06-08 | 2003-04-22 | International Business Machines Corporation | System and method for replicating external files and database metadata pertaining thereto |
| US6981005B1 (en) | 2000-08-24 | 2005-12-27 | Microsoft Corporation | Partial migration of an object to another storage location in a computer system |
| JP2005530242A (ja) * | 2000-09-11 | 2005-10-06 | アガミ システムズ, インコーポレイテッド | 区画された移動可能メタデータを有する記憶システム |
| US7711771B2 (en) | 2001-05-25 | 2010-05-04 | Oracle International Corporation | Management and synchronization application for network file system |
| JP4168626B2 (ja) * | 2001-12-06 | 2008-10-22 | 株式会社日立製作所 | 記憶装置間のファイル移行方法 |
| WO2004109663A2 (en) * | 2003-05-30 | 2004-12-16 | Arkivio, Inc. | Techniques for facilitating backup and restore of migrated files |
| JP2005078612A (ja) * | 2003-09-04 | 2005-03-24 | Hitachi Ltd | ファイル共有システム及びファイル共有装置間のファイル移行方法 |
| US20050203976A1 (en) | 2004-02-11 | 2005-09-15 | University Of California | Systems, tools and methods for transferring files and metadata to and from a storage means |
| US7529745B2 (en) * | 2004-11-19 | 2009-05-05 | International Business Machines Corporation | Method of verifying metadata of a migrated file |
| JP4699458B2 (ja) | 2005-06-10 | 2011-06-08 | 富士通株式会社 | Hsm制御プログラム、装置及び方法 |
| JP4704161B2 (ja) * | 2005-09-13 | 2011-06-15 | 株式会社日立製作所 | ファイルシステムの構築方法 |
| US8209358B2 (en) | 2007-05-09 | 2012-06-26 | Illinois Institute Of Technology | Hierarchical structured abstract data organization system |
| US8452821B2 (en) | 2007-06-29 | 2013-05-28 | Microsoft Corporation | Efficient updates for distributed file systems |
| US20100306283A1 (en) | 2009-01-28 | 2010-12-02 | Digitiliti, Inc. | Information object creation for a distributed computing system |
| JP2010257094A (ja) | 2009-04-23 | 2010-11-11 | Hitachi Ltd | 階層ストレージ管理システムにおける移動候補ファイルの抽出方法 |
| US8655848B1 (en) * | 2009-04-30 | 2014-02-18 | Netapp, Inc. | Unordered idempotent logical replication operations |
| JP5422298B2 (ja) * | 2009-08-12 | 2014-02-19 | 株式会社日立製作所 | 階層管理ストレージシステムおよびストレージシステムの運用方法 |
| JP2012068891A (ja) | 2010-09-24 | 2012-04-05 | Hitachi-Lg Data Storage Inc | 階層型ストレージシステム及びデータアーカイブ方法 |
| US8849845B2 (en) | 2010-11-03 | 2014-09-30 | Blackberry Limited | System and method for displaying search results on electronic devices |
| US9037529B2 (en) | 2011-06-15 | 2015-05-19 | Ceresis, Llc | Method for generating visual mapping of knowledge information from parsing of text inputs for subjects and predicates |
| US8782363B2 (en) * | 2011-07-22 | 2014-07-15 | Hitachi, Ltd. | Information processing system and method for controlling the same |
| US8984027B1 (en) * | 2011-07-28 | 2015-03-17 | Symantec Corporation | Systems and methods for migrating files to tiered storage systems |
| US9910904B2 (en) * | 2011-08-30 | 2018-03-06 | International Business Machines Corporation | Replication of data objects from a source server to a target server |
| US9075811B2 (en) * | 2011-09-30 | 2015-07-07 | Symantec Corporation | Cloud information migration systems and methods |
| US20140188957A1 (en) * | 2012-11-30 | 2014-07-03 | Hitachi, Ltd. | Hierarchical storage system and file management method |
| US9128944B2 (en) | 2013-02-13 | 2015-09-08 | Edgecast Networks, Inc. | File system enabling fast purges and file access |
| US10334101B2 (en) | 2013-05-22 | 2019-06-25 | Nice Ltd. | System and method for generating metadata for a recorded session |
| US9244958B1 (en) | 2013-06-13 | 2016-01-26 | Amazon Technologies, Inc. | Detecting and reconciling system resource metadata anomolies in a distributed storage system |
| US20140379646A1 (en) * | 2013-06-21 | 2014-12-25 | Lexmark International Technologies, S.A. | Replication of Updates to DICOM Content |
| US9195736B2 (en) | 2013-08-07 | 2015-11-24 | Red Hat, Inc. | System and method for content storage |
| US10162826B2 (en) * | 2013-10-31 | 2018-12-25 | Oracle International Corporation | UOA migration |
| WO2015084397A1 (en) * | 2013-12-06 | 2015-06-11 | Hewlett-Packard Development Company, L.P. | Replicating metadata associated with a file |
| WO2015183301A1 (en) * | 2014-05-30 | 2015-12-03 | Hitachi Data Systems Corporation | Metadata favored replication in active topologies |
| JP6037469B2 (ja) | 2014-11-19 | 2016-12-07 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 情報管理システム、情報管理方法およびプログラム |
-
2014
- 2014-11-19 JP JP2014234744A patent/JP6037469B2/ja not_active Expired - Fee Related
-
2015
- 2015-09-10 US US14/849,633 patent/US10331622B2/en not_active Expired - Fee Related
-
2017
- 2017-01-20 US US15/410,938 patent/US20170132221A1/en not_active Abandoned
-
2019
- 2019-05-06 US US16/403,710 patent/US11042508B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| US20160140118A1 (en) | 2016-05-19 |
| JP2016099723A (ja) | 2016-05-30 |
| US20170132221A1 (en) | 2017-05-11 |
| US10331622B2 (en) | 2019-06-25 |
| US20190258608A1 (en) | 2019-08-22 |
| US11042508B2 (en) | 2021-06-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6037469B2 (ja) | 情報管理システム、情報管理方法およびプログラム | |
| CN108021336B (zh) | 用于无缝数据迁移的数据布局方法、系统和存储介质 | |
| JP6430499B2 (ja) | Posix互換なファイル・システム、ファイル・リストを生成する方法および記憶デバイス | |
| US8135677B2 (en) | File management system and method | |
| JP5082310B2 (ja) | データ移行装置及びプログラム | |
| JP5677029B2 (ja) | データ移行システム、データ移行方法、プログラム | |
| US9632949B2 (en) | Storage management method, storage management system, computer system, and program | |
| US20180205791A1 (en) | Object storage in cloud with reference counting using versions | |
| WO2013042159A1 (en) | Storage apparatus, computer system, and data migration method | |
| CN102289451A (zh) | 文件或文件夹查找方法和装置 | |
| US20160162210A1 (en) | Openstack swift interface for tape library (ossitl) | |
| JP2015079409A (ja) | 階層管理下の論理ボリュームのスナップショットの作成及び管理 | |
| JP2016066220A (ja) | ストレージ装置、ストレージ装置制御方法及びストレージ装置制御プログラム | |
| JP6230317B2 (ja) | システム、情報処理装置およびその制御方法、並びにプログラム | |
| US10114579B2 (en) | Data migration tool with intermediate incremental copies | |
| JP2011095997A (ja) | 情報処理装置、コンピュータプログラムおよび情報処理方法 | |
| CN108132759A (zh) | 一种文件系统中管理数据的方法和装置 | |
| CN115904263B (zh) | 一种数据迁移方法、系统、设备及计算机可读存储介质 | |
| US11176089B2 (en) | Systems and methods for implementing dynamic file systems | |
| CN105354294A (zh) | 一种嵌套式文件管理系统及方法 | |
| JP4688201B2 (ja) | ストレージ装置、並びに、コンテンツ蓄積管理方法及びコンテンツ蓄積管理プログラム | |
| WO2016001959A1 (ja) | ストレージシステム | |
| KR102167167B1 (ko) | Ssd 장치를 관리하는 방법 및 그 ssd 장치 | |
| JP6020296B2 (ja) | ストレージ装置、コピー制御プログラムおよびコピー制御方法 | |
| JP2006146907A (ja) | 電子ファイルシステムにおけるリストおよびその他の項目の管理 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20160406 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160610 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160719 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160805 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160830 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160916 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20161004 |
|
| RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20161004 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20161027 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6037469 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |