WO2014162518A1 - ファイル保存サービスシステム及びその方法 - Google Patents

ファイル保存サービスシステム及びその方法 Download PDF

Info

Publication number
WO2014162518A1
WO2014162518A1 PCT/JP2013/060089 JP2013060089W WO2014162518A1 WO 2014162518 A1 WO2014162518 A1 WO 2014162518A1 JP 2013060089 W JP2013060089 W JP 2013060089W WO 2014162518 A1 WO2014162518 A1 WO 2014162518A1
Authority
WO
WIPO (PCT)
Prior art keywords
cloud
file
identifier
availability
stored
Prior art date
Application number
PCT/JP2013/060089
Other languages
English (en)
French (fr)
Inventor
和正 松原
仁志 亀井
光雄 早坂
Original Assignee
株式会社日立製作所
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 株式会社日立製作所 filed Critical 株式会社日立製作所
Priority to US14/347,192 priority Critical patent/US20150154211A1/en
Priority to PCT/JP2013/060089 priority patent/WO2014162518A1/ja
Publication of WO2014162518A1 publication Critical patent/WO2014162518A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols

Definitions

  • the present invention relates to a file storage service system and method using a hybrid cloud including a private cloud and a public cloud.
  • Patent Document 1 As a data protection method, as disclosed in Patent Document 1, conventionally, there is a technique of copying data to a plurality of storages. By using this technology, even if one storage loses data due to a disaster, it is possible to restore the data using another storage that stores the replicated data.
  • Patent Document 2 by arranging data in consideration of a wide-area disaster, data can be arranged so as to reduce the risk of data loss even when multiple storages are damaged by a disaster. There are techniques to optimize.
  • JP 2011-34164 A PCT / JP2012 / 002833
  • Patent Document 1 and Patent Document 2 a storage that replicates data is configured in consideration of storage performance and capacity, and disaster risk, and the replicated data stored in the private cloud is already stored in the public cloud Even if it is done, store duplicate data in the private cloud. For this reason, there is a problem that the storage cost of the private cloud is excessively consumed and the management cost increases.
  • the present invention aims to suppress the number of duplicate files in the private cloud of files stored in the public cloud and to reduce the management cost depending on the number of duplicate files.
  • the disclosed file storage service system is configured to connect a client terminal, a hybrid cloud storing a file from the client terminal, and a computer via a network.
  • the computer stores a file in the hybrid cloud, an extended metadata table that stores conditions and target availability, and an arrangement that stores a first identifier of the first cloud included in the hybrid cloud corresponding to the extended metadata table Select the second cloud included in the hybrid cloud that has the scheduled cloud table and satisfies the conditions stored in the extended metadata table, and select when the selected second cloud availability meets the target availability
  • the extended metadata table associated with Get the first identifier of the first cloud that is stored in the de table with a file allocation managing unit that stores the file in the first cloud specified by the first identifier acquired.
  • hybrid cloud system is a file storage system that stores files in one private cloud (storage) and three public clouds (storage) via a computer (gateway).
  • the hybrid cloud system is called a hybrid cloud system in the sense that it uses a private cloud and a public cloud. Differences between the private cloud and the public cloud are availability information (hereinafter referred to as SLA), cost, performance, and the like defined by Service Level Agreement.
  • SLA is the content and quality of a service negotiated between a provider of a service such as a cloud system and a service recipient.
  • SLA is described as availability (operation rate).
  • a private cloud and a public cloud are generally operated by different managers and operators.
  • a private cloud is a cloud limited to a specific user (client terminal), and a public cloud is a generally open cloud.
  • the cloud service in the present embodiment is a file storage service, and each of the private cloud and the public cloud may be referred to as a private storage service and a public storage service.
  • a private cloud has a higher SLA than a public cloud.
  • the file storage service system of this embodiment is configured to connect a client terminal, a hybrid cloud storing files from the client terminal, and a computer (gateway) via a network.
  • the computer (gateway) stores the file in the hybrid cloud, the extended metadata table storing conditions and target availability, and the first identifier of the first cloud included in the hybrid cloud corresponding to the extended metadata table It has an arrangement schedule cloud table to be stored.
  • the computer further selects a second cloud included in the hybrid cloud that satisfies the conditions stored in the extended metadata table, and when the availability of the selected second cloud satisfies the target availability,
  • the file A first cloud identified by the acquired first identifier is obtained by referring to the extended metadata table associated with the first cloud and acquiring the first identifier of the first cloud stored in the arrangement planned cloud table Has a file arrangement management unit for storing files.
  • this embodiment is (1) the configuration of the hybrid cloud system and the table configuration used in the hybrid cloud system, etc. (2) the process of placing a file on the hybrid cloud system, (3) the process of reading a file from the hybrid cloud system, ( 4) Processing corresponding to the configuration change of the public cloud constituting the hybrid cloud system, (5) Processing corresponding to the change of the file arrangement specification, and (6) Processing order corresponding to the change of the file arrangement condition will be described.
  • the file placement specification is a collection of several file placement conditions, and a plurality of placement specifications are also prepared.
  • the arrangement condition is shown as an item of an extended metadata table to be described later, and the arrangement specification is shown as an extended metadata table.
  • FIG. 1 is an example of a configuration diagram of a file storage service system using a hybrid cloud in which a private cloud and a public cloud exist.
  • the hybrid cloud includes a plurality of clouds having different availability, cost, performance, and the like.
  • the client terminal 100, the management terminal 200, the gateway (computer) 300, and the private cloud 400 are connected via the LAN 800, and the gateway 300 is connected to the public cloud 500 via the WAN 900.
  • the client terminal 100 is a computer used by a user who uses a file storage service provided by the gateway 300.
  • the management terminal 200 is a computer that manages the gateway 300, the private cloud 400, and the client terminal 100 via the LAN 800. In addition, the management terminal 200 can acquire management information of the public cloud 500 as necessary.
  • the gateway 300 is a computer that provides a file storage service to the client terminal 100. Therefore, the gateway 300 transfers files between the client terminal 100 and the private cloud 400 or public cloud 500.
  • the private cloud 400 provides a file storage service (store, read, update, delete, etc.) in response to an instruction from the gateway 300.
  • the public cloud 500 provides a file storage service (storage, update, deletion, etc.) in response to an instruction from the gateway 300 via the WAN 900.
  • a file storage service storage, update, deletion, etc.
  • upload and download are used.
  • the file flow when the client terminal 100 stores a file in the private cloud 400 or the public cloud 500 is assumed to be upload. That is, a flow of transferring a file from the client terminal 100 to the gateway 300 or a flow of transferring a file from the gateway 300 to the private cloud 400 or the public cloud 500 is referred to as upload.
  • the file flow when the client terminal 100 acquires (reads out) a file stored in the private cloud 400 or the public cloud 500 is referred to as file download. That is, a flow of transferring a file from the gateway 300 to the client terminal 100 or a flow of transferring a file from the private cloud 400 or the public cloud 500 to the gateway 300 is referred to as download.
  • the client terminal 100 attaches a file ID unique to the client terminal to each file.
  • the file ID unique to the client terminal is referred to as a user file ID.
  • the gateway 300 attaches a file ID unique to the gateway to each file. In this specification, this gateway-specific file ID is referred to as a gateway file ID.
  • a case where a file is uploaded from the client terminal 100 to a cloud will be described.
  • the client terminal 100 attaches the user file ID to the file and transmits it to the gateway 300.
  • the gateway 300 attaches a gateway file ID to the received file, and holds the correspondence relationship between the identifier for identifying the client terminal 100, the user file ID, and the gateway file ID.
  • the gateway 300 attaches the gateway file ID to the file and transmits the file to the cloud where the file is placed (stored).
  • the cloud holds a correspondence relationship between an identifier for identifying the gateway 300, a gateway file ID, and path information indicating a file storage location.
  • the client terminal 100 downloads a file by arranging the file in the cloud, the client terminal 100 may specify the user file ID.
  • the file ID transmitted from the client terminal 100 is a user file ID
  • the file ID used in each processing of the gateway is a gateway file ID.
  • FIG. 2 is a configuration diagram of the client terminal 100.
  • the client terminal 100 is a computer having a CPU 150, a memory 110, an I / F (interface) 180 for connecting to the LAN 800, and an internal communication path for connecting them.
  • the CPU 150 executes a processing unit (program) stored in the memory 110.
  • the memory 110 stores a processing unit (program) and data.
  • the processing unit is, for example, a file access unit 111 that transmits / receives a file to / from the gateway 300.
  • FIG. 3 is a configuration diagram of the management terminal 200.
  • the management terminal 200 is a terminal for managing the gateway 300, and includes a CPU 250, a memory 210, an I / F 280 for connection to the LAN 800, an input / output device 241 having a display screen, and an internal connection for connecting them.
  • a computer having a simple communication path.
  • CPU 250 executes a processing unit (program) stored in memory 210.
  • the memory 210 stores a processing unit (program) and data.
  • the processing unit is, for example, the gateway management unit 211, and details will be described later.
  • FIG. 4 is a configuration diagram of the gateway 300.
  • the gateway 300 includes a memory 100, a CPU 350, a storage device (hereinafter referred to as a volume) 370, an I / F 380 for connecting to the LAN 800, an I / F 390 for connecting to the WAN 900, and an internal connection for connecting them.
  • a computer having a communication path (for example, a bus).
  • the CPU 350 executes a processing unit (program), which will be described later, stored in the memory 310.
  • the volume 370 stores a stub file 371 and a file 372.
  • the stub file 371 stores a correspondence relationship between a user name, a user file ID, and a gateway file ID.
  • the file 372 stores data 375, basic metadata 376, extended metadata 377, and file ID 378 that are file entities.
  • the basic metadata 376 indicates metadata such as a user name (administrator or creator of the file 372) and ACL (Access Control List, a list indicating an access permission target). Details of the extended metadata 377 will be described later.
  • the file ID 378 is an identifier for uniquely identifying the file 372, and is the aforementioned gateway file ID.
  • the memory 311 stores a processing unit (program) and tables for the file storage service.
  • the processing units stored in the memory 311 are a web access unit 311, a file server unit 312, a cloud configuration management unit 313, a file arrangement management unit 314, and a replication number calculation unit 315.
  • the web access unit 311 sends and receives files to and from the private cloud 400 and the public cloud 500.
  • the file server unit 312 provides the client terminal 100 with a file server function. Specifically, the file server unit 312 displays the contents of the stub file 371 on the client terminal 100 and transmits / receives a file to / from the client terminal 100.
  • An existing web access program and file server program may be used for the web access unit 311 and the file server unit 312. Details of other processing units will be described later. Further, the memory 311 stores a processing unit not shown in the drawing, as will be described later.
  • the tables are a cloud configuration definition table 316, an extended metadata table 317, an arrangement planned cloud table 318, a user management table 319, and a file arrangement management table 320. Furthermore, the memory 311 has an area such as a work area necessary for execution of each processing unit.
  • FIG. 5 is an example of the cloud configuration definition table 316.
  • the cloud configuration definition table 316 stores configuration information of each of the private cloud 400 and the public cloud 500 that configure the hybrid cloud that the gateway 300 uses for the file storage service.
  • the cloud configuration definition table 316 includes a cloud number 1601, a cloud name 1602, a private cloud 1603, an access ID 1604, a read-only 1605, an SLA 1606, a monthly cost 1607, a transaction cost 1608, a storage cost 1609, a response time 1610, and a bandwidth 1611. .
  • the cloud number 1601 is an identifier that uniquely identifies each of the private cloud 400 and the public cloud 500.
  • the cloud name 1602 is the name of the cloud.
  • the private cloud 1603 indicates whether or not the cloud is a private cloud.
  • the access ID 1604 is path information (address) for the web access unit 311 of the gateway 300 to access the private cloud 400 or the public cloud 500.
  • Read-only 1605 indicates whether the cloud is read-only.
  • the SLA 1606 is a cloud SLA of the private cloud 400 or the public cloud 500.
  • Monthly cost 1607 is a cloud usage fee per month.
  • the transaction cost 1608 is a cloud usage fee per transaction process.
  • the storage cost 1609 is a cloud usage fee per predetermined data capacity.
  • the response time 1610 is a processing time required for accessing the cloud.
  • the bandwidth 1611 is a maximum file transfer speed when the gateway 300 transfers a file to / from the cloud.
  • FIG. 6 is an example of the extended metadata table 317.
  • the extended metadata table 317 stores conditions for selecting a cloud in which the gateway 300 places (stores) a file.
  • the extended metadata table 317 may be provided with a condition for selecting a cloud for each user or for each viewpoint.
  • the gateway 300 supports the extended metadata table 317 (1700a to 1700n) corresponding to the user or the viewpoint.
  • the extended metadata table 317 includes an extended metadata table number 1702, a target SLA 1703, a private cloud lower limit arrangement number 1704, a forced arrangement cloud 1705, an arrangement rejection cloud 1706, a monthly limit cost 1707, a transaction limit cost 1708, a storage limit cost 1709, a response A time limit 1710 and a bandwidth limit 1711 are included.
  • Each item of the extended metadata table 317 has columns for value, condition, and priority.
  • the value and condition indicate that, for example, the monthly limit cost 1707 indicates that the monthly cost required for file storage is 15 $ or less.
  • the priority order indicates the order of each item used when selecting a cloud (1 is the highest priority).
  • the viewpoint 1701 of the monthly limit cost 1707, the transaction limit cost 1708, the storage limit cost 1709, the response limit cost 1710, and the bandwidth limit cost 1711 is for not selecting a cloud that has values, conditions, and priorities, and does not satisfy the conditions. It is an indicator.
  • the extended metadata table number 1702 is an identifier for uniquely identifying each extended metadata table 1700a to 1700n.
  • the target SLA 1703 is an SLA guaranteed when the gateway 300 places a file in the cloud.
  • SLA is availability (availability),% is a unit.
  • the private cloud lower limit arrangement number 1704 is the number of identical files arranged in the private cloud 400.
  • the private cloud 400 stores at least the same number of private cloud lower limit arrangement numbers 1704 (original file and / or duplicate file).
  • the forced placement cloud 1705 is a cloud number that always places a file.
  • the placement refusal cloud 1706 stores a cloud number that is excluded from the cloud where the file is placed (the file is not placed).
  • the monthly limit cost 1707 is a condition for the monthly cost required to place a file.
  • the transaction limit cost 1708 is a condition for the transaction cost required to access a file placed in the cloud.
  • the storage limit cost 1709 is a condition for the storage cost per unit capacity required for placing a file.
  • Response time limit 1710 is a condition for response time when accessing the arranged file.
  • the bandwidth limit 1711 is a condition for a file transfer speed (bandwidth) for placing (storing) or reading a file.
  • FIG. 7 is an example of the arrangement planned cloud table 318.
  • the arrangement schedule cloud table 318 stores the result of determining the cloud in which the file is arranged under the conditions shown in the extended metadata table 317.
  • the planned deployment cloud table 318 includes an extended metadata table number 1801, a planned deployment cloud number 1802, a planned private cloud deployment number 1803, and a post-deployment SLA 1804.
  • the placement planned cloud number 1802 stores a list of cloud numbers of the public cloud 500 where the file is placed.
  • the planned private cloud arrangement number 1803 indicates the number of files that are arranged in the private cloud 400 and that are the same as the files arranged in the public cloud 500.
  • the post-placement SLA 1804 guarantees the file to be placed (saved) obtained from the SLA between the cloud indicated by the placement planned cloud number 1802 where the file is placed and the private cloud 400 where the number of files indicated by the private cloud placement planned number 1803 is placed. It is a value of SLA (operation rate) to be performed.
  • FIG. 8 shows an example of the user management table 319.
  • the user management table 319 includes the extended metadata table number 1902 used by the user 1901 and the user 1901 when acquiring a file from the cloud (when viewed from the client terminal 100, the file appears to be stored in the gateway 300).
  • the read priority information 1910 indicating the priority acquisition method is stored.
  • the user 1901 stores an identifier for uniquely identifying a user who uses the client terminal 100 to upload or download a file with the gateway 300.
  • the extended metadata table number 1902 is an extended metadata table number corresponding to the user 1901.
  • the read priority information 1910 includes a cost priority 1911, a speed priority 1912, and a read cloud 1913, and indicates a priority method (check) when the gateway 300 acquires (downloads) a file from the cloud.
  • the cost priority 1911 indicates that the gateway 300 selects a cloud that can acquire a file at a low price from a plurality of clouds that store the same file.
  • the speed priority 1912 indicates that the gateway 300 selects a cloud capable of acquiring a file at high speed (in a short time) from a plurality of clouds storing the same file. Regardless of the cost priority 1911 and speed priority 1912, the read cloud 1913 sets the cloud number when fixing the cloud from which the file is read.
  • FIG. 9 is an example of the file arrangement management table 320.
  • the file arrangement management table 320 includes a file ID 2001, a current value SLA 2002, private cloud information 2010, and public cloud information 2020.
  • the file ID 2001 is a gateway file ID that uniquely identifies a file stored in the cloud.
  • the current value SLA 2002 is an SLA obtained from the number of public cloud SLA and private cloud arrangement in which the file indicated by the file ID 2001 is arranged.
  • the private cloud information 2010 is the number of files (arrangement number 2011) indicated by the file ID 2001 that is arranged in the private cloud 400.
  • the public cloud information 2020 is a set of a cloud number 2021 of the public cloud 500 and a path 2022 for accessing a file stored in the public cloud 500.
  • the file indicated by the file ID 2001 is arranged in a plurality of public clouds 500, it is a set of a cloud number 2021 and a path 2022 corresponding to the number.
  • a path 2022 indicates path information (address) of the public cloud 500 in which files are arranged, and is used when the web access unit 311 accesses the public cloud 500.
  • FIG. 10 is a configuration diagram of the private cloud (storage) 400.
  • the private cloud 400 includes an edge server 600 connected to the LAN 800, a storage device 700, and a storage network 410 connecting them.
  • the edge server 600 is a computer having a CPU 650, a memory 610, an I / F 680 for connecting to the LAN 800, an I / F 690 for connecting to a storage network, and an internal communication path (for example, a bus) for connecting them. is there.
  • the memory 610 stores a processing unit (program) and data.
  • the memory 610 stores a web server unit 611 and a file server unit 612.
  • the web server unit 611 transmits and receives files between the gateway 300 and the private cloud 400.
  • the file server 612 transmits and receives files between the edge server 600 and the storage device 700.
  • the edge server 600 shows the correspondence between the file identifier unique to the gateway 300 and the file identifier unique to the private cloud 400.
  • the web server unit 611 executes a file operation (storage and reading) in the private cloud 400 with reference to the correspondence table.
  • the storage apparatus 700 is a computer having a CPU 750, a memory 710, n volumes 770, an I / F 790 connected to an internal network, and an internal communication path (for example, a bus) connecting them.
  • a file is stored in the volume 770.
  • the memory 710 stores a processing unit (program) and data.
  • the memory 710 stores a replication number control unit 711.
  • the replication number control unit 711 arranges files in accordance with the arrangement number designated by the gateway 300. In the aspect in which the gateway 300 transfers the file to the private cloud 400 corresponding to the number of arrangements, the replication number control unit 711 is unnecessary.
  • the file may be arranged across the storage apparatuses 700a to 700n and the volumes 770a to 770n.
  • the storage network 410 is, for example, a LAN (Local Area Network) or a SAN (Storage Area Network).
  • the file server unit 312 stores the received file in the volume 370 as data 372 data (received file entity) 375.
  • the file server unit 312 stores basic metadata including the user A as a user name received together with the file in the basic metadata 376. The user name may be specified based on the transmission address when the file is received from the client terminal 100.
  • the file server unit 312 further converts the client terminal user file ID assigned to the received file into a gateway file ID, stores the correspondence in the stub file 371, and stores the gateway file ID in the file ID 378 of the volume 370. Is stored.
  • the file server unit 312 activates the file arrangement management unit 314.
  • FIG. 11 is an example of a processing flowchart of the file arrangement management unit 314 of the gateway 300.
  • the file arrangement management unit 314 acquires the name of the user who uploaded the file stored in the basic metadata 376 (S2401).
  • the user name is user A.
  • the file placement management unit 314 refers to the user management table 319 (FIG. 8), and the user 1901 acquires the extended metadata table number 1902 (EX_1) of the user A (S2402).
  • the file arrangement management unit 314 acquires the extended metadata table 317 with the acquired extended metadata number EX_1 (here, the extended metadata table of 1700a), and the file server 312 receives the acquired extended metadata table 317.
  • the file is stored in the extended metadata 377 of the file 372 (S2403).
  • the file allocation management unit 314 refers to the allocation planned cloud table 318 and sets the allocation planned cloud number 1802 corresponding to the extended metadata table number EX_1 stored in the extended metadata 377 (“1”, “2” in FIG. 7). )) And the number of planned private cloud arrangements 1803 ("1" in FIG. 7) are acquired (S2404).
  • the file placement management unit 314 secures a new entry (row) in the file placement management table 320, stores the gateway file ID stored in the file ID 378 of the file 372 as the file ID 2001, and the number of planned private cloud placements 1803.
  • the content “1” is stored in the arrangement number 2011 of the private cloud information 2010.
  • “1” and “2” of the planned cloud number 1802 are stored in the cloud numbers 2021a and 2021b of the public cloud information 2020 of the new entry, respectively (S2405).
  • the path information 2022a and 2022b corresponding to the cloud numbers 2021a and 2021b is stored with reference to a separately prepared correspondence table between cloud numbers and path information.
  • the file arrangement management unit 314 identifies the gateway file ID stored in the file ID 2001 of the new entry in the file arrangement management table 320, and activates the web access unit 311 (S2406).
  • the web access unit 311 transmits / places file data 375 corresponding to the specified file ID to the private cloud 400 corresponding to the number of placements 2011 specified in the file placement management table 320, and manages file placement.
  • the path information 2022a and 2022b of the public cloud information 2020 specified in the table 320 is used as an address for transmission / arrangement to the public cloud 500 of the cloud numbers 2021a and 2021b.
  • the web access unit 311 may transmit the file only once.
  • the file arrangement management unit 314 refers to the stub file 371 and sends the user file ID corresponding to the gateway file ID of the file arranged in the hybrid cloud to the client terminal 100 in order to notify the user A of the upload completion. (S2407).
  • the cloud in which the file is arranged is selected based on the extended metadata associated with the user (contents of the extended metadata table 317)
  • the public cloud 500 that replaces the private cloud 400 is selected as the extended metadata table.
  • the cloud in which the file is arranged can be selected based on the setting. Settings in the arrangement planned cloud table 318 and the user management table 319 will be described later.
  • the file server unit 312 refers to the file ID correspondence table of the stub file 371, and sets the user file ID to the gateway.
  • the file ID is converted and stored in the file ID 378 of the volume 370.
  • the file ID stored in the file ID 378 is “3db5d6”.
  • the file server unit 312 identifies the user name with reference to the stub file 371 and stores it in the basic metadata 376.
  • the file server unit 312 activates the file arrangement management unit 314.
  • FIG. 12 is an example of a processing flowchart of the file arrangement management unit 314 of the gateway 300.
  • the file arrangement management unit 314 refers to the user management table 319 and acquires read priority information 1910 corresponding to the user name included in the basic metadata 376 (S2601).
  • the user A preferentially reads a desired file from the public cloud 500 with the cloud number “3”, and there is no desired file in the public cloud 500 with the cloud number “3”.
  • one of the desired files arranged in the public cloud 500 or the private cloud 400 other than the cloud number 3 is acquired with speed priority.
  • the file arrangement management unit 314 refers to the file arrangement management table 320 and acquires cloud information (private cloud information 2010 and public cloud information 2020) corresponding to the file ID 2001 “3db5d6” (S2602).
  • the arrangement number “1” is acquired as the private cloud information 2010, and the cloud numbers “1” and “2” are acquired as the public cloud information 2020.
  • the file arrangement management unit 314 selects the cloud from which the file with the file ID “3db5d6” is read from the read priority information and the cloud information (S2603).
  • a cloud for reading a file a cloud having a cloud number set in the read cloud 1913 of the user management table 319 is selected.
  • the cloud configuration definition table 316 is referenced to select the cloud with the lowest transaction cost. If the read priority information 1910 is speed priority, the cloud configuration definition table 316 is referred to and the cloud having the largest bandwidth 1611 is selected.
  • the cloud number “3” is set in the read cloud 1913, the desired file (the file ID 2001 of the file arrangement management table 320 is 3db5d6) is not arranged, so the cloud is selected with speed priority. .
  • the clouds with the cloud numbers “1” and “2” are compared, and the cloud with the cloud number “1” having the larger bandwidth is selected.
  • the file arrangement management unit 314 inquires of the user A whether or not the file (file with the file ID 2001 of 3db5d6) is acquired from the cloud selected in S2603 (cloud with the cloud number “1”) (S2604).
  • the file arrangement management unit 314 associates the cloud information (private cloud information 2010 and public cloud information 2020) where the file is arranged with the file ID 2001 “3db5d6” in the file arrangement management table 320 as a client. Transmit to terminal 100.
  • the user A selects whether it is the cloud selected in S2604 (OK) or another cloud number included in the received cloud information (NG) (S2605). In the case of NG, the user A transmits the selected cloud number from the client terminal 100. If the inquiry to the user is unnecessary, the processing of S2604 and S2605 is omitted.
  • the file arrangement management unit 314 specifies the gateway file ID (3db5d6) to be downloaded and the selected cloud number, and requests the web access unit 311 to download the file (S2606).
  • the web access unit 311 stores the downloaded file in the data 375 of the file 372 in the volume 370.
  • the file arrangement management unit 314 transfers the downloaded file stored in the data 375 to the client terminal 100 (S2607).
  • FIG. 12 shows the processing of the file arrangement management unit 314 when downloading a file
  • FIG. 11 shows the processing of the file arrangement management unit 314 when uploading a file.
  • the file server unit 312 activates the file arrangement management unit 314 by designating upload or download, and the file arrangement management unit 314 activated in response to the designation of upload or download branches to the processing shown in FIG. Also good.
  • the cloud for downloading the file is selected based on the settings of the cloud configuration definition table 316 and the user management table 319, it is possible to select the cloud that minimizes the download cost or speeds up the speed. .
  • FIG. 13 is an example of the cloud configuration definition table setting screen 1100.
  • An example is shown in which an administrator input is received from the management terminal 200 and the cloud configuration definition table 316 in the memory 310 of the gateway 300 is edited.
  • the cloud configuration definition table setting screen 1100 displays the following items, and accepts an input such as a change of item contents from the administrator.
  • the cloud configuration definition table setting screen 1100 corresponds to the items of the cloud configuration definition table 316, and displays the cloud number 1101, the cloud name 1102, the private cloud 1103, the access ID 1104, and the setting details of the cloud configuration.
  • the setting contents of the cloud configuration are an SLA 1105, a monthly cost 1106, a transaction cost 1107, a storage cost 1108, a response time 1109, and a band 1110. Further, the cloud number 1101 and the cloud name 1102 have a delete button 1111 for inputting a delete instruction for the cloud, a new add button for inputting a new addition instruction, and an update button 1113 for inputting an update instruction. In response to an instruction input by each button, the cloud configuration management unit 313 is activated.
  • FIG. 14 is an example of a processing flowchart of the cloud configuration management unit 313.
  • the cloud configuration management unit 313 determines the type of instruction input (S2801). If the instruction input is performed using the new addition button 1112 or the update button 1113, the process proceeds to S2802. If the instruction input is performed using the delete button 1111, the process proceeds to S2803.
  • the cloud configuration management unit 313 designates each extended metadata table 317 and activates the arrangement number calculation unit 315 (S2802).
  • the arrangement planned cloud table 318 is updated by processing of the arrangement number calculation unit 315 described later.
  • the extended metadata table 317 whose extended metadata table number is EX_1 The bandwidth limitation 1711 is 10 MB / sec or more, but the bandwidth of the third public cloud is 50 MB / sec wider (high speed) than the bandwidth of the second public cloud, so the extended metadata table of the planned deployment cloud table 318
  • the planned cloud number 1802 for the number EX_1 is updated from “1”, “2” to “1”, “3”.
  • the updated planned cloud number “2” (no longer used) is stored in the work area.
  • the cloud configuration management unit 313 refers to the arrangement planned cloud table 318, specifies the extended metadata number 1801 that uses the cloud of the deleted cloud number,
  • the arrangement number calculation unit 315 is activated (S2803).
  • the arrangement planned cloud table is updated by processing of the arrangement number calculation unit 315 described later. For example, when the first public cloud with the cloud number “1” is deleted, the placement planned cloud number 1802 of the extended metadata table number EX_1 of the placement planned cloud table 318 is changed from “1”, “2” to “2”, It is updated to “3”.
  • the updated planned cloud number “1” (no longer used) is stored in the work area.
  • the difference between the processing of S2802 in the case of instruction input by the new addition button 1112 or the update button 1113 and the processing of S2803 in the case of instruction input by the delete button 1111 is that the former is the number of arrangement calculation unit for all the extended metadata tables 317.
  • the arrangement number calculation unit 315 is executed for the extended metadata table 317 using the cloud of the cloud number from which the latter is deleted.
  • the cloud configuration management unit 313 determines whether or not there is a file ID 2001 in which the planned cloud number stored in the work area is included in the public cloud information 2020 in the file allocation management table 320 (S2804). If there is no file ID 2001 (NO, there is no change in the arrangement planned cloud), the process ends. If there is (YES), the file is rearranged by repeating the processes of S2805 and S2806. For example, it is determined that there is a file ID 2001 “3db5d6” using the planned placement cloud number “1” stored in the work area in S2803 for the planned placement cloud number “1”.
  • the cloud configuration management unit 313 activates the web access unit 311 for the same file having the file ID of the file that has been placed in the updated (no longer used) placement planned cloud, and the configuration has not been changed.
  • Download from the cloud (S2805).
  • the download destination is the file 372 of the volume 370.
  • the file entity is stored in data 375.
  • the file ID 378 stores the file ID of the downloaded file. For example, in the example shown in S2803, since the file with the file ID 2001 “3db5d6” no longer uses the cloud with the planned cloud number “1”, the configuration is not changed with reference to the file allocation management table 320. Download from the cloud with the planned cloud number “2”.
  • the cloud configuration management unit 313 downloads and uploads the file stored in the file 372 by activating the web access unit 311 and uploading it to the cloud in which the planned cloud number is set (S2806).
  • the file placement management table 320 is referred to and uploaded to the cloud with the newly set cloud placement cloud number “3”.
  • web access unit 311 is activated and deleted, as necessary, for files that have been placed in the updated cloud to be placed (no longer used).
  • FIG. 15 is an example of a processing flowchart of the arrangement number calculation unit 315.
  • the placement number calculation unit 315 acquires the cloud SLA corresponding to the cloud number of the forced placement cloud 1705 of the extended metadata table 317 specified from the file placement management unit 314 from the cloud configuration definition table 316, and the extended metadata table 317.
  • the private cloud lower limit arrangement number 1704 is acquired, the SLA of the private cloud is acquired from the cloud configuration definition table 316, and the SLA synthesized from the SLA of the arrangement number of the private cloud and the SLA of the compulsory arrangement cloud is obtained (S2501).
  • the synthesized SLA is called a calculated SLA.
  • the arrangement number calculation unit 315 compares the calculated calculation SLA with the target SLA 1703 of the designated extended metadata table. If the calculation SLA is equal to or greater than the target SLA 1703, the process proceeds to step S2508. If the calculation SLA is less than the target SLA, S2503 is performed. (S2502).
  • the arrangement number calculation unit 315 selects a public cloud satisfying the various conditions 1707 to 1711 of the designated extended metadata table 317 from the cloud configuration definition table 316, and sets the priority of the selected cloud to the extended metadata table 317. And sort in descending order in order of good condition (S2503). For example, in the extended metadata table 317 shown in FIG. 6, there are a plurality of clouds that satisfy various conditions 1707 to 1711, and the bandwidths 1611 of the plurality of public clouds 500 corresponding to the bandwidth limit 1711 with the priority “1” are equal. Then, it sorts so that the public cloud 500 with a short response time 1610 of a plurality of clouds corresponding to the response time limit 1710 of the priority “2” is ranked higher.
  • the arrangement number calculation unit 315 selects a higher-order public cloud 500 from the sorted public clouds 500 and obtains a calculation SLA (S2504).
  • the method for obtaining the calculated SLA is the same as described above.
  • the arrangement number calculation unit 315 compares the calculated calculation SLA with the target SLA of the extended metadata table 317, and if the calculation SLA is equal to or greater than the target SLA, the process proceeds to step S2508. If the calculation SLA is less than the target SLA, the process proceeds to S2506. (S2505).
  • the arrangement number calculation unit 315 determines whether all of the public clouds 500 selected and sorted in S2503 have been added. If all public clouds 500 have been added, the process proceeds to S2507. If all public clouds 500 have not been added, the process proceeds to S2504 (S2506).
  • the number of private clouds 400 to be arranged is increased. Every time one arrangement number is added to the private cloud 400, a calculated SLA is calculated including the SLA of the private cloud 400, and the number of arrangements of the private cloud 400 is increased until the target SLA is reached (S2507).
  • the planned deployment cloud number 1802 and the planned private cloud deployment number 1803 at the stage (S2502, S2504, or S2507) at which the calculated SLA of the extended metadata table 317 is equal to or higher than the target SLA 1703 is obtained as the extended metadata table number of the planned deployment cloud table 318. It is updated in association with 1801 (the number of the extended metadata table 317 specified from the file arrangement management unit 314) (S2508).
  • the cloud in which the file is arranged is reselected based on the performance index (various conditions of the extended metadata table 317), so that the SLA is satisfied. You can choose the cloud with the least cost to download or the fastest speed. In this embodiment, even if a public cloud is added and the target SLA is not met, the number of private cloud deployments is increased. In addition, the allocation to the public cloud and the private cloud may be calculated.
  • FIG. 16 is an example of a user management table setting screen 1300 of the management terminal 200.
  • the user management table setting screen 1300 displays the following items corresponding to the items of the user management table 319, and accepts input such as change of item contents from the administrator.
  • the user management table setting screen 1300 displays a user name 1301, an extended metadata table number 1302, a cost priority 1303 as a factor to be considered in file reading, a speed priority 1304, and a forced cloud setting 1305 to be read.
  • an apply button 1306 for an existing file for inputting an instruction to apply the setting contents of the set user management table setting screen 1300 to an existing file (a file already arranged in the hybrid cloud), simply the user management table 319.
  • Update button 1307 for inputting the update instruction.
  • a user management table update unit (not shown in FIG. 4) is activated.
  • FIG. 17 is an example of a process flowchart of the user management table update unit.
  • the user management table 319 is updated according to the setting of the user management table setting screen 1300 (S3001). If the extended metadata table number has been updated, the extended metadata table number before the update is stored in the work area. It is determined whether the instruction input is applied to the existing file. If it is applied, the process proceeds to S3003. It is determined whether or not the extended metadata table number 1902 of the user management table 319 has been updated. If it has been updated, the process proceeds to S3004. If it has not been updated, the process ends (S3003).
  • the planned deployment cloud number 1802 corresponding to the pre-update extended metadata table number stored in the work area is acquired (S3004).
  • the arrangement planned cloud number 1802 corresponding to the updated extended metadata table number is acquired (S3005). It is determined whether the arrangement planned cloud numbers 1802 before and after the update are different. If they are different, the process proceeds to S3007, and if they are the same, the process is terminated (S3006).
  • the difference between the planned cloud number 1802 before and after the update is the same planned cloud number before and after the update, the planned cloud number used before the update and not used after the update, the planned cloud number used after the update without being used before the update Is specified.
  • the gateway file ID corresponding to the user 1901 who updated the user management table 319 is specified (S3007).
  • the file having the identified gateway file ID is rearranged (S3008).
  • To relocate a file download the file from the public cloud 500 with the same planned cloud number before and after the specified update, delete the file from the public cloud 500 with the planned cloud number that is used before the update and not used after the update.
  • the file is uploaded to the public cloud 500 of the arrangement planned cloud number that is used after the update without being used before the update.
  • the download destination and upload source here are the file 372 of the volume 370. Further, as described above, download, upload, and deletion are executed by starting the web access unit 311 by specifying the gateway file ID.
  • the file allocation management table 320 is updated according to the file rearrangement contents (S3009).
  • the file can be rearranged so as to guarantee the target SLA of the extended metadata table 317.
  • FIG. 18 is an example of the extended metadata setting screen 1200 of the management terminal 200.
  • the extended metadata setting screen 1200 displays the following items corresponding to the items of the extended metadata table 317, and accepts an input such as a change of item contents from the administrator.
  • the extended metadata setting screen 1200 includes an extended metadata table number 1201, a private cloud lower limit arrangement number 1202, a target SLA 1203, a monthly cost 1204 as a cloud configuration setting, a transaction cost 1205, a storage cost 1206, a response time 1207, and a bandwidth 1208.
  • the forced placement cloud 1209 and the placement refusal cloud 1210 are displayed and a change is input.
  • a delete button 1211 for instructing deletion of the extended metadata table 317 with the extended metadata table number 1201, and a new addition for instructing to newly add a new extended metadata table 317 for the set contents of the set extended metadata setting screen 1200
  • the button 1212 has a new addition button 1213 for instructing to update the extended metadata table 317 in the setting contents of the set extended metadata setting screen 1200.
  • an extended metadata table update unit not shown in FIG. 4, is activated.
  • FIG. 19 is an example of a processing flowchart of the extended metadata table update unit.
  • the contents of the entry (row) corresponding to the extended metadata table 317 to be updated and the extended metadata table 317 to be updated in the arrangement planned cloud table 318 are saved in the work area, and the extended metadata table 317 is updated (S3101).
  • the extended metadata table 317 to be updated is designated, and the arrangement number calculation unit 315 is activated. As described above, the arrangement number calculation unit 315 updates the arrangement planned cloud number 1802 corresponding to the extended metadata table 317 to be updated.
  • the user who uses the extended metadata table 317 before update is specified. (S3104).
  • the file ID of the file that the specified user has placed in the hybrid cloud is specified (S3005).
  • the file having the specified file ID is rearranged (S3106), and the file arrangement management table 320 is updated according to the contents of the file rearrangement (S3107).
  • the relocation of the file and the update of the file allocation management table 320 are the same as S3008 and S3009 of the user management table update unit, and thus description thereof is omitted.
  • FIG. 20 shows an example of the file extension metadata update screen 1300 of the management terminal 200.
  • the file extension metadata update screen 1300 displays the following items, and receives an input of extension metadata change from the administrator in units of files.
  • Reference numeral 1301 denotes an input unit for an update target user file ID
  • reference numeral 1302 denotes a selection unit for selecting which to set the extended metadata table of the file designated by 1301.
  • the extended metadata update unit 321 of the user file sets the extended metadata 377 to the specified extended metadata table number for the target file specified based on the file ID input from the administrator through the file extended metadata update screen. Update. Subsequent processing is the same as S3102 to S3107 in the flowchart of FIG. It should be noted that the arrangement number calculation unit of S3102 only needs to be executed for files for updating extended metadata.
  • the input of the user file ID is accepted, but the input of the gateway file ID may be accepted.
  • the layout specification can be changed on a file basis by changing the extended metadata.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

 ファイル保存サービスシステムは、計算機がハイブリッドクラウドにファイルを保存する。計算機は、ファイルの格納条件および目標可用性を格納する拡張メタデータテーブルおよびハイブリッドクラウドに含まれる第1のクラウドの第1の識別子を格納する配置予定クラウドテーブルを有する。計算機は、さらに格納条件を満足する、ハイブリッドクラウドに含まれる第2のクラウドを選択し、選択した第2のクラウドの可用性が目標可用性を満足するとき、選択した第2のクラウドの識別子を、配置予定クラウドテーブルの第1のクラウドの第1の識別子として格納する配置数計算部、およびクライアント端末からのファイルを、拡張メタデータテーブルを参照して、配置予定クラウドテーブルに格納されている第1のクラウドの第1の識別子で特定される第1のクラウドにファイルを格納するファイル配置管理部を有する。

Description

ファイル保存サービスシステム及びその方法
 本発明は、プライベートクラウドとパブリッククラウドを含むハイブリッドクラウドを用いたファイル保存サービスシステム及びその方法に関する。
 企業や公的機関等において計算機システムの利用は必須であり、システムで使用するデータを喪失するとシステムの復旧が困難となる場合も多い。また内部統制やコンプライアンスの観点からもデータ保護の重要性が高まっている。近年では、いわゆるクラウドストレージに代表されるようなパブリックなストレージへのデータの格納が広く行われている。一方、性能などの観点からプライベートなストレージへ格納されるデータも増加しており、パブリックなストレージを利用しながらプライベートなストレージの両方を使うハイブリッドクラウドに対する要求が高い。
 データ保護の方法として、特許文献1に開示されているように、従来は複数のストレージにデータを複製する技術がある。この技術を用いることで、1つのストレージが災害によりデータを喪失しても、複製データを格納している他のストレージを利用してデータを復元することができる。
 また、特許文献2に開示されているように、広域災害を考慮した上でデータを複製することにより、災害によって複数のストレージが被災した場合でもデータの損失リスクを低減するようにデータの配置を最適化する技術がある。
特開2011-34164号 PCT/JP2012/002833
 特許文献1および特許文献2では、ストレージの性能や容量、および災害リスクを考慮してデータを複製するストレージを構成しており、プライベートクラウドに保存しているデータの複製データがパブリッククラウドに既に保存されていても、プライベートクラウド内にも複製データを保存する。そのため、プライベートクラウドのストレージリソースを過剰に消費し、管理コストが増大する課題があった。
 本発明は、パブリッククラウドに保存されているファイルの、プライベートクラウド内の複製ファイル数を抑制し、複製ファイル数に依存する管理コストを抑制することを目的とする。
 開示するファイル保存サービスシステムは、クライアント端末、クライアント端末からのファイルを格納するハイブリッドクラウドおよび計算機を、ネットワークを介して接続する構成である。計算機は、ファイルをハイブリッドクラウドへ格納する、条件および目標可用性を格納する拡張メタデータテーブル、および拡張メタデータテーブルに対応してハイブリッドクラウドに含まれる第1のクラウドの第1の識別子を格納する配置予定クラウドテーブルを有し、拡張メタデータテーブルに格納された条件を満足する、ハイブリッドクラウドに含まれる第2のクラウドを選択し、選択した第2のクラウドの可用性が目標可用性を満足するとき、選択した第2のクラウドの識別子を、配置予定クラウドテーブルの第1のクラウドの第1の識別子として格納する配置数計算部、およびクライアント端末からのファイルのネットワークを介した受信に応答して、ファイルに対応付けられた拡張メタデータテーブルを参照して、配置予定クラウドテーブルに格納されている第1のクラウドの第1の識別子を取得し、取得した第1の識別子で特定される第1のクラウドにファイルを格納するファイル配置管理部を有する。
 本発明によれば、ファイル保存の可用性を確保した上で、パブリッククラウド及びプライベートクラウドに格納する複製ファイル数を抑制し、管理コストを削減することができる。
ハイブリットクラウドシステムの構成例である。 クライアント端末の構成例である。 管理端末の構成例である。 ゲートウェイの構成例である。 クラウド構成定義テーブルの例である。 拡張メタデータテーブルの例である。 配置予定クラウドテーブルの例である。 ユーザ管理テーブルの例である。 ファイル配置管理テーブルの例である。 プライベートクラウドの構成例である。 ファイル配置管理部の処理フローチャートの例である。 ファイル配置管理部の処理フローチャートの例である。 ユーザ管理クラウド構成定義テーブル設定画面の表示例である。 クラウド構成管理部の処理フローチャートの例である。 配置数計算部の処理フローチャートの例である。 ユーザ管理テーブル設定画面の例である。 ユーザ管理テーブル更新部の処理フローチャートの例である。 拡張メタデータ設定画面の例である。 拡張メタデータテーブル更新部の処理フローチャートの例である。 管理端末のファイル拡張メタデータ更新画面の例である。
 以下、計算機(ゲートウェイ)を介して、1つのプライベートクラウド(ストレージ)と3つのパブリッククラウド(ストレージ)へファイルを保存するファイル保存システムを例として、ハイブリッドクラウドシステムの実施形態を説明する。ハイブリッドクラウドシステムは、プライベートクラウドとパブリッククラウドとを使用するという意味でハイブリッドクラウドシステムと呼ぶ。プライベートクラウドとパブリッククラウドとの差異は、Service Level Agreementで定められた可用性情報(以下、SLA)、コスト、性能などである。SLAは、クラウドシステムのようなサービスの提供者とサービスを受ける側との間で、取り決められたサービスの内容や品質である。
 本実施形態では、SLAを可用性(稼働率)として説明する。またプライベートクラウドとパブリッククラウドとは、一般に異なる管理者や事業者によって運用され、プライベートクラウドは、特定のユーザ(クライアント端末)に限定されたクラウドであり、パブリッククラウドは一般に開放されたクラウドである。本実施形態におけるクラウドサービスは、ファイル保存サービスであり、プライベートクラウドとパブリッククラウドの各々をプライベートストレージサービスとパブリックストレージサービスと言い換えてもよい。一般に、プライベートクラウドは、パブリッククラウドに比べて高いSLAを有している。
 本実施形態のファイル保存サービスシステムは、クライアント端末、クライアント端末からのファイルを格納するハイブリッドクラウドおよび計算機(ゲートウェイ)を、ネットワークを介して接続する構成である。計算機(ゲートウェイ)は、ファイルをハイブリッドクラウドへ格納する、条件および目標可用性を格納する拡張メタデータテーブル、および拡張メタデータテーブルに対応してハイブリッドクラウドに含まれる第1のクラウドの第1の識別子を格納する配置予定クラウドテーブルを有する。計算機(ゲートウェイ)は、さらに、拡張メタデータテーブルに格納された条件を満足する、ハイブリッドクラウドに含まれる第2のクラウドを選択し、選択した第2のクラウドの可用性が目標可用性を満足するとき、選択した第2のクラウドの識別子を、配置予定クラウドテーブルの第1のクラウドの第1の識別子として格納する配置数計算部、およびクライアント端末からのファイルのネットワークを介した受信に応答して、ファイルに対応付けられた拡張メタデータテーブルを参照して、配置予定クラウドテーブルに格納されている第1のクラウドの第1の識別子を取得し、取得した第1の識別子で特定される第1のクラウドにファイルを格納するファイル配置管理部を有する。
 以下、本実施形態を(1)ハイブリッドクラウドシステムの構成及びハイブリッドクラウドシステムで用いるテーブル構成など、(2)ハイブリッドクラウドシステムへファイルを配置する処理、(3)ハイブリッドクラウドシステムからファイルを読み出す処理、(4)ハイブリッドクラウドシステムを構成するパブリッククラウドの構成変更に対応する処理、(5)ファイルの配置仕様の変更に対応する処理、(6)ファイルの配置条件の変更に対応する処理の順序で説明する。ファイルの配置仕様と配置条件の関係は、ファイルの配置仕様はいくつかのファイル配置条件を纏めたものであり、配置仕様も複数用意する。配置条件は、後述する拡張メタデータテーブルの項目として示され、配置仕様は拡張メタデータテーブルとして示される。
 (1)ハイブリッドクラウドシステムの構成及びハイブリッドクラウドシステムで用いるテーブル構成などについて(図1~図10)
図1は、プライベートクラウドとパブリッククラウドが存在するハイブリッドクラウドを用いたファイル保存サービスシステムの構成図の例である。ハイブリッドクラウドは、換言すると、可用性、コスト、性能などが異なる複数のクラウドを含んでいる。
 ファイル保存サービスシステムは、クライアント端末100、管理端末200、ゲートウェイ(計算機)300、及びプライベートクラウド400がLAN800を介して接続し、さらにゲートウェイ300がパブリッククラウド500とWAN900を介して接続している。
 クライアント端末100は、ゲートウェイ300により提供されるファイル保存サービスを利用するユーザによって使用される計算機である。管理端末200は、ゲートウェイ300、プライベートクラウド400及びクライアント端末100を、LAN800を介して管理する管理する計算機である。また、管理端末200は、パブリッククラウド500の管理情報を必要に応じて取得することができる。
 ゲートウェイ300は、ファイル保存サービスをクライアント端末100に提供する計算機である。したがって、ゲートウェイ300は、クライアント端末100とプライベートクラウド400やパブリッククラウド500との間でファイルを転送する。
 プライベートクラウド400は、ゲートウェイ300からの指示に対応してファイルの保存サービス(格納、読み出し、更新、削除等)を提供する。
 パブリッククラウド500は、WAN900を介して、ゲートウェイ300からの指示に対応してファイルの保存サービス(格納、更新、削除等)を提供する。
 ファイルの転送方向を分りやすくするために、用語としてアップロード及びダウンロードを用いる。クライアント端末100がプライベートクラウド400またはパブリッククラウド500にファイルを保存する場合のファイルの流れをアップロードとする。すなわち、クライアント端末100からゲートウェイ300へファイルを転送する流れや、ゲートウェイ300からプライベートクラウド400またはパブリッククラウド500へファイルを転送する流れをアップロードとする。逆に、クライアント端末100がプライベートクラウド400またはパブリッククラウド500に保存されているファイルを取得する(読み出す)場合のファイルの流れを、ファイルのダウンロードとする。すなわち、ゲートウェイ300からクライアント端末100へファイルを転送する流れや、プライベートクラウド400またはパブリッククラウド500からゲートウェイ300へファイルを転送する流れをダウンロードとする。
 ファイルのアップロードやダウンロードには、ファイルを識別するファイルIDを用いる。クライアント端末100は、各ファイルにクライアント端末固有のファイルIDを付す。本明細書では、このクライアント端末固有のファイルIDをユーザファイルIDと呼称する。ゲートウェイ300は、各ファイルにゲートウェイ固有のファイルIDを付す。本明細書では、このゲートウェイ固有のファイルIDをゲートウェイファイルIDと呼称する。まクライアント端末100からあるクラウドにファイルをアップロードする場合について説明する。クライアント端末100は、ファイルにユーザファイルIDを付して、ゲートウェイ300へ送信する。ゲートウェイ300は、受信したファイルに対してゲートウェイファイルIDを付し、クライアント端末100を識別する識別子、ユーザファイルID及びゲートウェイファイルIDの対応関係を保持する。ゲートウェイ300は、ファイルにゲートウェイファイルIDを付して、ファイルを配置(格納)するクラウドへ送信する。クラウドはゲートウェイ300を識別する識別子、ゲートウェイファイルID、及びファイルの格納場所を示すパス情報の対応関係を保持する。このようにして、ファイルをクラウドに配置することにより、クライアント端末100がファイルをダウンロードする場合、クライアント端末100はユーザファイルIDを指定すればよい。なお、本明細書では、特別に明記した場合を除き、クライアント端末100から送信されるファイルIDはユーザファイルIDであり、ゲートウェイの各処理で使われるファイルIDはゲートウェイファイルIDである。
 図2は、クライアント端末100の構成図である。クライアント端末100は、CPU150と、メモリ110と、LAN800に接続するためのI/F(インタフェイス)180と、それらを接続する内部的な通信路を有する計算機である。
 CPU150は、メモリ110に格納されている処理部(プログラム)を実行する。メモリ110は、処理部(プログラム)やデータを格納する。処理部は、例えば、ゲートウェイ300にファイルを送受信するファイルアクセス部111である。
 図3は、管理端末200の構成図である。管理端末200は、ゲートウェイ300を管理するための端末であり、CPU250と、メモリ210と、LAN800に接続するためのI/F280と、表示画面を持つ入出力装置241と、それらを接続する内部的な通信路を有する計算機である。
 CPU250は、メモリ210に格納された処理部(プログラム)を実行する。メモリ210は、処理部(プログラム)やデータを格納する。処理部は、例えば、ゲートウェイ管理部211であり、詳細は後述する。
 図4は、ゲートウェイ300の構成図である。ゲートウェイ300は、メモリ100と、CPU350と、記憶装置(以下、ボリューム)370と、LAN800に接続するためのI/F380と、WAN900に接続するためのI/F390と、それらを接続する内部的な通信路(例えば、バス)を有する計算機である。CPU350は、メモリ310に格納された、後述する処理部(プログラム)を実行する。
 ボリューム370は、スタブファイル371とファイル372を格納する。スタブファイル371は、ユーザ名とユーザファイルIDとゲートウェイファイルIDの対応関係を格納する。ファイル372は、ファイルの実体であるデータ375、基本メタデータ376、拡張メタデータ377、ファイルID378を格納する。
 基本メタデータ376は、ユーザ名(ファイル372の管理者や作成者)やACL(Access Control List、アクセス許可対象を示すリスト)などのメタデータを示す。拡張メタデータ377の詳細は、後述する。ファイルID378は、ファイル372を一意に識別するための識別子であり、前述のゲートウェイファイルIDである。
 メモリ311は、ファイル保存サービスのための処理部(プログラム)やテーブル類を格納する。メモリ311に格納される処理部は、ウェブアクセス部311、ファイルサーバ部312、クラウド構成管理部313、ファイル配置管理部314、および複製数計算部315である。
 ウェブアクセス部311は、プライベートクラウド400やパブリッククラウド500との間でファイルを送受信する。ファイルサーバ部312は、クライアント端末100にファイルサーバの機能を提供し、具体的には、クライアント端末100へのスタブファイル371の内容の表示や、クライアント端末100との間でファイルを送受信する。ウェブアクセス部311及びファイルサーバ部312には、既存のウェブアクセスプログラム及びファイルサーバプログラムを用いてもよい。他の各処理部の詳細は後述する。またメモリ311は、後述するように、図示を省略している処理部を格納する。
 テーブルは、クラウド構成定義テーブル316、拡張メタデータテーブル317、配置予定クラウドテーブル318、ユーザ管理テーブル319、およびファイル配置管理テーブル320である。さらに、メモリ311は、各処理部の実行に必要なワークエリアなどの領域を有する。
 図5は、クラウド構成定義テーブル316の例である。クラウド構成定義テーブル316は、ゲートウェイ300がファイル保存サービスのために用いるハイブリッドクラウドを構成するプライベートクラウド400とパブリッククラウド500の各々の構成情報を格納する。クラウド構成定義テーブル316は、クラウド番号1601、クラウド名1602、プライベートクラウド1603、アクセスID1604、読み出し専用1605、SLA1606、月額コスト1607、トランザクションコスト1608、格納コスト1609、応答時間1610、および帯域幅1611を含む。
 クラウド番号1601は、プライベートクラウド400やパブリッククラウド500の各クラウドを一意に識別する識別子である。クラウド名1602は、クラウドの名称である。プライベートクラウド1603は、クラウドがプライベートクラウドであるか否かを示す。アクセスID1604は、ゲートウェイ300のウェブアクセス部311がプライベートクラウド400またはパブリッククラウド500にアクセスするためのパス情報(アドレス)である。読み出し専用1605は、クラウドが読み出し専用であるか否かを示す。SLA1606は、プライベートクラウド400またはパブリッククラウド500のクラウドのSLAである。
 月額コスト1607は、月当たりのクラウドの利用料である。トランザクションコスト1608は、トランザクション処理当たりのクラウドの利用料である。格納コスト1609は、所定データ容量当たりのクラウドの利用料である。応答時間1610は、クラウドへのアクセスに要する処理時間である。帯域幅1611は、ゲートウェイ300がクラウドとの間でファイルを転送するときのファイル転送最大速度である。
 図6は、拡張メタデータテーブル317の例である。拡張メタデータテーブル317は、ゲートウェイ300がファイルを配置する(格納する)クラウドを選択するための条件を格納している。拡張メタデータテーブル317は、ユーザ毎に又は観点毎にクラウドを選択するための条件を設けても良く、その場合は、ゲートウェイ300はユーザ対応又は観点対応に拡張メタデータテーブル317(1700aから1700n)を用意する。拡張メタデータテーブル317は、拡張メタデータテーブル番号1702、目標SLA1703、プライベートクラウド下限配置数1704、強制配置クラウド1705、配置拒否クラウド1706、月額制限コスト1707、トランザクション制限コスト1708、格納制限コスト1709、応答時間制限1710、および帯域制限1711を含む。
 拡張メタデータテーブル317の各項目は、値、条件、および優先順位の欄を持つ。値および条件は、たとえば月額制限コスト1707は、ファイル保存に要する月額コストが15$以下であることを示す。優先順位は、クラウドを選択するときに用いる各項目の順番を示す(1が最優先とする)。月額制限コスト1707、トランザクション制限コスト1708、格納制限コスト1709、応答制限コスト1710、および帯域制限コスト1711の観点1701は、値と条件、さらに優先順位を持ち、条件を満足しないクラウドを選択しないための指標である。
 拡張メタデータテーブル番号1702は、各拡張メタデータテーブル1700aから1700nを一意に識別する識別子である。目標SLA1703は、ゲートウェイ300がファイルをクラウドに配置するときに保証するSLAである。ここでは、SLAは可用性(稼働率)であるので%を単位とする。
 プライベートクラウド下限配置数1704には、プライベートクラウド400に配置する同一ファイルの数である。プライベートクラウド400に少なくともプライベートクラウド下限配置数1704の数の同一ファイル(元のファイル及び/又は複製ファイル)を格納する。強制配置クラウド1705は、ファイルを必ず配置するクラウド番号である。配置拒否クラウド1706は、ファイルを配置するクラウドから除外する(ファイルを配置しない)クラウド番号を格納する。
 月額制限コスト1707は、ファイルを配置するために要する月額コストの条件である。トランザクション制限コスト1708は、クラウドに配置したファイルへアクセスするために要するトランザクションコストの条件である。格納制限コスト1709は、ファイルを配置するために要する単位容量当たりの格納コストの条件である。
 応答時間制限1710は、配置したファイルへアクセスするときの応答時間の条件である。帯域制限1711は、ファイルを配置(格納)または読みだすファイル転送速度(帯域)の条件である。
 図7は、配置予定クラウドテーブル318の例である。配置予定クラウドテーブル318は、拡張メタデータテーブル317に示される条件の下で、ファイルを配置するクラウドを決定した結果を格納する。配置予定クラウドテーブル318は、拡張メタデータテーブル番号1801、配置予定クラウド番号1802、プライベートクラウド配置予定数1803、および配置後SLA1804を含む。
 配置予定クラウド番号1802は、ファイルを配置するパブリッククラウド500のクラウド番号の一覧を格納する。プライベートクラウド配置予定数1803は、プライベートクラウド400に配置する、パブリッククラウド500に配置するファイルと同一のファイルの数を示す。配置後SLA1804は、ファイルを配置する配置予定クラウド番号1802に示すクラウドとプライベートクラウド配置予定数1803に示す数のファイルを配置するプライベートクラウド400とのSLAから求めた、配置(保存)するファイルを保証するSLA(稼働率)の値である。
 図8は、ユーザ管理テーブル319の例である。ユーザ管理テーブル319は、ユーザ1901が使用する拡張メタデータテーブル番号1902と、ユーザ1901がクラウドからファイルを取得する(クライアント端末100から見ると、ゲートウェイ300にファイルが格納されているように見える)際の優先する取得方法を示す読み出し優先度情報1910を格納する。
 ユーザ1901には、ゲートウェイ300との間でファイルをアップロードまたはダウンロードするためにクライアント端末100を使用するユーザを一意に識別する識別子を格納する。拡張メタデータテーブル番号1902は、ユーザ1901対応の拡張メタデータテーブル番号である。
 読み出し優先度情報1910は、コスト優先1911、速度優先1912、および読み出しクラウド1913を含み、ゲートウェイ300がクラウドからファイルを取得する(ダウンロードする)際に優先する方法(チェック)を示す。コスト優先1911は、ゲートウェイ300が同一ファイルを格納する複数のクラウドから、低価格でファイルを取得できるクラウドを選択することを示す。速度優先1912は、ゲートウェイ300が同一ファイルを格納する複数のクラウドから、高速に(短時間で)ファイルを取得できるクラウドを選択することを示す。読み出しクラウド1913は、コスト優先1911や速度優先1912に関わらず、ファイルを読み出すクラウドを固定する場合に、そのクラウド番号を設定する。
 図8のユーザ管理テーブル319は、ユーザ対応に拡張メタデータテーブル番号1902を示しているが、図示するように異なるユーザに同じ拡張メタデータテーブル番号(EX_1)が対応付けられても良い。
 図9は、ファイル配置管理テーブル320の例である。ファイル配置管理テーブル320は、ファイルID2001、現在値SLA2002、プライベートクラウド情報2010、およびパブリッククラウド情報2020を含む。
 ファイルID2001は、クラウドに格納しているファイルを一意に識別する、ゲートウェイファイルIDである。現在値SLA2002は、ファイルID2001が示すファイルが配置されているパブリッククラウドのSLAとプライベートクラウドの配置数から得られるSLAである。
 プライベートクラウド情報2010は、プライベートクラウド400に配置してある、ファイルID2001が示すファイルの数(配置数2011)である。パブリッククラウド情報2020は、パブリッククラウド500のクラウド番号2021とパブリッククラウド500に保存するファイルにアクセスするためのパス2022の組である。また、複数のパブリッククラウド500にファイルID2001が示すファイルを配置している場合は、その数に応じたクラウド番号2021とパス2022の組である。パス2022は、ファイルを配置してあるパブリッククラウド500のパス情報(アドレス)を示し、ウェブアクセス部311がパブリッククラウド500にアクセスするときに用いる。
 図10は、プライベートクラウド(ストレージ)400の構成図である。プライベートクラウド400は、LAN800に接続するエッジサーバ600、ストレージ装置700、及びそれらを接続するストレージネットワーク410を含む。
 エッジサーバ600は、CPU650、メモリ610、LAN800に接続するためのI/F680、ストレージネットワークに接続するためのI/F690、及びそれらを接続する内部的な通信路(例えば、バス)を有する計算機である。メモリ610は、処理部(プログラム)やデータを格納する。メモリ610は、ウェブサーバ部611と、ファイルサーバ部612が格納される。ウェブサーバ部611は、ゲートウェイ300とプライベートクラウド400間でファイルを送受信する。ファイルサーバ612は、エッジサーバ600とストレージ装置700間でファイルを送受信する。前述のように、ファイルはゲートウェイ300固有のファイル識別子を付してプライベートクラウド400に転送されるので、エッジサーバ600がゲートウェイ300固有のファイル識別子とプライベートクラウド400固有のファイル識別子との対応関係を示す対応テーブルを有し、ウェブサーバ部611が対応テーブルを参照して、プライベートクラウド400内のファイル操作(格納、読み出し)を実行する。
 ストレージ装置700は、CPU750、メモリ710、n個のボリューム770、内部ネットワークに接続するI/F790、それらを接続する内部的な通信路(例えば、バス)を有する計算機である。ボリューム770にファイルを格納する。メモリ710は、処理部(プログラム)やデータを格納する。メモリ710は、複製数制御部711を格納する。複製数制御部711は、ゲートウェイ300により指定された配置数に対応してファイルを配置する。ゲートウェイ300が配置数に対応してファイルをプライベートクラウド400に転送する態様では、複製数制御部711は不要である。ファイルは、ストレージ装置700a~700nやボリューム770a~770nに跨って配置されてもよい。ストレージネットワーク410は、例えば、LAN(Local Area Network)やSAN(Storage Area Network)である。
 パブリッククラウド500の構成の図示を省略するが、図10のプライベートクラウド400の構成と同様である。プライベートクラウド400と異なる点は、前述のように運用主体の事業者や、図5のクラウド構成定義テーブル316に示したSLAや各種コスト、性能などである。
 (2)ハイブリッドクラウドシステムへファイルを配置する処理について(図11)
ユーザAがクライアント端末100からファイルをゲートウェイ300にアップロードすると、ファイルサーバ部312は、受信したファイルを、ファイル372のデータ(受信したファイルの実体)375としてボリューム370に格納する。ファイルサーバ部312は、ファイルと共に受信する、ユーザAをユーザ名として含む基本メタデータを基本メタデータ376に格納する。ユーザ名はクライアント端末100からファイルを受信したときの送信アドレスを基に特定しても良い。ファイルサーバ部312は、さらに、受信したファイルに付与されているクライアント端末ユーザファイルIDをゲートウェイファイルIDに変換し、その対応関係をスタブファイル371に格納するとともに、ボリューム370のファイルID378にゲートウェイファイルIDを格納する。ファイルサーバ部312は、ファイル配置管理部314を起動する。
 図11は、ゲートウェイ300のファイル配置管理部314の処理フローチャートの例である。ファイル配置管理部314は、基本メタデータ376に格納されている、ファイルをアップロードしたユーザ名を取得する(S2401)。ここでは、ユーザ名はユーザAとする。
 ファイル配置管理部314は、ユーザ管理テーブル319(図8)を参照して、ユーザ1901がユーザAの拡張メタデータテーブル番号1902(EX_1)を取得する(S2402)。ファイル配置管理部314は、取得した拡張メタデータ番号EX_1の拡張メタデータテーブル317(ここでは、1700aの拡張メタデータテーブル)を取得し、取得した拡張メタデータテーブル317を、ファイルサーバ312が受信したファイルに対応付けるために、ファイル372の拡張メタデータ377に格納する(S2403)。
 ファイル配置管理部314は、配置予定クラウドテーブル318を参照して、拡張メタデータ377に格納した拡張メタデータテーブル番号EX_1に対応する、配置予定クラウド番号1802(図7では、「1」、「2」)およびプライベートクラウド配置予定数1803(図7では、「1」)を取得する(S2404)。
 ファイル配置管理部314は、ファイル配置管理テーブル320に新たなエントリ(行)を確保し、そのファイルID2001として、ファイル372のファイルID378に格納したゲートウェイファイルIDを格納し、プライベートクラウド配置予定数1803の内容「1」をプライベートクラウド情報2010の配置数2011に格納する。新たなエントリのパブリッククラウド情報2020のクラウド番号2021a、2021bにそれぞれ配置予定クラウド番号1802の「1」、「2」を格納する(S2405)。クラウド番号2021a、2021bに対応するパス情報2022a、2022bは、別途用意しているクラウド番号とパス情報との対応表を参照して格納する。
 ファイル配置管理部314は、ファイル配置管理テーブル320に新たなエントリのファイルID2001に格納したゲートウェイファイルIDを特定して、ウェブアクセス部311を起動する(S2406)。ウェブアクセス部311は、特定されたファイルIDに対応するファイルのデータ375を、ファイル配置管理テーブル320に指定された配置数2011の数に対応してプライベートクラウド400に送信・配置し、ファイル配置管理テーブル320に指定されたパブリッククラウド情報2020のパス情報2022a、2022bをアドレスとしてクラウド番号2021a、2021bのパブリッククラウド500に送信・配置する。プライベートクラウド400が、配置数に応じて、ファイルを複製配置する場合(図10の複製数制御部711が用意されている場合)は、ウェブアクセス部311によるファイルの送信は1回で良い。
 ファイル配置管理部314は、ユーザAにアップロードの完了を通知するために、スタブファイル371を参照して、ハイブリッドクラウドに配置したファイルのゲートウェイファイルIDに対応するユーザファイルIDを、クライアント端末100に送信する(S2407)。
 以上のように、ユーザに対応付けた拡張メタデータ(拡張メタデータテーブル317の内容)に基づき、ファイルを配置するクラウドを選択するので、プライベートクラウド400の代わりになるパブリッククラウド500を拡張メタデータテーブル番号として、配置予定クラウドテーブル318およびユーザ管理テーブル319に設定しておくことにより、設定に基づいて、ファイルを配置するクラウドを選択できる。配置予定クラウドテーブル318およびユーザ管理テーブル319への設定については後述する。
 (3)ハイブリッドクラウドシステムからファイルを読み出す処理について(図12)
ユーザAが、ゲートウェイ300からファイルをダウンロードするために、クライアント端末100からユーザファイルIDを送信すると、ファイルサーバ部312は、スタブファイル371のファイルIDの対応表を参照して、ユーザファイルIDをゲートウェイファイルIDに変換し、ボリューム370のファイルID378に格納する。ここでは、ファイルID378に格納するファイルIDを「3db5d6」とする。ファイルサーバ部312は、ユーザ名をスタブファイル371を参照して特定し、基本メタデータ376に格納する。ファイルサーバ部312は、ファイル配置管理部314を起動する。
 図12は、ゲートウェイ300のファイル配置管理部314の処理フローチャートの例である。ファイル配置管理部314は、ユーザ管理テーブル319を参照して、基本メタデータ376に含まれるユーザ名に対応する読み出し優先度情報1910を取得する(S2601)。図8では、ユーザAはクラウド番号「3」のパブリッククラウド500から所望のファイルを優先的に読み出し、クラウド番号「3」のパブリッククラウド500に所望のファイルがなく、クラウド番号3以外のパブリッククラウド500に所望のファイルが複数配置されている場合、クラウド番号3以外のパブリッククラウド500又はプライベートクラウド400に配置されている所望のファイルの一つを速度優先で取得する。
 ファイル配置管理部314は、ファイル配置管理テーブル320を参照して、ファイルID2001「3db5d6」に対応するクラウド情報(プライベートクラウド情報2010およびパブリッククラウド情報2020)を取得する(S2602)。ここでは、プライベートクラウド情報2010として配置数「1」、パブリッククラウド情報2020としてクラウド番号「1」、「2」を取得する。
 ファイル配置管理部314は、読み出し優先度情報とクラウド情報から、ファイルID「3db5d6」のファイルを読み出すクラウドを選択する(S2603)。ファイルを読み出すクラウドとして、ユーザ管理テーブル319の読み出しクラウド1913に設定してあるクラウド番号のクラウドを選択する。ただし、読み出しクラウド1913に設定してあるクラウド番号のクラウドにファイルが配置されていない場合や読み出しクラウド1913にクラウド番号が設定されていない場合は、速度優先またはコスト優先で読み出すクラウドを選択する。コスト優先であれば、クラウド構成定義テーブル316を参照して、トランザクションコストが最も低いクラウドを選択する。また、読み出し優先度情報1910が速度優先であれば、クラウド構成定義テーブル316を参照して、帯域幅1611が最も大きいクラウドを選択する。ここでは、読み出しクラウド1913にクラウド番号「3」が設定されているが、所望のファイル(ファイル配置管理テーブル320のファイルID2001が3db5d6のファイル)が配置されていないので、速度優先でクラウドを選択する。クラウド構成定義テーブル316を参照して、クラウド番号「1」、「2」のクラウドを比較して、帯域幅がより大きいクラウド番号「1」のクラウドを選択する。
 ファイル配置管理部314は、S2603で選択したクラウド(クラウド番号「1」のクラウド)からファイル(ファイルID2001が3db5d6のファイル)を取得するか否かをユーザAに問い合わせる(S2604)。ユーザAに問い合わせる場合、ファイル配置管理部314は、ファイル配置管理テーブル320のファイルID2001「3db5d6」と対応させて、ファイルが配置されているクラウド情報(プライベートクラウド情報2010およびパブリッククラウド情報2020)をクライアント端末100へ送信する。ユーザAは、受信したクラウド情報に基づいて、S2604で選択したクラウドか(OK)、受信したクラウド情報に含まれる他のクラウド番号のクラウドか(NG)を選択する(S2605)。NGの場合、ユーザAは選択したクラウド番号をクライアント端末100から送信する。ユーザへの問い合わせが不要ならば、S2604及びS2605の処理を省略する。
 ファイル配置管理部314は、ダウンロードするゲートウェイファイルID(3db5d6)および選択したクラウド番号を特定して、ウェブアクセス部311にファイルのダウンロードを要求する(S2606)。ウェブアクセス部311は、ダウンロードしたファイルをボリューム370のファイル372のデータ375に格納する。ファイル配置管理部314は、ダウンロードされ、データ375に格納されているファイルをクライアント端末100へ転送する(S2607)。
 図12にファイルをダウンロードする場合のファイル配置管理部314の処理を示し、図11にファイルをアップロードする場合のファイル配置管理部314の処理を示して説明したが、ファイルまたはユーザファイルIDを受信するファイルサーバ部312がアップロード又はダウンロードを指定してファイル配置管理部314を起動し、アップロード又はダウンロードの指定に応じて起動されたファイル配置管理部314が図11又は図12に示す処理に分岐しても良い。
 以上のように、クラウド構成定義テーブル316とユーザ管理テーブル319の設定に基づいて、ファイルをダウンロードするクラウドを選択するため、ダウンロードする費用を最小または速度を最速にするクラウドを選択することとができる。
 (4)ハイブリッドクラウドシステムを構成するパブリッククラウドの構成変更に対応する処理について(図13~図15)
図13は、クラウド構成定義テーブル設定画面1100の例である。管理端末200から管理者の入力を受け付け、ゲートウェイ300のメモリ310にあるクラウド構成定義テーブル316を編集する例を示している。クラウド構成定義テーブル設定画面1100は、次のような項目を表示し、管理者からの項目内容の変更などの入力を受け付ける。クラウド構成定義テーブル設定画面1100は、クラウド構成定義テーブル316の項目に対応し、クラウド番号1101、クラウド名1102、プライベートクラウド1103、アクセスID1104およびクラウド構成の設定内容を表示する。クラウド構成の設定内容は、SLA1105、月額コスト1106、トランザクションコスト1107、格納コスト1108、応答時間1109、および帯域1110である。さらに、クラウド番号1101及びクラウド名1102に表示するクラウドの、削除指示を入力する削除ボタン1111、新規追加の指示を入力する新規追加ボタン、更新指示を入力する更新ボタン1113を有する。各ボタンによる指示入力に応答して、クラウド構成管理部313を起動する。
 図14は、クラウド構成管理部313の処理フローチャートの例である。クラウド構成管理部313は、指示入力の種別を判定し(S2801)、新規追加ボタン1112または更新ボタン1113による指示入力の場合、S2802に進み、削除ボタン1111による指示入力の場合、S2803に進む。
 新規追加ボタン1112または更新ボタン1113による指示入力の場合、クラウド構成管理部313は、各拡張メタデータテーブル317を指定して、配置数計算部315を起動する(S2802)。後述する配置数計算部315の処理によって、配置予定クラウドテーブル318が更新される。たとえば、クラウド構成管理テーブル316のクラウド番号が「2」の第二パブリッククラウドの帯域幅が100MB/secから10MB/secに変更された場合、拡張メタデータテーブル番号がEX_1の拡張メタデータテーブル317の帯域制限1711が10MB/sec以上であるが、第三パブリッククラウドの帯域幅が第二パブリッククラウドの帯域幅より広い(高速な)50MB/secであるので、配置予定クラウドテーブル318の拡張メタデータテーブル番号EX_1の配置予定クラウド番号1802が「1」,「2」から「1」,「3」に更新される。更新された(使用しなくなった)配置予定クラウド番号「2」をワークエリアに記憶しておく。
 一方、削除ボタン1111による指示入力の場合、クラウド構成管理部313は、配置予定クラウドテーブル318を参照して、削除されたクラウド番号のクラウドを使用している拡張メタデータ番号1801を指定して、配置数計算部315を起動する(S2803)。後述する配置数計算部315の処理によって、配置予定クラウドテーブルが更新される。たとえば、クラウド番号が「1」の第一パブリッククラウドが削除された場合、配置予定クラウドテーブル318の拡張メタデータテーブル番号EX_1の配置予定クラウド番号1802が「1」,「2」から「2」,「3」に更新される。更新された(使用しなくなった)配置予定クラウド番号「1」をワークエリアに記憶しておく。
 新規追加ボタン1112または更新ボタン1113による指示入力の場合のS2802の処理と削除ボタン1111による指示入力の場合のS2803の処理との差異は、前者がすべての拡張メタデータテーブル317に関して、配置数計算部315を実行するのに対して、後者が削除されたクラウド番号のクラウドを使用している拡張メタデータテーブル317に関して、配置数計算部315を実行する点である。
 クラウド構成管理部313は、ファイル配置管理テーブル320の中で、ワークエリアに記憶してある配置予定クラウド番号がパブリッククラウド情報2020に含まれるファイルID2001があるか否かを判定する(S2804)。ファイルID2001がない(NO、配置予定クラウドに変更がない)ならば、処理を終了し、ある(YES)ならば、S2805、S2806の処理を繰り返すことによりファイルを再配置する。配置予定クラウド番号「1」をたとえばS2803でワークエリアに記憶した配置予定クラウド番号「1」を使用していたファイルID2001「3db5d6」があると判定される。
 クラウド構成管理部313は、更新された(使用しなくなった)配置予定クラウドに配置していたファイルのファイルIDを持つ同一のファイルを、ウェブアクセス部311を起動して、構成が変更されていないクラウドからダウンロードする(S2805)。ダウンロード先は、ボリューム370のファイル372である。ファイルの実体をデータ375に格納する。また、ファイルID378にはダウンロードしたファイルのファイルIDを格納する。たとえば、S2803で示した例では、ファイルID2001が「3db5d6」のファイルは配置予定クラウド番号「1」のクラウドを使用しなくなったので、ファイル配置管理テーブル320を参照して、構成が変更されていない配置予定クラウド番号「2」のクラウドからダウンロードする。
 クラウド構成管理部313は、ダウンロードし、ファイル372に格納したファイルを配置予定クラウド番号が新たに設定されたクラウドに、ウェブアクセス部311を起動して、アップロードする(S2806)。たとえば、S2803で示した例では、ファイル配置管理テーブル320を参照して、新たに設定されたクラウドの配置予定クラウド番号「3」のクラウドにアップロードする。以上のS2805、S2806の処理を繰り返すことにより、クラウド構成の変更に応じて、ファイルを再配置できる。
 なお、更新された(使用しなくなった)配置予定クラウドに配置していたファイルを必要に応じて、ウェブアクセス部311を起動して削除する。
 図15は、配置数計算部315の処理フローチャートの例である。配置数計算部315の処理を説明するために、クラウド構成管理部313のS2802で例示した、クラウド番号「2」の第二パブリッククラウドの帯域幅が100MB/secから10MB/secに変更された例を用いる。
 配置数計算部315は、ファイル配置管理部314から指定された拡張メタデータテーブル317の強制配置クラウド1705のクラウド番号に対応するクラウドのSLAをクラウド構成定義テーブル316から取得し、拡張メタデータテーブル317のプライベートクラウド下限配置数1704を取得し、クラウド構成定義テーブル316からプライベートクラウドのSLAを取得し、プライベートクラウドの配置数分のSLAと強制配置クラウドのSLAから合成したSLAを求める(S2501)。合成したSLAを計算SLAと呼ぶ。計算SLAの求め方は、各クラウドが並列の構成と見なせるので、SLA(稼働率)をαi(iはi番目のクラウド、i=1,2,・・,n)とし、(計算SLA)=1-Π(1-αi)で求める。
 配置数計算部315は、求めた計算SLAと指定された拡張メタデータテーブルの目標SLA1703を比較し、計算SLAが目標SLA1703以上の場合はステップS2508に進み、計算SLAが目標SLA未満の場合はS2503へ進む(S2502)。
 配置数計算部315は、指定された拡張メタデータテーブル317の各種条件1707~1711を満足するパブリッククラウドを、クラウド構成定義テーブル316から選択し、選択したクラウドを拡張メタデータテーブル317の優先度を用いて、条件の良い順に降順ソートする(S2503)。たとえば、図6に示す拡張メタデータテーブル317において、各種条件1707~1711を満足するクラウドが複数あり、優先順位「1」の帯域制限1711に対応する、複数のパブリッククラウド500の帯域幅1611が等しいならば、優先順位「2」の応答時間制限1710に対応する、複数のクラウドの応答時間1610の短いパブリッククラウド500を上位とするようにソートする。
 配置数計算部315は、ソートしたパブリッククラウド500から上位のパブリッククラウド500を選択し、計算SLAを求める(S2504)。計算SLAを求め方は前述と同様である。
 配置数計算部315は、求めた計算SLAと拡張メタデータテーブル317の目標SLAを比較し、計算SLAが目標SLA以上の場合はステップS2508に進み、計算SLAが目標SLA未満の場合はS2506へ進む(S2505)。
 配置数計算部315は、計算SLAが目標SLA未満の場合、S2503で選択及びソートしたパブリッククラウド500のすべてを追加したか否かを判定する。全てのパブリッククラウド500を追加した場合はS2507へ進み、全てのパブリッククラウド500を追加していない場合は、S2504へ進む(S2506)。
 S2503で選択した全てのパブリッククラウド500を追加しても計算SLAが目標SLA未満の場合は、プライベートクラウド400の配置数を増やす。プライベートクラウド400に配置数を1つ加えるごとにプライベートクラウド400のSLAを含んで計算SLAを求め、目標SLAを以上になるまでプライベートクラウド400の配置数を増加する(S2507)。
 拡張メタデータテーブル317の目標SLA1703以上の計算SLAを求めた段階(S2502、S2504又はS2507)の配置予定クラウド番号1802とプライベートクラウドの配置予定数1803を、配置予定クラウドテーブル318の拡張メタデータテーブル番号1801(ファイル配置管理部314から指定された拡張メタデータテーブル317の番号)に対応付けて更新する(S2508)。
 以上説明したように、クラウド構成定義テーブル316の設定が変更されたとき、性能指標(拡張メタデータテーブル317の各種条件)に基づいて、ファイルを配置するクラウドを再選択するので、SLAを満たしながら、ダウンロードする費用を最小または、速度を最速にするクラウドを選択することができる。なお、本実施例ではパブリッククラウドを追加しても目標SLAを満たさない場合に、プライベートクラウドの配置数を増やすこととしたが、それに限らず、SLAを満たす配置の中で最小のコストとなるように、パブリッククラウドとプライベートクラウドそれぞれへの配置を計算してもよい。
 (5)ファイルの配置仕様の変更に対応する処理について(図16、図17)
管理端末200から、ファイルの配置仕様を変更するために、ユーザ管理テーブル319を更新した場合の処理を説明する。
 図16は、管理端末200のユーザ管理テーブル設定画面1300の例である。ユーザ管理テーブル設定画面1300は、ユーザ管理テーブル319の項目に対応して、次のような項目を表示し、管理者からの項目内容の変更などの入力を受け付ける。ユーザ管理テーブル設定画面1300は、ユーザ名1301、拡張メタデータテーブル番号1302、ファイル読み出しで考慮する要因としてのコスト優先1303、速度優先1304及び読み出すクラウドの強制設定1305を表示する。さらに、設定したユーザ管理テーブル設定画面1300の設定内容を既存ファイル(既にハイブリッドクラウドに配置されているファイル)にも適用することの指示を入力する既存ファイルにも適用ボタン1306、単にユーザ管理テーブル319の更新指示を入力する更新ボタン1307を有する。各ボタンによる指示入力に応答して、図4では図示を省略しているユーザ管理テーブル更新部を起動する。
 図17は、ユーザ管理テーブル更新部の処理フローチャートの例である。ユーザ管理テーブル設定画面1300からの指示入力に応答して、ユーザ管理テーブル319を、ユーザ管理テーブル設定画面1300の設定に応じて更新する(S3001)。拡張メタデータテーブル番号が更新されている場合は、更新前の拡張メタデータテーブル番号をワークエリアに格納しておく。指示入力が既存ファイルにも適用するかを判定し、適用する場合はS3003に進み、適用しない場合は処理を終了する(S3002)。ユーザ管理テーブル319の拡張メタデータテーブル番号1902が更新されたかを判定し、更新されていればS3004に進み、更新されていなければ処理を終了する(S3003)。
 配置予定クラウドテーブル318を参照して、ワークエリアに格納してある更新前の拡張メタデータテーブル番号に対応する配置予定クラウド番号1802を取得する(S3004)。配置予定クラウドテーブル318を参照して、更新後の拡張メタデータテーブル番号に対応する配置予定クラウド番号1802を取得する(S3005)。更新前後の配置予定クラウド番号1802が異なるかを判定し、異なればS3007に進み、同じならば処理を終了する(S3006)。更新前後の配置予定クラウド番号1802の差異として、更新前後で同じ配置予定クラウド番号、更新前に使用し更新後に使用しない配置予定クラウド番号、更新前に使用せずに更新後に使用する配置予定クラウド番号を特定しておく。
 スタブファイル371を参照して、ユーザ管理テーブル319を更新したユーザ1901に対応するゲートウェイファイルIDを特定する(S3007)。特定したゲートウェイファイルIDのファイルを再配置する(S3008)。ファイルの再配置は、特定してある更新前後で同じ配置予定クラウド番号のパブリッククラウド500からファイルをダウンロードし、更新前に使用し更新後に使用しない配置予定クラウド番号のパブリッククラウド500からファイルを削除し、更新前に使用せずに更新後に使用する配置予定クラウド番号のパブリッククラウド500へファイルをアップロードする。ここでのダウンロード先及びアップロード元は、ボリューム370のファイル372である。また、ダウンロード、アップロード及び削除は、前述のように、ゲートウェイファイルIDを指定してウェブアクセス部311を起動することにより実行する。ファイルの再配置内容に応じて、ファイル配置管理テーブル320を更新する(S3009)。
 以上説明したように、更新されたユーザ管理テーブル319に基づいて、拡張メタデータテーブル317の目標SLAを保証するように、ファイルを再配置できる。
 (6)ファイルの配置条件の変更に対応する処理について(図18、図19)
図18は、管理端末200の拡張メタデータ設定画面1200の例である。拡張メタデータ設定画面1200は、拡張メタデータテーブル317の項目に対応して、次のような項目を表示し、管理者からの項目内容の変更などの入力を受け付ける。拡張メタデータ設定画面1200は、拡張メタデータテーブル番号1201、プライベートクラウド下限配置数1202、目標SLA1203、クラウド構成の設定としての月額コスト1204、トランザクションコスト1205、格納コスト1206、応答時間1207、および帯域1208、強制配置クラウド1209、並びに、配置拒否クラウド1210を表示し、変更を入力する。クラウド構成の設定には、各項目の値、条件、および優先順位を表示し、変更を入力する。さらに、拡張メタデータテーブル番号1201の拡張メタデータテーブル317の削除を指示する削除ボタン1211、設定した拡張メタデータ設定画面1200の設定内容の新たな拡張メタデータテーブル317の新規追加を指示する新規追加ボタン1212、設定した拡張メタデータ設定画面1200の設定内容に拡張メタデータテーブル317の更新を指示する新規追加ボタン1213を有する。各ボタンによる指示入力に応答して、図4では図示を省略している拡張メタデータテーブル更新部を起動する。
 図19は、拡張メタデータテーブル更新部の処理フローチャートの例である。更新する拡張メタデータテーブル317及び配置予定クラウドテーブル318の更新する拡張メタデータテーブル317に対応するエントリ(行)の内容をワークエリアに退避し、拡張メタデータテーブル317を更新する(S3101)。更新する拡張メタデータテーブル317を指定して、配置数計算部315を起動する。配置数計算部315は、前述のように、更新する拡張メタデータテーブル317に対応する配置予定クラウド番号1802を更新する。
 ワークエリアに退避した配置予定クラウドテーブル318のエントリ(行)の内容を参照して、拡張メタデータテーブル317の更新前後で配置予定クラウド番号が異なるかを判定し、変化があればS3104に進み、変化がなければ処理を終了する(S3103)。
 ユーザ管理テーブル319を参照して、更新前の拡張メタデータテーブル317を使用するユーザを特定する。(S3104)。各ファイルの基本メタデータ375を参照して、特定したユーザがハイブリッドクラウドに配置しているファイルのファイルIDを特定する(S3005)。特定したファイルIDのファイルを再配置し(S3106)、ファイルの再配置内容に応じて、ファイル配置管理テーブル320を更新する(S3107)。ファイルの再配置及びファイル配置管理テーブル320の更新は、ユーザ管理テーブル更新部のS3008及びS3009と同様であるので説明を省略する。
 以上説明したように、更新された拡張メタデータテーブルに基づいて、SLAを満たすようにファイルを配置するクラウドを決定することができる。
 (6)ファイル単位でファイルの配置仕様の変更に対応する処理について(図20)(5)では、ユーザ単位に配置仕様の更新を行ったが、特定のファイルの配置仕様を変更する場合の処理を説明する。図20は管理端末200のファイル拡張メタデータ更新画面1300の例である。ファイル拡張メタデータ更新画面1300は、次のような項目を表示し、管理者からファイル単位に拡張メタデータの変更の入力を受け付ける。1301は更新対象のユーザファイルIDの入力部であり、1302は1301で指定されたファイルの拡張メタデータテーブルをいずれに設定するか選択する選択部である。ユーザファイルの拡張メタデータ更新部321は、管理者からファイル拡張メタデータ更新画面を通じて入力されたファイルIDに基づいて特定される対象ファイルについて、拡張メタデータ377を指定された拡張メタデータテーブル番号に更新する。以降の処理は、拡張メタデータテーブル更新部の処理フローチャート図19のS3102~S3107と同様の処理を行うため説明を省略する。なお、S3102の配置数計算部は拡張メタデータを更新するファイルについてのみ実行すればよい。また、本実施例ではユーザファイルIDの入力を受けつけたが、ゲートウェイファイルIDの入力を受け付けてよい。
 以上説明したように、管理者により指定されたファイルについて、拡張メタデータを変更することによりファイル単位で配置仕様を変更することが出来る。
 本実施形態によれば、ファイル保存の可用性を確保した上で、パブリッククラウド及びプライベートクラウドに格納する複製ファイル数を抑制し、管理コストを削減することができる。
 100:クライアント端末、200:管理端末、300:ゲートウェイ、311:ウェブアクセス部、312:ファイルサーバ部、313:クラウド構成管理部、314:データ配置管理部、315:配置数計算部、316:クラウド構成定義テーブル、317:拡張メタデータテーブル、318:配置予定クラウドテーブル、319:ユーザ管理テーブル、320:ファイル配置管理テーブル、400:プライベートクラウド、500:パブリッククラウド。

Claims (15)

  1. クライアント端末および前記クライアント端末からのファイルを格納するハイブリッドクラウドとネットワークを介して接続する計算機によるファイル保存サービスシステムであって、前記計算機は、
    前記ファイルを前記ハイブリッドクラウドへ格納する、条件および目標可用性を格納する拡張メタデータテーブル、
    前記拡張メタデータテーブルに対応して前記ハイブリッドクラウドに含まれる第1のクラウドの第1の識別子を格納する配置予定クラウドテーブル、
    前記拡張メタデータテーブルに格納された前記条件を満足する、前記ハイブリッドクラウドに含まれる第2のクラウドを選択し、選択した前記第2のクラウドの可用性が前記目標可用性を満足するとき、選択した前記第2のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納する配置数計算部、
    および
    前記クライアント端末からの前記ファイルの前記ネットワークを介した受信に応答して、前記ファイルに対応付けられた前記拡張メタデータテーブルを参照して、前記配置予定クラウドテーブルに格納されている前記第1のクラウドの前記第1の識別子を取得し、取得した前記第1の識別子で特定される前記第1のクラウドに前記ファイルを格納するファイル配置管理部を有することを特徴とするファイル保存サービスシステム。
  2. 請求項1に記載のファイル保存サービスシステムにおいて、前記配置数計算部は、選択した前記第2のクラウドの可用性が前記目標可用性を満足しないとき、前記拡張メタデータテーブルに格納された前記条件を満足する、前記ハイブリッドクラウドに含まれる第3のクラウドを選択し、選択した前記第2のクラウド及び前記第3のクラウドの可用性を合成した可用性が前記目標可用性を満足するとき、選択した前記第2のクラウド及び前記第3のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納することを特徴とするファイル保存サービスシステム。
  3. 請求項2に記載のファイル保存サービスシステムにおいて、前記ハイブリッドクラウドは、前記クライアント端末の前記ファイルの格納に限定されるプライベートクラウドと前記クライアント端末以外の他のファイルの格納にも提供されるパブリッククラウドを含み、前記第1の識別子で特定される前記第1のクラウドは前記パブリッククラウドであることを特徴とするファイル保存サービスシステム。
  4. 請求項3記載のファイル保存サービスシステムにおいて、前記配置数計算部は、選択した前記第2のクラウド及び前記第3のクラウドの可用性を合成した可用性が前記目標可用性を満足せず、前記拡張メタデータテーブルに格納された前記条件を満足する、前記ハイブリッドクラウドに含まれる他のクラウドがないとき、選択した前記第2のクラウド及び前記第3のクラウドの可用性並びに前記プライベートクラウドの可用性を合成した可用性が前記目標可用性を満足するとき、選択した前記第2のクラウド及び前記第3のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納し、前記プライベートクラウドに格納する前記ファイルの格納予定数を前記配置予定クラウドテーブルに格納し、
    前記ファイル配置管理部は、前記格納予定数の前記ファイルを前記プライベートクラウドに格納することを特徴とするファイル保存サービスシステム。
  5. 請求項1~4のいずれか1項に記載のファイル保存サービスシステムにおいて、前記配置数計算部は、前記拡張メタデータテーブルの更新に応答して、更新された前記拡張メタデータテーブルに格納された条件を満足する、前記ハイブリッドクラウドに含まれる前記第2のクラウドを選択し、選択した前記第2のクラウドの可用性が前記目標可用性を満足するとき、選択した前記第2のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納することを特徴とするファイル保存サービスシステム。
  6. 請求項5記載のファイル保存サービスシステムにおいて、前記ファイル配置管理部は、前記拡張メタデータテーブルの更新に応答して、前記配置予定クラウドテーブルに格納されている前記第1のクラウドの前記第1の識別子を取得し、取得した前記第1の識別子で特定される前記第1のクラウドに前記ファイルを格納することを特徴とするファイル保存サービスシステム。
  7. 請求項1~6のいずれか1項に記載のファイル保存サービスシステムにおいて、前記拡張メタデータテーブルに格納される前記条件は、少なくともコストおよび応答時間であることを特徴とするファイル保存サービスシステム。
  8. 請求項5または請求項6記載のファイル保存サービスシステムにおいて、前記拡張メタデータテーブルの更新は、ファイル拡張メタデータ更新画面を通じて入力されたファイルIDおよび拡張メタデータテーブル番号に基づいて、入力された前記ファイルIDで特定されるファイルに対応する拡張メタデータを入力された前記拡張メタデータテーブル番号に更新することを特徴とするファイル保存サービスシステム。
  9. クライアント端末および前記クライアント端末からのファイルを格納するハイブリッドクラウドとネットワークを介して接続する計算機によるファイル保存サービス方法であって、前記計算機は、
    前記ファイルを前記ハイブリッドクラウドへ格納する、条件および目標可用性を格納する拡張メタデータテーブル、及び、前記拡張メタデータテーブルに対応して前記ハイブリッドクラウドに含まれる第1のクラウドの第1の識別子を格納する配置予定クラウドテーブルを有し、
    前記拡張メタデータテーブルに格納された前記条件を満足する、前記ハイブリッドクラウドに含まれる第2のクラウドを選択し、
    選択した前記第2のクラウドの可用性が前記目標可用性を満足するとき、選択した前記第2のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納し、
    前記クライアント端末からの前記ファイルの前記ネットワークを介した受信に応答して、前記ファイルに対応付けられた前記拡張メタデータテーブルを参照して、前記配置予定クラウドテーブルに格納されている前記第1のクラウドの前記第1の識別子を取得し、
    取得した前記第1の識別子で特定される前記第1のクラウドに前記ファイルを格納することを特徴とするファイル保存サービス方法。
  10. 請求項9に記載のファイル保存サービス方法において、前記ハイブリッドクラウドは、
    前記クライアント端末の前記ファイルの格納に限定されるプライベートクラウドと前記クライアント端末以外の他のファイルの格納にも提供されるパブリッククラウドを含むことを特徴とするファイル保存サービス方法。
  11. 請求項10に記載のファイル保存サービス方法において、前記計算機は、
    選択した前記第2のクラウドの可用性が前記目標可用性を満足しないとき、前記拡張メタデータテーブルに格納された前記条件を満足する、前記ハイブリッドクラウドに含まれる第3のクラウドを選択し、
    選択した前記第2のクラウド及び前記第3のクラウドの可用性を合成した可用性が前記目標可用性を満足するとき、選択した前記第2のクラウド及び前記第3のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納することを特徴とするファイル保存サービス方法。
  12. 請求項11記載のファイル保存サービス方法において、前記計算機は、
    選択した前記第2のクラウド及び前記第3のクラウドの可用性を合成した可用性が前記目標可用性を満足せず、前記拡張メタデータテーブルに格納された前記条件を満足する、前記ハイブリッドクラウドに含まれる他のクラウドがないとき、選択した前記第2のクラウド及び前記第3のクラウドの可用性並びに前記プライベートクラウドの可用性を合成した可用性が前記目標可用性を満足するとき、選択した前記第2のクラウド及び前記第3のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納し、
    前記プライベートクラウドに格納する前記ファイルの格納予定数を前記配置予定クラウドテーブルに格納し、
    前記格納予定数の前記ファイルを前記プライベートクラウドに格納することを特徴とするファイル保存サービス方法。
  13. 請求項9~12のいずれか1項に記載のファイル保存サービス方法において、前記計算機は、
    前記拡張メタデータテーブルの更新に応答して、更新された前記拡張メタデータテーブルに格納された条件を満足する、前記ハイブリッドクラウドに含まれる前記第2のクラウドを選択し、選択した前記第2のクラウドの可用性が前記目標可用性を満足するとき、選択した前記第2のクラウドの識別子を、前記配置予定クラウドテーブルの前記第1のクラウドの前記第1の識別子として格納することを特徴とするファイル保存サービス方法。
  14. 請求項13記載のファイル保存サービス方法において、前記計算機は、
    前記拡張メタデータテーブルの更新に応答して、前記配置予定クラウドテーブルに格納されている前記第1のクラウドの前記第1の識別子を取得し、
    取得した前記第1の識別子で特定される前記第1のクラウドに前記ファイルを格納することを特徴とするファイル保存サービス方法。
  15. 請求項9~14のいずれか1項に記載のファイル保存サービス方法において、前記拡張メタデータテーブルに格納される前記条件は、少なくともコストおよび応答時間であることを特徴とするファイル保存サービス方法。
PCT/JP2013/060089 2013-04-02 2013-04-02 ファイル保存サービスシステム及びその方法 WO2014162518A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US14/347,192 US20150154211A1 (en) 2013-04-02 2013-04-02 File storage service system and method for the same
PCT/JP2013/060089 WO2014162518A1 (ja) 2013-04-02 2013-04-02 ファイル保存サービスシステム及びその方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2013/060089 WO2014162518A1 (ja) 2013-04-02 2013-04-02 ファイル保存サービスシステム及びその方法

Publications (1)

Publication Number Publication Date
WO2014162518A1 true WO2014162518A1 (ja) 2014-10-09

Family

ID=51657851

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/060089 WO2014162518A1 (ja) 2013-04-02 2013-04-02 ファイル保存サービスシステム及びその方法

Country Status (2)

Country Link
US (1) US20150154211A1 (ja)
WO (1) WO2014162518A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020057228A (ja) * 2018-10-02 2020-04-09 エヌ・ティ・ティ・コミュニケーションズ株式会社 制御装置、ネットワーク構築システム、ネットワーク構築方法、及びプログラム

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9251114B1 (en) * 2012-10-12 2016-02-02 Egnyte, Inc. Systems and methods for facilitating access to private files using a cloud storage system
JP5853996B2 (ja) * 2013-06-10 2016-02-09 コニカミノルタ株式会社 情報システム、情報機器およびコンピュータプログラム
TWI534635B (zh) * 2015-05-08 2016-05-21 廣達電腦股份有限公司 雲端服務系統及其方法
US20170031600A1 (en) * 2015-07-30 2017-02-02 Netapp Inc. Real-time analysis for dynamic storage
US10063634B2 (en) * 2015-11-24 2018-08-28 International Business Machines Corporation Deployment of multi-task analytics applications in multi-clouds
US10289310B2 (en) * 2017-06-27 2019-05-14 Western Digital Technologies, Inc. Hybrid data storage system with private storage cloud and public storage cloud
US11580079B2 (en) * 2019-11-06 2023-02-14 Sigma Computing, Inc. Providing access to usage reports on a cloud-based data warehouse
US11449466B2 (en) * 2020-05-19 2022-09-20 EMC IP Holding Company LLC Deleting orphan archived files from storage array using a time-based decision algorithm
US11695822B2 (en) * 2021-07-16 2023-07-04 Adp, Inc. Unified integration pattern protocol for centralized handling of data feeds

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012524946A (ja) * 2009-04-24 2012-10-18 マイクロソフト コーポレーション バックアップデータのインテリジェント階層
JP2012524947A (ja) * 2009-04-24 2012-10-18 マイクロソフト コーポレーション 複製データの動的配置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8261126B2 (en) * 2009-04-03 2012-09-04 Microsoft Corporation Bare metal machine recovery from the cloud
US20110137805A1 (en) * 2009-12-03 2011-06-09 International Business Machines Corporation Inter-cloud resource sharing within a cloud computing environment
US8769269B2 (en) * 2010-08-12 2014-07-01 International Business Machines Corporation Cloud data management
US8583611B2 (en) * 2010-10-22 2013-11-12 Hitachi, Ltd. File server for migration of file and method for migrating file
US9141410B2 (en) * 2011-03-08 2015-09-22 Rackspace Us, Inc. Pluggable allocation in a cloud computing system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012524946A (ja) * 2009-04-24 2012-10-18 マイクロソフト コーポレーション バックアップデータのインテリジェント階層
JP2012524947A (ja) * 2009-04-24 2012-10-18 マイクロソフト コーポレーション 複製データの動的配置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020057228A (ja) * 2018-10-02 2020-04-09 エヌ・ティ・ティ・コミュニケーションズ株式会社 制御装置、ネットワーク構築システム、ネットワーク構築方法、及びプログラム
JP7150551B2 (ja) 2018-10-02 2022-10-11 エヌ・ティ・ティ・コミュニケーションズ株式会社 制御装置、ネットワーク構築システム、ネットワーク構築方法、及びプログラム

Also Published As

Publication number Publication date
US20150154211A1 (en) 2015-06-04

Similar Documents

Publication Publication Date Title
WO2014162518A1 (ja) ファイル保存サービスシステム及びその方法
JP4907482B2 (ja) 計算機システム及びファイル管理方法
CN107247778B (zh) 用于实施可扩展数据存储服务的系统和方法
US8296198B2 (en) Method and system for distribution of information
CN107844530B (zh) 一种数据处理方法、装置、服务器及计算机可读存储介质
DE102013016122B4 (de) Verfahren, System und Vorrichtung zum Auswählen einer Vorrichtung, um einer Benutzeranfrage nachzukommen
JP6475736B2 (ja) 記憶装置のファイル検索方法、記憶装置のファイル検索装置、ルータ、プログラム及び記録媒体
CN108363545B (zh) 一种数据配置方法及数据配置装置
CN107729483B (zh) 一种分类显示方法、装置、终端及计算机可读存储介质
CN106331075B (zh) 用于存储文件的方法、元数据服务器和管理器
JP2001175681A (ja) データベースシステム、データベースのレプリカ生成方法およびデータベースのレプリカ生成プログラムを記録したコンピュータ読み取り可能な記録媒体
US20090182739A1 (en) Using metadata to route documents
CN109558191A (zh) 一种配置页面的方法、装置、存储介质及计算机设备
CN110347946A (zh) 一种页面展示方法、装置、计算机设备及存储介质
CN109344650A (zh) 一种文件系统的文件权限管理方法、系统及相关装置
US6671688B1 (en) Virtual replication for a computer directory system
CN104052626A (zh) 配置网元数据的方法、装置和系统
CN112840334A (zh) 管理分区表的数据的方法、装置、管理节点及存储介质
CN108062225B (zh) 一种多模板组合发布应用集群的方法
CN110417741A (zh) 一种过滤安全组的方法和装置
CN108363727A (zh) 一种基于zfs文件系统的数据存储方法及装置
EP3186708A1 (en) Workflow customization
US10997617B2 (en) Information processing system to determine an optimal number of virtual servers
KR20130126012A (ko) 비즈니스 인텔리전스의리포트 제공 방법 및 장치
CN111736807B (zh) 租户功能定制方法、装置及基于租户的办公系统

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14347192

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13881384

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13881384

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP