Differences between revisions 1 and 49 (spanning 48 versions)
Revision 1 as of 2007-12-17 17:03:34
Size: 113
Editor: FelixFrank
Comment: opened up with little info yet
Revision 49 as of 2009-07-31 15:19:08
Size: 559
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Building OpenAFS-OSD =
In the ''openafs-1.4.5-osd'' directory:
<<TableOfContents>>

Sub pages: <<Navigation(children)>>

= Important notes =
On ''phobos'', /root/.zshenv now contains {{{
PATH=/usr/heimdal/bin:/usr/afs/bin:$PATH }}}

= Enabeling the client =
 * Manually:
  * From the source directory '''copy''' {{{
src/libafs/MODLOAD-`uname -r`-*/libafs.ko }}}
  to {{{
/lib/modules/`uname -r`/kernel/fs/openafs/libafs.ko }}}
  * {{{
depmod }}}
 * or
  * install appropriate kernel module RPM
 * reboot
 * launch ''afsd''

= Enabling OSD =
Line 4: Line 24:
./configure --enable-transarc-paths }}} [iokaste] ~ # vos setfields osdtestvol2 -osd 1
}}}

Sub pages:

1. Important notes

On phobos, /root/.zshenv now contains

PATH=/usr/heimdal/bin:/usr/afs/bin:$PATH 

2. Enabeling the client

  • Manually:
    • From the source directory copy

      src/libafs/MODLOAD-`uname -r`-*/libafs.ko 

      to

      /lib/modules/`uname -r`/kernel/fs/openafs/libafs.ko 
    • depmod 
  • or
    • install appropriate kernel module RPM
  • reboot
  • launch afsd

3. Enabling OSD

[iokaste] ~ # vos setfields osdtestvol2 -osd 1

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