How to install and use OpenAFS client for Fedora Core 5 ======================================================= written by Thomas Chung updated on 2006-08-18 1. Download openfs common rpm and openafs client rpm package. * openafs-1.4.1-4.fc5.i386.rpm * openafs-client-1.4.1-4.fc5.i386.rpm 2. Download openafs kernel module rpm for your kernel. * openafs-kernel-1.4.1-2.6.17_1.2174_FC5_4.fc5.i686.rpm or * openafs-kernel-smp-1.4.1-2.6.17_1.2174_FC5smp_4.fc5.i686.rpm 3. Install openafs kernel module rpm first with -i option $ su -c 'rpm -ivh openafs-kernel-smp-1.4.1-2.6.17_1.2174_FC5smp_4.fc5.i686.rpm' 4. Install openafs common and openafs client rpm packages -U option $ su -c 'rpm -Uvh openafs-1.4.1-4.fc5.i386.rpm openafs-client-1.4.1-4.fc5.i386.rpm' 5. Start openafs client service $ su -c '/sbin/service openafs-client start' 6. login to your openafs cell (check with your openafs administrator) $ klog tchung@{cell} $ tokens 7. change to your openafs home directory $ cd /afs/{cell}/home/t/tchung