3.3. yum を使用した Samba のインストール
yum を使用して Samba をインストールするには、以下のコマンドを使用して Samba グループをインストールします。
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
yum groupinstall RH-Gluster-Samba-Server
# yum groupinstall RH-Gluster-Samba-Server
Samba Active Directory の gluster との統合が必要な場合は、以下のコマンドを実行します。
yum groupinstall RH-Gluster-AD-Integration
# yum groupinstall RH-Gluster-AD-Integration
yum を使用した Red Hat Gluster Storage のインストールに関する詳細は、「Red Hat Gluster Storage Server の Red Hat Enterprise Linux へのインストール (階層化インストール)」を参照してください。
Samba は、以下の手順に従ってインストールすることもできます。
- 基本的な Samba パッケージをインストールするには、以下のコマンドを実行します。
yum install samba
# yum install sambaCopy to Clipboard Copied! Toggle word wrap Toggle overflow smbclientをサーバーで必要とする場合は、以下のコマンドを実行します。yum install samba-client
# yum install samba-clientCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Active ディレクトリーの設定が必要な場合は、以下のコマンドを実行します。
yum install samba-winbind yum install samba-winbind-clients yum install samba-winbind-krb5-locator
# yum install samba-winbind # yum install samba-winbind-clients # yum install samba-winbind-krb5-locatorCopy to Clipboard Copied! Toggle word wrap Toggle overflow - 以下のパッケージがインストールされているかどうかを確認します。
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
注記
Samba の設定方法については、『RedHat Gluster Storage 3.5 Admin Guide』の「 SMB」を参照してください。