Differences between revisions 49 and 50
Revision 49 as of 2009-07-31 15:19:08
Size: 559
Comment:
Revision 50 as of 2009-08-17 16:11:48
Size: 60
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

= 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 =
{{{
[iokaste] ~ # vos setfields osdtestvol2 -osd 1
}}}

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