From dd1798a7bac7b53370c4a90a82949ad7aa3abbe8 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 29 Aug 2001 18:12:35 +0000 Subject: [PATCH] dux-documentation-update-20010829 based on information from joda@pdc.kth.se --- doc/html/QuickStartUnix/auqbg002.htm | 1 + doc/html/QuickStartUnix/auqbg005.htm | 48 ++++++++++++++++++++++++++-- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/doc/html/QuickStartUnix/auqbg002.htm b/doc/html/QuickStartUnix/auqbg002.htm index 77ed1c086..90e0d0dfd 100644 --- a/doc/html/QuickStartUnix/auqbg002.htm +++ b/doc/html/QuickStartUnix/auqbg002.htm @@ -59,6 +59,7 @@
  • Getting Started on Digital UNIX Systems +
  • Loading AFS into the Digital UNIX Kernel
  • Building AFS into the Digital UNIX Kernel
  • Configuring Server Partitions on Digital UNIX Systems
  • Replacing the fsck Program on Digital UNIX Systems diff --git a/doc/html/QuickStartUnix/auqbg005.htm b/doc/html/QuickStartUnix/auqbg005.htm index 8a9aee519..0b2fe5f57 100644 --- a/doc/html/QuickStartUnix/auqbg005.htm +++ b/doc/html/QuickStartUnix/auqbg005.htm @@ -440,8 +440,8 @@ process): additional file server machine, return to Starting Server Programs).

    Getting Started on Digital UNIX Systems

    -

    Begin by building AFS modifications into a new static -kernel; Digital UNIX does not support dynamic loading. Then create +

    Begin by either building AFS modifications into a new static +kernel or by setting up to dynamically load the AFS kernel module. Then create partitions for storing AFS volumes, and replace the Digital UNIX fsck program with a version that correctly handles AFS volumes. If the machine is to remain an AFS client machine, incorporate @@ -451,6 +451,50 @@ matrix. +

    Loading AFS into the Digital UNIX Kernel

    +

    The sysconfig program is the dynamic kernel loader provided +for Digital UNIX systems. +

    For AFS to function correctly, the sysconfig program must run each +time the machine reboots, so the AFS initialization script (included on the +AFS CD-ROM) invokes it automatically. In this section you copy the +appropriate AFS library file to the location where the sysconfig +program accesses it and then run the script. +

    Mount the AFS CD-ROM for Digital UNIX on the local /cdrom +directory. For instructions on mounting CD-ROMs (either locally or +remotely via NFS), see your Digital UNIX documentation. Then change +directory as indicated. +

       
    +   # cd /cdrom/alpha_dux40/root.client
    +   
    +
    +

    Copy the AFS initialization script to the local directory for +initialization files (by convention, /sbin/init.d on Digital +UNIX machines). Note the removal of the .rc extension +as you copy the script. +

       
    +   # cp usr/vice/etc/afs.rc  /sbin/init.d/afs
    +   
    +
    +

    Copy the AFS kernel module to the local /subsys +directory. +

      
    +   # cp bin/afs.mod /subsys/afs.mod   
    +
    +

    Set up the system to load the module at startup. +

    +   # /sbin/init.d/autosysconfig add afs
    +
    +

    Reboot the machine to start using the new kernel, and login again as the +superuser root. +

       
    +   # cd /
    +   
    +   # shutdown -r now
    +   
    +   login: root
    +   Password: root_password
    +   
    +

    Building AFS into the Digital UNIX Kernel

    Use the following instructions to build AFS modifications into the kernel on a Digital UNIX system. -- 2.39.5