JP4596902B2 - ストレージ管理装置、計算機システム、ストレージ管理方法及びストレージ管理プログラム - Google Patents
ストレージ管理装置、計算機システム、ストレージ管理方法及びストレージ管理プログラム Download PDFInfo
- Publication number
- JP4596902B2 JP4596902B2 JP2004358469A JP2004358469A JP4596902B2 JP 4596902 B2 JP4596902 B2 JP 4596902B2 JP 2004358469 A JP2004358469 A JP 2004358469A JP 2004358469 A JP2004358469 A JP 2004358469A JP 4596902 B2 JP4596902 B2 JP 4596902B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- processing
- attribute
- storage
- logical device
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0629—Configuration or reconfiguration of storage systems
- G06F3/0631—Configuration or reconfiguration of storage systems by allocating resources to storage systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/221—Column-oriented storage; Management thereof
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/0604—Improving or facilitating administration, e.g. storage management
- G06F3/0605—Improving or facilitating administration, e.g. storage management by facilitating the interaction with a user or administrator
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0683—Plurality of storage devices
- G06F3/0689—Disk arrays, e.g. RAID, JBOD
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
データベース管理システム20は、処理要求受付/結果返却部201、処理制御部202、カテゴリ情報編集部203、データベースバッファ管理部204、及びDBバッファ205を備えている。
図6は、本発明の実施の形態のDB領域情報テーブル2300の説明図である。
20 データベース管理システム
30 ストレージ管理部
40 ストレージシステム
201 処理要求受付/結果返却部
202 処理制御部
203 カテゴリ情報編集部
204 データベースバッファ管理部
205 DBバッファ
301 データ読み書き制御部
302 カテゴリ制御部
Claims (10)
- データを格納するストレージ装置にデータを読み書きするストレージ管理装置であって、
前記ストレージ装置には、異なる属性が設定された複数の論理デバイスを含むデータ格納領域が設けられ、
前記ストレージ管理装置は、
受け付けたアクセス要求に基づいて、前記ストレージ装置にデータを読み書きする読み書き制御部と、
前記論理デバイスの属性を設定する属性制御部と、を備え、
前記属性制御部は、前記ストレージ装置に格納されたデータの属性の変更契機であって、電子商取引に係る注文記入処理、注文承認処理、決済処理、発注処理及び納品処理を順次実行するアプリケーションプログラムの進行に応じて生成される属性変更契機を検出すると、当該属性変更に係るデータを他の属性の論理デバイスに移動するものであり、
前記属性制御部は、
前記注文記入処理が実行される場合、所定のデータを当該注文記入処理によって更新後、第1の論理デバイスに格納し、
前記注文承認処理が実行される場合、前記第1の論理デバイスに格納されたデータを当該注文承認処理によって更新後、前記第1の論理デバイスよりも安全性の高い第2の論理デバイスに格納し、
前記決済処理又は発注処理が実行される場合、前記第2の論理デバイスに格納されたデータを当該決済処理又は発注処理によって更新し、
前記納品処理が実行される場合、前記決済処理又は発注処理によって更新されたデータを当該納品処理によって更新後、前記第1の論理デバイスよりもアクセス速度の高い第3の論理デバイスに格納することを特徴とするストレージ管理装置。 - 電子商取引に係る注文記入処理、注文承認処理、決済処理、発注処理及び納品処理を順次実行するアプリケーションサーバと、
データベースを格納するストレージ装置と、
前記アプリケーションサーバによる処理に基づいて、前記データベースを管理するデータベース管理装置と、
前記データベース管理装置からの要求に基づいて、前記ストレージ装置にデータを読み書きするストレージ管理装置と、を備えた計算機システムにおいて、
前記ストレージ装置に設けられたデータベース格納領域は、異なる属性が設定された複数の論理デバイスを含み
前記データベース管理装置は、
前記アプリケーションサーバからの要求を受け付け、処理の結果を返却する処理要求受付返却部と、
前記アプリケーションサーバからの要求に基づいて処理を実行する処理制御部と、を備え、
前記ストレージ管理装置は、
前記データベース管理装置からの要求に基づいて、前記ストレージ装置にデータを読み書きする読み書き制御部と、
前記論理デバイスの属性を設定する属性制御部と、を備え、
前記処理制御部は、前記アプリケーションサーバによる処理内容及び処理対象が所定の条件を満たす場合に、前記論理デバイスの属性を変更する属性変更指示を前記ストレージ管理部に送信し、
前記属性制御部は、前記データベース管理装置から属性変更指示を受信すると、前記アプリケーションサーバによる処理対象のデータが格納される論理デバイスを他の属性に変更するものであり、
前記処理制御部は、
前記アプリケーションサーバの処理内容が前記注文記入処理である場合、所定のデータを当該注文記入処理によって更新後、第1の論理デバイスに格納する指示を前記ストレージ管理部に送信し、
前記アプリケーションサーバの処理内容が前記注文承認処理である場合、前記第1の論理デバイスに格納されたデータを当該注文承認処理によって更新後、前記第1の論理デバイスよりも安全性の高い第2の論理デバイスに格納する指示を前記ストレージ管理部に送信し、
前記アプリケーションサーバの処理内容が前記決済処理又は発注処理である場合、前記第2の論理デバイスに格納されたデータを当該決済処理又は発注処理によって更新する指示を前記ストレージ管理部に送信し、
前記アプリケーションサーバの処理内容が前記納品処理である場合、前記決済処理又は発注処理によって更新されたデータを当該納品処理によって更新後、前記第1の論理デバイスよりもアクセス速度の高い第3の論理デバイスに格納する指示を前記ストレージ管理部に送信することを特徴とする計算機システム。 - 前記処理制御部は、前記アプリケーションサーバの処理対象に基づいて、前記アプリケーションサーバによって実行されている処理を特定し、当該処理対象のデータが格納されている論理デバイスを特定することを特徴とする請求項2に記載の計算機システム。
- 前記属性制御部は、前記データベース管理装置から属性変更指示を受信すると、当該属性変更指示に係るデータを他の属性の論理デバイスに移動することによって、前記アプリケーションサーバの処理対象のデータが格納される論理デバイスを他の属性に変更することを特徴とする請求項2に記載の計算機システム。
- 前記属性制御部は、前記データベース管理装置から属性変更指示を受信すると、前記データベース格納領域に割り当てられている論理デバイスの属性を他の属性に変更することによって、前記アプリケーションサーバの処理対象のデータが格納される論理デバイスを他の属性に変更することを特徴とする請求項2に記載の計算機システム。
- 電子商取引に係る注文記入処理、注文承認処理、決済処理、発注処理及び納品処理を順次実行するアプリケーションサーバと、
データベースを格納するストレージ装置と、
前記アプリケーションサーバによる処理に基づいて、前記データベースを管理するデータベース管理装置と、
前記データベース管理装置からの要求に基づいて、前記ストレージ装置にデータを読み書きするストレージ管理装置と、を備え、
前記ストレージ装置には、異なる属性が設定された複数の論理デバイスを含むデータベース格納領域が設けられた計算機システムにおけるストレージ管理方法であって、
前記データベース管理装置は、
前記アプリケーションサーバからの要求を受け付け、
前記アプリケーションサーバによる処理内容及び処理対象が予め定めた所定の条件を満たす場合に、前記論理デバイスの属性を変更する属性変更指示を前記ストレージ管理装置に送信し、
前記ストレージ管理装置は、
前記データベース管理装置からの要求に基づいて、前記ストレージ装置にデータを読み書きし、
前記データベース管理装置から属性変更指示を受信すると、前記アプリケーションサーバの処理対象のデータが格納される論理デバイスを他の属性に変更し、
前記データベース管理装置が、前記アプリケーションサーバに、処理の結果を返却するものであり、
前記データベース管理装置は、
前記アプリケーションサーバの処理内容が前記注文記入処理である場合、所定のデータを当該注文記入処理によって更新後、第1の論理デバイスに格納する指示を前記ストレージ管理装置に送信し、
前記アプリケーションサーバの処理内容が前記注文承認処理である場合、前記第1の論理デバイスに格納されたデータを当該注文承認処理によって更新後、前記第1の論理デバイスよりも安全性の高い第2の論理デバイスに格納する指示を前記ストレージ管理装置に送信し、
前記アプリケーションサーバの処理内容が前記決済処理又は発注処理である場合、前記第2の論理デバイスに格納されたデータを当該決済処理又は発注処理によって更新する指示を前記ストレージ管理装置に送信し、
前記アプリケーションサーバの処理内容が前記納品処理である場合、前記決済処理又は発注処理によって更新されたデータを当該納品処理によって更新後、前記第1の論理デバイスよりもアクセス速度の高い第3の論理デバイスに格納する指示を前記ストレージ管理装置に送信することを特徴とするストレージ管理方法。 - さらに、前記データベース管理装置が、前記アプリケーションサーバの処理対象に基づいて、前記アプリケーションサーバによって実行されている処理を特定し、当該処理対象のデータが格納されている論理デバイスを特定することを特徴とする請求項6に記載のストレージ管理方法。
- 前記論理デバイスを他の属性に変更する手順は、前記データベース管理装置から属性変更指示を受信すると、当該属性変更指示に係るデータを他の属性の論理デバイスに移動することを特徴とする請求項6に記載のストレージ管理方法。
- 前記論理デバイスを他の属性に変更する手順は、前記データベース管理装置から属性変更指示を受信すると、前記データベース格納領域に割り当てられている論理デバイスの属性を他の属性に変更することを特徴とする請求項6に記載のストレージ管理方法。
- データを格納するストレージ装置にデータを読み書きするストレージ管理装置に以下の手順を実行させるプログラムであって、
前記ストレージ装置に設けられたデータ格納領域は、異なる属性が設定された複数の論理デバイスを含み、
前記プログラムは、
受け付けたアクセス要求に基づいて、前記ストレージ装置にデータを読み書きする手順と、
前記ストレージ装置に格納されるデータの属性の変更契機であって、電子商取引に係る注文記入処理、注文承認処理、決済処理、発注処理及び納品処理を順次実行するアプリケーションプログラムの進行に応じて生成される属性変更契機を検出すると、当該属性変更に係るデータを異なる属性の論理デバイスに移動する手順と、を含み、
前記移動する手順において、
前記注文記入処理が実行される場合、所定のデータを当該注文記入処理によって更新後、第1の論理デバイスに格納し、
前記注文承認処理が実行される場合、前記第1の論理デバイスに格納されたデータを当該注文承認処理によって更新後、前記第1の論理デバイスよりも安全性の高い第2の論理デバイスに格納し、
前記決済処理又は発注処理が実行される場合、前記第2の論理デバイスよりも安全性の高い第2の論理デバイスに格納し、
前記納品処理が実行される場合、前記決済処理又は発注処理によって更新されたデータを当該納品処理によって更新後、前記第1の論理デバイスよりもアクセス速度の高い第3の論理デバイスに格納することを特徴とするストレージ管理プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004358469A JP4596902B2 (ja) | 2004-12-10 | 2004-12-10 | ストレージ管理装置、計算機システム、ストレージ管理方法及びストレージ管理プログラム |
US11/074,715 US20060143211A1 (en) | 2004-12-10 | 2005-03-09 | Method and system for managing data storage for dynamically changing data area attribute |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004358469A JP4596902B2 (ja) | 2004-12-10 | 2004-12-10 | ストレージ管理装置、計算機システム、ストレージ管理方法及びストレージ管理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006164167A JP2006164167A (ja) | 2006-06-22 |
JP4596902B2 true JP4596902B2 (ja) | 2010-12-15 |
Family
ID=36613019
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004358469A Expired - Fee Related JP4596902B2 (ja) | 2004-12-10 | 2004-12-10 | ストレージ管理装置、計算機システム、ストレージ管理方法及びストレージ管理プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US20060143211A1 (ja) |
JP (1) | JP4596902B2 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010113509A (ja) * | 2008-11-06 | 2010-05-20 | Hitachi Ltd | 記憶領域の割当方法および管理サーバ |
KR20140112303A (ko) * | 2013-03-13 | 2014-09-23 | 삼성전자주식회사 | 불휘발성 메모리 장치, 전자 장치 그리고 그것을 포함하는 컴퓨팅 시스템 |
CN105658658B (zh) | 2013-11-21 | 2019-11-05 | 私募蛋白质体公司 | 胞苷-5-甲酰胺修饰的核苷酸组合物及其相关方法 |
WO2015107626A1 (ja) * | 2014-01-15 | 2015-07-23 | 株式会社日立製作所 | 計算機システムおよびその階層記憶の制御方法 |
US9880772B2 (en) * | 2015-09-21 | 2018-01-30 | Micron Technology, Inc. | Systems and methods for providing file information in a memory system protocol |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002259839A (ja) * | 2001-03-01 | 2002-09-13 | Twin Communication Inc | 電子商取引システム |
JP2004295457A (ja) * | 2003-03-27 | 2004-10-21 | Hitachi Ltd | 記憶装置 |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08194750A (ja) * | 1995-01-20 | 1996-07-30 | Fuji Elelctrochem Co Ltd | 工程管理システム |
JPH10187505A (ja) * | 1996-12-24 | 1998-07-21 | Toshiba Corp | 情報記憶システム及び同システムに適用するデータ配置方法 |
US6327638B1 (en) * | 1998-06-30 | 2001-12-04 | Lsi Logic Corporation | Disk striping method and storage subsystem using same |
US6487562B1 (en) * | 1999-12-20 | 2002-11-26 | Emc Corporation | Dynamically modifying system parameters in data storage system |
US6928459B1 (en) * | 2000-07-18 | 2005-08-09 | International Business Machines Corporation | Plurality of file systems using weighted allocation to allocate space on one or more storage devices |
GB2382890B (en) * | 2001-12-06 | 2005-04-20 | Ibm | Computer storage subsystem, method, software program and data carrier |
US7020758B2 (en) * | 2002-09-18 | 2006-03-28 | Ortera Inc. | Context sensitive storage management |
JP4418286B2 (ja) * | 2003-07-14 | 2010-02-17 | 富士通株式会社 | 分散型ストレージシステム |
US7127545B1 (en) * | 2003-11-19 | 2006-10-24 | Veritas Operating Corporation | System and method for dynamically loadable storage device I/O policy modules |
-
2004
- 2004-12-10 JP JP2004358469A patent/JP4596902B2/ja not_active Expired - Fee Related
-
2005
- 2005-03-09 US US11/074,715 patent/US20060143211A1/en not_active Abandoned
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002259839A (ja) * | 2001-03-01 | 2002-09-13 | Twin Communication Inc | 電子商取引システム |
JP2004295457A (ja) * | 2003-03-27 | 2004-10-21 | Hitachi Ltd | 記憶装置 |
Also Published As
Publication number | Publication date |
---|---|
US20060143211A1 (en) | 2006-06-29 |
JP2006164167A (ja) | 2006-06-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4749255B2 (ja) | 複数種類の記憶デバイスを備えたストレージシステムの制御装置 | |
US7447832B2 (en) | Automated on-line capacity expansion method for storage device | |
US7502904B2 (en) | Information processing system and management device for managing relocation of data based on a change in the characteristics of the data over time | |
US7783737B2 (en) | System and method for managing supply of digital content | |
US7802053B2 (en) | Management method for a virtual volume across a plurality of storages | |
JP4733461B2 (ja) | 計算機システム、管理計算機及び論理記憶領域の管理方法 | |
US7984230B2 (en) | Allocation of logical volumes to flash memory drives | |
US7941625B2 (en) | Volume selection method and information processing system | |
US7428624B2 (en) | Host computer system and storage system having a bandwidth management function for storage volumes | |
US7426619B2 (en) | Inter-volume migration system, inter-volume relocation method, and program therefor | |
US20070245116A1 (en) | Storage area dynamic assignment method | |
US8024532B2 (en) | Data management method for erasing data in computer system | |
JP2016512906A5 (ja) | ||
JP2007140919A (ja) | 記憶システム及びデータ移動方法 | |
JP2016512906A (ja) | データを柔軟に配置するための多層記憶管理 | |
US7409514B2 (en) | Method and apparatus for data migration based on a comparison of storage device state information | |
EP1569083A2 (en) | Storage system, computer system and a method of establishing volume attribute | |
JP5381713B2 (ja) | 仮想マシン向けデータ格納システム、データ格納方法およびデータ格納用プログラム | |
JP2008102672A (ja) | 計算機システム、管理計算機、操作制御情報の設定方法 | |
JP2008084094A (ja) | 記憶システム及びその管理方法並びに記憶制御装置 | |
US7676644B2 (en) | Data processing system, storage apparatus and management console | |
US8667030B2 (en) | Storage system and management method of file system using the storage system | |
JP4596902B2 (ja) | ストレージ管理装置、計算機システム、ストレージ管理方法及びストレージ管理プログラム | |
JP4643456B2 (ja) | アクセスの設定方法 | |
US20140058717A1 (en) | Simulation system for simulating i/o performance of volume and simulation method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20071003 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100528 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100608 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100805 |
|
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: 20100831 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100921 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131001 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |