WO2003069480A1 - Programme et procede de controle de stockage de donnees - Google Patents

Programme et procede de controle de stockage de donnees Download PDF

Info

Publication number
WO2003069480A1
WO2003069480A1 PCT/JP2002/001259 JP0201259W WO03069480A1 WO 2003069480 A1 WO2003069480 A1 WO 2003069480A1 JP 0201259 W JP0201259 W JP 0201259W WO 03069480 A1 WO03069480 A1 WO 03069480A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
policy
server
storage control
data storage
Prior art date
Application number
PCT/JP2002/001259
Other languages
English (en)
French (fr)
Inventor
Naoya Fujisaki
Original Assignee
Fujitsu Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Limited filed Critical Fujitsu Limited
Priority to PCT/JP2002/001259 priority Critical patent/WO2003069480A1/ja
Priority to JP2003568537A priority patent/JP4197495B2/ja
Publication of WO2003069480A1 publication Critical patent/WO2003069480A1/ja
Priority to US10/914,268 priority patent/US20040268053A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems

Definitions

  • the present invention relates to a data storage control program and a data storage control method for storing data in a recording medium (disk, cache memory) of a predetermined node according to a policy specified in advance.
  • a recording medium disk, cache memory
  • data is stored in distributed cache servers for the purpose of high-speed data transmission, and data is retrieved from the cache server in response to an access request from a client.
  • the present invention has been made in view of the above, and has as its object to provide a data storage control program and a data storage control method capable of improving the response at the time of access. The purpose is. Disclosure of the invention
  • the present invention provides a computer, a receiving unit for receiving stored data, a policy reference unit for referring to a policy specified in advance in consideration of characteristics of the stored data, a reference to the policy reference unit.
  • a data storage control program for functioning as control means for storing the stored data in a recording medium of a predetermined node based on a result.
  • the present invention provides a receiving step of receiving stored data, a policy reference step of referring to a policy specified in advance in consideration of characteristics of the stored data, and the storing step based on a reference result of the policy referring step. And a control step of storing data on a recording medium of a predetermined node.
  • the stored data is stored in the recording medium of the predetermined node based on the policy specified in advance in consideration of the characteristics of the stored data, the response at the time of access can be improved.
  • FIG. 1 is a block diagram showing a configuration of an embodiment according to the present invention
  • FIG. 2 is a diagram showing an example of a format of policy data 500 used in the same embodiment
  • FIG. 3 is a flowchart illustrating the basic operation of the data center server 100 shown in FIG. 1.
  • FIG. 4 is a flowchart illustrating the basic operation of the cache servers 300 1 to 300 n shown in FIG. a flow chart for explaining the operation
  • Fig. 5 the cache server 3 0 0 shown in FIG. 6 is a flowchart that explains the operation at the time to 3 0 0 n of failure
  • Figure 6 is a
  • FIG. 7 is a block diagram for explaining the operation when a failure occurs in the data center server 100 shown in FIG. 1
  • FIG. 7 is a block diagram for explaining the operation of the same embodiment
  • FIG. FIG. 21 is a block diagram showing a configuration of a modification of the same embodiment.
  • FIG. 1 is a block diagram showing a configuration of an embodiment according to the present invention.
  • a data center server 100 is provided at a node A in a network 200, and stores data on a disk 101 and a cache based on policy data 500 (see FIG. 2) described later.
  • This is a server stored in the memory 102.
  • the disk 101 is a recording medium that has a slower access speed than the cache memory 102 but has a characteristic that large-capacity data can be recorded.
  • the cache memory 102 is, for example, a static random access memory (SRAM), and is a recording medium that can be accessed at high speed.
  • SRAM static random access memory
  • the XML (extensible Markup Language) engine 103 is, for example, an XML editor, and has a function of editing contents, a function of receiving stored data and checking a script (programming language) included in the data, and the like. I have it.
  • the policy control unit 104 refers to the policy data 500 shown in FIG. 2 and determines a predetermined node based on a policy according to the popularity, urgency, importance, etc. of the data to be stored. Control to store data in the specified location (disk, cache memory).
  • the policy data 500 shown in FIG. 2 includes a group list, a policy designation path name, and data of a policy function.
  • the group list is a node name on the network 200 and a function of a server existing in the node.
  • a function as a data center server is designated for the data center server 100 existing in the node A shown in FIG.
  • the function as a cache server and the function as a replacement data center server are specified for the cache server 300 i existing in the node B.
  • the replacement data center server replaces the data center server 100 and replaces the data center server 100. It is a backup server that realizes the same function.
  • the cache server 3 0 0 2 present in the node G the function of a cache server, and functions as an alternate data center server is specified.
  • the function as a cache server is specified in the cache server 300 n existing in the node I.
  • the policy designation path name is a path name that indicates the storage location of the data and specifies the policy function. For example, in the case of a policy-specified path name including / media, it is specified to store the data on a disk.
  • the data stored on the disc has a relatively small data size and a relatively large data size, such as audio data and image data.
  • the data center server 1 0 0 and alternate de chromatography Tasenta server disk 3 0 1 Is specified to only store data.
  • This data like product order data, is data that is frequently updated, and whose update order is critical, and whose service response performance deteriorates when stored in cache memory. For this reason, the data in the replacement data center server is stored for backup.
  • the replicator 105 has a function of transferring data to a predetermined node via the network 200 based on the policy data 500.
  • the cache server 300 is provided at the node B in the network 200, and stores data in the disk 301 and the cache memory 302 based on the policy data 500 (see FIG. 2). Server.
  • the function of the cache server and the function of the replacement data center server are designated to the host 300 by the policy data 500 shown in FIG.
  • the disk 301 is a recording medium that has a slower access speed than the cache memory 302 but has a characteristic that large-capacity data can be recorded.
  • the cache memory 302 is, for example, an SRAM, and is a high-speed accessible recording medium.
  • the XML engine 103 has the same function as the XML engine 103.
  • the policy control unit 304 refers to the policy data 500 shown in FIG. 2 and, based on a policy according to the degree of popularity, urgency, importance, etc. of the data to be stored, determines the location ( Control to store data in disk, cache memory).
  • the relocator 305 has a function of receiving data via the network 200 and the like.
  • Cache servers 3 0 0 2 network 2 0 0 are found provided on node G in, there is a cache server 3 0 0 the same structure. That is, wire carrier Sshusaba 3 0 0 2 based on the policy data 5 0 0 (see FIG. 2) is a server that stores a data disk, the cache memory (not shown).
  • the cache server 300 n is provided at the node I in the network 200 and has the same configuration as the cache server 300. That is, wire carrier Sshusaba 3 0 0 n, based on the policy data 5 0 0 (see FIG. 2) is a server that stores a data disk, the cache memory (not shown).
  • the client 400 is provided on the user side or the data center side, and is operated by a general user, a content editor, a data center manager, and the like.
  • the client 400 is a computer terminal or a mobile phone terminal that can access the data center server 100 and the cache servers 300 to 300 n via the network 200.
  • FIG. Fig. 3 shows the data center server shown in Fig. 1.
  • 6 is a flowchart illustrating the basic operation of bar 100.
  • Figure 4 is a flow chart illustrating the basic operation of the key Yasshu server 3 0 0 i ⁇ 3 0 0 n shown in Figure 1.
  • step SA1 shown in FIG. 3 the XML engine 103 of the data center server 100 stores, for example, data from the client 400 operated by the content editor to hold the edited data. Is determined, and in this case, the determination is made “No” and the same determination is repeated.
  • step SB 1 shown in FIG. 4 the XML engine 303 of the cache server 300 ⁇ judges whether or not the data to be stored from the data center server 100 has been received. In this case, the judgment result is set to “No” and the same judgment is repeated. For example, from the client 400 operated by the content editor (or the data center administrator), the data to be stored and the policy data 500 (see FIG. 2) are transferred to the data center server 100. Upon receipt, the XML engine 103 sets the determination result of step SA1 shown in FIG. 3 to “Yes”.
  • step S A2 the XML engine 103 checks whether or not a predetermined adverse script is included in the data.
  • This adverse script is similar to a computer virus, and has an adverse effect such as system down.
  • The] ⁇ 1 ⁇ engine 103 executes the script included in the data in a simulated manner, and ignores the data related to the violent effect script.
  • step SA3 the XML engine 103 determines an error in the pseudo execution, that is, whether or not the data contains an adverse script, and if the result of the determination is “Yes”, the data is stored. Cancel processing.
  • step SA4 the policy control section 104 refers to the policy data 500 (see FIG. 2).
  • step SA5 the policy control unit 104 determines whether to store data in another node (a node other than the node A) from the group list of the policy data 500. For example, the policy control unit 104 in which the node B is specified in the group list sets the determination result of step SA5 to "Yes”.
  • step SA7 the replicator 105 sends the data to be stored and the policy data 500 to the cache server 300 corresponding to the node B via the network 200. :
  • step SB2 the policy control unit 304 Based on the policy data 500, the data is stored in a predetermined location (disk 301, cache memory 302).
  • the policy control unit 304 stores the data on the disk 301.
  • the policy control unit 304 stores the data in both the disk 301 and the cache memory 302.
  • node A is specified in the group list of the policy data 500 (see FIG. 2)
  • the policy control unit 104 of the data center server 100 executes the step SA shown in FIG. The judgment result of 5 is “No”.
  • step SA6 the policy control unit 104 stores the data in a predetermined location (disk 101, cache memory 102) based on the policy data 500.
  • FIG. Figure 5 is Furochiya Ichito explaining the Kiya' shoe server 3 0 0 1 ⁇ 3 0 0 n operation event of a failure shown in FIG. 6 It is.
  • step SC 1 shown in the figure the replicator 3 0 5 of the cache server 3 0 0 1 shown in FIG. 6, based on the periodic alive to the data center server 1 0 0, data center server At 100, it is determined whether or not a fault has occurred. In this case, the determination result is “No”. Similarly, in each of the cache servers 3 0 0 2 ⁇ 3 0 0 n , of decision SC 1 is performed.
  • step SC2 the policy control section 304 of the cache server 300 refers to the group list (function) of the policy data 500 (see FIG. 2) and is designated as the replacement data center server. Is determined, and in this case, the determination result is “Yes”.
  • step SC 3 key Yasshu server 3 0 0: policy control unit 3 0 4 determines whether force whether replacement level is the highest level.
  • the replacement level is specified (not shown) in the group list of policy data 500 (see FIG. 2), and the replacement is performed when a replacement data center server is specified for a plurality of cache servers. Represents the priority of.
  • the policy control unit 304 of the cache server 30 sets the determination result of step SC3 to "Yes".
  • the policy control unit 304 of the cache server 3OC ⁇ determines whether or not the cache server 300i is operating normally. ⁇ The determination result is "N o", because a failure has occurred, key Yasshusaba 3 0 0 1 can not function as an alternate data center server.
  • step SC 7 If the judgment result of the step SC 7 is "Y es", in step SC 8, key Yasshu server 3 0 0 ⁇ policy control unit 3 0 4, the other Kiyasshusa one server 3 0 0 2-3 0.0
  • step SC 2 a replacement message indicating that it functions as a data center server in place of data center server 100 is transmitted.
  • cache server 30 0 2 as a result of the decision made at step SC 1 and "Ye s”.
  • the cache server 300 with reference to the group list of the policy data 500 (see FIG. 2) (function), it is determined whether it is specified in the replacement data center server, this ⁇ , determination Let the result be "Yes".
  • step SC 3 other cache servers 300 2 to 300 n determines whether the force not replacement level is the highest level, in this case, the judgment result is "No".
  • step SC 4 the cache server 300 2 to 300 n are replaced data center Tasaba (in this case, the cache server 30) to determine a force not having received the alternate message from.
  • the cache servers 300 2 to 300 n receive the replacement message from the replacement data center server (in this case, the cache server 300 x ), and set the determination result of step SC4 to “Yes”.
  • the cache server 30 0 1 functions as a data center server.
  • the cache servers 300 2 to 300 n recognize and recognize the cache server 30 as a data center server.
  • the result of the determination in step SC4 is “No”
  • step SC5 a failure occurs in the cache server 300 2 to 300 n even in the replaced data center server (in this case, the cache server 300). It is determined that it has been performed.
  • step SC 6 key Yasshu server 300 2 ⁇ 300 n, after the highest level one lower, a determination is made in step SC 3. With this, the cache server 300! Next the priority is high, for example, the cache server 300 2 functions as an alternate data center server.
  • data is stored in a storage medium of a predetermined node based on policy data 500 (see FIG. 2) specified in advance in consideration of characteristics of data to be stored. (Disk, cache memory), so the response at the time of access can be improved.
  • step SA 2 of FIG. 3 the script (programming language) included in the data to be stored is checked, and the check result is an error ⁇ , Since the storage of the stored data has been stopped, data that has an adverse effect can be eliminated in advance.
  • the function of the node A is realized in the own node (for example, the node B).
  • the above-mentioned backup is adopted and reliability can be improved.
  • the data center server 100 Ssh server 3 0 0! 3300 n are recorded on a computer-readable recording medium 700 shown in FIG. 8, and the program recorded on the recording medium 700 is Each function described above may be realized by reading the data into 0 and executing it.
  • the computer 600 has a CPU (Central Processing Unit) 610 that executes the above program, an input device 620 such as a keyboard and a mouse, and a ROM (Read Only Memory) 630 that stores various data. , A RAM (Random Access Memory) 640 that stores calculation parameters, etc., a reading device 650 that reads a program from a recording medium 700, an output device 660 such as a display and a printer, and other components of the device. And a bus 670 to be connected.
  • CPU Central Processing Unit
  • an input device 620 such as a keyboard and a mouse
  • ROM Read Only Memory
  • a RAM Random Access Memory
  • a reading device 650 that reads a program from a recording medium 700
  • an output device 660 such as a display and a printer
  • other components of the device etc.
  • a bus 670 to be connected.
  • the CPU 610 realizes the above-described functions by reading the program recorded on the recording medium 700 via the reading device 650 and executing the program.
  • the recording medium 700 include an optical disk, a flexible disk, and a hard disk.
  • the stored data is stored in the recording medium of the predetermined node based on the policy specified in advance in consideration of the characteristics of the stored data. The effect that it can improve is produced.
  • the programming language included in the stored data is checked, and if the check result is an error, the storage of the stored data is stopped. This has the effect that it can be performed. Further, according to the present invention, when a failure occurrence is confirmed and confirmed at a specific node, the function of the specific node is realized by the own node, so that a pack-up on the system is adopted to improve reliability. If it can be done, it will have a ray effect. Industrial applicability
  • the data storage control program and the data storage control method according to the present invention provide a disk, a cache memory, and the like of a predetermined node based on a policy. This is useful for storing data on a recording medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

明 細 書 データ格納制御プログラムおょぴデータ格納制御方法 技術分野
本発明は、 予め指定されたポリシーに従って、 所定のノードの記録媒体 (ディ スク、 キャッシュメモリ) にデータを格納するためのデータ格納制御プログラム およぴデータ格納制御方法に関するものである。 背景技術
近時、 インターネット、 ブロードバンドネットワーク、 携帯電話、 P D A (Personal Digital (Data) Assistants) 等の普及により、 電子政府、 電子商取引 に関する技術発展が目覚ましい。 特に、 電子政府、 電子商取引が求めるシステム では、 高性能、 高信頼性が要求され、 大容量のデータが取り扱われる。
ここで、 データを 1台のサーバで一元管理した場合には、 データの人気度、 緊 急度、 重要度の度合いにより、 特定のデータにアクセスが集中し、 ユーザへの応 答が悪くなる。
そこで、 従来では、 高速ィヒを目的として、 分散配置されたキャッシュサーバに データを格納しておき、 クライアントからのアクセス要求に応じて、 キャッシュ サーバからデータを取り出している。
ところで、 従来では、 キャッシュサーバにデータを格納する場合、 データの人 気度、 緊急度、 重要度等の特性を考慮せずに、 すなわち、 格納する場合のポリシ 一を持たずにデータを格納しているため、 アクセス時の応答が悪化する場合があ るという問題があった。 本発明は、 上記に鑑みてなされたもので、 アクセス時の応答を向上させること ができるデータ格納制御プログラムおょぴデータ格納制御方法を提供することを 目的としている。 発明の開示
上記目的を達成するために、 本発明は、 コンピュータを、 格納データを受け付 ける受付手段、 格納データの特性を考慮して予め指定されたポリシーを参照する ポリシー参照手段、 前記ポリシー参照手段の参照結果に基づいて、 前記格納デー タを所定ノードの記録媒体へ格納する制御手段として機能させるためのデータ格 納制御プログラムである。
また、 本発明は、 格納データを受け付ける受付工程と、 格納データの特性を考 慮して予め指定されたポリシーを参照するポリシー参照工程と、 前記ポリシー参 照工程の参照結果に基づいて、 前記格納データを所定ノードの記録媒体へ格納す る制御工程とを含むことを特徴とする。
力かる発明によれば、 格納データの特性を考慮して予め指定されたポリシーに 基づいて、 格納データを所定ノードの記録媒体へ格納じているため、 アクセス時 の応答を向上させることができる。 図面の簡単な説明
第 1図は、 本発明にかかる一実施の形態の構成を示すブロック図であり、 第 2 図は、 同一実施の形態で用いられるポリシーデータ 5 0 0のフォーマツト例を示 す図であり、 第 3図は、 第 1図に示したデータセンタサーバ 1 0 0の基本動作を 説明するフローチャートであり、 第 4図は、 第 1図に示したキャッシュサーバ 3 0 0 1 〜3 0 0 n の基本動作を説明するフローチャートであり、第 5図は、 第 6 図に示したキャッシュサーバ 3 0 0 , 〜3 0 0 n の障害発生時の動作を説明す るフローチャートであり、 第 6図は、 第 1図に示したデータセンタサーバ 1 0 0 で障害が発生した場合の動作を説明するプロック図であり、 第 7図は、 同一実施 の形態の動作を説明するプロック図であり、 第 8図は、 同一実施の形態の変形例 の構成を示すプロック図である。 発明を実施するための最良の形態
以下、 図面を参照して本発明にかかる一実施の形態について詳細に説明する。 第 1図は、 本発明にかかる一実施の形態の構成を示すプロック図である。 この図 において、 データセンタサーバ 1 0 0は、 ネットワーク 2 0 0におけるノード A に設けられており、 後述するポリシーデータ 5 0 0 (第 2図参照) に基づいて、 データをディスク 1 0 1、 キャッシュメモリ 1 0 2に格納するサーバである。 ディスク 1 0 1は、 キャッシュメモリ 1 0 2よりもアクセス速度が遅いが、 大 容量のデータを記録可能であるという特性を備えた記録媒体である。 キヤッシュ メモリ 1 0 2は、 例えば、 S RAM (Static Random Access Memory) であり、 高 速アクセス可能な記録媒体である。
XML (extensible Markup Language) エンジン 1 0 3は、 例えば、 XMLェ デイタであり、 コンテンツを編集する機能や、 格納されるデータを受け取り、 該 データに含まれるスクリプト (プログラミング言語) をチェックする機能等を備 えている。 ポリシー制御部 1 0 4は、 第 2図に示したポリシーデータ 5 0 0を参 照して、 格納すべきデータの人気度、 緊急度、 重要度等に応じたポリシーに基づ いて、 所定ノードの所定場所 (ディスク、 キャッシュメモリ) にデータを格納さ せる制御を行う。
第 2図に示したポリシーデ一タ 5 0 0は、 グループリスト、 ポリシー指定パス 名、 ポリシー機能のデータから構成されている。 グループリストは、 ネットヮー ク 2 0 0上のノード名、 当該ノードに存在するサーバの機能である。 同図に示し た例において、 第 1図に示したノード Aに存在するデータセンタサーバ 1 0 0に は、 データセンタサーバとしての機能が指定されている。
また、 ノード Bに存在するキャッシュサーバ 3 0 0 i には、 キャッシュサーバ としての機能、 および交替データセンタサーバとしての機能が指定されている。 ここで、 交替データセンタサーバは、 データセンタサーバ 1 0 0で障害が発生し た場合に、 データセンタサーバ 1 0 0に替わって、 データセンタサーバ 1 0 0の 同一の機能を実現するパックアップ用のサーバである。
また、 ノード Gに存在するキャッシュサーバ 3 0 0 2 には、 キャッシュサーバ としての機能、 および交替データセンタサーバとしての機能が指定されている。 また、 ノード Iに存在するキャッシュサーバ 3 0 0 n には、 キャッシュサーバと しての機能が指定されている。
ポリシー指定パス名は、 データの格納位置を表すパス名であってポリシー機能 を指定するためのものである。 例えば、 /mediaを含むポリシー指定パス名の場合 には、 ディスクに当該データ 格納することが指定される。 ここで、 ディスクに 格納されるデータは、 音声データや画像データ等のように、 データ自体の更新が 少なくかつ比較的データサイズが大きい。
また、 /indexを含むポリシー指定パス名の場合には、 ディスクにデータを格納 するとともに、 キャッシュメモリに上記データへのボインタデータを格納するこ とが指定される。 ここで、 ディスクおよびキャッシュメモリの双方にデータを格 納するのは、 データ検索を高速化するためである。
また、 /order-cgiを含むポリシー指定パス名の場合には、 キャッシュサーバ 3 0 0 3 〜 3 0 0 n にデータを格納せず、データセンタサーバ 1 0 0および交替デ ータセンタサーバのディスク 3 0 1にのみデータを格納することが指定される。 このデータは、 商品注文データのように、 頻繁に更新を受け、 力つ更新順序がク リティ力ノレなデータであり、 キャッシュメモリに格納するとサービス応答性能が 悪化するデータである。 このため、 交替データセンタサーバにあるデータは、 パ ックアップのために格納されている。
第 1図に戻り、 リプリケータ 1 0 5は、 ポリシーデータ 5 0 0に基づいて、 ネ ットワーク 2 0 0を介して、 所定のノードへデータを転送する機能等を備えてい る。
キャッシュサーバ 3 0 0 は、ネットワーク 2 0 0におけるノード Bに設けら れており、 ポリシーデータ 5 0 0 (第 2図参照) に基づいて、 データをディスク 3 0 1、 キャッシュメモリ 3 0 2に格納するサーバである。 また、 キャッシュサ ーパ 3 0 0 には、 第 2図に示したポリシーデータ 5 0 0により、 キャッシュサ ーパとしての機能、 および交替データセンタサーバとしての機能が指定されてい る。
ディスク 3 0 1は、 キャッシュメモリ 3 0 2よりもアクセス速度が遅いが、 大 容量のデータを記録可能であるという特性を備えた記録媒体である。 キヤッシュ メモリ 3 0 2は、例えば、 S RAMであり、高速アクセス可能な記録媒体である。 XMLエンジン 3 0 3は、 XMLエンジン 1 0 3と同様の機能を備えている。 ポリシー制御部 3 0 4は、 第 2図に示したポリシーデータ 5 0 0を参照して、 格納すべきデータの人気度、 緊急度、 重要度等に応じたポリシーに基づいて、 所 定場所 (ディスク、 キャッシュメモリ) にデータを格納させる制御を行う。 リブ リケータ 3 0 5は、 ネットワーク 2 0 0を介して、 データを受信する機能等を備 えている。
キャッシュサーバ 3 0 0 2 は、ネットワーク 2 0 0におけるノード Gに設けら れており、 キャッシュサーバ 3 0 0 と同一構成とされている。 すなわち、 キヤ ッシュサーバ 3 0 0 2 は、 ポリシーデータ 5 0 0 (第 2図参照) に基づいて、 デ ータをディスク、 キャッシュメモリ (図示略) に格納するサーバである。
キャッシュサーバ 3 0 0 n は、ネットワーク 2 0 0におけるノード Iに設けら れており、 キャッシュサーバ 3 0 と同一構成とされている。 すなわち、 キヤ ッシュサーバ 3 0 0 n は、 ポリシーデータ 5 0 0 (第 2図参照) に基づいて、 デ ータをディスク、 キャッシュメモリ (図示略) に格納するサーバである。 . クライアント 4 0 0は、 ユーザ側またはデータセンタ側に設けられており、一 般利用者、 コンテンツ編集者、 データセンタ管理者等に操作される。 このクライ アント 4 0 0は、 データセンタサーバ 1 0 0およびキャッシュサーバ 3 0 0丄 〜 3 0 0 n にネットワーク 2 0 0を介してアクセス可能なコンピュータ端末ゃ携 帯電話端末等である。
つぎに、 一実施の形態の基本動作について、 第3図および図 4図に示したフロ 一チャートを参照しつつ説明する。 第 3図は、 第 1図に示したデータセンタサー バ 1 0 0の基本動作を説明するフローチャートである。 第 4図は、 第 1図に示し たキヤッシュサーバ 3 0 0 i〜 3 0 0 n の基本動作を説明するフローチャート である。
第 3図に示したステップ S A 1では、 データセンタサーバ 1 0 0の XMLェン ジン 1 0 3は、 例えば、 コンテンッ編集者が操作するクライアント 4 0 0から、 編集データを保有するためのデータ格納が要求されたか否かを判断し、この場合、 判断結果を 「N o」 として、 同判断を繰り返す。
また、 第 4図に示したステップ S B 1では、 キャッシュサーバ 3 0 0^ の XM Lエンジン 3 0 3は、 データセンタサーバ 1 0 0から格納すべきデータを受信し た力否かを判断し、 この場合、 判断結果を 「N o」 として、 同判断を繰り返十。 そして、 例えば、 コンテンツ編集者 (またはデータセンタ管理者) により操作 されたクライアント 4 0 0より、 格納すべきデータおょぴポリシーデータ 5 0 0 (第 2図参照) がデータセンタサーバ 1 0 0に受信されると、 XMLエンジン 1 0 3は、 第 3図に示したステップ S A 1の判断結果を 「Y e s」 とする。
ステップ S A 2では、 XMLエンジン 1 0 3は、 予め設定された悪影響スクリ ブトが当該データに含まれている力否かのチェックを実行する。 この悪影響スク リプトは、 コンピュータウィルスに準じるものであり、 システムダウン等の悪影 響を及ぼす。 また、 ]^1^ェンジン1 0 3は、 データに含まれるスクリプトを疑 似的に実行し、 暴影響スクリプトに関連するデータを無視する。
ステップ S A 3では、 XMLエンジン 1 0 3は、疑似実行でエラー、すなわち、 悪影響スクリブトがデータに含まれている力否かを判断し、 この判断結果が 「Y e s」 である場合、 データの格納処理を中止する。
一方、ステップ S A 3の判断結果が「N o」である場合、ステップ S A 4では、 ポリシー制御部 1 0 4は、 ポリシーデータ 5 0 0 (第 2図参照) を参照する。 ス テツプ S A 5では、 ポリシー制御部 1 0 4は、 ポリシーデ一タ 5 0 0のグループ リストより、 他ノード (ノード A以外のノード) へデータを格納するか否かを判 断する。 例えば、 グループリストにノード Bが指定されている^ \ ポリシー制御部 1 0 4は、 ステップ S A 5の判断結果を 「Y e s」 とする。 ステップ S A 7では、 リプリケータ 1 0 5は、 ^各納すべきデータおよびポリシーデータ 5 0 0をネット ワーク 2 0 0を介して、 ノード Bに対応するキャッシュサーバ 3 0 0 丄 へ送信す る。 :
そして、 格糸内すべきデータおよびポリシーデータ 5 0 0が、 キャッシュサーバ 3 0 0! のリプリケータ 3 0 5に受信されると、 XMLエンジン 3 0 3は、 第 4 図に示したステップ S B 1の判断結果を「Y e s jとする。ステップ S B 2では、 ポリシー制御部 3 0 4は、 ポリシーデータ 5 0 0に基づいて、 データを所定の場 所 (ディスク 3 0 1、 キャッシュメモリ 3 0 2 ) に格納する。
例えば、 第 2図に示したポリシー指定パス名として/ mediaが指定されている場 合、 ポリシー制御部 3 0 4は、 データをディスク 3 0 1に格納する。 また、 ポリ シー指定パス名として/ indexが指定されている場合、 ポリシー制御部 3 0 4は、 ディスク 3 0 1およびキャッシュメモリ 3 0 2の双方にデータを格納する。 一方、 ポリシーデータ 5 0 0 (第 2図参照) のグループリストにノード Aが指 定されている場合、 データセンタサーバ 1 0 0のポリシー制御部 1 0 4は、 第 3 図に示したステップ S A 5の判断結果を 「N o」 とする。
ステップ S A 6では、 ポリシー制御部 1 0 4は、 ポリシーデータ 5 0 0に基づ いて、 データを所定の場所 (ディスク 1 0 1、 キャッシュメモリ 1 0 2 ) に格納 する。
例えば、 第 2図に示したポリシー指定パス名として/ mediaが指定されている場 合、 ポリシー制御部 1 0 4は、 データをディスク 1 0 1に格納する。 また、 ポリ シー指定パス名として/ indexが指定されている場合、 ポリシー制御部 1 0 4は、 ディスク 1 0 1およびキャッシュメモリ 1 0 2の双方にデータを格納する。 つぎに、 第 5図おょぴ第 6図を参照して、 データセンタサーバ 1 0 0での障害 が発生した場合の交替動作について説明.する。 第 5図は、 第 6図に示したキヤッ シュサーバ 3 0 0 1〜3 0 0 n の障害発生時の動作を説明するフローチヤ一ト である。
同図に示したステップ S C 1では、 第 6図に示したキャッシュサーバ 3 0 0 1 のリプリケータ 3 0 5は、 データセンタサーバ 1 0 0への定期的な生存確認に基 づいて、データセンタサーバ 1 0 0に障害が発生した力否かを判断し、この場合、 判断結果を「N o」とする。同様にして、キャッシュサーバ 3 0 0 2〜3 0 0 n の それぞれにおいても、 ステップ S C 1の判断が行われる。
そして、 データセンタサーバ 1 0 0に障害が発生すると、 キャッシュサーバ 3 0 0! のリプリケータ 3 0 5は、ステップ S C 1の判断結果を「Y e s」とする。 ステップ S C 2では、 キヤッシュサーバ 3 0 0 のポリシー制御部 3 0 4は、 ポ リシ一データ 5 0 0 (第 2図参照) のグループリスト (機能) を参照して、 交替 データセンタサーバに指定されているか否かを判断し、この場合、判断結果を「Y e s」 とする。
ステップ S C 3では、 キヤッシュサーバ 3 0 0 : のポリシー制御部 3 0 4は、 交替レベルが最高レベルである力否かを判断する。 ここで交替レベルは、 ポリシ 一データ 5 0 0 (第 2図参照) のグループリストで指定 (図示略) されるもので あり、 複数のキヤッシュサーバに交替データセンタサーバが指定された場合の交 替の優先順位を表す。
この場合、 キャッシュサーバ 3 0 の交替レベルが最高レベルであるとする と、 キャッシュサーバ 3 0 のポリシー制御部 3 0 4は、 ステップ S C 3の判 断結果を 「Y e s」 とする。 ステップ S C 7では、 キャッシュサーバ 3 O C^ の ポリシー制御部 3 0 4は、 キヤッシュサーバ 3 0 0 i が正常動作している力否か を判断する。 この判断結果が 「N o」 である^、 障害が発生しているため、 キ ャッシュサーバ 3 0 0 1 は、 交替データセンタサーバとして機能できない。 一方、 ステップ S C 7の判断結果が 「Y e s」 である場合、 ステップ S C 8で は、 キヤッシュサーバ 3 0 0 丄 のポリシー制御部 3 0 4は、 他のキヤッシュサ一 バ 3 0 0 2〜3 0.0 n に対して、データセンタサーバ 1 0 0に替わってデータセ ンタサーバとして機能する旨の交替メッセージを送信する。 また、 データセンタサーバ 100に障害が発生すると、 キャッシュサーバ 30 02 は、 ステップ S C 1の判断結果を 「Ye s」 とする。 ステップ SC2では、 キャッシュサーバ 3002 では、 ポリシーデータ 500 (第 2図参照) のグルー プリスト (機能) を参照して、 交替データセンタサーバに指定されているか否か を判断し、 この^^、 判断結果を 「Ye s」 とする。
ステップ S C 3では、他のキャッシュサーバ 3002 〜300n は、 交替レべ ルが最高レベルである力否かを判断し、 この場合、 判断結果を 「No」 とする。 ステップ SC 4では、 キャッシュサーバ 3002 〜300n は、 交替データセン タサーバ (この場合、 キャッシュサーバ 30 ) からの交替メッセージを受信 した力否かを判断する。
この場合、 キャッシュサーバ 3002 〜300n は、 交替データセンタサーバ (この場合、 キャッシュサーバ 300 x ) からの交替メッセージを受信し、 ステ ップ SC4の判断結果を 「Ye s」 とする。 これにより、 キャッシュサーバ 30 01 は、データセンタサーバとして機能する。また、キャッシュサーバ 3002 〜 300n は、 キャッシュサーバ 30 をデータセンタサーバとして認、識する。 一方、ステップ S C 4の判断結果が「N o」である場合、ステップ S C 5では、 キャッシュサーバ 3002 〜300n は、 交替後のデータセンタサーバ (この場 合、 キャッシュサーバ 300 ) でも障害が発生したと判定する。
ステップ S C 6では、 キヤッシュサーバ 3002 〜 300 n は、最高レベルを 1つ下げた後、 ステップ S C 3の判断を行う。 これにより、 キャッシュサーバ 3 00! のつぎに優先順位が高い、例えば、 キャッシュサーバ 3002 が交替デー タセンタサーバとして機能する。
つぎに、 第 7図を参照して、 ユーザが商品をオンライン購入する場合の例を挙 げて、 更新順序がクリティカルなデータにアクセスをする場合の動作について説 明する。同図においては、第 1図の各部に対応する部分には同一の符号を付ける。 まず、 一般利用者により操作されたクライアント 400 (第 1図参照) により商 品の検索を行う^、 (1) に示したように、 ノード I (キャッシュサーバとし ての機能のみ) のキャッシュサーバ 3 0 0 n のキャッシュメモリ 3 0 2に格;!内さ れているデータ/ index/iteml. htm, . . .がアクセスされる。 また、 商品を参照する 場合、 (2 ) に示したように、 キャッシュサーバ 3 0 0 n のディスク 3 0 1に格 納されている/ media/picturel. jpg,. . .がアクセスされる。この場合には、ァクセ スがキャッシュサーバ 3 0 0 n のみであるため、 サービス性能が維持される。 また、 商品'を注文する場合、 ( 3 ) に示したように、 キャッシュサーバ 3 0 0 n を素通りし、 データセンタサーバ 1 0 0のディスク 1 0 1に格納されている /order— cgi/iteml. cgi, . . .力 Sアクセスされる。
なお、 ノード Bまたは G (交替データセンタサーバとしての機能) のキヤッシ ュサーバ 3 0 0^ または 3 0 0 2 の場合には、 /order— cgi/iteml. cgi, . . .力 Sノ ク クアップされている。
以上説明したように、 一実施の形態によれば、 格納すべきデータの特性を考慮 して予め指定されたポリシーデータ 5 0 0 (第 2図参照) に基づいて、 データを 所定ノードの記録媒体 (ディスク、 キャッシュメモリ) へ格納しているため、 ァ クセス時の応答を向上させることができる。
また、 一実施の形態によれば、 第 3図のステップ S A 2で説明した.ように、 格 納すべきデータに含まれるスクリプト (プログラミング言語) をチェックし、 チ エック結果がエラーである^、 当該格納データの格納を中止しているため、 悪 影響を与えるデータを事前に排除することができる。
また、 一実施の形態によれば、 ノード A (データセンタサーバ 1 0 0 ) で障害 発生が確認された場合、 ノード Aの機能を自ノード (例えば、 ノード B ) で実現 しているため、 システム上のパックアップが採られ、 信頼性を高めることができ る。
以上本発明にかかる一実施の形態について図面を参照して詳述してきたが、 具 体的な構成例はこの一実施の形態に限られるものではなく、 本発明の要旨を逸脱 しない範囲の設計変更等があっても本発明に含まれる。
例えば、 前述した一実施の形態においては、 データセンタサーバ 1 0 0、 キヤ ッシュサーバ 3 0 0! 〜3 0 0 n の各機能を実現するためのプログラムを第 8 図に示したコンピュータ読み取り可能な記録媒体 7 0 0に記録して、 この記録媒 体 7 0 0に記録されたプログラムをコンピュータ 6 0 0に読み込ませ、 実行する ことにより前述した各機能を実現してもよレ、。
コンピュータ 6 0 0は、上記プログラムを実行する C P U (Central Processing Unit) 6 1 0と、 キーボード、 マウス等の入力装置 6 2 0と、 各種データを記憶 する R OM (Read Only Memory) 6 3 0と、 演算パラメータ等を記憶する R AM (Random Access Memory) 6 4 0と、 記録媒体 7 0 0からプログラムを読み取る 読取装置 6 5 0と、 ディスプレイ、 プリンタ等の出力装置 6 6 0と、 装置各部を 接続するバス 6 7 0とから構成されている。
C P U 6 1 0は、 読取装置 6 5 0を経由して記録媒体 7 0 0に記録されている プログラムを読み込んだ後、 プログラムを実行することにより、 前述した各機能 を実現する。 なお、 記録媒体 7 0 0としては、 光ディスク、 フレキシブルデイス ク、 ハードディスク等が挙げられる。
以上説明したように、 本発明によれば、 格納データの特性を考慮して予め指定 されたポリシーに基づいて、 格納データを所定ノ一ドの記録媒体へ格納している ため、 アクセス時の応答を向上させることができるという効果を奏する。
また、 本発明によれば、 格納データに含まれるプログラミング言語をチェック し、 チェック結果がエラーである場合、 当該格納データの格納を中止しているた め、 悪影響を与えるデータを事前に排除することができるという効果を奏する。 また、 本発明によれば、 ある特定のノードで障害発生が確認、された場合、 特定 のノードの機能を自ノードで実現しているため、 システム上のパックアツプが採 られ、 信頼性を高めることができるとレヽぅ効果を奏する。 産業上の利用可能性
以上のように、 本発明にかかるデータ格納制御プログラムおよびデータ格納制 御方法は、 ポリシーに基づいて、 所定のノードのディスク、 キャッシュメモリ等 の記録媒体にデータを格納する に対して有用である。

Claims

請 求 の 範 囲
1 . コンピュータを、
格納データを受け付ける受付手段、
格納データの特性を考慮して予め指定されたポリシーを参照するポリシー参照 前記ポリシー参照手段の参照結果に基づいて、 前記格納データを所定ノ一ドの 記録媒体へ格納する制御手段、
として機能させるためのデータ格納制御プログラム。
2 . 前記コンピュータを、 前記格納データに含まれるプログラミング言語をチェ ックするチェック手段として機能させ、 前記制御手段は、 前記チェック手段のチ ェック結果がエラーである 、 当該格納データの格納を中止することを特徴と する請求の範囲第 1項に記載のデータ格納制御プログラム。 ,
3 . ffj記コンピュータを、 ある特定のノードにおける障害発生を監視する監視手 段、 前記監視手段で障害発生が確認された場合、 前記特定のノードの機能を自ノ 一ドで実現するパックァップ手段、 として機能させることを特徴とする請求の範 囲第 1項に記載のデータ格納制御プログラム。
4 . 格納データを受け付ける受付工程と、
格納データの特性を考慮して予め指定されたポリシーを参照するポリシー参照 工程と、
前記ポリシー参照工程の参照結果に基づいて、 前記格納データを所定ノードの 記録媒体へ格納する制御工程と、
を含むことを特徴とするデータ格納制御方法。
PCT/JP2002/001259 2002-02-14 2002-02-14 Programme et procede de controle de stockage de donnees WO2003069480A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2002/001259 WO2003069480A1 (fr) 2002-02-14 2002-02-14 Programme et procede de controle de stockage de donnees
JP2003568537A JP4197495B2 (ja) 2002-02-14 2002-02-14 データ格納制御プログラムおよびデータ格納制御方法
US10/914,268 US20040268053A1 (en) 2002-02-14 2004-08-10 Method, device, and computer product for data storage control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2002/001259 WO2003069480A1 (fr) 2002-02-14 2002-02-14 Programme et procede de controle de stockage de donnees

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/914,268 Continuation US20040268053A1 (en) 2002-02-14 2004-08-10 Method, device, and computer product for data storage control

Publications (1)

Publication Number Publication Date
WO2003069480A1 true WO2003069480A1 (fr) 2003-08-21

Family

ID=27677674

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2002/001259 WO2003069480A1 (fr) 2002-02-14 2002-02-14 Programme et procede de controle de stockage de donnees

Country Status (3)

Country Link
US (1) US20040268053A1 (ja)
JP (1) JP4197495B2 (ja)
WO (1) WO2003069480A1 (ja)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008519319A (ja) * 2004-11-08 2008-06-05 インターナショナル・ビジネス・マシーンズ・コーポレーション グリッド・ベース・データの記憶のための装置、システム、及び方法
US7610333B2 (en) 2002-12-31 2009-10-27 British Telecommunications Plc Method and apparatus for operating a computer network
US7937704B2 (en) 2002-06-20 2011-05-03 British Telecommunications Public Limited Company Distributed computer
JP2014511519A (ja) * 2011-02-07 2014-05-15 アルカテル−ルーセント セグメント化されたマルチメディアのためのキャッシュマネージャおよび対応するキャッシュ管理の方法
JP2014170573A (ja) * 2014-04-25 2014-09-18 Hitachi Ltd メッセージシステムおよびデータストアサーバ

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7966450B2 (en) 2005-09-01 2011-06-21 Micron Technology, Inc. Non-volatile hard disk drive cache system and method
US20090313296A1 (en) * 2008-06-12 2009-12-17 International Business Machines Corporation Method and apparatus for managing storage
KR101351648B1 (ko) * 2011-10-19 2014-01-15 한양대학교 산학협력단 사용자의 요청을 예측하여 컨텐츠를 관리하는 멀티미디어 서버 및 그 관리 방법

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000029765A (ja) * 1998-07-10 2000-01-28 Nec Corp Webクライアントの最適化キャッシング管理方法及びシステム

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3512204B2 (ja) * 1992-03-06 2004-03-29 株式会社日立製作所 ファイル配置方法
RU2170494C2 (ru) * 1995-12-29 2001-07-10 Тикси. Ком ГмбХ Телекоммьюникейшн Системс Способ и микрокомпьютерная система для автоматической безопасной и прямой передачи данных
US6088803A (en) * 1997-12-30 2000-07-11 Intel Corporation System for virus-checking network data during download to a client device
US7051274B1 (en) * 1999-06-24 2006-05-23 Microsoft Corporation Scalable computing system for managing annotations
JP3843713B2 (ja) * 1999-08-27 2006-11-08 株式会社日立製作所 計算機システム及びそのデバイスの割り当て方法
JP3463803B2 (ja) * 1999-11-09 2003-11-05 松下電器産業株式会社 クラスタサーバ装置
US6944769B1 (en) * 2000-08-10 2005-09-13 International Business Machines Corporation Apparatus and a method for security authorization using a security key installed on removable media
US7844666B2 (en) * 2000-12-12 2010-11-30 Microsoft Corporation Controls and displays for acquiring preferences, inspecting behavior, and guiding the learning and decision policies of an adaptive communications prioritization and routing system
US7363657B2 (en) * 2001-03-12 2008-04-22 Emc Corporation Using a virus checker in one file server to check for viruses in another file server
US7039643B2 (en) * 2001-04-10 2006-05-02 Adobe Systems Incorporated System, method and apparatus for converting and integrating media files
US7343410B2 (en) * 2001-06-28 2008-03-11 Finisar Corporation Automated creation of application data paths in storage area networks
US7043660B1 (en) * 2001-10-08 2006-05-09 Agilent Technologies, Inc. System and method for providing distributed fault management policies in a network management system
US7076555B1 (en) * 2002-01-23 2006-07-11 Novell, Inc. System and method for transparent takeover of TCP connections between servers
US7269612B2 (en) * 2002-05-31 2007-09-11 International Business Machines Corporation Method, system, and program for a policy based storage manager

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000029765A (ja) * 1998-07-10 2000-01-28 Nec Corp Webクライアントの最適化キャッシング管理方法及びシステム

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Kimiaki NABESHIMA, "WWW Cash Server no Seino Hyoka to Tuning", Information Processing Society of Japan Kenkyu Hokoku, 21 November 1997, Vol. 97, No. 111 (97-DSM-8), pages 49 to 54 *
Mamoru MAEKAWA et al., "Bunsan Operating System", Kyoritsu Shuppan Co., Ltd., 25 December 1991, pages 159 to 161 *
Masami OHASHI, "Love Letter Virus ga Kaeta Virus Taisaku no Genzai to Mirai", Interrop Magazine, 01 January 2001, Vol. 11, No. 1, pages 143 to 147 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7937704B2 (en) 2002-06-20 2011-05-03 British Telecommunications Public Limited Company Distributed computer
US7610333B2 (en) 2002-12-31 2009-10-27 British Telecommunications Plc Method and apparatus for operating a computer network
US8463867B2 (en) 2002-12-31 2013-06-11 British Telecommunications Plc Distributed storage network
JP2008519319A (ja) * 2004-11-08 2008-06-05 インターナショナル・ビジネス・マシーンズ・コーポレーション グリッド・ベース・データの記憶のための装置、システム、及び方法
JP4677412B2 (ja) * 2004-11-08 2011-04-27 インターナショナル・ビジネス・マシーンズ・コーポレーション 複数のクライアントにまたがってデータをバックアップするための方法
JP2014511519A (ja) * 2011-02-07 2014-05-15 アルカテル−ルーセント セグメント化されたマルチメディアのためのキャッシュマネージャおよび対応するキャッシュ管理の方法
US9418012B2 (en) 2011-02-07 2016-08-16 Alcatel Lucent Cache manager for segmented multimedia and corresponding method for cache management
JP2014170573A (ja) * 2014-04-25 2014-09-18 Hitachi Ltd メッセージシステムおよびデータストアサーバ

Also Published As

Publication number Publication date
JP4197495B2 (ja) 2008-12-17
JPWO2003069480A1 (ja) 2005-06-09
US20040268053A1 (en) 2004-12-30

Similar Documents

Publication Publication Date Title
US20170300396A1 (en) Allocating data based on hardware faults
US8261282B1 (en) System and method for virtual machine host load protection
US8126859B2 (en) Updating a local version of a file based on a rule
US8935212B2 (en) Discovery of non-standard folders for backup
US7676699B2 (en) Event trace conditional logging
JP5015951B2 (ja) Httpセッション負荷の特性を明らかにするデータを収集するための方法及び装置
JP5340535B2 (ja) アーカイブ・ファイル・システムを管理する方法、システム、及び製品(アーカイブ・ファイル・システムの管理)
JP5547478B2 (ja) クライアント・デバイスのリモート・データ・ストレージを行うシステム、方法およびプログラム
TW200937189A (en) Method and apparatus for operating system event notification mechanism using file system interface
US20070168496A1 (en) Application server external resource monitor
US20190138375A1 (en) Optimization of message oriented middleware monitoring in heterogenenous computing environments
KR20090003405A (ko) 파일 업로드 시스템 및 방법
WO2003069480A1 (fr) Programme et procede de controle de stockage de donnees
US7478095B2 (en) Generation and retrieval of incident reports
US20170286246A1 (en) Customer support using virtual machines
AU2021238984B2 (en) Predictive provisioning of remotely-stored files
US20050091401A1 (en) Selective mirrored site accesses from a communication
US20060053419A1 (en) Method and system for modifying installation software
JP2008250864A (ja) データ保存方法、データ保存システム及び情報処理装置
US20200371849A1 (en) Systems and methods for efficient management of advanced functions in software defined storage systems
US9160610B1 (en) Method and apparatus for coordinating service execution within a shared file system environment to optimize cluster performance
JP5054695B2 (ja) データを記憶する装置及び方法
US20240311343A1 (en) Bridging heterogeneous sets of cloud applications and storage
TW202425608A (zh) 以html5對虛擬媒體映射鏡像的寫回
JP4950389B2 (ja) ネットワークベースのアプリケーション、それを処理するためのアーキテクチャ及びシステム、ならびにそれを実行するための方法

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP US

WWE Wipo information: entry into national phase

Ref document number: 2003568537

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 10914268

Country of ref document: US