ober | 1 Nov 2005 01:04

OpenAFS Server install script for 3.8 ( was Openafs or alra Support)

Attached is the latest version of the single server OpenAFS install 
script for OpenBSD 3.8/3.7.
This was built using OpenAFS 1.3.87 configured with
./configure --enable-transarc-paths --with-afs-sysname=i386_obsd37
I believe on 3.8 I had to copy over the /usr/include/ufs/extattr.h from 
a 3.7 box in order to get the lkm to compile.
My server start script is called start.afs and it contains what could 
merely appended to rc.securelevel and rc.

----snip start.afs------------------------
modload /usr/vice/etc/libafs.o
/usr/afs/bin/bosserver
/usr/afs/bin/afsd -stat 8000 -dcache 8000 -daemons 12 -volumes 256 
-files 50000
-----snip-------------------------------

Please feel free to send me any updates, as I hope to finish this out 
this week.

Thanks!
#!/bin/ksh

#
# Script to configure a single server OpenAFS Cell.
# This script assumes that you compiled OpenAFS with --enable-transarc-paths
# This will prompt you many times for the admin password.
#

#This is the BINDIR where afs installed it's items. 
# If you Choose --enable-transarc-paths then choose this one:
(Continue reading)


Gmane