Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-12-17 17:03:34
Size: 113
Editor: FelixFrank
Comment: opened up with little info yet
Revision 4 as of 2008-01-14 15:19:44
Size: 689
Editor: FelixFrank
Comment: client instructions
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Important notes =
On ''iokaste'', /root/.zshenv now contains {{{
PATH=/usr/afs/bin:$PATH }}}
Line 2: Line 6:
In the ''openafs-1.4.5-osd'' directory:
{{{
./configure --enable-transarc-paths }}}
In the ''openafs-1.4.5-osd'' directory: {{{
./configure --enable-bitmap-later --enable-bos-restricted-mode --enable-bos-new-config --enable-fast-restart --enable-supergroups --enable-largefile-fileserver --enable-transarc-paths --with-krb5-conf
}}}

= Enabeling the client =
 * From the source directory '''copy''' {{{
src/libafs/MODLOAD-2.6.18-8.1.15.el5-MP/libafs.ko }}}
  (where ''2.6.18-8.1.15.el5-MP'' is the kernel version)
 to {{{
/lib/modules/2.6.18-8.1.10.el5/kernel/fs/openafs/libafs.ko }}}
 * {{{
depmod }}}
 * reboot
 * launch ''afsd''

Important notes

On iokaste, /root/.zshenv now contains

PATH=/usr/afs/bin:$PATH 

Building OpenAFS-OSD

In the openafs-1.4.5-osd directory:

./configure --enable-bitmap-later --enable-bos-restricted-mode --enable-bos-new-config --enable-fast-restart --enable-supergroups --enable-largefile-fileserver --enable-transarc-paths --with-krb5-conf

Enabeling the client

  • From the source directory copy

    src/libafs/MODLOAD-2.6.18-8.1.15.el5-MP/libafs.ko 
    • (where 2.6.18-8.1.15.el5-MP is the kernel version)

    to

    /lib/modules/2.6.18-8.1.10.el5/kernel/fs/openafs/libafs.ko 
  • depmod 
  • reboot
  • launch afsd

AfsOsd (last edited 2009-08-17 16:11:48 by WaltrautNiepraschk)