JP4810930B2 - Information processing system - Google Patents

Information processing system Download PDF

Info

Publication number
JP4810930B2
JP4810930B2 JP2005241968A JP2005241968A JP4810930B2 JP 4810930 B2 JP4810930 B2 JP 4810930B2 JP 2005241968 A JP2005241968 A JP 2005241968A JP 2005241968 A JP2005241968 A JP 2005241968A JP 4810930 B2 JP4810930 B2 JP 4810930B2
Authority
JP
Japan
Prior art keywords
volume
storage system
protection
attribute
access
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
Application number
JP2005241968A
Other languages
Japanese (ja)
Other versions
JP2006302241A5 (en
JP2006302241A (en
Inventor
哲也 丸山
俊二 川村
賢哲 江口
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 JP2005241968A priority Critical patent/JP4810930B2/en
Publication of JP2006302241A publication Critical patent/JP2006302241A/en
Publication of JP2006302241A5 publication Critical patent/JP2006302241A5/ja
Application granted granted Critical
Publication of JP4810930B2 publication Critical patent/JP4810930B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Storage Device Security (AREA)

Description

本発明は、複数台のストレージシステムがネットワークで接続されている情報処理システムにおけるボリュームの保護技術に関する。   The present invention relates to a volume protection technique in an information processing system in which a plurality of storage systems are connected via a network.

ホスト計算機(以後、業務ホストと呼ぶ。)とストレージシステムとを含む情報処理システムにおいて、ストレージシステム内に書き込まれたデータを保護するためには、以下の二つの機能を実現する必要がある。   In an information processing system including a host computer (hereinafter referred to as a business host) and a storage system, it is necessary to realize the following two functions in order to protect data written in the storage system.

(1)許可された業務ホスト以外のアクセスを拒否する。   (1) Deny access other than authorized business hosts.

(2)ストレージシステムの管理者の誤操作を防止し、悪意あるストレージシステムの管理者がデータを書き換えることを禁止する。   (2) Preventing an erroneous operation of the storage system administrator and prohibiting a malicious storage system administrator from rewriting data.

上記の機能をまとめて、ボリューム保護機能と呼ぶ。   The above functions are collectively referred to as a volume protection function.

(1)の機能を実現する技術の一つとして、アクセス保護技術がある。アクセス保護技術は、ストレージシステムが有する物理ディスクから構成される論理的なデバイス(以後、論理ボリュームと呼ぶ。)それぞれについてアクセス可能な業務ホストを予め定め、定められた業務ホスト以外から当該領域へのアクセスを拒否する技術である。   One technique for realizing the function (1) is an access protection technique. In the access protection technology, a business host that can be accessed for each logical device (hereinafter referred to as a logical volume) composed of physical disks of a storage system is determined in advance, and the area other than the predetermined business host is assigned to the area. This technology denies access.

ストレージシステムは、各論理ボリュームを管理するための情報として、各々の論理ボリュームに対してアクセス許可を与えた業務ホストのポートIDを保持する。ストレージ
システムは、論理ボリュームに対するアクセス要求を受けると、要求した業務ホストのポートIDがアクセス許可を与えた業務ホストのポートIDと合致するかをチェックし、合致した場合のみアクセスを許可する。
The storage system holds, as information for managing each logical volume, the port ID of the business host that has given access permission to each logical volume. When the storage system receives an access request to the logical volume, the storage system checks whether the requested business host port ID matches the port ID of the business host to which the access permission has been granted, and permits access only if they match.

このとき、複数の業務ホストをグループ化し、グループごとに各論理ボリュームへのアクセスの許可、拒否を設定してもよい。以後、このグループをホストグループと呼ぶ。   At this time, a plurality of business hosts may be grouped, and permission or denial of access to each logical volume may be set for each group. Hereinafter, this group is referred to as a host group.

(2)の方式を実現する技術の一つとして、ボリューム属性保護技術がある。ここで、本明細書では、ボリューム属性とは、各論理ボリュームに対して予め設定される、読み出しおよび書き込みといったアクセスの禁止および許可の形態をいう。具体的には、読み出し書き込みともに許可されているRead/Write、読み出しのみ許可されているRead Only、読み出し書き込み共に禁止されているProtectなどがある。   One technique for realizing the method (2) is a volume attribute protection technique. Here, in this specification, the volume attribute refers to a form of prohibiting and permitting access such as reading and writing, which is set in advance for each logical volume. Specifically, there are Read / Write for which both reading and writing are permitted, Read Only for which only reading is permitted, and Protect for which both reading and writing are prohibited.

ボリューム属性保護技術は、各論理ボリュームに予め設定したボリューム属性に応じて、当該論理ボリュームへのアクセスを制御する技術である。具体的には、各論理ボリュームに、上記ボリューム属性を予めそれぞれ設定しておき、論理ボリュームに対してアクセスがなされた際、設定されている属性を確認し、その属性に応じて読み出しおよび/または書き込みを許可する、拒否するといった制御を行う(例えば、特許文献1参照。)。特許文献1に開示されている方法によれば、業務ホストに接続され、論理ボリュームに対するデータの入出力を制御するディスク制御装置を設け、ディスク制御装置に、各論理ボリュームの属性に関する情報を保持しておき、業務ホストは、ディスク制御装置を介してス
トレージシステムにアクセスする。
The volume attribute protection technique is a technique for controlling access to a logical volume in accordance with a volume attribute preset for each logical volume. Specifically, the volume attribute is set in advance for each logical volume, and when the logical volume is accessed, the set attribute is confirmed, and read and / or according to the attribute. Control is performed to permit or reject writing (see, for example, Patent Document 1). According to the method disclosed in Patent Document 1, a disk control device connected to a business host and controlling input / output of data to / from a logical volume is provided, and information related to the attributes of each logical volume is held in the disk control device. The business host accesses the storage system via the disk controller.

ここで、業務ホストと複数のストレージシステムとを含む情報処理システムにおいて、業務ホストにストレージシステムの論理ボリュームを提供する方法として、1のストレージシステムが、当該ストレージシステムに接続された他のストレージシステムのボリュームを自身のストレージシステムのボリュームとして提供する技術がある(例えば、特許文献2参照。)。以後、他のストレージシステムのボリュームを自身のストレージシステムのボリュームとして提供できるよう他のストレージシステムを接続することを、外部接続と呼ぶ。   Here, in an information processing system including a business host and a plurality of storage systems, as a method for providing a logical volume of a storage system to a business host, one storage system is connected to another storage system connected to the storage system. There is a technique for providing a volume as a volume of its own storage system (see, for example, Patent Document 2). Hereinafter, connecting another storage system so that the volume of the other storage system can be provided as the volume of its own storage system is referred to as external connection.

他のストレージシステムと外部接続された接続元のストレージシステムは、他のストレージシステム内の論理ボリュームと対応付けられた仮想ボリュームと呼ばれる仮想的な論理ボリュームを業務ホストに提供する。以後、仮想ボリュームを業務ホストに提供するストレージシステムに外部接続されたストレージシステムを外部ストレージシステムと呼ぶ。仮想ボリュームを業務ホストに提供するストレージシステムは、業務ホストから仮想ボリュームに対してアクセス要求を受けると、当該仮想ボリュームに対応する外部ストレージシステム内の論理ボリュームにアクセスを行い、その結果を業務ホストへ返す。   A connection source storage system externally connected to another storage system provides a virtual logical volume called a virtual volume associated with a logical volume in the other storage system to the business host. Hereinafter, a storage system externally connected to a storage system that provides a virtual volume to a business host is referred to as an external storage system. When a storage system that provides a virtual volume to a business host receives an access request from the business host to the virtual volume, it accesses the logical volume in the external storage system corresponding to the virtual volume, and sends the result to the business host. return.

特開2000−112822号公報JP 2000-112822 A 特開2004−220450号公報JP 2004-220450 A

特許文献1の方式によれば、ストレージシステムの論理ボリュームに対する許可されない業務ホストによる読み出しおよび書き込みが行われないことが保証される。しかしながら、外部ストレージシステムを有する情報処理システムにおける外部ストレージシステムの論理ボリュームに対するアクセス保護については開示されていない。   According to the method of Patent Document 1, it is guaranteed that reading and writing by an unauthorized business host with respect to the logical volume of the storage system is not performed. However, there is no disclosure about access protection for the logical volume of the external storage system in the information processing system having the external storage system.

外部ストレージシステムを有する情報処理システムにおいては、仮想ボリュームを業務ホストに提供するストレージシステムおよび外部ストレージシステムそれぞれが有するボリューム保護に係る機能によって、また、システムの構成によって、設定可能なボリューム保護方式が多岐に渡り、設定には煩雑な手順が要求される。   In an information processing system having an external storage system, there are a wide variety of volume protection methods that can be set depending on the functions related to volume protection of the storage system that provides virtual volumes to business hosts and the external storage system, and the system configuration. However, a complicated procedure is required for setting.

本願は、上記事情を鑑みてなされたもので、外部ストレージシステムの論理ボリュームを保護する設定を、ストレージシステムの管理者が容易に行うことができるようにし、信頼性の高い設定技術を提供し、情報システム全体の動作の安全性を高めることを目的とする。   The present application has been made in view of the above circumstances, and enables a storage system administrator to easily perform settings for protecting a logical volume of an external storage system, and provides a highly reliable setting technology. The purpose is to increase the safety of the operation of the entire information system.

上記課題を解決するために、本発明は、情報処理システム内の各ストレージシステムを管理する管理サーバにボリューム保護に関する情報を集約し、予め定められた方法に従って、選択可能なボリューム保護方式を管理サーバが生成して提示する。   In order to solve the above problems, the present invention consolidates information relating to volume protection to a management server that manages each storage system in an information processing system, and selects a volume protection method that can be selected according to a predetermined method. Generate and present.

具体的には、第一のストレージシステムと、前記第一のストレージシステムに接続される第二のストレージシステムと、前記第一のストレージシステムおよび前記第二のストレージシステムに接続される管理装置とを備える情報処理システムであって、前記第一のストレージシステムは、自身が有する1以上の第一の記憶領域をホスト計算機に論理記憶領域として提供する実記憶領域と、前記第二のストレージシステムが有する1以上の第二の記憶領域を前記ホスト計算機に論理記憶領域として提供する仮想記憶領域とを備え、前記管理装置は、前記第一のストレージシステムが前記ホスト計算機に提供する前記論理記憶領域内のデータを保護する機能(第一のボリューム保護機能)を特定する情報を当該第一のストレージシステムから収集して保持するとともに、前記第二のストレージシステムが有する前記第二の記憶領域内のデータを保護する機能(第二のボリューム保護機能)を特定する情報を当該第二のストレージシステムから収集し保持するボリューム保護機能保持手段と、ユーザから前記第二の記憶領域内のデータを保護する指示を受け付けると、前記ボリューム保護機能保持手段を参照し、前記第一のボリューム保護機能および前記第二のボリューム保護機能を組み合わせて選択可能な前記第二の記憶領域内のデータを保護する方式(第二の記憶領域保護方式)を生成し、ユーザに提示するボリューム保護管理手段と、を備えることを特徴とする情報処理システムを提供する。   Specifically, a first storage system, a second storage system connected to the first storage system, a management device connected to the first storage system and the second storage system, The first storage system includes an actual storage area that provides one or more first storage areas of the first storage system to a host computer as a logical storage area, and the second storage system includes A virtual storage area that provides one or more second storage areas to the host computer as a logical storage area, and the management device is provided in the logical storage area that the first storage system provides to the host computer. Collect information from the first storage system that identifies the data protection function (first volume protection function) Information that identifies the function (second volume protection function) for protecting the data in the second storage area of the second storage system is collected from the second storage system and retained. When the volume protection function holding means and an instruction to protect the data in the second storage area are received from the user, the first volume protection function and the second volume protection are referred to by referring to the volume protection function holding means. Volume protection management means for generating a method for protecting data in the second storage area that can be selected by combining functions (second storage area protection method) and presenting it to the user. An information processing system is provided.

本願によれば、外部ストレージシステムの論理ボリュームを保護する設定を、ストレージシステムの管理者が容易に行うことができる。従って、外部ストレージシステムも含め、ボリューム保護に関する設定の信頼性が高まり、情報システム全体の動作の安全性が高まる。   According to the present application, the storage system administrator can easily perform the setting for protecting the logical volume of the external storage system. Accordingly, the reliability of the settings relating to volume protection including the external storage system is increased, and the safety of the operation of the entire information system is increased.

以下、本発明を適用する情報処理システムの実施形態を図面を用いて説明する。   Hereinafter, an embodiment of an information processing system to which the present invention is applied will be described with reference to the drawings.

図1は、本実施形態の情報処理システム100のシステム構成図である。本図に示すように、本実施形態の情報処理システムは、ストレージシステム101と、外部ストレージシステムであるストレージシステム102(外部ストレージシステム102)と、ホスト計算機(以後、業務ホストと呼ぶ。)104と、これらを接続するネットワーク141と、情報処理システム100全体の運用・保守管理を行う管理サーバ103と、管理サーバ103とストレージシステム101および外部ストレージシステム102を接続するネットワーク143とを備える。   FIG. 1 is a system configuration diagram of an information processing system 100 according to the present embodiment. As shown in this figure, the information processing system of this embodiment includes a storage system 101, a storage system 102 (external storage system 102) that is an external storage system, and a host computer (hereinafter referred to as a business host) 104. , A network 141 that connects them, a management server 103 that performs operation / maintenance management of the entire information processing system 100, and a network 143 that connects the management server 103, the storage system 101, and the external storage system 102.

ストレージシステム101は、プロセッサ111と、メモリ112と、業務ホスト104からのI/O要求を受信する業務ホスト用インターフェイス113と、管理サーバ103からの指示を受け付ける管理サーバ用インターフェイス114と、ストレージシステム102にアクセスするための外部接続用インターフェイス115と、データを格納する複数のハードディスク116と、業務ホスト104からの書き込みデータ等を一時的に記憶するキャッシュメモリ117とを備える。   The storage system 101 includes a processor 111, a memory 112, a business host interface 113 that receives an I / O request from the business host 104, a management server interface 114 that receives an instruction from the management server 103, and the storage system 102. An external connection interface 115 for accessing the data, a plurality of hard disks 116 for storing data, and a cache memory 117 for temporarily storing write data from the business host 104.

外部ストレージシステム102は、プロセッサ121と、メモリ122と、外部からのI/O要求を受信する業務ホスト用インターフェイス123と、管理サーバ103からの指示を受け付ける管理サーバ用インターフェイス124と、データを格納する複数のハードディスク126と、外部からの書き込みデータ等を一時的に記憶するキャッシュメモリ127とを備える。すなわち、外部ストレージシステム102は、ストレージシステム101から外部接続用インターフェイスを取り除いた構成を有する。   The external storage system 102 stores a processor 121, a memory 122, a business host interface 123 that receives an I / O request from the outside, a management server interface 124 that receives an instruction from the management server 103, and data. A plurality of hard disks 126 and a cache memory 127 for temporarily storing write data from the outside are provided. That is, the external storage system 102 has a configuration in which the external connection interface is removed from the storage system 101.

管理サーバ103は、プロセッサ131と、メモリ132と、ストレージシステム101および外部ストレージシステム102にアクセスするためのインターフェイス133と、ストレージシステムの管理者に情報を出力するためのモニタ134と、キーボード、マウスなどの、ストレージシステムの管理者から入力を受ける入力デバイス135と、データを格納するハードディスク136とを備える。   The management server 103 includes a processor 131, a memory 132, an interface 133 for accessing the storage system 101 and the external storage system 102, a monitor 134 for outputting information to a storage system administrator, a keyboard, a mouse, and the like. The input device 135 receives an input from the storage system administrator, and the hard disk 136 stores data.

ストレージシステム101、外部ストレージシステム102、管理サーバ103それぞれは、プロセッサ111、121、131がメモリ112、122、132に格納されている各種プログラムを実行することにより、後述の各種機能を実現する。   Each of the storage system 101, the external storage system 102, and the management server 103 implements various functions described later by the processors 111, 121, and 131 executing various programs stored in the memories 112, 122, and 132.

業務ホスト104は、CPUやメモリなどを有し、メモリに格納されたオペレーティングシステムやアプリケーションプログラムをCPUが読み出して実行することにより、所定の機能を達成する。   The business host 104 includes a CPU, a memory, and the like, and achieves a predetermined function when the CPU reads and executes an operating system and application programs stored in the memory.

次に、ストレージシステム101、外部ストレージシステム102、および、管理サーバ104の詳細について説明する。   Next, details of the storage system 101, the external storage system 102, and the management server 104 will be described.

図2は、ストレージシステム101の機能構成図である。本図に示すように、ストレージシステム101は、ハードディスク116または外部ストレージシステム102のハードディスク126の記憶領域を業務ホスト104に提供するための1または複数の論理ボリュームを有する論理ボリューム群320を備える。   FIG. 2 is a functional configuration diagram of the storage system 101. As shown in the figure, the storage system 101 includes a logical volume group 320 having one or a plurality of logical volumes for providing a storage area of the hard disk 116 or the hard disk 126 of the external storage system 102 to the business host 104.

論理ボリューム群320を構成する論理ボリュームには、1または複数の実ボリューム321と1または複数の仮想ボリューム322とがある。ここで、実ボリューム321は、ストレージシステム101のハードディスク116から構成された論理ボリュームである。一方、仮想ボリューム322は、ストレージシステム101の論理ボリュームとして業務ホスト104に対して提供されるものであるが、実際のデータの格納先は外部ストレージシステム102の論理ボリュームとしたものである。外部ストレージシステム102の論理ボリュームをストレージシステム101の論理ボリュームとして業務ホスト104に提供するよう外部ストレージシステム102をストレージシステム101に接続することを外部接続と呼ぶ。   The logical volumes that make up the logical volume group 320 include one or more real volumes 321 and one or more virtual volumes 322. Here, the real volume 321 is a logical volume configured from the hard disk 116 of the storage system 101. On the other hand, the virtual volume 322 is provided to the business host 104 as a logical volume of the storage system 101, but the actual data storage destination is the logical volume of the external storage system 102. Connecting the external storage system 102 to the storage system 101 so as to provide the logical volume of the external storage system 102 as the logical volume of the storage system 101 to the business host 104 is called external connection.

論理ボリューム群320を構成する論理ボリューム(実ボリューム321および仮想ボリューム322)各々は、業務ホスト用インターフェイス113のポートの一つにそれぞれ割り当てられる。   Each logical volume (real volume 321 and virtual volume 322) constituting the logical volume group 320 is assigned to one of the ports of the business host interface 113, respectively.

ストレージシステム101は、外部ストレージシステム102の各論理ボリュームに、キャッシュメモリ117の領域と当該論理ボリュームに対応付けられた仮想ボリューム322を識別する情報とを割り当てる。外部ストレージシステムの論理ボリュームとストレージシステムの論理ボリューム等との対応付けをマッピングと呼ぶ。ストレージシステム101は、業務ホスト104から仮想ボリューム322に対してアクセス要求があると、外部接続用インターフェイス115を経由して、マッピングした外部ストレージシステム102の論理ボリュームへとアクセスする。そして、ストレージシステム101は、外部ストレージシステム102から返ってきた結果を業務ホスト104に返す。   The storage system 101 assigns, to each logical volume of the external storage system 102, information identifying the area of the cache memory 117 and the virtual volume 322 associated with the logical volume. The association between the logical volume of the external storage system and the logical volume of the storage system is called mapping. When there is an access request from the business host 104 to the virtual volume 322, the storage system 101 accesses the logical volume of the mapped external storage system 102 via the external connection interface 115. Then, the storage system 101 returns the result returned from the external storage system 102 to the business host 104.

なお、業務ホスト104から仮想ボリューム322へのアクセス要求があった場合の処理には、キャッシュ117を使用するものと使用しないものとがある。業務ホスト104からアクセス要求があった場合にキャッシュ117を利用する処理モードをキャッシュモードと呼ぶ。すなわち、キャッシュモードがオンの場合、キャッシュを使用し、キャッシュモードがオフの場合、キャッシュを使用しない。   Note that the processing when the business host 104 makes an access request to the virtual volume 322 may or may not use the cache 117. A processing mode that uses the cache 117 when there is an access request from the business host 104 is called a cache mode. That is, the cache is used when the cache mode is on, and the cache is not used when the cache mode is off.

具体的には、キャッシュモードがオン(有効)の場合、ストレージシステム101は、業務ホスト104からの書き込み要求に対して、キャッシュ117に書き込みした時点で業務ホスト104に書き込み完了の通知を行う。キャッシュ117に書き込まれたデータは、書き込み要求とは非同期に外部ストレージシステム102に転送され、書き込まれる。また、業務ホスト104からの読み出し要求に対して、まず、キャッシュ117を検索し、対象データがキャッシュ117にあれば、キャッシュ117から業務ホスト104に転送する。対象データがキャッシュ117に無い場合、外部ストレージシステム102に読み出し要求を出し、外部ストレージシステム102からデータを受け取ると、キャッシュ117に格納し、キャッシュ117から業務ホスト104に転送する。   Specifically, when the cache mode is on (valid), the storage system 101 notifies the business host 104 of the completion of writing at the time of writing to the cache 117 in response to a write request from the business host 104. Data written to the cache 117 is transferred to the external storage system 102 and written asynchronously with the write request. In response to a read request from the business host 104, first, the cache 117 is searched. If the target data is in the cache 117, the cache 117 is transferred to the business host 104. If the target data is not in the cache 117, a read request is issued to the external storage system 102, and when data is received from the external storage system 102, the data is stored in the cache 117 and transferred from the cache 117 to the business host 104.

一方、キャッシュモードがオフ(無効)の場合、ストレージシステム101は、業務ホスト104からの書き込み要求に対して、即時に外部ストレージシステム102に書き込み要求を出し、外部ストレージシステム102から書き込み完了の通知を受け取った時点で、業務ホスト104に書き込み完了の通知を行う。また、業務ホスト104からの読み出し要求に対しては、即時に読み出し要求を外部ストレージシステム102に出し、外部ストレージシステム102からデータを受け取り業務ホスト104に転送する。外部ストレージシステム102からデータを受け取った際、データをキャッシュ117に書き込まない。   On the other hand, when the cache mode is off (invalid), the storage system 101 immediately issues a write request to the external storage system 102 in response to the write request from the business host 104 and notifies the external storage system 102 of the write completion. When received, the business host 104 is notified of the completion of writing. Further, in response to a read request from the business host 104, the read request is immediately issued to the external storage system 102, data is received from the external storage system 102 and transferred to the business host 104. When data is received from the external storage system 102, the data is not written to the cache 117.

ストレージシステム101のメモリ112には、ボリューム表301と、ポート表302と、外部ボリューム表303と、ホスト表304と、ボリューム属性制御プログラム311と、外部接続制御プログラム312と、アクセス保護制御プログラム313と、暗号化書き込みプログラム314と、テーブル管理プログラム316と、アクセス管理プログラム317とが格納される。   The memory 112 of the storage system 101 includes a volume table 301, a port table 302, an external volume table 303, a host table 304, a volume attribute control program 311, an external connection control program 312, and an access protection control program 313. An encrypted writing program 314, a table management program 316, and an access management program 317 are stored.

ボリューム表301は、論理ボリューム群320を構成する各論理ボリュームに設定されたボリューム属性を保持する。詳細は図9を用いて後述する。ポート表302は、各論理ボリュームに割り当てられた当該論理ボリュームがアクセス可能な業務ホスト104が属するホストグループの識別情報を保持する。詳細は図10を用いて後述する。外部ボリューム表303は、仮想ボリューム322と、外部接続用ポートと、当該外部接続用ポートを介して当該仮想ボリューム322に割り当てられた外部ストレージシステム102の論理ボリュームとの対応を保持する。詳細は図11を用いて後述する。ホスト表304は、ストレージシステム101に接続されるホストのポートの識別情報(ポートID)と、当該ポートが属するホストグループの識別情報との対応関係を保持する。詳細は、図12を用いて後述する。なお、これらの表は、1つの表としてまとめて保持してもよい。   The volume table 301 holds volume attributes set for each logical volume constituting the logical volume group 320. Details will be described later with reference to FIG. The port table 302 holds the identification information of the host group to which the business host 104 that can be accessed by the logical volume assigned to each logical volume belongs. Details will be described later with reference to FIG. The external volume table 303 holds the correspondence between the virtual volume 322, the external connection port, and the logical volume of the external storage system 102 assigned to the virtual volume 322 via the external connection port. Details will be described later with reference to FIG. The host table 304 holds the correspondence between the identification information (port ID) of the host connected to the storage system 101 and the identification information of the host group to which the port belongs. Details will be described later with reference to FIG. These tables may be held together as one table.

ボリューム属性制御プログラム311は、論理ボリューム群320を構成する各論理ボリュームのボリューム属性を変更する処理を行うプログラムである。ボリューム属性を変更する指示を受け付けると、変更の可否を判断し、可能ならば変更する。ここで、本実施形態では、設定可能なボリューム属性は、読み出しおよび書き込み両アクセスを許可するRead/Write属性、読み出しのみ許可するRead Only属性、読み出しおよび書き込み両アクセスを禁止するProtect属性の3種類とする。   The volume attribute control program 311 is a program that performs processing to change the volume attribute of each logical volume that constitutes the logical volume group 320. When an instruction to change the volume attribute is received, it is determined whether or not the change is possible, and if possible, the change is made. Here, in the present embodiment, there are three types of volume attributes that can be set: a read / write attribute that permits both read and write access, a read only attribute that permits only read, and a protect attribute that prohibits both read and write access. To do.

ボリューム属性制御プログラム311は、各論理ボリュームのボリューム属性を、Read Only属性およびProtect属性に変更した場合、当該ボリューム属性を維持する期間(保持期間)をユーザから入力された指示に従って設定する。なお、保持期間は、時間の経過とともに更新される。   When the volume attribute control program 311 changes the volume attribute of each logical volume to a Read Only attribute and a Protect attribute, the volume attribute control program 311 sets a period (holding period) for maintaining the volume attribute in accordance with an instruction input by the user. Note that the retention period is updated as time passes.

外部接続制御プログラム312は、ストレージシステム101に外部ストレージシステム102を外部接続する処理を行うプログラムである。外部接続処理完了後の外部ストレージシステム102は、ストレージシステム101からのアクセスを業務ホスト104からのアクセスと同様の方法で処理する。   The external connection control program 312 is a program that performs processing for externally connecting the external storage system 102 to the storage system 101. After the external connection processing is completed, the external storage system 102 processes access from the storage system 101 in the same manner as access from the business host 104.

アクセス保護制御プログラム313は、各論理ボリュームへのアクセスを保護する処理を行うプログラムである。すなわち、各論理ボリュームについて、当該論理ボリュームへアクセス可能な業務ホスト104から構成されるホストグループを割り当てる処理を行う。なお、本実施形態では、アクセス保護制御プログラム313は、上述のように、各論理ボリュームに対し、ホストグループを割り当てることとするが、各論理ボリュームに対し、当該論理ボリュームにアクセス可能な業務ホスト104を割り当ててもよい。業務ホスト104は、アクセス保護制御プログラム313によって、当該業務ホスト104が属するホストグループに割り当てられた論理ボリュームにのみアクセス可能となる。   The access protection control program 313 is a program that performs processing for protecting access to each logical volume. That is, for each logical volume, a process of assigning a host group composed of business hosts 104 that can access the logical volume is performed. In this embodiment, the access protection control program 313 assigns a host group to each logical volume as described above, but the business host 104 that can access the logical volume for each logical volume. May be assigned. The business host 104 can access only the logical volume assigned to the host group to which the business host 104 belongs by the access protection control program 313.

暗号化書き込みプログラム314は、業務ホスト104から書き込まれるデータを暗号化して論理ボリュームに対応づけられた物理記憶領域に格納する処理を行うプログラムである。   The encrypted writing program 314 is a program for performing processing for encrypting data written from the business host 104 and storing the data in a physical storage area associated with the logical volume.

テーブル管理プログラム316は、ボリューム表301、ポート表302、外部ボリューム表303、ホスト表304を、それぞれ他のプログラムの処理に従って書き換える処理を行うプログラムである。   The table management program 316 is a program that performs processing for rewriting the volume table 301, the port table 302, the external volume table 303, and the host table 304 in accordance with processing of other programs.

アクセス管理プログラム317は、論理ボリュームへのアクセスを実行するプログラムである。   The access management program 317 is a program that executes access to a logical volume.

なお、ストレージシステム101は、ボリューム属性制御プログラム311と暗号化通信プログラム316とを持たない場合もある。   The storage system 101 may not have the volume attribute control program 311 and the encrypted communication program 316.

図3は、外部ストレージシステム102の機能構成図である。本図に示すように、外部ストレージシステム102は、ハードディスク126の記憶領域を外部に提供するための1または複数の論理的な記憶領域である論理ボリュームからなる論理ボリューム群420を備える。論理ボリューム群420を構成する各論理ボリュームは、実ボリューム421である。また、メモリ122には、ボリューム属性制御プログラム411と、アクセス保護制御プログラム413と、テーブル管理プログラム416と、ボリューム表401と、ポート表402と、ホスト表403と、アクセス管理プログラム417とが格納される。これらは同名のストレージシステム101のプログラム、表と基本的に同じである。すなわち、外部ストレージシステム102は、ストレージシステム101の、外部接続制御プログラム312と、暗号化書き込みプログラム314と、仮想ボリューム322と、外部ボリューム表303とを有しないものである。なお、外部ストレージシステム102は、ボリューム属性制御プログラム411と、アクセス保護制御プログラム413とを持たない場合もある。   FIG. 3 is a functional configuration diagram of the external storage system 102. As shown in the figure, the external storage system 102 includes a logical volume group 420 composed of logical volumes that are one or a plurality of logical storage areas for providing the storage area of the hard disk 126 to the outside. Each logical volume constituting the logical volume group 420 is a real volume 421. Further, the memory 122 stores a volume attribute control program 411, an access protection control program 413, a table management program 416, a volume table 401, a port table 402, a host table 403, and an access management program 417. The These are basically the same as the program and table of the storage system 101 having the same name. That is, the external storage system 102 does not have the external connection control program 312, the encrypted write program 314, the virtual volume 322, and the external volume table 303 of the storage system 101. The external storage system 102 may not have the volume attribute control program 411 and the access protection control program 413.

なお、ストレージシステム101のアクセス保護制御プログラム313が、1または複数の業務ホスト104から構成されるホストグループに対し、アクセス可能な論理ボリュームを割り当てるのに対し、外部ストレージシステム102のアクセス保護制御プログラム413は、ストレージシステム101の外部接続用インターフェイス115のポートに対し、アクセス可能な論理ボリューム群420の論理ボリュームを割り当てる。   The access protection control program 313 of the storage system 101 allocates an accessible logical volume to a host group composed of one or a plurality of business hosts 104, whereas the access protection control program 413 of the external storage system 102 Allocates a logical volume of the accessible logical volume group 420 to the port of the external connection interface 115 of the storage system 101.

図4は、管理サーバ103の機能構成図である。本図に示すように、管理サーバ103のメモリ132には、ストレージ表201と、アクセス保護対応表202と、マッピング表203と、ボリューム対応表204と、GUIプログラム211と、ボリューム保護管理プログラム212と、ストレージ管理プログラム214と、管理情報変更プログラム213とが格納される。   FIG. 4 is a functional configuration diagram of the management server 103. As shown in the figure, the memory 132 of the management server 103 has a storage table 201, an access protection correspondence table 202, a mapping table 203, a volume correspondence table 204, a GUI program 211, a volume protection management program 212, The storage management program 214 and the management information change program 213 are stored.

ストレージ表201と、アクセス保護対応表202と、マッピング表203と、ボリューム対応表204とは、管理サーバ103の管理対象である外部ストレージシステム101およびストレージシステム102それぞれから収集した情報およびそれぞれに設定した情報を保持するものである。詳細はそれぞれ図5、図6、図7、図8を用いて後述する。なお、これらの表は、1つないし2,3の表としてまとめて保持してもよい。   The storage table 201, the access protection correspondence table 202, the mapping table 203, and the volume correspondence table 204 are set in the information collected from each of the external storage system 101 and the storage system 102 that are the management targets of the management server 103. It holds information. Details will be described later with reference to FIGS. 5, 6, 7, and 8. These tables may be held together as one to a few tables.

GUIプログラム211は、モニタ134にストレージシステム101および外部ストレージシステム102の情報を表示するとともに、ストレージシステム管理者に管理サーバ103の操作のためのインターフェイスを提供するプログラムである。GUIプログラム211がモニタ134に表示させるインターフェイスである画面の詳細については、図13および図14を用いて後述する。もちろん、GUIプログラム211の代わりに、コマンドラインインターフェイスなどの他の操作インターフェイスを提供してもよい。   The GUI program 211 is a program that displays information of the storage system 101 and the external storage system 102 on the monitor 134 and provides an interface for operating the management server 103 to the storage system administrator. Details of a screen that is an interface displayed on the monitor 134 by the GUI program 211 will be described later with reference to FIGS. 13 and 14. Of course, instead of the GUI program 211, another operation interface such as a command line interface may be provided.

ボリューム保護管理プログラム212は、ストレージシステム101および外部ストレージシステム102に、それぞれ、論理ボリューム群320を構成する各論理ボリュームおよび論理ボリューム群420を構成する各論理ボリュームのボリューム属性の変更を指示するプログラムである。ボリューム保護管理プログラム212は、ストレージシステム101および外部ストレージシステム102が保持するボリューム保護に関する機能を取得し、外部ストレージシステム102のボリュームを保護する方式として選択可能な選択肢を生成する。そして生成したボリューム保護方式をストレージシステムの管理者に提示し、ストレージシステムの管理者からの選択を受け付け、受け付けた方式により外部ストレージシステム102の保護を行うようストレージシステム101および外部ストレージシステム102に指示する。このとき、ストレージシステムの管理者が方式を選択する代わりに、ボリューム保護管理プログラム212が最適な方式を選択するよう構成してもよい。詳細については、図19および図20を用いて後述する。   The volume protection management program 212 is a program that instructs the storage system 101 and the external storage system 102 to change the volume attributes of the logical volumes that constitute the logical volume group 320 and the logical volumes that constitute the logical volume group 420, respectively. is there. The volume protection management program 212 acquires functions related to volume protection held by the storage system 101 and the external storage system 102 and generates options that can be selected as a method for protecting the volume of the external storage system 102. Then, the generated volume protection method is presented to the storage system administrator, the selection from the storage system administrator is accepted, and the storage system 101 and the external storage system 102 are instructed to protect the external storage system 102 by the accepted method. To do. At this time, the volume protection management program 212 may be configured to select the optimal method instead of the storage system administrator selecting the method. Details will be described later with reference to FIGS. 19 and 20.

ストレージ管理プログラム214は、ストレージシステム101および外部ストレージシステム102から必要な情報を抽出し、システム構成定義を行うプログラムである。本実施形態では、具体的には、ストレージ表201、アクセス保護対応表202、マッピング表203、ボリューム対応表204を完成させるために必要な情報および変更するために必要な情報を取得する。なお、ストレージ管理プログラム214は、ストレージシステムの管理者からの指示があった時だけでなく、任意のタイミングで各ストレージシステム(本実施形態では、ストレージシステム101および外部ストレージシステム102)から情報を収集することとしてもよい。   The storage management program 214 is a program that extracts necessary information from the storage system 101 and the external storage system 102 and defines the system configuration. In this embodiment, specifically, information necessary for completing and changing the storage table 201, the access protection correspondence table 202, the mapping table 203, and the volume correspondence table 204 is acquired. The storage management program 214 collects information from each storage system (in this embodiment, the storage system 101 and the external storage system 102) at an arbitrary timing, not only when there is an instruction from the storage system administrator. It is good to do.

管理情報変更プログラム213は、管理情報の更新を行うプログラムである。ここで、管理情報とは、ストレージシステム101および外部ストレージシステム102から取得した情報を管理するための情報である。本実施形態では、ストレージ表201、アクセス保護対応表202、マッピング表203、ボリューム対応表204に保持される情報である。管理情報変更プログラム213の代わりにボリューム保護管理プログラム212が管理情報の更新を行ってもよい。   The management information change program 213 is a program for updating management information. Here, the management information is information for managing information acquired from the storage system 101 and the external storage system 102. In this embodiment, the information is stored in the storage table 201, the access protection correspondence table 202, the mapping table 203, and the volume correspondence table 204. The volume protection management program 212 may update the management information instead of the management information change program 213.

ストレージ表201は、各ストレージシステムが使用可能な論理ボリューム保護に関するプログラムの情報を保持する。図5は、ストレージ表201の一例を示す図である。本図に示すように、ストレージ表201は、各ストレージシステムのストレージシステム名を格納するストレージシステム名列501と、アクセス保護制御プログラム313、413が使用可能か(例えば、プログラムを保持しているか)否かを示す情報が格納されるアクセス保護制御列502と、ボリューム属性制御プログラム311、411が使用可能か(例えば、プログラムを保持しているか)否かを示す情報が格納されるボリューム属性制御列503と、暗号化書き込みプログラム314が使用可能か(例えば、プログラムを保持しているか)否かを示す情報が格納される暗号化書き込み列505とを備える。   The storage table 201 holds program information relating to logical volume protection that can be used by each storage system. FIG. 5 is a diagram illustrating an example of the storage table 201. As shown in this figure, the storage table 201 can use the storage system name column 501 for storing the storage system name of each storage system and the access protection control programs 313 and 413 (for example, whether the program is held). An access protection control column 502 storing information indicating whether or not, and a volume attribute control column storing information indicating whether or not the volume attribute control programs 311 and 411 can be used (for example, whether the program is held). 503 and an encrypted write string 505 in which information indicating whether or not the encrypted write program 314 can be used (for example, whether the program is held) is stored.

アクセス保護対応表202は、各ストレージシステムの論理ボリュームについて、アクセス保護制御プログラム313、413によるアクセス保護がなされているか否か(アクセス保護が有効か無効か)を示すアクセス保護属性に関する情報が格納される。図6は、アクセス保護対応表202の一例を示す図である。本図に示すように、アクセス保護対応表202は、各ストレージシステムのストレージシステム名を格納するストレージシステム名列601と、各論理ボリュームを一意に識別するための識別情報を格納するLU#列602と、その論理ボリュームのアクセス保護属性、すなわち、当該論理ボリュームにアクセス保護制御プログラム313、413による保護が行われているか否か(有効か無効か)を示す情報を格納するアクセス保護属性列603と、アクセス保護属性列に有効が格納されている場合、その論理ボリュームに対するアクセスが許可されているホストグループを示す情報を格納するホストグループ列604とを備える。   The access protection correspondence table 202 stores information on access protection attributes indicating whether or not access protection is performed by the access protection control programs 313 and 413 for each logical volume of each storage system (whether access protection is valid or invalid). The FIG. 6 is a diagram illustrating an example of the access protection correspondence table 202. As shown in this figure, the access protection correspondence table 202 includes a storage system name column 601 that stores the storage system name of each storage system, and an LU # column 602 that stores identification information for uniquely identifying each logical volume. And an access protection attribute column 603 for storing information indicating whether the logical volume is protected by the access protection control programs 313 and 413 (valid or invalid). When the validity is stored in the access protection attribute column, the host group column 604 stores information indicating a host group permitted to access the logical volume.

論理ボリュームの識別情報であるLU#は、論理ボリュームが割り当てられたホスト用インターフェイス上のポートを識別するポート番号と、当該ポートにおける論理ボリュームの識別番号である論理ボリューム番号とから一意に定められる。例えば、図6のアクセス保護対照表202の第一行目のLU#列602に格納されているAZB1225−001を例に取ると、前半のAZB1225がポート番号であり、後半の001が論理ボリューム番号である。ポート番号は、そのポートを一意に識別するための番号であり、World Wide Nameのような、予め付与された世界で唯一の番号である。   LU #, which is identification information of a logical volume, is uniquely determined from a port number that identifies a port on the host interface to which the logical volume is allocated and a logical volume number that is an identification number of the logical volume at the port. For example, taking AZB1225-001 stored in the LU # column 602 of the first row of the access protection comparison table 202 in FIG. 6 as an example, the first half AZB 1225 is the port number, and the second half 001 is the logical volume number. It is. The port number is a number for uniquely identifying the port, and is the only number in the world assigned in advance such as World Wide Name.

マッピング表203は、外部接続されたストレージシステムを有するストレージシステム(本実施形態では、ストレージシステム101)の論理ボリュームと当該外部ストレージシステム(本実施形態では、外部ストレージシステム102)の論理ボリュームとの対応関係を示す情報を保持する。図7は、マッピング表203の一例を示す図である。本図に示すように、マッピング表203は、ストレージシステム101の論理ボリュームの識別情報を格納するLU#列701と、ストレージシステム101のストレージシステム名を格納するストレージシステム列702と、外部ストレージシステム102の論理ボリュームの識別情報を格納する外部LU#列703と、外部ストレージシステム102のストレージシステム名を格納する外部ストレージシステム列704とを備える。   The mapping table 203 is a correspondence between a logical volume of a storage system (storage system 101 in this embodiment) having an externally connected storage system and a logical volume of the external storage system (external storage system 102 in this embodiment). Holds information indicating the relationship. FIG. 7 is a diagram illustrating an example of the mapping table 203. As shown in the figure, the mapping table 203 includes an LU # column 701 that stores the identification information of the logical volume of the storage system 101, a storage system column 702 that stores the storage system name of the storage system 101, and an external storage system 102. The external LU # column 703 for storing the identification information of the logical volume and the external storage system column 704 for storing the storage system name of the external storage system 102 are provided.

ボリューム対応表204は、各ストレージシステムの論理ボリュームのボリューム属性および関連情報を保持する。図8は、ボリューム対応表204の一例を示す図である。本図に示すように、ボリューム対応表204は、各ストレージシステムのストレージシステム名を格納するストレージシステム名列801と、各論理ボリュームの識別情報を格納するLU#列802と、各論理ボリュームにボリューム属性制御プログラム311、411によって設定されているボリューム属性を示す情報を格納するボリューム属性列803と、各論理ボリュームのボリューム属性の保持期間を示す情報を格納するボリューム属性保持期間列805と、データが各論理ボリュームに暗号化書き込みプログラム314で暗号化されて書き込まれているか否かを示す情報を格納する暗号化書き込み列806と備える。   The volume correspondence table 204 holds the volume attribute and related information of the logical volume of each storage system. FIG. 8 is a diagram showing an example of the volume correspondence table 204. As shown in the figure, the volume correspondence table 204 includes a storage system name column 801 that stores the storage system name of each storage system, an LU # column 802 that stores identification information of each logical volume, and a volume in each logical volume. The volume attribute column 803 that stores information indicating the volume attribute set by the attribute control programs 311, 411, the volume attribute retention period column 805 that stores information indicating the retention period of the volume attribute of each logical volume, and the data It is provided with an encrypted write string 806 for storing information indicating whether or not each logical volume has been encrypted and written by the encrypted write program 314.

ボリューム表301は、論理ボリューム群320を構成する各論理ボリュームのボリューム属性およびその関連情報を保持する。図9は、ストレージシステム101内のボリューム表301の一例を示す図である。本図に示すように、ボリューム表301は、各論理ボリュームの識別情報を格納するLU#列901と、各論理ボリュームにボリューム属性制御プログラム311によって設定されているボリューム属性を格納するボリューム属性列902と、各論理ボリュームについて外部接続時のキャッシュモードが有効か無効かを示す情報を格納するキャッシュモード属性列904と、各論理ボリュームのボリューム属性の保持期間を示す情報を格納するボリューム属性保持期間列905とを備える。キャッシュモード属性列904に格納されるキャッシュモードの有効無効は、論理ボリュームが仮想ボリューム322の場合のみ格納される。   The volume table 301 holds volume attributes and related information of each logical volume that constitutes the logical volume group 320. FIG. 9 is a diagram showing an example of the volume table 301 in the storage system 101. As shown in the figure, the volume table 301 includes an LU # column 901 that stores identification information of each logical volume, and a volume attribute column 902 that stores volume attributes set by the volume attribute control program 311 for each logical volume. A cache mode attribute column 904 that stores information indicating whether the cache mode at the time of external connection is valid or invalid for each logical volume, and a volume attribute retention period column that stores information indicating the retention period of the volume attribute of each logical volume 905. The validity / invalidity of the cache mode stored in the cache mode attribute column 904 is stored only when the logical volume is the virtual volume 322.

なお、外部ストレージシステム102が保持するボリューム表401は、基本的には、ボリューム表301と同様の構成を有し、論理ボリューム群420の各論理ボリュームのボリューム属性およびその関連情報を保持する。しかし、キャッシュモード属性列903を持たない。   The volume table 401 held by the external storage system 102 basically has the same configuration as the volume table 301, and holds volume attributes and related information of each logical volume in the logical volume group 420. However, it does not have a cache mode attribute column 903.

ポート表302は、論理ボリューム群320の各論理ボリュームのアクセス保護属性とその関連情報とを保持する。図10は、ポート表302の一例を示す図である。本図に示すように、ポート表302は、各論理ボリュームの識別情報を格納するLU#列1001と、各論理ボリュームのアクセス保護属性、すなわち、アクセス保護制御プログラム313によってアクセスが保護されているか否か(有効か無効か)を示す情報を格納するアクセス保護属性列1002と、アクセス保護属性列に有効が格納されている場合、その論理ボリュームに対してアクセスが許可されているホストグループを示す情報を格納するホストグループ列1003とを備える。   The port table 302 holds the access protection attribute of each logical volume in the logical volume group 320 and related information. FIG. 10 is a diagram illustrating an example of the port table 302. As shown in this figure, the port table 302 includes an LU # column 1001 that stores identification information of each logical volume and an access protection attribute of each logical volume, that is, whether or not access is protected by the access protection control program 313. Information indicating whether or not (valid or invalid), and information indicating a host group that is permitted to access the logical volume when validity is stored in the access protection attribute column And a host group column 1003 for storing.

外部ボリューム表303は、外部接続ポートの接続先の論理ボリューム(ここでは、外部ストレージシステム102の論理ボリューム群420を構成する論理ボリューム)の情報を持つものである。図11は、外部ボリューム表303の一例を示す図である。本図に示すように、外部ボリューム表303は、ストレージシステム101の仮想ボリューム322の識別情報を格納するLU#列1101と、外部ストレージシステム102の論理ボリュームにアクセスするために用いられる外部接続用ポートのポート番号を格納する外部接続ポート列1102と、接続先の外部ストレージシステム102の論理ボリュームの識別情報を格納する外部LU#列1103とを備える。   The external volume table 303 has information on the logical volume to which the external connection port is connected (here, the logical volume constituting the logical volume group 420 of the external storage system 102). FIG. 11 is a diagram showing an example of the external volume table 303. As shown in this figure, the external volume table 303 includes an LU # column 1101 for storing identification information of the virtual volume 322 of the storage system 101 and an external connection port used for accessing the logical volume of the external storage system 102. An external connection port column 1102 for storing the port number of the external storage system, and an external LU # column 1103 for storing the identification information of the logical volume of the connection destination external storage system 102.

ホスト表304は、各ホストグループに属する業務ホスト104の情報を示したものである。図12は、ホスト表304の一例を示す図である。本図に示すように、ホスト表304は、業務ホスト104がストレージシステム101に接続するために用いる業務ホスト104のポートの名称を格納するホストポート列2301と、当該ポートが属するホストグループのホストグループ名を格納するホストグループ列2302とを備える。なお、ホストポート列2301に格納されるポートの名称は、業務ホスト104が有するポートを一意に識別するための番号であり、World Wide Nameのような予め付与された世界で唯一の番号である。   The host table 304 shows information on the business hosts 104 belonging to each host group. FIG. 12 is a diagram illustrating an example of the host table 304. As shown in this figure, the host table 304 includes a host port column 2301 that stores the names of the ports of the business host 104 used for the business host 104 to connect to the storage system 101, and the host group of the host group to which the port belongs. A host group column 2302 for storing names. The port name stored in the host port column 2301 is a number for uniquely identifying the port of the business host 104, and is the only number assigned in advance in the world such as World Wide Name.

次に、GUIプログラム211により入出力インターフェイスとして提供される画面の構成について説明する。本実施形態では、GUIプログラム211により提供される画面には、操作対象の論理ボリュームを検索するための検索指示を受け付けるボリューム検索画面1200と、操作指示を受け付けるボリューム属性変更画面1300とがある。   Next, the configuration of a screen provided as an input / output interface by the GUI program 211 will be described. In the present embodiment, the screens provided by the GUI program 211 include a volume search screen 1200 that receives a search instruction for searching for a logical volume to be operated and a volume attribute change screen 1300 that receives an operation instruction.

図13は、GUIプログラム211により提供されるボリューム検索画面1200の一例である。ボリューム検索画面1200は、ボリューム属性を変更する論理ボリュームを抽出するためのインターフェイスとして提供される。ボリューム検索画面1200は、ツリーレビュー領域1201と、コマンド入力領域1202と、結果表示領域1203とを備える。   FIG. 13 is an example of a volume search screen 1200 provided by the GUI program 211. The volume search screen 1200 is provided as an interface for extracting a logical volume whose volume attribute is to be changed. The volume search screen 1200 includes a tree review area 1201, a command input area 1202, and a result display area 1203.

ツリービュー領域1201は、管理サーバ103が管理しているストレージシステムのストレージシステム名を表示する。ストレージシステムの管理者は、入力デバイス135を用いてストレージシステムを選択することが出来る。GUIプログラム211は、クリックなどによりストレージシステムの管理者からのストレージシステムの選択を受け付ける。   The tree view area 1201 displays the storage system name of the storage system managed by the management server 103. The administrator of the storage system can select a storage system using the input device 135. The GUI program 211 accepts selection of the storage system from the administrator of the storage system by clicking or the like.

結果表示領域1203は、ストレージシステムの管理者が選択したストレージシステムの論理ボリュームの情報を表示する。表示する情報は、GUIプログラム211がツリーレビュー領域1201を介してストレージシステムの管理者の選択を受け付けたストレージシステムについて、ボリューム対応表204からストレージシステム名をキーにして抽出する。   The result display area 1203 displays information on the logical volume of the storage system selected by the storage system administrator. Information to be displayed is extracted from the volume correspondence table 204 using the storage system name as a key for the storage system for which the GUI program 211 has received the selection of the storage system administrator via the tree review area 1201.

コマンド入力領域1202は、ストレージシステムの管理者が操作のためのコマンドを入力する領域である。ストレージシステムの管理者から、選択条件としてボリューム対応表204の各列の情報の入力を受け付けると、GUIプログラム211は、入力情報をキーとして、ボリューム対応表204から、条件に合致した論理ボリュームを選択し、結果を表示部1203に出力する。もちろん検索条件の入力および表示は本方法に限られない。例えば、ボリューム検索の入力、および、検索結果の表示を、コマンドラインインターフェイスのような手段で実現してもよい。   The command input area 1202 is an area where a storage system administrator inputs a command for operation. When the storage system administrator receives input of information in each column of the volume correspondence table 204 as a selection condition, the GUI program 211 selects a logical volume that meets the condition from the volume correspondence table 204 using the input information as a key. The result is output to the display unit 1203. Of course, the input and display of the search condition is not limited to this method. For example, volume search input and search result display may be realized by means such as a command line interface.

図14は、GUIプログラム211により提供されるボリューム属性変更画面1300の一例である。ボリューム属性変更画面1300は、ボリューム属性を変更するための各種指示を受け付けるインタ-フェイスとして提供される。ボリューム属性変更画面1300は、ボリューム属性操作ウィンドウ1301を備える。ボリューム属性操作ウィンドウ1301は、属性入力領域1302と実行ボタン1303とキャンセルボタン1304とを備える。ストレージシステムの管理者は、ボリューム検索画面1200を介して抽出した論理ボリュームから、ボリューム属性を変更したい論理ボリュームを選択し、変更したい属性、その属性の保持期間を、属性入力部1302に入力する。すなわち、GUIプログラム211は、ボリューム属性変更対象の論理ボリュームを特定する指示、変更すべき属性の指示、保持期間等を、ストレージシステムの管理者から受け付ける。   FIG. 14 is an example of a volume attribute change screen 1300 provided by the GUI program 211. The volume attribute change screen 1300 is provided as an interface for receiving various instructions for changing the volume attribute. The volume attribute change screen 1300 includes a volume attribute operation window 1301. The volume attribute operation window 1301 includes an attribute input area 1302, an execute button 1303, and a cancel button 1304. The administrator of the storage system selects a logical volume whose volume attribute is to be changed from the logical volumes extracted via the volume search screen 1200, and inputs the attribute to be changed and the retention period of the attribute to the attribute input unit 1302. That is, the GUI program 211 receives an instruction to specify a logical volume whose volume attribute is to be changed, an instruction of an attribute to be changed, a retention period, and the like from the administrator of the storage system.

実行ボタン1303は、入力を受け付けた指示の実行の意思を受け付け、キャンセルボタン1304は、入力を受け付けた指示を実行しないとの意思を受け付ける。すなわち、ストレージシステムの管理者は、入力した属性変更指示を実行する場合、実行ボタン1303を選択する。属性変更指示を実行しない場合は、キャンセルボタン1304を選択する。すなわち、GUIプログラム211は、実行ボタン1303の選択を受け付けると、入力を受け付けた変更を実行するようボリューム保護管理プログラム212に指示し、キャンセルボタン1304の選択を受け付けると、変更を実行する指示をボリューム保護管理プログラム212に与えない。もちろん属性変更の指示の入力等は、本方法に限られない。例えば、コマンドラインインターフェイスのような手段で実現してもよい。   The execution button 1303 accepts the intention to execute the instruction that accepted the input, and the cancel button 1304 accepts the intention that the instruction that accepted the input is not executed. That is, the storage system administrator selects the execute button 1303 when executing the input attribute change instruction. When the attribute change instruction is not executed, a cancel button 1304 is selected. That is, when the GUI program 211 accepts the selection of the execution button 1303, the GUI program 211 instructs the volume protection management program 212 to execute the change for which the input has been accepted. It is not given to the protection management program 212. Of course, input of an attribute change instruction or the like is not limited to this method. For example, it may be realized by means such as a command line interface.

次に、各処理の動作について説明する。   Next, the operation of each process will be described.

まず、システム構成定義時の処理およびボリューム登録操作時の処理について説明する。システム構成定義処理は、システムが構築された際(初期)およびシステム構成が変更
された際に行われる処理である。
First, processing at the time of system configuration definition and processing at the time of volume registration operation will be described. The system configuration definition process is a process performed when the system is constructed (initial) and when the system configuration is changed.

なお、上述のストレージシステム101、外部ストレージシステム102がそれぞれ保持する表は、管理サーバ103が各ストレージシステムの構成を登録し、各ストレージシステム側で管理サーバ103の指示に従ってボリュームに関する情報を表に登録することによって作成される。また、管理サーバ103が有する各表は、ストレージシステム101、外部ストレージシステム102が有する表から取得した情報や管理サーバ103がストレージシステム101や外部ストレージシステム102に指示した内容によって更新される。   In the tables held by the storage system 101 and the external storage system 102, the management server 103 registers the configuration of each storage system, and the information about the volume is registered in the table according to the instructions of the management server 103 on each storage system side. Created by. Each table included in the management server 103 is updated with information acquired from the tables included in the storage system 101 and the external storage system 102 and contents instructed by the management server 103 to the storage system 101 and the external storage system 102.

まず、システム構成定義時の管理サーバ103の動作について説明する。図15は、システム構成定義時の管理サーバ103の動作の一例を示すフローチャートである。   First, the operation of the management server 103 at the time of system configuration definition will be described. FIG. 15 is a flowchart showing an example of the operation of the management server 103 at the time of system configuration definition.

管理サーバ103は、接続されたストレージシステム101および外部ストレージシステム102にアクセスするための情報を取得する。すなわち、ストレージシステムの管理者からストレージシステム101および外部ストレージシステム102のIPアドレスまたはストレージシステム100にアクセスするための情報を受け付ける(ステップ140
1)。
The management server 103 acquires information for accessing the connected storage system 101 and external storage system 102. That is, an IP address of the storage system 101 and the external storage system 102 or information for accessing the storage system 100 is received from the storage system administrator (step 140).
1).

ストレージ管理プログラム214は、受け付けたIPアドレスを元に、それぞれストレージシステム101および外部ストレージシステム102にアクセスし、各ストレージシステムが有する論理ボリューム、各論理ボリュームにアクセスを許可されているホストグループ、各ストレージシステムが使用可能なプログラムの情報を取得する。管理情報変更プログラム213は、取得した情報をストレージ表201、アクセス保護対応表202、ボリューム対応表204の所定の列に書き込む(ステップ1402)。   The storage management program 214 accesses the storage system 101 and the external storage system 102 based on the received IP address, respectively, the logical volume that each storage system has, the host group that is permitted to access each logical volume, and each storage Get information about programs available to the system. The management information change program 213 writes the acquired information in predetermined columns of the storage table 201, access protection correspondence table 202, and volume correspondence table 204 (step 1402).

ストレージ管理プログラム214は、ストレージシステム101に対し、外部接続用インターフェイス115のポートを外部接続用ポートとして、外部ストレージシステム102のポートと接続するよう指示する。管理情報変更プログラム213は、設定した情報を設定完了の通知とともにストレージシステム101から受け取ると、受け取った情報(設定した情報)を、マッピング表203の外部LU#列703および外部ストレージシステム列704に書き込む(ステップ1403)。   The storage management program 214 instructs the storage system 101 to connect the port of the external connection interface 115 as the external connection port to the port of the external storage system 102. When the management information change program 213 receives the set information from the storage system 101 together with the setting completion notification, the management information change program 213 writes the received information (set information) in the external LU # column 703 and the external storage system column 704 of the mapping table 203. (Step 1403).

ストレージ管理プログラム214は、ストレージ表201にアクセスし、ストレージシステム101の外部接続ポートと接続している外部ストレージシステム102がアクセス保護制御プログラム413を保持するか否かを判別する(ステップ1404)。保持している場合、ストレージシステム101の外部接続ポートと接続している外部ストレージシステム102のポートからアクセスされる外部ストレージシステム102の論理ボリュームに対し、外部接続ポートからのアクセスのみを許可するよう外部ストレージシステム102に指示する。管理情報変更プログラム214は、設定完了の通知を外部ストレージシステム102から受け取ると、アクセス保護対応表202のアクセス保護属性列603の変更を行い(ステップ1405)、処理を終了する。一方、ステップ1404で保持していないと判別された場合、処理を終了する。   The storage management program 214 accesses the storage table 201 and determines whether or not the external storage system 102 connected to the external connection port of the storage system 101 holds the access protection control program 413 (step 1404). In the case of holding, the external volume is permitted to allow only the access from the external connection port to the logical volume of the external storage system 102 accessed from the port of the external storage system 102 connected to the external connection port of the storage system 101. The storage system 102 is instructed. When the management information change program 214 receives a notification of the completion of setting from the external storage system 102, the management information change program 214 changes the access protection attribute column 603 of the access protection correspondence table 202 (step 1405), and ends the processing. On the other hand, if it is determined in step 1404 that the data is not held, the processing is terminated.

図16は、システム構成定義時のストレージシステム101の動作の一例を示すフローチャートである。   FIG. 16 is a flowchart showing an example of the operation of the storage system 101 at the time of system configuration definition.

ストレージシステム101のアクセス保護制御プログラム313は、ストレージシステムの管理者の指示により、ストレージシステム101に接続する業務ホスト104をホストグループに分類し、テーブル管理プログラム316にホスト表304に書き込ませる(ステップ1501)。   The access protection control program 313 of the storage system 101 classifies the business host 104 connected to the storage system 101 into a host group according to an instruction of the storage system administrator, and causes the table management program 316 to write it in the host table 304 (step 1501). ).

アクセス保護制御プログラム313は、各ホストグループについて、論理ボリュームを割り当て、アクセス保護属性を有効に変更し、処理結果をポート表302に登録して各論理ボリュームについて対応するホストグループに所属する業務ホスト104からのアクセスのみを許可するように設定する(ステップ1502)。   The access protection control program 313 assigns a logical volume to each host group, changes the access protection attribute to valid, registers the processing result in the port table 302, and assigns the business host 104 belonging to the corresponding host group for each logical volume. (Step 1502).

外部接続制御プログラム312は、管理サーバ103のストレージ管理プログラム214の指示に従って、外部接続用インターフェイス115のポートを外部接続用ポートとして定義し、当該ポートに外部ストレージシステム102のホスト用インターフェイス123のポートを割り当て、当該外部ストレージシステム102のポートからアクセス可能な論理ボリュームへのアクセス経路を設定する(ステップ1503)。   The external connection control program 312 defines the port of the external connection interface 115 as an external connection port according to the instruction of the storage management program 214 of the management server 103, and sets the port of the host interface 123 of the external storage system 102 to the port. Allocating and setting an access path to a logical volume accessible from the port of the external storage system 102 (step 1503).

外部接続制御プログラム312は、ステップ1503で定義された外部接続用ポートに接続された外部ストレージシステム102のホスト用インターフェイス123のポートからアクセス可能な論理ボリューム群420内の論理ボリュームの情報を取得する。テーブル管理プログラム316は、取得した情報を外部ボリューム表303の外部接続ポート列1102、外部LU#列1103に書き込み(ステップ1504)、処理を終了する。外部接続制御プログラム312は、書き込みを完了すると、管理サーバ103に設定した情報とともに設定を通知する。   The external connection control program 312 acquires information on logical volumes in the logical volume group 420 that can be accessed from the port of the host interface 123 of the external storage system 102 connected to the external connection port defined in step 1503. The table management program 316 writes the acquired information in the external connection port column 1102 and the external LU # column 1103 of the external volume table 303 (step 1504), and ends the processing. When the writing is completed, the external connection control program 312 notifies the setting together with the information set in the management server 103.

なお、システム構成定義時に外部ストレージシステム102は、図15のステップ1405の管理サーバ103からの指示を受けて、図16のステップ1501、1502に相当する処理を実行する。外部ストレージシステム102のアクセス保護制御プログラム413は、ステップ1501および1502において、ホスト表404に、外部ストレージシステム102が有する論理ボリュームの識別情報を対応づけてホストグループの代わりにストレージシステム101の外部接続用ポートの識別情報を登録し、外部接続用ポートに接続された外部ストレージシステム102のポートからアクセス可能な論理ボリュームについては、外部接続用ポートからのアクセスのみを許可するよう設定する。そして、設定したポート表404の情報とともに設定完了を管理サーバ103に通知する。   When the system configuration is defined, the external storage system 102 receives the instruction from the management server 103 in step 1405 in FIG. 15 and executes processing corresponding to steps 1501 and 1502 in FIG. In steps 1501 and 1502, the access protection control program 413 of the external storage system 102 associates the identification information of the logical volume of the external storage system 102 with the host table 404 for external connection of the storage system 101 instead of the host group. The port identification information is registered, and the logical volume accessible from the port of the external storage system 102 connected to the external connection port is set to permit only the access from the external connection port. Then, the management server 103 is notified of the completion of setting together with the information of the set port table 404.

次に、外部ストレージシステム102の論理ボリューム群420を構成する論理ボリュームを、ストレージシステム101の仮想ボリューム322として割り当てる操作であるボリューム登録操作時の動作について説明する。   Next, an operation at the time of a volume registration operation, which is an operation of assigning a logical volume constituting the logical volume group 420 of the external storage system 102 as a virtual volume 322 of the storage system 101 will be described.

まず、ボリューム登録操作時の管理サーバ103の動作について説明する。図17は、ボリューム登録操作時の管理サーバ103の動作の一例を示すフローチャートである。   First, the operation of the management server 103 at the time of volume registration operation will be described. FIG. 17 is a flowchart showing an example of the operation of the management server 103 during the volume registration operation.

管理サーバ103のボリューム保護管理プログラム212は、ボリューム対応表204に保持されている外部ストレージシステム102の論理ボリュームをユーザに提示し、ユーザから選択の指示を受け付ける。そして、ユーザに選択された論理ボリュームをストレージシステム101の外部接続用ポートと接続しているポートに割り当てるよう、すなわち、当該ポートからアクセス可能となるよう設定するよう外部ストレージシステム102に指示する(ステップ1601)。この指示に基づき、外部ストレージ102は、指定された論理ボリュームをストレージシステム101の外部接続用ポートと接続しているポートに割り当て、このポートからこの論理ボリュームへアクセスできるようにする。この際、外部ストレージシステム102のアクセス保護制御プログラム413は、前述のステップ1501、1502に相当する処理を実行して、この論理ボリュームについては、ストレージシステム101の外部接続用ポートからのみアクセスを許可するように設定してもよい。   The volume protection management program 212 of the management server 103 presents the logical volume of the external storage system 102 held in the volume correspondence table 204 to the user and accepts a selection instruction from the user. Then, the external storage system 102 is instructed to assign the logical volume selected by the user to the port connected to the external connection port of the storage system 101, that is, to set the logical volume to be accessible from the port (step). 1601). Based on this instruction, the external storage 102 assigns the designated logical volume to a port connected to the external connection port of the storage system 101, and makes this logical volume accessible from this port. At this time, the access protection control program 413 of the external storage system 102 executes processing corresponding to the above-described steps 1501 and 1502, and permits access to this logical volume only from the external connection port of the storage system 101. You may set as follows.

ボリューム保護管理プログラム212は、ストレージシステム101に、ステップ1601で指定された論理ボリュームに仮想ボリューム322を割り当て、さらにこの仮想ボリューム322をストレージシステムの管理者から指定されたホストグループに割り当てるよう指示する(ステップ1602)。   The volume protection management program 212 instructs the storage system 101 to allocate the virtual volume 322 to the logical volume specified in step 1601, and further allocate this virtual volume 322 to the host group specified by the storage system administrator ( Step 1602).

ストレージ管理プログラム214は、ストレージシステム101から割り当て完了の通知、仮想ボリューム322と論理ボリューム群420の論理ボリュームとの対応関係、および、仮想ボリューム322とホストグループとの対応関係の情報を取得する。管理情報変更プログラム213は、受け取った情報をアクセス保護対応表202およびマッピング表203に書き込み(ステップ1603)、処理を終了する。   The storage management program 214 obtains notification of assignment completion from the storage system 101, the correspondence between the virtual volume 322 and the logical volume of the logical volume group 420, and the correspondence between the virtual volume 322 and the host group. The management information change program 213 writes the received information in the access protection correspondence table 202 and the mapping table 203 (step 1603) and ends the process.

次に、ボリューム登録操作時のストレージシステム101の動作について、説明する。図18は、ボリューム登録操作時のストレージシステム101の動作の一例を示すフローチャートである。   Next, the operation of the storage system 101 at the time of volume registration operation will be described. FIG. 18 is a flowchart showing an example of the operation of the storage system 101 during the volume registration operation.

ストレージシステム101の外部接続制御プログラム312は、管理サーバ103から指示された外部ストレージシステム102の論理ボリュームを、仮想ボリューム322に割り当て、さらにこの仮想ボリューム322を、管理サーバ103から指定されたホストグループに割り当てる。さらに、外部接続制御プログラム312は、管理サーバ103からの指示に従い、当該仮想ボリューム322に対し、キャッシュモードの設定に対応するか否かの設定を行う(ステップ1701)。   The external connection control program 312 of the storage system 101 allocates the logical volume of the external storage system 102 instructed from the management server 103 to the virtual volume 322, and further assigns this virtual volume 322 to the host group specified by the management server 103. assign. Further, the external connection control program 312 sets whether or not to correspond to the cache mode setting for the virtual volume 322 in accordance with an instruction from the management server 103 (step 1701).

アクセス保護制御プログラム313は、上述の仮想ボリューム322に対する上述の管理サーバ103から指定されたホストグループに関するアクセス保護属性を有効にする(ステップ1702)。   The access protection control program 313 validates the access protection attribute related to the host group designated by the management server 103 for the virtual volume 322 (step 1702).

テーブル管理プログラム316は、ボリューム表301にステップ1701で設定したキャッシュモードを、ポート表302に、ステップ1702で割り当てた仮想ボリューム322の論理ボリュームの識別情報(LU#)と、ホストグループとの対応を書き込み、さらに、アクセス保護属性を有効に変更し(ステップ1703)、処理を終了する。   The table management program 316 shows the correspondence between the cache mode set in step 1701 in the volume table 301, the logical volume identification information (LU #) of the virtual volume 322 assigned in step 1702 in the port table 302, and the host group. In addition, the access protection attribute is changed to valid (step 1703), and the process ends.

次に、ボリューム保護操作時の処理について説明する。本実施形態では、ボリューム保護操作とは、論理ボリューム群320を構成する論理ボリュームのボリューム属性の変更を受け付けた場合に行われる処理のことをいう。   Next, processing during volume protection operation will be described. In the present embodiment, the volume protection operation refers to processing that is performed when a change in volume attribute of a logical volume constituting the logical volume group 320 is received.

まず、管理サーバ103の処理について説明する。図19および図20は、ボリューム保護操作時の管理サーバ103の動作の一例を示すフローチャートである。   First, the process of the management server 103 will be described. 19 and 20 are flowcharts showing an example of the operation of the management server 103 during the volume protection operation.

管理サーバ103は、ストレージシステムの管理者からストレージシステム101の論理ボリュームの属性を変更する操作要求を受け付ける(ステップ1801)。   The management server 103 receives an operation request for changing the attribute of the logical volume of the storage system 101 from the administrator of the storage system (step 1801).

ボリューム保護管理プログラム212は、マッピング表203を参照し、ストレージシステムの管理者から指定された論理ボリュームが、実ボリューム321であるか仮想ボリューム322であるかを判別する(ステップ1802、1803)。具体的には、ストレージシステムの管理者から指定された論理ボリュームの識別情報に対応づけて外部LU#列703に外部ストレージシステム102の論理ボリュームの識別情報が格納されている場合、その論理ボリューム320は、仮想ボリューム322と判別される。   The volume protection management program 212 refers to the mapping table 203 to determine whether the logical volume designated by the storage system administrator is a real volume 321 or a virtual volume 322 (steps 1802 and 1803). Specifically, when the logical volume identification information of the external storage system 102 is stored in the external LU # column 703 in association with the logical volume identification information designated by the storage system administrator, the logical volume 320 Is determined to be a virtual volume 322.

指定された論理ボリュームが実ボリューム321である場合、ボリューム保護管理プログラム212は、ストレージシステム101に属性変更を指示する(ステップ1804)。   When the designated logical volume is the real volume 321, the volume protection management program 212 instructs the storage system 101 to change the attribute (step 1804).

一方、指定された論理ボリュームが仮想ボリューム322である場合、ボリューム保護管理プログラム212は、指定された論理ボリュームを仮想ボリューム322として業務ホスト104に提供しているストレージシステム(ここでは、ストレージシステム101)が提供可能な保護機能、および、仮想ボリューム322に対応づけられている論理ボリュームの実ボリュームを保持するストレージシステム(ここでは、外部ストレージシステム102)が提供可能な保護機能を抽出する(ステップ1805)。そして、図20のステップ1806へ移行する。   On the other hand, when the designated logical volume is the virtual volume 322, the volume protection management program 212 provides the storage system (here, the storage system 101) that provides the designated logical volume to the business host 104 as the virtual volume 322. And a protection function that can be provided by the storage system that holds the real volume of the logical volume associated with the virtual volume 322 (here, the external storage system 102) is extracted (step 1805). . Then, the process proceeds to step 1806 in FIG.

具体的には、マッピング表203を参照し、指定された仮想ボリューム322の論理ボリュームの識別情報がLU#列701に格納されているエントリの、ストレージシステム列702に格納されているストレージシステム名および外部ストレージシステム列704に格納されている外部ストレージシステム名を抽出する。そして、ストレージ表201を参照し、それぞれのストレージシステムが保持する機能を抽出する。すなわち、抽出したストレージシステム名がストレージシステム名列501に格納されているエントリのボリューム属性制御列503、暗号化書き込み列505を参照し、指定された論理ボリュームである仮想ボリューム322を保持するストレージシステム(ここではストレージシステム101)が、ボリューム属性制御プログラム311を保持しているか、暗号化書込みプログラム314を保持しているか、また、仮想ボリューム322の実ボリュームを保持するストレージシステム(ここでは、外部ストレージシステム102)がボリューム属性制御プログラム311を保持しているかを特定する。   Specifically, referring to the mapping table 203, the storage system name stored in the storage system column 702 of the entry in which the identification information of the logical volume of the designated virtual volume 322 is stored in the LU # column 701, and The external storage system name stored in the external storage system column 704 is extracted. Then, with reference to the storage table 201, the functions held by each storage system are extracted. That is, the storage system that holds the virtual volume 322 that is the designated logical volume by referring to the volume attribute control column 503 and the encrypted write column 505 of the entry in which the extracted storage system name is stored in the storage system name column 501 The storage system (here, the storage system 101) holds the volume attribute control program 311, the encryption write program 314, or the storage system (here, external storage) that holds the real volume of the virtual volume 322 It is determined whether the system 102) holds the volume attribute control program 311.

ボリューム保護管理プログラム212は、図19のステップ1805で特定したストレージシステム101および外部ストレージシステム102が保持するボリューム保護機能を用いて、外部ストレージシステム102の論理ボリューム群420を構成する論理ボリュームである指定された仮想ボリューム322を保護するために選択可能な保護方式を生成する。そして、GUI表示プログラム211に、生成した保護方式を表示させ、ストレージシステムの管理者に選択させる(ステップ1806)。   The volume protection management program 212 is a logical volume that constitutes the logical volume group 420 of the external storage system 102 using the volume protection function held by the storage system 101 and the external storage system 102 identified in step 1805 of FIG. A protection scheme that can be selected to protect the virtual volume 322 created is generated. Then, the generated protection method is displayed on the GUI display program 211 and selected by the storage system administrator (step 1806).

ここで、GUI表示プログラム211が表示する選択可能なボリューム保護方式は、ス
トレージシステム101および外部ストレージシステム102それぞれが保持するプログ
ラム、仮想ボリューム322に暗号化書き込みがなされているか否か、仮想ボリューム3
22と外部ストレージシステム102の論理ボリュームとがアクセス保護されているか否
か、によって定まる。ここで、外部ストレージシステム102のアクセス保護制御プログ
ラム413によって、論理ボリューム群420を構成する論理ボリュームへのアクセスが
ストレージシステム101の外部接続用ポートのみに許可されている状態を、外部ストレ
ージシステム102の論理ボリュームがアクセス保護されていると表現し、ストレージシ
ステム101のアクセス保護制御プログラム313によって仮想ボリューム322へのア
クセスが特定のホストグループにのみ許可されている状態を、仮想ボリューム322がア
クセス保護されていると表現する。
Here, the selectable volume protection method displayed by the GUI display program 211 is a program held in each of the storage system 101 and the external storage system 102, whether or not encrypted writing is performed on the virtual volume 322, virtual volume 3
22 and whether or not the logical volume of the external storage system 102 is access protected. Here, a state in which the access protection control program 413 of the external storage system 102 permits only the external connection port of the storage system 101 to access the logical volume that constitutes the logical volume group 420 is displayed. The logical volume is expressed as being access-protected, and the access protection control program 313 of the storage system 101 allows access to the virtual volume 322 only to a specific host group, and the virtual volume 322 is protected from access. Express that.

以下に選択可能なボリューム保護方式としてボリューム保護管理プログラム212が生成し、GUI表示プログラム211に表示させる選択肢の一例を示す。   An example of options that the volume protection management program 212 generates as a selectable volume protection method and is displayed on the GUI display program 211 is shown below.

ケース1)ストレージシステム101と外部ストレージシステム102とがそれぞれボリューム属性制御プログラム311、411を保持し、外部ストレージシステム102の論理ボリュームがアクセス保護されている場合、以下の3つの選択肢がボリューム保護方式として選択可能である。   Case 1) When the storage system 101 and the external storage system 102 hold the volume attribute control programs 311 and 411, respectively, and the logical volume of the external storage system 102 is access protected, the following three options are volume protection methods: Selectable.

選択肢1:ストレージシステム101および外部ストレージシステム102の両方でボリュームを保護する方式(すなわち、ボリュームの属性変更をボリューム属性制御プログラム311及び411の双方によって行う方式)
選択肢2:ストレージシステム101においてボリュームを保護する方式(すなわち、ボリュームの属性変更をボリューム属性制御プログラム311のみで行う方法)
ケース1においては、外部ストレージシステム102の論理ボリュームがアクセス保護されているので、ストレージシステム101のみが外部ストレージシステム102の論理ボリュームへのアクセスを許可されている。従って、外部ストレージシステム102の論理ボリュームに対応付けられている仮想ボリュームの属性がボリューム属性制御プログラム311によって変更されれば、ストレージシステム101を介した外部ストレージシステム102の論理ボリュームへのアクセスを制限することができるので、外部ストレージシステム102の論理ボリュームを保護することができる。
Option 1: A method for protecting the volume in both the storage system 101 and the external storage system 102 (that is, a method in which the volume attribute is changed by both the volume attribute control programs 311 and 411).
Option 2: A method of protecting a volume in the storage system 101 (that is, a method of changing a volume attribute only by the volume attribute control program 311)
In Case 1, since the logical volume of the external storage system 102 is access protected, only the storage system 101 is permitted to access the logical volume of the external storage system 102. Therefore, if the attribute of the virtual volume associated with the logical volume of the external storage system 102 is changed by the volume attribute control program 311, access to the logical volume of the external storage system 102 via the storage system 101 is restricted. Therefore, the logical volume of the external storage system 102 can be protected.

選択肢3:外部ストレージシステム102においてボリュームを保護する方式(すなわち、ボリュームの属性変更をボリューム属性制御プログラム411のみで行う方式)
具体的には、ボリューム保護として、例えば、仮想ボリュームへの読み出しおよび書き込み禁止とする場合、以下の3つの選択肢がボリューム保護管理プログラム212によって生成され、GUI表示プログラム211によって出力される。
Option 3: A method for protecting a volume in the external storage system 102 (that is, a method for changing a volume attribute only by the volume attribute control program 411)
Specifically, for example, when reading and writing to a virtual volume are prohibited as volume protection, the following three options are generated by the volume protection management program 212 and output by the GUI display program 211.

選択肢A:ストレージシステム101において、ボリューム属性制御プログラム311によって指定された仮想ボリューム322のボリューム属性を「protect属性」に設定するとともに、外部ストレージシステム102において、ボリューム属性制御プログラム411によって該当する仮想ボリューム322に割り当てられた論理ボリュームのボリューム属性を「protect」に設定する方式
選択肢B:ストレージシステム101において、ボリューム属性制御プログラム311によって、指定された仮想ボリューム322のボリューム属性を、「protect属性」に設定する方式
選択肢C:外部ストレージシステム102において、ボリューム属性制御プログラム411によって、仮想ボリュームに対応付けられている外部ストレージシステム102の論理ボリュームのボリューム属性を、「protect属性」に設定する方式
ケース2)ストレージシステム101と外部ストレージシステム102とがそれぞれボリューム属性制御プログラム311、411を保持し、外部ストレージシステム102の論理ボリュームがアクセス保護されていない場合、上述の選択肢1と選択肢3とが仮想ボリュームの保護法式として選択可能である。
Option A: In the storage system 101, the volume attribute of the virtual volume 322 specified by the volume attribute control program 311 is set to “protect attribute”, and the corresponding virtual volume 322 is set in the external storage system 102 by the volume attribute control program 411. Method of Setting Volume Attribute of Logical Volume Assigned to “Protect” Option B: In the storage system 101, the volume attribute control program 311 sets the volume attribute of the designated virtual volume 322 to “protect attribute” Method Option C: In the external storage system 102, the volume attribute control program 411 discusses the external storage system 102 associated with the virtual volume. Method of setting volume attribute of volume to “protect attribute” Case 2) Storage system 101 and external storage system 102 hold volume attribute control programs 311 and 411, respectively, and the logical volume of external storage system 102 is access protected. If not, the above-mentioned option 1 and option 3 can be selected as the protection method of the virtual volume.

具体的には、ボリューム保護として、例えば、仮想ボリュームへの読み出しおよび書き込みを禁止とする場合、以下に示す2つの選択肢がボリューム保護管理プログラム212によって生成され、GUI表示プログラム211によって出力される。   Specifically, as volume protection, for example, when reading and writing to a virtual volume are prohibited, the following two options are generated by the volume protection management program 212 and output by the GUI display program 211.

選択肢A:ストレージシステム101において、ボリューム属性制御プログラム311によって指定された仮想ボリューム322のボリューム属性を「protect属性」に設定するとともに、外部ストレージシステム102において、ボリューム属性制御プログラム411によって該当する仮想ボリューム322に割り当てられた論理ボリュームのボリューム属性を「protect属性」に設定する方式
選択肢C:外部ストレージシステム102において、ボリューム属性制御プログラム411によって、仮想ボリュームに対応付けられている外部ストレージシステム102の論理ボリュームのボリューム属性を、「protect属性」に設定する方式
尚、ケース2の場合には、もし暗号化書き込みが行われていれば(即ちストレージシステム101が暗号化書き込みプログラム314を有しており、この暗号化書き込みプログラム314を使用していれば)、ストレージシステム101のみが仮想ボリュームに対応付けられた外部ストレージシステム102の論理ボリュームに格納されているデータを復号化することができる。また、外部ストレージシステム102の論理ボリュームへの書き込みは、この論理ボリュームの属性をボリューム属性制御プログラム411によって「read only属性」に変更すれば、禁止することができる。つまりこの場合には、外部ストレージシステム102の論理ボリュームに対するライトアクセスはボリューム属性制御プログラム411によって禁止され、更にもしストレージシステム101以外の他のストレージシステムや業務ホストが、ストレージシステム101を介さずに外部ストレージシステム102の論理ボリュームにリードアクセスを試みた場合には、これらのアクセス元装置はデータを読み出すことはできるが、このデータを復号することはできない。従って、もし暗号化書き込みが行われていれば、ストレージシステム101以外のアクセス元については、ボリューム属性制御プログラム411によって外部ストレージシステム102の論理ボリュームを「protect属性」にするのとほぼ同等のレベルのボリューム保護を、ボリューム属性制御プログラム411によって外部ストレージシステム102の論理ボリュームを「read only」属性にすることによって実現できる旨を、ボリューム保護管理プログラム212がGUI表示プログラム211に表示させるようにしても良い。
Option A: In the storage system 101, the volume attribute of the virtual volume 322 specified by the volume attribute control program 311 is set to “protect attribute”, and the corresponding virtual volume 322 is set in the external storage system 102 by the volume attribute control program 411. Method of setting the volume attribute of the logical volume assigned to “protect attribute” Option C: In the external storage system 102, the volume attribute control program 411 causes the logical volume of the external storage system 102 associated with the virtual volume to Method of setting volume attribute to “protect attribute” Note that in case 2, if encrypted writing has been performed (that is, the storage system 101 has encrypted writing) Only the storage system 101 decrypts the data stored in the logical volume of the external storage system 102 associated with the virtual volume (if the encrypted write program 314 is used). Can be Also, writing to the logical volume of the external storage system 102 can be prohibited by changing the attribute of this logical volume to “read only attribute” by the volume attribute control program 411. In other words, in this case, write access to the logical volume of the external storage system 102 is prohibited by the volume attribute control program 411, and if another storage system or business host other than the storage system 101 is externally connected via the storage system 101, When a read access is attempted to the logical volume of the storage system 102, these access source devices can read the data but cannot decrypt the data. Therefore, if encrypted writing has been performed, for access sources other than the storage system 101, the volume attribute control program 411 has a level almost equivalent to setting the logical volume of the external storage system 102 to the “protect attribute”. The volume protection management program 212 may display on the GUI display program 211 that volume protection can be realized by setting the logical volume of the external storage system 102 to the “read only” attribute by the volume attribute control program 411. .

ケース3)ストレージシステム101がボリューム属性制御プログラム311を有しておらず、外部ストレージシステム102がボリューム属性制御プログラム411を保持している場合、上述の選択肢3がボリューム保護方式として選択可能であるため、本方式をボリューム保護管理プログラム212が生成し、CUI表示プログラム211に提示させる。   Case 3) Since the storage system 101 does not have the volume attribute control program 311 and the external storage system 102 holds the volume attribute control program 411, the above option 3 can be selected as the volume protection method. The volume protection management program 212 generates this method and presents it to the CUI display program 211.

ケース3の場合、もし外部ストレージシステム102の論理ボリュームがアクセス保護されていれば、ストレージシステム101に対してのみ外部ストレージシステム102の論理ボリュームへのアクセスを許可することができる。   In case 3, if the logical volume of the external storage system 102 is access protected, only the storage system 101 can be permitted to access the logical volume of the external storage system 102.

一方、もし外部ストレージシステム102の論理ボリュームがアクセス保護されていなかったとしても、暗号化書き込みが実行されていれば、ストレージシステム101のみに外部ストレージシステム102の論理ボリューム内のデータの復号を許可することができる。また、データの書き込みについては、外部ストレージシステム102の論理ボリュームのボリューム属性をボリューム属性制御プログラム411によって「read only属性」に設定することによって、禁止することができる。従って、もし暗号化書き込みが実行されていれば、ストレージシステム101以外のアクセス元については、ボリューム属性制御プログラム411によって外部ストレージシステム102の論理ボリュームを「protect属性」にするのとほぼ同等のレベルのボリューム保護を、ボリューム属性制御プログラム411によって外部ストレージシステム102の論理ボリュームを「read only」属性にすることによって実現できる旨を、ボリューム保護管理プログラム212がGUI表示プログラム211に表示させるようにしても良い。 ケース4)ストレージシステム101がボリューム属性制御プログラム311を保持し、外部ストレージシステム102がボリューム属性制御プログラム411を有しておらず、更に外部ストレージシステム102の論理ボリュームがアクセス保護されている場合、上述の選択肢2がボリューム保護方式として選択可能であるため、この方式が生成され表示される。   On the other hand, even if the logical volume of the external storage system 102 is not access protected, if the encrypted write is executed, only the storage system 101 is allowed to decrypt the data in the logical volume of the external storage system 102 be able to. Also, data writing can be prohibited by setting the volume attribute of the logical volume of the external storage system 102 to “read only attribute” by the volume attribute control program 411. Therefore, if encrypted writing has been executed, the access source other than the storage system 101 has a level almost the same as when the logical volume of the external storage system 102 is set to the “protect attribute” by the volume attribute control program 411. The volume protection management program 212 may display on the GUI display program 211 that volume protection can be realized by setting the logical volume of the external storage system 102 to the “read only” attribute by the volume attribute control program 411. . Case 4) When the storage system 101 holds the volume attribute control program 311, the external storage system 102 does not have the volume attribute control program 411, and the logical volume of the external storage system 102 is access protected, Since this option 2 can be selected as the volume protection method, this method is generated and displayed.

ケース5)ストレージシステム101がボリューム属性制御プログラム311を有していて、外部ストレージシステム102がボリューム属性制御プログラム411を有しておらず、外部ストレージシステム102の論理ボリュームがアクセス保護されていない場合、上述の選択肢2がボリューム保護方式として選択可能である。従って選択肢2が生成され、表示される。   Case 5) When the storage system 101 has the volume attribute control program 311, the external storage system 102 does not have the volume attribute control program 411, and the logical volume of the external storage system 102 is not access protected. The above-mentioned option 2 can be selected as the volume protection method. Accordingly, option 2 is generated and displayed.

しかしながらケース5の場合には、選択肢2のボリューム保護方式はストレージシステム101を介した外部ストレージシステム102の論理ボリュームへのアクセスを禁止することができるものの、ストレージシステム101を介することなく外部ストレージシステム102の論理ボリュームにアクセスすることを禁止することはできない。なぜなら、外部ストレージシステム102の論理ボリュームはアクセスガードされておらず、外部ストレージシステム102はボリューム属性制御プログラム411を有していないからである。   However, in Case 5, the volume protection method of option 2 can prohibit access to the logical volume of the external storage system 102 via the storage system 101, but the external storage system 102 does not pass through the storage system 101. Access to the logical volume cannot be prohibited. This is because the logical volume of the external storage system 102 is not access guarded, and the external storage system 102 does not have the volume attribute control program 411.

尚ケース5の場合、もし暗号化書き込みが実行されていれば、ストレージシステム101のみが仮想ボリュームに対応付けられた外部ストレージシステム102の論理ボリュームのデータを復号化することができる。しかし、暗号化書き込みの実行有無に関わらず、ストレージシステム101を介さずに行われる外部ストレージシステム102の論理ボリュームに対するアクセスを禁止することはできない。   In case 5, if the encrypted writing is executed, only the storage system 101 can decrypt the data of the logical volume of the external storage system 102 associated with the virtual volume. However, access to the logical volume of the external storage system 102 that is performed without going through the storage system 101 cannot be prohibited regardless of whether encrypted writing is executed.

ケース6)ストレージシステム101と外部ストレージシステム102がいずれもボリューム属性制御プログラム311及び411を有していない場合、ボリューム保護方式として選択可能な選択肢は存在しないので、その旨を表すメッセージが生成され、表示される。この場合、選択肢が存在しないので、ボリューム保護管理プログラム212の処理は終了する(図20には図示せず)。   Case 6) If neither the storage system 101 nor the external storage system 102 has the volume attribute control programs 311 and 411, there is no option that can be selected as a volume protection method, so a message to that effect is generated, Is displayed. In this case, since there are no options, the processing of the volume protection management program 212 ends (not shown in FIG. 20).

尚ケース6においてもし暗号化書き込みが実行されていれば、ストレージシステム101のみが仮想ボリュームに対応付けられた外部ストレージシステム102の論理ボリュームのデータを復号化することができる。しかし、暗号化書き込みの実行有無に関わらず、ストレージシステム101を介さずに行われる外部ストレージシステム102の論理ボリュームに対するアクセスを禁止することはできない。   In case 6, if encrypted writing is executed, only the storage system 101 can decrypt the data of the logical volume of the external storage system 102 associated with the virtual volume. However, access to the logical volume of the external storage system 102 that is performed without going through the storage system 101 cannot be prohibited regardless of whether encrypted writing is executed.

図20に戻って、ボリューム保護管理プログラム212は、上述の提示させた各方式からストレージシステムの管理者の選択を受け付ける。そして、ストレージシステムの管理者が指定したボリューム保護方式がストレージシステム101の論理ボリュームのボリューム属性の変更を伴うものであるか否かを判別する(ステップ1807)。   Returning to FIG. 20, the volume protection management program 212 accepts the selection of the administrator of the storage system from each of the presented methods. Then, it is determined whether or not the volume protection method designated by the storage system administrator is accompanied by a change in the volume attribute of the logical volume of the storage system 101 (step 1807).

ストレージシステム101の論理ボリュームのボリューム属性の変更を伴う場合、ボリューム保護管理プログラム212は、ストレージシステム101に、ボリューム属性の変更を行うよう指示する(ステップ1808)。ストレージシステム101のボリューム属性の変更が不要な場合は、ステップ1809に進む。   When the change of the volume attribute of the logical volume of the storage system 101 is accompanied, the volume protection management program 212 instructs the storage system 101 to change the volume attribute (step 1808). If it is not necessary to change the volume attribute of the storage system 101, the process proceeds to step 1809.

一方、ボリューム保護管理プログラム212は、ストレージシステム管理者が指定したボリューム保護方式が外部ストレージシステム102の論理ボリュームのボリューム属性の変更を伴うものであるか否かを判別する(ステップ1809)。   On the other hand, the volume protection management program 212 determines whether or not the volume protection method designated by the storage system administrator is accompanied by a change in the volume attribute of the logical volume of the external storage system 102 (step 1809).

外部ストレージシステム102のボリューム属性の変更を伴うものである場合、ボリューム保護管理プログラム212は、その属性変更が書き込み禁止もしくは書き込み禁止および読み出し禁止であるか否かを判別する(ステップ1810)。   If the change is accompanied by a change in the volume attribute of the external storage system 102, the volume protection management program 212 determines whether the attribute change is write prohibition or write prohibition and read prohibition (step 1810).

書き込み禁止もしくは書き込み禁止および読み出し禁止である場合、ボリューム保護管理プログラム212は、ストレージシステム101にキャッシュモードのオフと、キャッシュ117内データの全転送を指示する(ステップ1811)。ストレージシステム101の外部接続制御プログラム312は、ボリューム表301のキャッシュモードをオフに書き換え、仮想ボリューム322に対する書き込みデータで、キャッシュ117に残っているものをすべてストレージシステム102に書き込む。外部ストレージシステム102から書き込み完了通知を受け取った時点で、外部接続制御プログラム312は、キャッシュモード変更完了の通知を管理サーバ103に出力する。   In the case of write prohibition or write prohibition and read prohibition, the volume protection management program 212 instructs the storage system 101 to turn off the cache mode and to transfer all data in the cache 117 (step 1811). The external connection control program 312 of the storage system 101 rewrites the cache mode of the volume table 301 to off, and writes all the write data for the virtual volume 322 that remains in the cache 117 to the storage system 102. When the write completion notification is received from the external storage system 102, the external connection control program 312 outputs a cache mode change completion notification to the management server 103.

一方、書き込み禁止もしくは書き込み禁止および読み出し禁止でない場合、そのままステップ1812に進む。   On the other hand, if it is not write prohibition or write prohibition and read prohibition, the process proceeds to step 1812 as it is.

ボリューム保護管理プログラム212は、外部ストレージシステム102にボリューム属性の変更を行うよう指示し(ステップ1812)、処理を終了する。なお、ステップ1809において、外部ストレージシステム102のボリューム属性の変更が不要な場合は、そのまま終了する。   The volume protection management program 212 instructs the external storage system 102 to change the volume attribute (step 1812), and ends the process. If it is not necessary to change the volume attribute of the external storage system 102 in step 1809, the process ends.

次に、ボリューム保護管理プログラム212にボリューム属性の変更を行うよう指示されたストレージシステム101が、ボリューム属性を変更する動作について説明する。図21は、ストレージシステム101が、ボリューム属性を変更する動作の一例を示すフローチャートである。なお、外部ストレージシステム102もボリューム保護管理プログラム212から指示を受けた場合には同様の動作を行う。   Next, an operation in which the storage system 101 instructed to change the volume attribute by the volume protection management program 212 changes the volume attribute will be described. FIG. 21 is a flowchart illustrating an example of an operation in which the storage system 101 changes a volume attribute. The external storage system 102 performs the same operation when receiving an instruction from the volume protection management program 212.

ストレージシステム101は、管理サーバ103から特定の論理ボリュームのボリューム属性を変更する指示を受け取る(ステップ1901)。ボリューム属性の変更指示には、ボリューム属性を変更する論理ボリュームを特定する情報、ボリューム属性、保持期間が含まれる。   The storage system 101 receives an instruction to change the volume attribute of a specific logical volume from the management server 103 (step 1901). The volume attribute change instruction includes information for specifying a logical volume whose volume attribute is to be changed, a volume attribute, and a retention period.

ボリューム属性制御プログラム311は、ボリューム表301から、ボリューム属性の変更を指示された論理ボリュームに現在設定されているボリューム属性およびその保持期間を抽出する(ステップ1902)。具体的には、ボリューム表301を参照し、管理サーバ103から指定された論理ボリュームの識別であるLU#に対応づけてボリューム属性列902および保持期間列905に格納されているボリューム属性および保持期間を読み出す。   The volume attribute control program 311 extracts from the volume table 301 the volume attribute currently set for the logical volume instructed to change the volume attribute and its retention period (step 1902). Specifically, referring to the volume table 301, the volume attributes and retention periods stored in the volume attribute column 902 and the retention period column 905 in association with the LU # that is the identification of the logical volume designated from the management server 103. Is read.

テーブル管理プログラム316は、管理サーバ103からの変更指示と読み出し結果とから、ボリューム属性が変更可能か否かを判断する(ステップ1903)。ここで、ボリューム属性が変更可能と判断されるのは、以下の条件のいずれかに合致する場合である。
1.現在設定されている属性が、Read/Write属性である場合。
2.現在設定されている属性がRead Only属性もしくはProtect属性であり、保持期間が0である場合。
3.同属性で保持期間を延長する場合。
4.現在設定されている属性がRead Only属性であり、変更する属性が現在設定されている保持期間より長いProtect属性である場合。
The table management program 316 determines from the change instruction from the management server 103 and the read result whether the volume attribute can be changed (step 1903). Here, the volume attribute is determined to be changeable when it meets any of the following conditions.
1. When the currently set attribute is Read / Write attribute.
2. When the currently set attribute is Read Only attribute or Protect attribute and the retention period is 0.
3. When extending the retention period with the same attribute.
4). The currently set attribute is a Read Only attribute, and the attribute to be changed is a Protect attribute that is longer than the currently set retention period.

上述のように、ボリューム属性制御プログラム311は、保持期間の短縮となるボリューム属性の変更は受け付けない。すなわち、Protect属性に設定されている場合、保持期間中は、他の属性に変更できない。また、Read Only属性に設定されている場合、保持期間中は、残存する保持期間以上の長さの保持期間を有するProtect属性にしか変更できない。Read Only属性もしくはProtect属性いずれの属性も、さらに長い保持期間を設定することは可能である。これにより、保持期間の延長ができる。   As described above, the volume attribute control program 311 does not accept a change in volume attribute that shortens the retention period. That is, when the Protect attribute is set, it cannot be changed to another attribute during the retention period. When the Read Only attribute is set, the Protect attribute can only be changed to a Protect attribute having a retention period longer than the remaining retention period during the retention period. It is possible to set a longer retention period for both the Read Only attribute and the Protect attribute. Thereby, the retention period can be extended.

上記の条件に合致し、ボリューム属性の変更が可能と判断した場合、テーブル管理プログラム316は、ボリューム表301のボリューム属性および保持期間を書き換え、管理サーバ103にボリューム属性の変更が完了したことを通知し(ステップ1904)、処理を終了する。   When it is determined that the volume attribute can be changed according to the above conditions, the table management program 316 rewrites the volume attribute and the retention period of the volume table 301 and notifies the management server 103 that the change of the volume attribute is completed. (Step 1904), and the process ends.

一方、ボリューム属性変更が不可能と判断した場合、ボリューム属性変更不可を管理サーバ103に通知し(ステップ1905)、処理を終了する。   On the other hand, if it is determined that the volume attribute cannot be changed, the management server 103 is notified that the volume attribute cannot be changed (step 1905), and the process is terminated.

次に、ストレージシステム101が、業務ホスト104から、論理ボリューム群320を構成する論理ボリュームに対する読み出しまたは書き込み操作を受けた場合の動作について説明する。図22および図23は、業務ホスト104から論理ボリューム群320を構成する論理ボリュームに対する読み出しまたは書き込み操作を受けた際のストレージシステム101の動作の一例を示すフローチャートである。読み出しまたは書き込みの操作をまとめてアクセス要求と呼ぶ。   Next, an operation when the storage system 101 receives a read or write operation from the business host 104 to a logical volume constituting the logical volume group 320 will be described. 22 and 23 are flowcharts showing an example of the operation of the storage system 101 when receiving a read or write operation from the business host 104 to the logical volumes constituting the logical volume group 320. A read or write operation is collectively called an access request.

ストレージシステム101は、業務ホスト104から、所定の論理ボリュームに対しアクセス要求を受け取る(ステップ2101)。   The storage system 101 receives an access request for a predetermined logical volume from the business host 104 (step 2101).

アクセス管理プログラム317は、ボリューム表301を参照し、アクセス要求の対象の論理ボリュームのボリューム属性を読み出し、アクセス要求の操作が禁止されているか否かを判別する(ステップ2102、2103)。   The access management program 317 refers to the volume table 301, reads the volume attribute of the logical volume that is the access request target, and determines whether or not the access request operation is prohibited (steps 2102 and 2103).

アクセス要求の操作が禁止されている場合、アクセス管理プログラム317は、業務ホスト104に、アクセス拒否を通知し(ステップ2104)、処理を終了する。   When the operation of the access request is prohibited, the access management program 317 notifies the business host 104 of access refusal (step 2104) and ends the process.

一方、アクセス要求の操作が許可されている場合、アクセス管理プログラム317は、当該論理ボリュームが仮想ボリューム322であるか実ボリューム321であるか判別する(ステップ2105)。すなわち、外部ボリューム表303にアクセスし、指定された論理ボリュームの識別情報(LU#)がLU#列1101に格納されているか否かを判別する。格納されていない場合、当該論理ボリュームは、実ボリューム321であると判別し、格納されている場合、当該論理ボリュームは、仮想ボリューム322、すなわち、外部ストレージシステム102の論理ボリューム群420を構成する論理ボリュームであると判別する。   On the other hand, when the access request operation is permitted, the access management program 317 determines whether the logical volume is a virtual volume 322 or a real volume 321 (step 2105). In other words, the external volume table 303 is accessed to determine whether or not the identification information (LU #) of the designated logical volume is stored in the LU # column 1101. If it is not stored, it is determined that the logical volume is a real volume 321, and if it is stored, the logical volume is a virtual volume 322, that is, a logical volume constituting the logical volume group 420 of the external storage system 102. Determine that it is a volume.

アクセスの対象が実ボリューム321である場合、アクセス管理プログラム317は、当該実ボリューム321にアクセスし、業務ホスト104に結果を返し(ステップ2106)、処理を終了する。   If the access target is the real volume 321, the access management program 317 accesses the real volume 321, returns the result to the business host 104 (step 2106), and ends the processing.

一方、アクセスの対象が外部ストレージシステム102の論理ボリュームである仮想ボリューム322である場合、図23のステップ2107に移行し、アクセス管理プログラム317は、キャッシュモードが有効か無効かを判別する(ステップ2107)。すなわち、ボリューム表301にアクセスし、当該論理ボリュームの識別情報(LU#)がLU#列901に格納されているエントリのキャッシュモードがオンかオフか(有効か無効か)を読み出し判別する(ステップ2107)。   On the other hand, when the access target is the virtual volume 322 that is a logical volume of the external storage system 102, the process proceeds to step 2107 in FIG. 23, and the access management program 317 determines whether the cache mode is valid or invalid (step 2107). ). That is, the volume table 301 is accessed, and it is determined whether or not the cache mode of the entry in which the logical volume identification information (LU #) is stored in the LU # column 901 is on or off (valid or invalid) (step) 2107).

キャッシュモードが有効である場合、アクセス管理プログラム317は、業務ホスト104からのアクセス要求における操作が書き込み要求であるか読み出し要求であるかを判別する(ステップ2108)。キャッシュモードが無効である場合、処理をステップ2112に進める。   If the cache mode is valid, the access management program 317 determines whether the operation in the access request from the business host 104 is a write request or a read request (step 2108). If the cache mode is invalid, the process proceeds to Step 2112.

書き込み要求である場合、アクセス管理プログラム317は、キャッシュ117に書き込む(ステップ2109)。   If the request is a write request, the access management program 317 writes to the cache 117 (step 2109).

読み出し要求である場合、キャッシュ117を検索し、データが存在するかどうかをチェックする(ステップ2110)。そして、データが存在する場合、キャッシュ117上のデータを業務ホスト104へ返す(ステップ2111)。   If it is a read request, the cache 117 is searched to check whether data exists (step 2110). If the data exists, the data on the cache 117 is returned to the business host 104 (step 2111).

一方、データがキャッシュ117上にない場合、または、キャッシュモードがオフであった場合、外部接続制御プログラム312は、外部ストレージシステム102にアクセス要求を出力する(ステップ2112)。   On the other hand, if the data is not in the cache 117 or if the cache mode is off, the external connection control program 312 outputs an access request to the external storage system 102 (step 2112).

外部ストレージシステム102からアクセス結果が返ってきた場合、アクセス管理プログラム317は、業務ホスト104にアクセス結果を返す(ステップ2113、2114)し、処理を終了する。   When an access result is returned from the external storage system 102, the access management program 317 returns the access result to the business host 104 (steps 2113 and 2114), and the process is terminated.

ここで、外部ストレージシステム102からアクセス拒否の結果が返ってくる場合、もしくは、アクセス要求がタイムアウトした場合、アクセス管理プログラム317は、業務ホスト104に、アクセス拒否を通知し(ステップ2115)処理を終了する。   If an access rejection result is returned from the external storage system 102 or the access request times out, the access management program 317 notifies the business host 104 of the access rejection (step 2115) and ends the processing. To do.

次に、ストレージシステム101から外部ストレージシステム102へのアクセス要求があった際の、外部ストレージシステム102における処理について説明する。図24は、ストレージシステム101から外部ストレージシステム102へのアクセス要求処理時の外部ストレージシステム102の動作の一例を示すフローチャートである。   Next, processing in the external storage system 102 when there is an access request from the storage system 101 to the external storage system 102 will be described. FIG. 24 is a flowchart showing an example of the operation of the external storage system 102 when processing an access request from the storage system 101 to the external storage system 102.

外部ストレージシステム102は、ストレージシステム101から論理ボリューム群420を構成する論理ボリュームへのアクセス要求を受け取る(ステップ2201)。   The external storage system 102 receives an access request to the logical volumes constituting the logical volume group 420 from the storage system 101 (step 2201).

外部ストレージシステム102のアクセス管理プログラム417は、ボリューム表401を参照し、アクセス要求の対象である論理ボリュームのボリューム属性が、当該アクセス要求で要求される操作を許可しているか否かを判別する(ステップ2202、2203)。   The access management program 417 of the external storage system 102 refers to the volume table 401 and determines whether or not the volume attribute of the logical volume that is the target of the access request permits the operation requested by the access request ( Step 2202, 2203).

許可されていると判別した場合、アクセス管理プログラム417は、アクセス要求の対象である論理ボリュームにアクセスし、ストレージシステム101に結果を返し(ステップ2204)、処理を終了する。   If it is determined that the access is permitted, the access management program 417 accesses the logical volume that is the target of the access request, returns the result to the storage system 101 (step 2204), and ends the process.

一方、許可されていないと判別した場合、アクセス管理プログラム417は、ストレージシステム101に、アクセス拒否を通知し(ステップ2205)処理を終了する。   On the other hand, if it is determined that the access is not permitted, the access management program 417 notifies the storage system 101 of access refusal (step 2205) and ends the process.

尚、図22、23及び24には主に、ストレージシステム101のアクセス管理プログラム317、外部ストレージシステム102のアクセス管理プログラム417によって実行される処理が説明されている。しかし、もしストレージシステム101若しくは外部ストレージシステム102がアクセス要求を受信した際に、ストレージシステム101や外部ストレージシステム102がアクセス保護プログラム313もしくは413を有していて、これらのプログラムが起動されていたら、図22、23、及び24にて説明した処理に加えて、更に追加の処理が必要になる。そこで、以下にこの追加処理について説明する。   22, 23, and 24 mainly describe processing executed by the access management program 317 of the storage system 101 and the access management program 417 of the external storage system 102. However, if the storage system 101 or the external storage system 102 has the access protection program 313 or 413 when the storage system 101 or the external storage system 102 receives the access request, and these programs are activated, In addition to the processing described in FIGS. 22, 23, and 24, additional processing is required. Therefore, this additional process will be described below.

ストレージシステム101がアクセス保護制御プログラム313を有しており、このプログラムが起動されている場合、図22のステップ2101の後に以下に説明するステップA−ステップCが挿入される。
ステップA)アクセス保護制御プログラム313が、アクセス要求中に含まれているアクセス要求の発行元(即ち、アクセス要求を発行した業務ホスト等)の識別情報をチェックし、ホストテーブルを参照して、アクセス要求の発行元がアクセス要求の対象となっている論理ボリュームへのアクセスを許可されているか否かを決定する。
ステップB)アクセス要求の発行元が当該論理ボリュームへのアクセスを許可されている場合には、ステップ2102以降の処理が引き続き実行される。
ステップC)もしアクセス要求の発行元が当該論理ボリュームへのアクセスを許可されていない場合には、この時点で処理が終了される。
When the storage system 101 has the access protection control program 313 and this program is activated, Step A to Step C described below are inserted after Step 2101 in FIG.
Step A) The access protection control program 313 checks the identification information of the access request issuing source (that is, the business host that issued the access request) included in the access request, and accesses the host table by referring to the host table. It is determined whether or not the request issuer is permitted to access the logical volume that is the target of the access request.
Step B) If the issuer of the access request is permitted to access the logical volume, the processing after step 2102 is continued.
Step C) If the issuer of the access request is not permitted to access the logical volume, the process is terminated at this point.

外部ストレージシステム102の場合にも、同様の処理が追加される。即ち、外部ストレージシステム102がアクセス保護制御プログラム413を有していて、このプログラムが起動されている場合、図24の2201以降に以下のステップD−ステップFが追加される。
ステップD)アクセス保護制御プログラム413が、アクセス要求中に含まれているアクセス要求の発行元(即ち、ストレージシステム101が有する外部接続用インタフェース115)の識別情報をチェックし、ホストテーブルを参照して、アクセス要求の発行元がアクセス要求の対象となっている論理ボリュームへのアクセスを許可されているか否かを決定する。
ステップE)アクセス要求の発行元が当該論理ボリュームへのアクセスを許可されている場合には、ステップ2202以降の処理が実行される。
ステップF)アクセス要求の発行元が当該論理ボリュームへのアクセスを許可されていない場合には、この時点で処理が終了となる。
In the case of the external storage system 102, similar processing is added. That is, when the external storage system 102 has the access protection control program 413 and this program is activated, the following steps D to F are added after 2201 in FIG.
Step D) The access protection control program 413 checks the identification information of the access request issuer included in the access request (that is, the external connection interface 115 of the storage system 101), and refers to the host table. Then, it is determined whether or not the issuer of the access request is permitted to access the logical volume that is the target of the access request.
Step E) If the issuer of the access request is permitted to access the logical volume, the processing after step 2202 is executed.
Step F) If the issuer of the access request is not permitted to access the logical volume, the process ends at this point.

次に、ストレージシステム101から外部ストレージシステム102にデータを書き込む際の処理について説明する。本処理は、業務ホスト104からのアクセス要求が書き込みであり、キャッシュモードがオフの場合は、業務ホスト104からアクセス要求があった時点、すなわち、図23のフローにおいてステップ2112で行われる。一方、業務ホスト104からのアクセス要求が書き込みであり、キャッシュモードがオンの場合は、任意の時点、例えばストレージシステム101の処理負荷が低い時点で行われる処理である。   Next, processing when data is written from the storage system 101 to the external storage system 102 will be described. This process is performed when the access request from the business host 104 is writing and the cache mode is OFF, at the time when the access request is received from the business host 104, that is, in step 2112 in the flow of FIG. On the other hand, when the access request from the business host 104 is a write and the cache mode is on, the process is performed at an arbitrary time, for example, when the processing load of the storage system 101 is low.

図25は、ストレージシステム101から、外部ストレージシステム102にデータを書き込む時のストレージシステム101の動作の一例を示すフローチャートである。   FIG. 25 is a flowchart showing an example of the operation of the storage system 101 when data is written from the storage system 101 to the external storage system 102.

アクセス管理プログラム317は、ストレージシステム101が暗号化プログラム314を保持しているか否かを判別する(ステップ2401)。ストレージシステム101が暗号化書き込みプログラム314を保持している場合、暗号化書き込みプログラム314は、外部ストレージシステム102に書き込むデータを、暗号鍵を用いて暗号化する(ステップ2402)。   The access management program 317 determines whether or not the storage system 101 holds the encryption program 314 (step 2401). When the storage system 101 holds the encrypted write program 314, the encrypted write program 314 encrypts data to be written to the external storage system 102 using an encryption key (step 2402).

外部接続制御プログラム312は、書き込みデータまたは暗号化済書き込みデータを外部ストレージシステム102に書き込む(ステップ2403)。   The external connection control program 312 writes the write data or the encrypted write data to the external storage system 102 (step 2403).

ストレージシステム101は、外部ストレージシステム102から、書き込み完了の通知を受け取り(ステップ2404)、処理を終了する。   The storage system 101 receives a write completion notification from the external storage system 102 (step 2404) and ends the process.

以上、本実施形態によれば、第二のストレージシステム(外部ストレージシステム102)のボリュームを第一のストレージシステム(ストレージシステム101)のボリュームとして、業務ホスト104に提供する情報処理システムにおいて、外部ストレージシステム102の論理ボリュームの読み出しおよび書き込みの禁止/許可といったボリューム保護に関する属性変更を、管理サーバ103を介して行うことができる。管理サーバ103がストレージシステム101および外部ストレージシステム102の情報を集約し、予め定めた規則に従って、選択可能なボリューム保護方式をストレージシステム管理者に提示する。ストレージシステム管理者は提示されたボリューム保護方式の中から選択すればよい。このため、ストレージシステム管理者は、情報処理システム内の各ストレージシステムの可能な保護方式を抽出し組み合わせによる保護方式を検討する必要がなくなり、ストレージシステム管理者による設定ミスが減少し、設定の精度が高まるとともに、ストレージシステム管理者の業務を簡略化できる。   As described above, according to the present embodiment, in the information processing system that provides the business host 104 with the volume of the second storage system (external storage system 102) as the volume of the first storage system (storage system 101), the external storage An attribute change related to volume protection such as reading / writing prohibition / permission of the logical volume of the system 102 can be performed via the management server 103. The management server 103 aggregates information of the storage system 101 and the external storage system 102 and presents a selectable volume protection method to the storage system administrator according to a predetermined rule. The storage system administrator may select from the presented volume protection methods. This eliminates the need for the storage system administrator to extract possible protection methods for each storage system in the information processing system and to consider a combination protection method, thereby reducing setting mistakes by the storage system administrator and setting accuracy. As a result, the operations of storage system administrators can be simplified.

図1は、本実施形態の情報処理システムのシステム構成図である。FIG. 1 is a system configuration diagram of an information processing system according to the present embodiment. 図2は、本実施形態ストレージシステムの機能構成図である。FIG. 2 is a functional configuration diagram of the storage system of this embodiment. 図3は、本実施形態の外部ストレージシステムの機能構成図である。FIG. 3 is a functional configuration diagram of the external storage system of this embodiment. 図4は、本実施形態の管理サーバの機能構成図である。FIG. 4 is a functional configuration diagram of the management server of this embodiment. 図5は、本実施形態のストレージ表の一例を示す図である。FIG. 5 is a diagram showing an example of the storage table of this embodiment. 図6は、本実施形態のアクセス保護対応表の一例を示す図である。FIG. 6 is a diagram illustrating an example of an access protection correspondence table according to the present embodiment. 図7は、本実施形態のマッピング表の一例を示す図である。FIG. 7 is a diagram showing an example of the mapping table of the present embodiment. 図8は、本実施形態のボリューム対応表の一例を示す図である。FIG. 8 is a diagram showing an example of the volume correspondence table of the present embodiment. 図9は、本実施形態のボリューム表の一例を示す図であるFIG. 9 is a diagram showing an example of the volume table of the present embodiment. 図10は、本実施形態のポート表の一例を示す図である。FIG. 10 is a diagram illustrating an example of the port table of the present embodiment. 図11は、本実施形態の外部ボリューム表の一例を示す図である。FIG. 11 is a diagram showing an example of the external volume table of the present embodiment. 図12は、本実施形態のホスト表の一例を示す図である。FIG. 12 is a diagram illustrating an example of a host table according to the present embodiment. 図13は、本実施形態のボリューム検索画面の一例である。FIG. 13 is an example of a volume search screen according to the present embodiment. 図14は、本実施形態のボリューム属性変更画面の一例である。FIG. 14 is an example of a volume attribute change screen according to this embodiment. 図15は、本実施形態のシステム構成定義時の管理サーバの動作の一例を示すフローチャートである。FIG. 15 is a flowchart illustrating an example of the operation of the management server at the time of system configuration definition according to this embodiment. 図16は、本実施形態のシステム構成定義時のストレージシステムの動作の一例を示すフローチャートである。FIG. 16 is a flowchart showing an example of the operation of the storage system at the time of system configuration definition of this embodiment. 図17は、本実施形態のボリューム登録操作時の管理サーバの動作の一例を示すフローチャートである。FIG. 17 is a flowchart showing an example of the operation of the management server during the volume registration operation of this embodiment. 図18は、本実施形態のボリューム登録操作時のストレージシステムの動作の一例を示すフローチャートである。FIG. 18 is a flowchart showing an example of the operation of the storage system during the volume registration operation of this embodiment. 図19は、本実施形態のボリューム保護操作時の管理サーバの動作の一例を示すフローチャートである。FIG. 19 is a flowchart showing an example of the operation of the management server during the volume protection operation of this embodiment. 図20は、本実施形態のボリューム保護操作時の管理サーバの動作の一例を示すフローチャートである。FIG. 20 is a flowchart showing an example of the operation of the management server during the volume protection operation of this embodiment. 図21は、本実施形態のストレージシステムがボリューム属性を変更する動作の一例を示すフローチャートである。FIG. 21 is a flowchart showing an example of an operation in which the storage system of this embodiment changes a volume attribute. 図22は、本実施形態のストレージシステムがアクセス要求を受けた際の動作の一例を示すフローチャートである。FIG. 22 is a flowchart showing an example of the operation when the storage system of this embodiment receives an access request. 図23は、本実施形態のアクセス要求を受けた際のストレージシステムの動作の一例を示すフローチャートである。FIG. 23 is a flowchart showing an example of the operation of the storage system when receiving an access request of this embodiment. 図24は、本実施形態のアクセス要求を受けた際の外部ストレージシステムの動作の一例を示すフローチャートである。FIG. 24 is a flowchart showing an example of the operation of the external storage system when receiving an access request of this embodiment. 図25は、本実施形態の外部ストレージシステムにデータを書き込む時のストレージシステムの動作の一例を示すフローチャートである。FIG. 25 is a flowchart showing an example of the operation of the storage system when data is written to the external storage system of this embodiment.

符号の説明Explanation of symbols

100:情報処理システム、101:ストレージシステム、102:外部ストレージシス
テム、103:管理サーバ、104:業務ホスト、141:ネットワーク、143:ネッ
トワーク、111:プロセッサ、112:メモリ、113:業務ホスト用インターフェイ
ス、114:管理サーバ用インターフェイス、115:外部接続用インターフェイス、1
16:ハードディスク、117:キャッシュメモリ、121:プロセッサ、122:メモ
リ、123:業務ホスト用インターフェイス、124:管理サーバ用インターフェイス、
126:ハードディスク、127:キャッシュメモリ、131:プロセッサ、132:メ
モリ、133:インターフェイス、134:モニタ、135:入力デバイス、136:ハ
ードディスク
100: Information processing system, 101: Storage system, 102: External storage system, 103: Management server, 104: Business host, 141: Network, 143: Network, 111: Processor, 112: Memory, 113: Business host interface 114: Management server interface 115: External connection interface 1
16: hard disk, 117: cache memory, 121: processor, 122: memory, 123: business host interface, 124: management server interface,
126: hard disk, 127: cache memory, 131: processor, 132: memory, 133: interface, 134: monitor, 135: input device, 136: hard disk

Claims (16)

第一のストレージシステムと、前記第一のストレージシステムに接続される第二のストレージシステムと、前記第一のストレージシステムおよび前記第二のストレージシステムに接続される管理装置とを備える情報処理システムであって、
前記第一のストレージシステムは、
自身が有する1以上の第一のボリュームをホスト計算機に論理ボリュームとして提供する実ボリュームと、
前記第二のストレージシステムが有する1以上の第二のボリュームを前記ホスト計算機に論理ボリュームとして提供する仮想ボリュームとを備え、
前記管理装置は、
前記第一のストレージシステムが提供する前記論理ボリューム内のデータを保護する機能(第一のボリューム保護機能)を特定する情報を当該第一のストレージシステムから収集して保持するとともに、前記第二のストレージシステムが有する前記第二のボリューム内のデータを保護する機能(第二のボリューム保護機能)を特定する情報を当該第二のストレージシステムから収集し保持するボリューム保護機能保持手段と、
ユーザから前記第二のボリューム内のデータを保護する指示を受け付けると、前記ボリューム保護機能保持手段を参照し、前記第一のボリューム保護機能および前記第二のボリューム保護機能を組み合わせて選択可能な前記第二のボリューム内のデータを保護する方式(第二のボリューム保護方式)を生成し、ユーザに提示するボリューム保護管理手段と、
を備えることを特徴とする情報処理システム。
An information processing system comprising: a first storage system; a second storage system connected to the first storage system; and a management device connected to the first storage system and the second storage system. There,
The first storage system is
A real volume that provides the host computer with one or more first volumes as a logical volume;
A virtual volume that provides one or more second volumes of the second storage system as logical volumes to the host computer;
The management device
Information specifying the function (first volume protection function) for protecting the data in the logical volume provided by the first storage system is collected from the first storage system and held, and the second storage system Volume protection function holding means for collecting and holding information identifying the function (second volume protection function) for protecting data in the second volume of the storage system from the second storage system;
When receiving an instruction to protect the data in the second volume from the user, the volume protection function holding unit is referred to, and the first volume protection function and the second volume protection function can be selected in combination. Volume protection management means for generating a method for protecting data in the second volume (second volume protection method) and presenting it to the user;
An information processing system comprising:
請求項1記載の情報処理システムであって、
前記論理ボリュームおよび前記第二のボリューム(以後、両者をまとめてボリュームと呼ぶ。)それぞれは、当該ボリュームからのデータの読み出しの禁止または許可、および、当該ボリュームへのデータの書き込みの禁止または許可を示す属性を備え、
前記ボリューム保護機能保持手段には、
前記第一のボリューム保護機能として、
前記ホスト計算機からのアクセスを所定の前記論理ボリュームに制限する第一のアクセス保護がなされているか否かと、
前記論理ボリュームそれぞれに対し、前記属性を設定する第一のボリューム属性制御機能の有無と、
前記第一のストレージシステムから前記第二のストレージシステムへデータを書き込む際に、暗号化して書き込む暗号書込が行われているか否かと、が保持され、
前記第二のボリューム保護機能として
前記第一のストレージシステムからのアクセスを所定の前記第二のボリュームに制限する第二のアクセス保護がなされているか否かと、
前記第二のボリュームそれぞれに対し、前記属性を設定する第二のボリューム属性制御機能の有無と、が保持されること
を特徴とする情報処理システム。
An information processing system according to claim 1,
Each of the logical volume and the second volume (hereinafter collectively referred to as a volume) prohibits or permits reading of data from the volume and prohibits or permits writing of data to the volume. With attributes to show,
The volume protection function holding means includes
As the first volume protection function,
Whether or not the first access protection for restricting access from the host computer to the predetermined logical volume is made;
The presence or absence of a first volume attribute control function for setting the attribute for each of the logical volumes;
When writing data from the first storage system to the second storage system, whether or not encrypted writing is performed is held,
Whether or not the second volume protection function is a second access protection that restricts access from the first storage system to the predetermined second volume,
An information processing system, wherein the presence or absence of a second volume attribute control function for setting the attribute is held for each of the second volumes.
請求項2記載の情報処理システムであって、
前記ボリューム保護管理手段は、
前記ボリューム保護機能保持手段に、前記第一のアクセス保護および前記第二のアクセス保護がなされ、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能が有りと保持されている場合、当該第一のボリューム属性制御機能と当該第二のボリューム属性制御機能との少なくとも一方を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能保持手段に、前記第一のアクセス保護および前記暗号化書込がなされ、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能が有りと保持されている場合、少なくとも前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能保持手段に、前記第一のアクセス保護がなされ、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能が有りと保持されている場合、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能保持手段に、前記第一のアクセス保護および前記第二のアクセス保護がなされ、前記第一のボリューム属性制御機能が有りと保持されている場合、前記第一のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能保持手段に、前記第一のアクセス保護および前記第二のアクセス保護がなされ、前記第二ボリューム属性制御機能が有りと保持されている場合、前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能保持手段に、前記第一のアクセス保護および前記暗号化書込がなされ、前記第二のボリューム属性制御機能が有りと保持されている場合、前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成すること
を特徴とする情報処理システム。
An information processing system according to claim 2,
The volume protection management means includes
When the first access protection and the second access protection are made in the volume protection function holding means, and the first volume attribute control function and the second volume attribute control function are held as being present, A method of protecting the second volume using at least one of the first volume attribute control function and the second volume attribute control function is generated as the second volume protection method,
When the first access protection and the encrypted writing are performed in the volume protection function holding unit and the first volume attribute control function and the second volume attribute control function are held as being present, at least A method for protecting the second volume using the second volume attribute control function is generated as the second volume protection method,
When the first access protection is performed in the volume protection function holding means and the first volume attribute control function and the second volume attribute control function are held, the first volume attribute control A method of protecting the second volume using the function and the second volume attribute control function, and generating as the second volume protection method,
If the first access protection and the second access protection are made in the volume protection function holding means and the first volume attribute control function is held, the first volume attribute control function is A method for protecting the second volume using the second volume protection method,
When the first access protection and the second access protection are made in the volume protection function holding means and the second volume attribute control function is held, the second volume attribute control function is used. And generating a method for protecting the second volume as the second volume protection method,
When the first access protection and the encrypted writing are performed in the volume protection function holding means and the second volume attribute control function is held, the second volume attribute control function is used. And generating a method for protecting the second volume as the second volume protection method.
請求項3記載の情報処理システムであって、
前記ボリューム保護管理手段が提示した第二のボリューム保護方式からユーザの選択を受け付ける受付手段と、
前記受付手段で選択された第二のボリューム保護方式に従って、第一のストレージおよび前記第二のストレージにそれぞれに前記属性の変更を指示する属性変更指示手段と、を備えること
を特徴とする情報処理システム。
An information processing system according to claim 3,
Accepting means for accepting a user's selection from the second volume protection method presented by the volume protection management means;
In accordance with the second volume protection method selected by the accepting means, an attribute change instructing means for instructing the first storage and the second storage to change the attribute respectively. system.
請求項4記載の情報処理システムであって、
前記属性は、書き込み禁止および/または読み出し禁止の場合、有効期間をさらに備え、
前記第一のストレージシステムは、前記管理装置から所定の前記論理ボリュームの前記属性を変更する指示を受け付けると、当該論理ボリュームの前記属性と比較し、変更が可能ならば変更し、変更結果を、変更が不可能ならば変更が不可能な旨を前記管理装置に返信する第一の属性変更手段を備え、
前記第二のストレージシステムは、前記管理装置から所定の前記第二のボリュームの前記属性を変更する指示を受け付けると、該論理ボリュームの前記属性と比較し、変更が可能ならば変更し、変更結果を、変更が不可能ならば変更が不可能な旨を前記管理装置に返信する第二の属性変更手段を備えること
を特徴とする情報処理システム。
An information processing system according to claim 4,
The attribute further includes a validity period in the case of write prohibition and / or read prohibition,
When the first storage system receives an instruction to change the attribute of the predetermined logical volume from the management device, the first storage system compares the attribute with the attribute of the logical volume, changes if possible, and changes the change result, A first attribute changing means for returning to the management device that the change is impossible if the change is impossible;
When the second storage system receives an instruction to change the attribute of the predetermined second volume from the management apparatus, the second storage system compares the attribute with the attribute of the logical volume, changes if possible, and changes the result. An information processing system comprising: second attribute changing means for returning to the management device that the change is impossible if the change is impossible.
請求項5記載の情報処理システムであって、
前記第一のストレージシステムおよび前記第二のストレージシステムが前記第管理装置から受け取る前記属性を変更する指示は、変更後の属性と、変更後の有効期間とを備え、
前記第一の属性変更手段は、前記属性が前記読み出しの禁止または前記書き込みの禁止とともに設定されている前記有効期間を短縮しない変更のみ変更可能と認め、
前記第二の属性変更手段は、前記属性が前記読み出しの禁止または前記書き込みの禁止とともに設定されている前記有効期間を短縮しない変更のみ変更可能と認めること
を特徴とする情報処理システム。
An information processing system according to claim 5,
The instruction to change the attribute received from the first management device by the first storage system and the second storage system comprises a changed attribute and a valid period after the change,
The first attribute changing means recognizes that the attribute can only be changed without shortening the effective period set together with the prohibition of reading or the prohibition of writing,
The information processing system according to claim 2, wherein the second attribute changing unit recognizes that only a change in which the attribute is set together with the prohibition of reading or the prohibition of writing is not shortened.
請求項4、5または6記載の情報処理システムであって、
前記第一のストレージシステムは、
データを一時的に保持するキャッシュと、
前記ホスト計算機からの前記仮想ボリュームへのアクセスに対し、前記キャッシュを用いて処理を行うか否かを制御するキャッシュモード制御手段とをさらに備え、
前記ボリューム保護管理手段は、
前記受付手段で受け付けた前記第二のボリューム保護方式に、前記第二のボリューム属性制御機能により書込みを禁止する処理が含まれる場合、前記キャッシュモード制御手段に、前記キャッシュを用いて処理を行わないよう制御させるとともに、前記キャッシュ内に保持されているデータを全て前記第二のストレージに転送するよう指示すること
を特徴とする情報処理システム。
The information processing system according to claim 4, 5 or 6,
The first storage system is
A cache that temporarily holds data,
Cache mode control means for controlling whether or not processing is performed using the cache for access to the virtual volume from the host computer,
The volume protection management means includes
When the second volume protection method received by the receiving unit includes a process for prohibiting writing by the second volume attribute control function, the cache mode control unit does not perform processing using the cache. And an instruction to transfer all data held in the cache to the second storage.
請求項7記載の情報処理システムであって、
前記第一のストレージシステムは、
前記ホスト計算機からの前記仮想ボリュームへのアクセスの要求(アクセス要求)を受け付けた場合、当該仮想ボリュームへのアクセスの可否を判別するアクセス確認手段と、
前記アクセス確認手段においてアクセスが許可されていると判別した場合、前記キャッシュモード制御手段によりキャッシュを用いて処理を行うよう制御されているか否かを判別するキャッシュモード判別手段と、
前記キャッシュモード判別手段において、前記キャッシュを用いて処理を行うよう制御されていると判別された場合、前記アクセス要求が書き込みであれば、前記キャッシュに書き込み、書き込み完了を前記ホスト計算機に返信し、前記アクセス要求が読み出しの場合、前記キャッシュにアクセスし、キャッシュ内に前記読み出し対象のデータがあれば、当該データを読み出して前記ホスト計算機に返信し、前記キャッシュを用いて処理を行うよう制御されていないと判別された場合は、前記第二のストレージに受け取った当該アクセス要求を転送し、前記第二のストレージから当該アクセス要求に対する返信として受け取った返信を前記ホスト計算機に返信するアクセス処理手段と、をさらに備えること
を特徴とする情報処理システム。
The information processing system according to claim 7,
The first storage system is
Access confirmation means for determining whether or not access to the virtual volume is accepted when an access request (access request) to the virtual volume is received from the host computer;
When it is determined that access is permitted in the access confirmation unit, a cache mode determination unit that determines whether the cache mode control unit is controlled to perform processing using a cache;
In the cache mode determination means, if it is determined that the process is controlled to use the cache, if the access request is a write, write to the cache, write completion is returned to the host computer, When the access request is a read, the cache is accessed, and if there is data to be read in the cache, the data is read and returned to the host computer, and processing is performed using the cache. If it is determined that there is not, an access processing means for transferring the access request received to the second storage and returning a reply received as a reply to the access request from the second storage to the host computer; An information processing system characterized by further comprising:
第一のストレージシステムと、前記第一のストレージシステムに接続される第二のストレージシステムと、前記第一のストレージシステムおよび前記第二のストレージシステムに接続される管理装置とを備える情報処理システムであって、前記第一のストレージシステムは、自身が有する1以上の第一のボリュームをホスト計算機に論理ボリュームとして提供する実ボリュームと、前記第二のストレージシステムが有する1以上の第二のボリュームを前記ホスト計算機に論理ボリュームとして提供する仮想ボリュームとを備える情報処理システムにおける前記第二のボリュームに保持される情報処理システムのボリューム保護方法であって、
ユーザから前記第二のボリューム内のデータを保護する指示を受け付けると、前記管理装置が、前記第一のストレージシステムが前記ホスト計算機に提供する前記論理ボリューム内のデータを保護する機能(第一のボリューム保護機能)を特定する情報を当該第一のストレージシステムから収集するとともに前記第二のストレージシステムが有する前記第二のボリューム内のデータを保護する機能(第二のボリューム保護機能)を特定する情報を当該第二のストレージシステムから収集しるボリューム保護機能収集ステップと、
前記第一のボリューム保護機能および前記第二のボリューム保護機能を組み合わせ、選択可能な前記第二のボリューム内のデータを保護する方式(第二のボリューム保護方式)を生成し、ユーザに提示するボリューム保護方式生成提示ステップと、を備えること
を特徴とする情報処理システムのボリューム保護方法。
An information processing system comprising: a first storage system; a second storage system connected to the first storage system; and a management device connected to the first storage system and the second storage system. The first storage system has one or more first volumes that it has as a logical volume to the host computer and one or more second volumes that the second storage system has. An information processing system volume protection method held in the second volume in an information processing system comprising a virtual volume provided as a logical volume to the host computer,
When receiving an instruction to protect the data in the second volume from the user, the management device protects the data in the logical volume provided by the first storage system to the host computer (first Information for identifying the volume protection function) is collected from the first storage system, and the function for protecting the data in the second volume of the second storage system (second volume protection function) is identified. A volume protection function collection step for collecting information from the second storage system;
Volume that combines the first volume protection function and the second volume protection function, generates a selectable method for protecting data in the second volume (second volume protection method), and presents the volume to the user A volume protection method for an information processing system, comprising: a protection method generation presentation step.
請求項9記載の情報処理システムのボリューム保護方法であって、
前記論理ボリュームおよび前記第二のボリューム(以後、両者をまとめてボリュームと呼ぶ。)それぞれは、当該ボリュームからのデータの読み出しの禁止または許可、および、当該ボリュームへのデータの書き込みの禁止または許可を示す属性を備え、
前記ボリューム保護機能収集ステップにおいて、
前記第一のボリューム保護機能として、
前記ホスト計算機からのアクセスを、所定の前記論理ボリュームに制限する第一のアクセス保護がなされているか否かと、
前記論理ボリュームそれぞれに対し、前記属性を設定する第一のボリューム属性制御機能の有無と、
前記第一のストレージシステムから前記第二のストレージシステムへデータを書き込む際に、暗号化して書き込む暗号書込が行われているか否かと、を収集し、
前記第二のボリューム保護機能として
前記第一のストレージシステムからのアクセスを、所定の前記第二のボリュームに制限する第二のアクセス保護がなされているか否かと、
前記1または複数の第二のボリュームそれぞれに対し、前記属性を設定する第二のボリューム属性制御機能の有無と、を収集すること
を特徴とする情報処理システムのボリューム保護方法。
A volume protection method for an information processing system according to claim 9,
Each of the logical volume and the second volume (hereinafter collectively referred to as a volume) prohibits or permits reading of data from the volume and prohibits or permits writing of data to the volume. With attributes to show,
In the volume protection function collection step,
As the first volume protection function,
Whether or not the first access protection for restricting access from the host computer to the predetermined logical volume is performed;
The presence or absence of a first volume attribute control function for setting the attribute for each of the logical volumes;
When writing data from the first storage system to the second storage system, collect whether or not encrypted writing to be encrypted is performed,
Whether the second volume protection function is a second access protection that restricts access from the first storage system to the predetermined second volume, and
A volume protection method for an information processing system that collects the presence or absence of a second volume attribute control function for setting the attribute for each of the one or more second volumes.
請求項10記載の情報処理システムのボリューム保護方法であって、
前記ボリューム保護機能収集ステップにおいて、前記第一のアクセス保護および前記第二のアクセス保護がなされ、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能が有りと特定される情報が収集された場合、前記ボリューム保護方式生成提示ステップにおいて、当該第一のボリューム属性制御機能と当該第二のボリューム属性制御機能との少なくとも一方を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能収集ステップにおいて、前記第一のアクセス保護および前記暗号化書込がなされ、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能が有りと特定される情報が収集された場合、前記ボリューム保護方式生成提示ステップにおいて、少なくとも前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能収集ステップにおいて、前記第一のアクセス保護がなされ、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能が有りと特定される情報が収集された場合、前記ボリューム保護方式生成提示ステップにおいて、前記第一のボリューム属性制御機能および前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能収集ステップにおいて、前記第一のアクセス保護および前記第二のアクセス保護がなされ、前記第一のボリューム属性制御機能が有りと特定される情報が収集された場合、前記ボリューム保護方式生成提示ステップにおいて、前記第一のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能収集ステップにおいて、前記第一のアクセス保護および前記第二のアクセス保護がなされ、前記第二ボリューム属性制御機能が有りと特定される情報が収集された場合、前記ボリューム保護方式生成提示ステップにおいて、前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成し、
前記ボリューム保護機能収集ステップにおいて、前記第一のアクセス保護および前記暗号化書込がなされ、前記第二のボリューム属性制御機能が有りと特定される情報が収集された場合、前記ボリューム保護方式生成提示ステップにおいて、前記第二のボリューム属性制御機能を用いて前記第二のボリュームを保護する方式を前記第二のボリューム保護方式として生成すること
を特徴とする情報処理システムのボリューム保護方法。
A volume protection method for an information processing system according to claim 10,
In the volume protection function collection step, the first access protection and the second access protection are performed, and information that identifies the first volume attribute control function and the second volume attribute control function is collected. In this case, in the volume protection method generation / presentation step, a method for protecting the second volume by using at least one of the first volume attribute control function and the second volume attribute control function is used. As a volume protection method
In the volume protection function collecting step, the first access protection and the encrypted writing are performed, and information specifying that the first volume attribute control function and the second volume attribute control function are present is collected. In the case of the volume protection method generation presentation step, a method for protecting the second volume using at least the second volume attribute control function is generated as the second volume protection method,
In the volume protection function collection step, when the first access protection is performed and the information specifying the presence of the first volume attribute control function and the second volume attribute control function is collected, the volume protection function is collected. In the method generation presentation step, a method for protecting the second volume using the first volume attribute control function and the second volume attribute control function is generated as the second volume protection method,
In the volume protection function collection step, when the first access protection and the second access protection are performed and information specifying that the first volume attribute control function is present is collected, the volume protection method generation is performed. In the presenting step, a method for protecting the second volume using the first volume attribute control function is generated as the second volume protection method,
In the volume protection function collection step, when the first access protection and the second access protection are performed and the information specifying the second volume attribute control function is collected, the volume protection method generation presentation In the step, a method for protecting the second volume using the second volume attribute control function is generated as the second volume protection method,
In the volume protection function collection step, when the first access protection and the encrypted writing are performed and the information specifying the second volume attribute control function is collected, the volume protection method generation presentation In the step, a method for protecting the second volume using the second volume attribute control function is generated as the second volume protection method.
請求項11記載の情報処理システムのボリューム保護方法であって、
前記ボリューム保護方式生成提示ステップにおいて提示された前記第二のボリューム保護方式のうち、ユーザが選択した方式に従って、それぞれ設定するよう前記第一のストレージシステムおよび/または前記第二のストレージシステムに指示するボリューム保護方式設定ステップをさらに備えること
を特徴とする情報処理システムのボリューム保護方法。
A volume protection method for an information processing system according to claim 11,
Instructs the first storage system and / or the second storage system to set each of the second volume protection methods presented in the volume protection method generation / presentation step according to the method selected by the user. A volume protection method for an information processing system, further comprising a volume protection method setting step.
請求項12記載の情報処理システムのボリューム保護方法であって、
前記属性は、書き込み禁止および/または読み出し禁止の場合、有効期間をさらに備え、
前記管理装置から所定の前記ボリュームの前記属性を変更する指示を受け付けた前記第一のストレージシステムおよび前記第二のストレージシステムが、当該ボリュームの前記属性と比較し、変更が可能ならば変更し、変更結果を、変更が不可能ならば変更が不可能な旨を前記管理装置に返信するボリューム属性変更ステップをさらに備えること
を特徴とする情報処理システムのボリューム保護方法。
A volume protection method for an information processing system according to claim 12,
The attribute further includes a validity period in the case of write prohibition and / or read prohibition,
The first storage system and the second storage system that have received an instruction to change the attribute of the predetermined volume from the management device are compared with the attribute of the volume, and are changed if possible. A volume protection method for an information processing system, further comprising: a volume attribute changing step for returning to the management device that the change result cannot be changed if the change result cannot be changed.
請求項13記載の情報処理システムのボリューム保護方法であって、
前記ボリューム属性変更ステップにおいて前記第一のストレージシステムおよび前記第二のストレージシステムが前記管理装置から受け取る前記属性を変更する指示は、変更後の属性と、変更後の有効期間とを備え、
前記ボリューム属性変更ステップにおいて、前記属性が前記読み出しの禁止または前記書き込みの禁止とともに設定されている前記有効期間を短縮しない変更のみ変更可能と認めること
を特徴とする情報処理システムのボリューム保護方法。
A volume protection method for an information processing system according to claim 13,
The instruction to change the attribute received from the management device by the first storage system and the second storage system in the volume attribute changing step includes an attribute after the change and a validity period after the change,
The volume protection method for an information processing system, wherein, in the volume attribute changing step, only a change that does not shorten the effective period, the attribute being set together with the prohibition of reading or the prohibition of writing, is recognized.
請求項12、13または14記載の情報処理システムのボリューム保護方法であって、
前記第一のストレージシステムは、
データを一時的に保持するキャッシュと、
前記ホスト計算機からの前記仮想ボリュームへのアクセスに対し、前記キャッシュを用いて処理を行うか否かを制御するキャッシュモード制御手段とをさらに備え、
前記ユーザが選択した方式に、前記第二のボリューム属性制御機能により書込みを禁止する処理が含まれる場合、前記ボリューム保護方式設定ステップにおいて、前記キャッシュモード制御手段に、前記キャッシュを用いて処理を行わないよう制御させるとともに、前記キャッシュ内に保持されているデータを全て前記第二のストレージに転送するよう指示すること
を特徴とする情報処理システムのボリューム保護方法。
15. A volume protection method for an information processing system according to claim 12, 13 or 14,
The first storage system is
A cache that temporarily holds data,
Cache mode control means for controlling whether or not processing is performed using the cache for access to the virtual volume from the host computer,
When the method selected by the user includes a process for prohibiting writing by the second volume attribute control function, the cache mode control means performs processing using the cache in the volume protection method setting step. A volume protection method for an information processing system, characterized in that control is performed so that all data held in the cache is transferred to the second storage.
第一のストレージシステムと、前記第一のストレージシステムに接続される第二のストレージシステムとを備える情報処理システムであって、前記第一のストレージシステムが、自身が有する1以上の第一のボリュームをホスト計算機に論理ボリュームとして提供する実ボリュームと、前記第二のストレージシステムが有する1以上の第二のボリュームを前記ホスト計算機に論理ボリュームとして提供する仮想ボリュームとを備える情報処理システムにおける、前記第一のストレージシステムおよび前記第二のストレージシステムを管理する管理装置であって、
前記管理装置は、
前記第一のストレージシステムが前記ホスト計算機に提供する前記論理ボリューム内のデータを保護する機能(第一のボリューム保護機能)を特定する情報を当該第一のストレージシステムから収集して保持するとともに、前記第二のストレージシステムが有する前記第二のボリューム内のデータを保護する機能(第二のボリューム保護機能)を特定する情報を当該第二のストレージシステムから収集し保持するボリューム保護機能保持手段と、
ユーザから前記第二のボリューム内のデータを保護する指示を受け付けると、前記ボリューム保護機能保持手段を参照し、前記第一のボリューム保護機能および前記第二のボリューム保護機能を組み合わせて選択可能な前記第二のボリューム内のデータを保護する方式(第二のボリューム保護方式)を生成し、ユーザに提示するボリューム保護管理手段と、を備えること
を特徴とする管理装置。
An information processing system comprising a first storage system and a second storage system connected to the first storage system, wherein the first storage system includes one or more first volumes In an information processing system comprising: a real volume that provides a logical volume to a host computer; and a virtual volume that provides one or more second volumes of the second storage system as a logical volume to the host computer. A management apparatus for managing one storage system and the second storage system,
The management device
The first storage system collects and holds information identifying the function (first volume protection function) for protecting data in the logical volume provided to the host computer from the first storage system, and Volume protection function holding means for collecting and holding information specifying the function (second volume protection function) for protecting data in the second volume of the second storage system from the second storage system; ,
When receiving an instruction to protect the data in the second volume from the user, the volume protection function holding unit is referred to, and the first volume protection function and the second volume protection function can be selected in combination. A volume protection management means for generating a system for protecting data in the second volume (second volume protection system) and presenting it to the user.
JP2005241968A 2005-03-25 2005-08-24 Information processing system Expired - Fee Related JP4810930B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005241968A JP4810930B2 (en) 2005-03-25 2005-08-24 Information processing system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2005087543 2005-03-25
JP2005087543 2005-03-25
JP2005241968A JP4810930B2 (en) 2005-03-25 2005-08-24 Information processing system

Publications (3)

Publication Number Publication Date
JP2006302241A JP2006302241A (en) 2006-11-02
JP2006302241A5 JP2006302241A5 (en) 2008-02-28
JP4810930B2 true JP4810930B2 (en) 2011-11-09

Family

ID=37470420

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005241968A Expired - Fee Related JP4810930B2 (en) 2005-03-25 2005-08-24 Information processing system

Country Status (1)

Country Link
JP (1) JP4810930B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4897499B2 (en) * 2007-01-19 2012-03-14 株式会社日立製作所 Storage system or storage migration method
JP6270780B2 (en) * 2015-06-25 2018-01-31 横河レンタ・リース株式会社 Data management apparatus, data management method, and data management program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003316522A (en) * 2002-04-26 2003-11-07 Hitachi Ltd Computer system and method for controlling the same system
JP2004110367A (en) * 2002-09-18 2004-04-08 Hitachi Ltd Storage system control method, storage control device, and storage system
JP4335597B2 (en) * 2003-06-30 2009-09-30 株式会社日立製作所 Storage management system

Also Published As

Publication number Publication date
JP2006302241A (en) 2006-11-02

Similar Documents

Publication Publication Date Title
US7509455B2 (en) Information processing system having volume guard function
US9529735B2 (en) Secure data encryption in shared storage using namespaces
US9460276B2 (en) Virtual machine system, confidential information protection method, and confidential information protection program
US8301909B2 (en) System and method for managing external storage devices
KR101477080B1 (en) Memory access security management
JP4521865B2 (en) Storage system, computer system, or storage area attribute setting method
US20080126813A1 (en) Storage control device and method of controlling encryption function of storage control device
CN108713194A (en) Use the data protection of virtual resource view
CN107735768A (en) security initialization
US8612775B2 (en) Computer system for managing storage area state of a storage system
CN109739613B (en) Maintenance method and access control method of nested page table and related device
JP2023014306A (en) Storage device and control method
JP2007299343A (en) Storage system
JP4810930B2 (en) Information processing system
JP2021022061A (en) Storage device, memory access control system, and memory access control method
JP2008234188A (en) Information processor
KR20100027556A (en) Method for managing program excution by logined account permission and recording medium
JP2003345658A (en) Storage centralized management method
JP4342326B2 (en) Database controller
CN115298655A (en) Controlling memory access in a data processing system having multiple subsystems
US11783095B2 (en) System and method for managing secure files in memory
JP2828252B2 (en) File access control method
JP2022112286A (en) Memory system and control method
JP4552957B2 (en) Centralized storage management method
JP5324676B2 (en) Processor, bus interface device, and computer system

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080108

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100813

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100831

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101026

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

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

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140902

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees