OpenAFS のほうがよさげ?

開発継続しているみたいだし。Win クライアントもあるみたい。
http://www.openafs.org/dl/openafs/1.3.74/winnt/
http://japan.internet.com/linuxtutorial/20021008/1.html
http://www.central.org/twiki/bin/view/AFSLore/KerberosAFSInstall
http://www.gentoo.org/doc/ja/openafs.xml
http://www.angelfire.com/hi/plutonic/afs-faq.html
Kerberosがいるってことは、時間にシビアってことかな。それもなぁ...
http://www.rccm.co.jp/~juk/krb/index.php
http://www.springman.net/pukiwiki/?AFS がなくなっているな。メモっておこう。

# OpenAFS apt-line
deb http://www.openafs.org/dl/openafs/1.2.11 debian-3.0/
deb-src http://www.openafs.org/dl/openafs/1.2.11 debian-3.0/

カーネルモジュールのインストール
Kernel2.6ではダメみたい。
# apt-get install openafs-modules-source
# cd /usr/src
# tar -xvzf openafs.tar.gz
# cd [Linux Kernel Tree]
# make menuconfig or # cp /boot/config-[version_number] .config
# make-kpkg configure
# make-kpkg modules_image
# cd ..
# dpkg -i openafs-modules-[version_number].deb

インストール手順書
configuration-transcript.txt

つまづいたところ
loop device
# mount -oloop /var/lib/openafs/vicepa /vicepa
mount: Could not find any loop device. Maybe this kernel does not know
about the loop device? (If so, recompile or `modprobe loop'), or
maybe /dev/loop# has the wrong major number?
/boot/config をみたら
# CONFIG_BLK_DEV_LOOP is not set
だったので、有効にしてみる。

afs-newcell
afs-newcell 中に
Starting AFS Server: bosserver.
bos addhost -localauth ||true
bos: failed to add host [hostname] (communications failure (-1))
bos adduser -localauth
bos: failed to add user '' (communications failure (-1))
Failed: 256
bos: failed to shutdown servers (communications failure (-1))
わけわかんないので、全部消して最初からやり直した。

kinit できない
# kinit
kinit(v5): Cannot resolve network address for KDC in requested realm while getting initial credentials
/etc/krb5.conf に追加

[realms]
[Realm名] = {
kdc = [KDCのURL]:88
admin_server = [Admin ServerのURL]
}

ユーザーの追加
pts createuser [username]

参考リンク
OpenAFS: http://www.openafs.org/
IBM AFS: http://www.lrz-muenchen.de/services/datenhaltung/afs/link/afs-3.6-books/unix/ja_JP/HTML/
OpenAFSSolaris にインストール: http://unicorn.eei.metro-u.ac.jp/html/server/OpenAfs.html