Red Hat CLUSTER SUITE - FOR RHEL 4 Overview page 25

Table of Contents

Advertisement

Chapter 1. Red Hat Cluster Suite Overview
1.5. Red Hat GFS
Red Hat GFS is a cluster file system that allows a cluster of nodes to simultaneously access
a block device that is shared among the nodes. GFS is a native file system that interfaces
directly with the VFS layer of the Linux kernel file-system interface. GFS employs dis-
tributed metadata and multiple journals for optimal operation in a cluster. To maintain file
system integrity, GFS uses a lock manager to coordinate I/O. When one node changes data
on a GFS file system, that change is immediately visible to the other cluster nodes using
that file system.
Using Red Hat GFS, you can achieve maximum application uptime through the following
benefits:
Simplifying your data infrastructure
Install and patch applications once for the entire cluster.
Eliminates the need for redundant copies of application data (duplication).
Enables concurrent read/write access to data by many clients.
Simplifies backup and disaster recovery (only one file system to back up or recover).
Maximize the use of storage resources; minimize storage administration costs.
Manage storage as a whole instead of by partition.
Decrease overall storage needs by eliminating the need for data replications.
Scale the cluster seamlessly by adding servers or storage on the fly.
No more partitioning storage through complicated techniques.
Add servers to the cluster on the fly by mounting them to the common file system.
Nodes that run Red Hat GFS are configured and managed with Red Hat Cluster Suite con-
figuration and management tools. Volume management is managed through CLVM (Clus-
ter Logical Volume Manager). Red Hat GFS provides data sharing among GFS nodes in
a Red Hat cluster. GFS provides a single, consistent view of the file-system name space
across the GFS nodes in a Red Hat cluster. GFS allows applications to install and run with-
out much knowledge of the underlying storage infrastructure. Also, GFS provides features
that are typically required in enterprise environments, such as quotas, multiple journals,
and multipath support.
GFS provides a versatile method of networking storage according to the performance, scal-
ability, and economic needs of your storage environment. This chapter provides some very
basic, abbreviated information as background to help you understand GFS.
15

Advertisement

Table of Contents
loading

Table of Contents