[[サーバ関連]]
目次~
#contents
*概要 [#c960a8bf]
CentOS 6.xへのNFSサービスのインストール手順。~
yumを使用してパッケージのインストールを行う。~

*インストール手順 [#a80b74e0]
**パッケージのインストール [#fa30672a]
-1. Portmapのインストール
 yum install portmap
 
 Resolving Dependencies
 --> Running transaction check
 ---> Package rpcbind.x86_64 0:0.2.0-11.el6 will be installed
 --> Processing Dependency: libgssglue for package: rpcbind-0.2.0-11.el6.x86_64
 --> Processing Dependency: libtirpc.so.1()(64bit) for package: rpcbind-0.2.0-11.el6.x86_64
 --> Processing Dependency: libgssglue.so.1()(64bit) for package: rpcbind-0.2.0-11.el6.x86_64
 --> Running transaction check
 ---> Package libgssglue.x86_64 0:0.1-11.el6 will be installed
 ---> Package libtirpc.x86_64 0:0.2.1-6.el6_5.2 will be installed
 --> Finished Dependency Resolution

-2. NFSのインストール
 yum install nfs-utils


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS