Clustered file system: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Abisys (discussione | contributi)
Nuova pagina: {{S|informatica}} Un '''clustered file system''' è un file system che può essere collegato contemporaneamente a più server. Ci sono diversi metodi per creare un...
 
Recupero di 1 fonte/i e segnalazione di 0 link interrotto/i.) #IABot (v2.0.9.5
 
(8 versioni intermedie di 8 utenti non mostrate)
Riga 1:
{{S|informatica}}
Un '''clustered file system''' è un [[file system]] che può essere collegato contemporaneamente a più [[server]]. Ci sono diversi metodi per creare un [[computer cluster|cluster]] di server ma la maggior parte di questi non prevede l'uso del cluster file system se non per coordinare e gestire le attività del cluster stesso come il disco di [[quorum (informatica)|quorum]] utilizzato da [[Microsoft]]. Quando, però, il numero di nodi cresce e la complessità del cluster aumenta, il ricorso al clustered file system come risorsa condivisa può essere la soluzione più efficace.
<!--
==Shared-disk cluster file systems==
 
==Shared-disk Tipologie di cluster file systemssystem ==
The most common type of clustered file system is the [[shared disk file system]], in which two or more servers are connected to a single shared storage subsystem, such as a stand-alone [[RAID array]] or [[Storage area network|SAN]]. Examples of this type of file system would be [[VMFS]] and [[Global File System|GFS]].
 
=== A disco condiviso ===
==Shared-nothing clustered file systems==
La tipologia più utilizzata di cluster file system è a disco condiviso in cui due o più server accedono contemporaneamente ad un singolo sottosistema di storage che può essere un [[RAID]] o una [[Storage area network|SAN]]. Sono un esempio di questa tecnologia i file system [[VMFS]] e il [[Global File System]].
 
=== Senza alcuna condivisione ===
Another clustered file system approach is to have each node use its own local storage, and communicate data changes to other nodes via some network or bus. In this case disks are not shared amongst nodes, but are instead dedicated to a single node and made readable and writable to other servers participating in the cluster. A single global file system is presented as a result of the cooperating nodes. Examples of this type of file system would be the file systems in [[Isilon]] and [[IBRIX]] clustered [[Network-attached storage|NAS]] products.
Un approccio completamente differente dal primo è quello di dotare ciascun sistema del proprio storage locale. Tutti questi storage sono poi sincronizzati fra loro attraverso la rete o un bus dedicato. Un file system globale è creato dalla cooperazione dei vari server come avviene, ad esempio, per i file system [[Isilon]] e [[IBRIX]].
 
== Esempio di utilizzo ==
==Usage==
Gli scienziati che lavorano al progetto [[ALICE]] del [[CERN]] di [[Ginevra]] utilizzano una [[Storage Area Network]] con fabric [[Fibre Channel]] a 4 Gbit/s con un cluster file system per poter memorizzare la grandissima quantità di dati generati dall'esperimento (circa 1 GB/s per un mese). La scelta di questa architettura è stata dettata da un'alta garanzia di velocità, scalabilità e indipendenza dal vendor<ref>{{cita web
Scientists working at [[A Large Ion Collider Experiment|ALICE]] will be using a 4 Gbit/s Fibre Channel [[Storage area network|SAN]] with a clustered file system to store the massive amount of data generated by the experiment (estimated at 1 GB/second for a month). Reasons quoted for this choice include "performance, scalability and vendor independence"<ref>{{cite web|url=http://www.cio.com/article/124952/CERN_s_Search_for_God_Particles_Drives_Massive_Storage_Needs/1|title="CERN's Search for God (Particles) Drives Massive Storage Needs" (Laurianne McLaughlin, CIO, 20 July 2007)|accessdate=2007-07-20}}</ref>
|url=http://www.cio.com/article/124952/CERN_s_Search_for_God_Particles_Drives_Massive_Storage_Needs/1
|titolo="CERN's Search for God (Particles) Drives Massive Storage Needs"
|lingua=en
|accesso=2009-06-20
|dataarchivio=23 luglio 2011
|urlarchivio=https://web.archive.org/web/20110723161730/http://www.cio.com/article/124952/CERN_s_Search_for_God_Particles_Drives_Massive_Storage_Needs/1
|urlmorto=sì
}}</ref>.
 
== Note ==
<references/>
-->
 
== Voci correlate ==
Riga 22 ⟶ 28:
 
== Collegamenti esterni ==
* {{en}}[httpcita web|1=https://www.symantec.com/business/storage-foundation-cluster-file-system |2=Veritas Storage Foundation Cluster File System]|lingua=en|accesso=30 aprile 2019|urlarchivio=https://web.archive.org/web/20111026182534/http://www.symantec.com/business/storage-foundation-cluster-file-system|dataarchivio=26 ottobre 2011|urlmorto=sì}}
* {{en}}[cita web|http://wiki.lustre.org/index.php/Main_Page Luster|Lustre.org]|lingua=en}}
 
[[Categoria:File system]]
 
[[en:Clustered file system]]