このコンテンツは選択した言語では利用できません。

3.2. Initial Setup Tasks


Initial GFS setup consists of the following tasks:
  1. Setting up logical volumes
  2. Making a GFS files system
  3. Mounting file systems
Follow these steps to set up GFS initially.
  1. Using LVM, create a logical volume for each Red Hat GFS file system.

    Note

    You can use init.d scripts included with Red Hat Cluster Suite to automate activating and deactivating logical volumes. For more information about init.d scripts, refer to Configuring and Managing a Red Hat Cluster.
  2. Create GFS file systems on logical volumes created in Step 1. Choose a unique name for each file system. For more information about creating a GFS file system, refer to Section 4.1, “Creating a File System”.
    You can use either of the following formats to create a clustered GFS file system:
    gfs_mkfs -p lock_dlm -t ClusterName:FSName -j NumberJournals BlockDevice
    mkfs -t gfs -p lock_dlm -t LockTableName -j NumberJournals BlockDevice
    You can use either of the following formats to create a local GFS file system:
    gfs_mkfs -p lock_nolock -j NumberJournals BlockDevice
    mkfs -t gfs -p lock_nolock -j NumberJournals BlockDevice
    For more information on creating a GFS file system, see Section 4.1, “Creating a File System”.
  3. At each node, mount the GFS file systems. For more information about mounting a GFS file system, see Section 4.2, “Mounting a File System”.
    Command usage:
    mount BlockDevice MountPoint
    mount -o acl BlockDevice MountPoint
    The -o acl mount option allows manipulating file ACLs. If a file system is mounted without the -o acl mount option, users are allowed to view ACLs (with getfacl), but are not allowed to set them (with setfacl).

    Note

    You can use init.d scripts included with Red Hat Cluster Suite to automate mounting and unmounting GFS file systems. For more information about init.d scripts, refer to Configuring and Managing a Red Hat Cluster.
Red Hat logoGithubRedditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

© 2024 Red Hat, Inc.