FedFsUtilsBuild0.8

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
(Pre-packaged install)
(Introduction)
 
(3 intermediate revisions not shown)
Line 12: Line 12:
== Introduction ==
== Introduction ==
-
 
-
If you are running Fedora 18, you can install a packaged version of fedfs-utils-0.8.  On other distributions, build fedfs-utils from scratch.
 
-
 
-
== Pre-packaged install ==
 
-
 
-
fedfs-utils is split into several packages.  These include:
 
-
 
-
* fedfs-utils-admin
 
-
* fedfs-utils-client
 
-
* fedfs-utils-common
 
-
* fedfs-utils-lib
 
-
* fedfs-utils-nsdbparams
 
-
* fedfs-utils-server
 
-
 
-
On any Fedora 18 host that participates in a FedFS domain, you can install just the fedfs-utils components you need.  For example:
 
-
 
-
# yum install fedfs-utils-client
 
-
 
-
There are also packages for development and debugging:
 
-
 
-
* fedfs-utils-devel
 
-
* fedfs-utils-debuginfo
 
-
 
-
More information is available from [http://koji.fedoraproject.org/koji/packageinfo?packageID=12938 koji].
 
-
 
-
== Build from scratch ==
 
Follow these steps if your distribution does not provide a packaged version of fedfs-utils.
Follow these steps if your distribution does not provide a packaged version of fedfs-utils.
-
# Download the fedfs-utils-0.8 release tarball from [http://git.linux-nfs.org/?p=cel/fedfs-releases.git;a=blob;f=fedfs-utils-0.8.0.tar.gz;h=df52dddc4153f5ef75149d133ff6d50d537619b1;hb=refs/heads/master].
+
# Download the [http://git.linux-nfs.org/?p=cel/fedfs-releases.git;a=blob;f=fedfs-utils-0.8.0.tar.gz;h=df52dddc4153f5ef75149d133ff6d50d537619b1;hb=refs/heads/master fedfs-utils-0.8 release tarball].
# Unpack the fedfs-utils-0.8 tarball somewhere convenient.
# Unpack the fedfs-utils-0.8 tarball somewhere convenient.
# Run ./configure in the fedfs-utils top-level directory.
# Run ./configure in the fedfs-utils top-level directory.
 +
## By default ./configure installs under /usr/local.  Specify "--prefix=/usr" to install fedfs-utils in the usual places.
## If you are on a 64-bit platform, be sure to specify "--libdir=/usr/lib64".
## If you are on a 64-bit platform, be sure to specify "--libdir=/usr/lib64".
## The ./configure script may find missing libraries or headers such as libcap, libtirpc, libuuid, and graphviz.  Install these components using your distributions installation tool to allow the ./configure script to complete successfully.
## The ./configure script may find missing libraries or headers such as libcap, libtirpc, libuuid, and graphviz.  Install these components using your distributions installation tool to allow the ./configure script to complete successfully.
# Use "make" to build the package.
# Use "make" to build the package.
# As root run "make install"
# As root run "make install"
 +
 +
Before running any FedFS commands, create a "fedfs" user ID:
 +
 +
# useradd -c "FedFS Administrator" -s /sbin/nologin fedfs

Latest revision as of 21:00, 23 November 2012

Project: fedfs-utils

[ Project Home | News | Downloads | Docs | Mailing Lists | Source Control | Issues ]


Introduction

Follow these steps if your distribution does not provide a packaged version of fedfs-utils.

  1. Download the fedfs-utils-0.8 release tarball.
  2. Unpack the fedfs-utils-0.8 tarball somewhere convenient.
  3. Run ./configure in the fedfs-utils top-level directory.
    1. By default ./configure installs under /usr/local. Specify "--prefix=/usr" to install fedfs-utils in the usual places.
    2. If you are on a 64-bit platform, be sure to specify "--libdir=/usr/lib64".
    3. The ./configure script may find missing libraries or headers such as libcap, libtirpc, libuuid, and graphviz. Install these components using your distributions installation tool to allow the ./configure script to complete successfully.
  4. Use "make" to build the package.
  5. As root run "make install"

Before running any FedFS commands, create a "fedfs" user ID:

# useradd -c "FedFS Administrator" -s /sbin/nologin fedfs
Personal tools