From e5f9eba38634c2b07da1d7b20fb45cfdd772a27c Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 23 Jun 2008 04:40:56 +0000 Subject: [PATCH] doc-nfs-translator-instructions-20080622 LICENSE IPL10 FIXES 103459 clarify instructions for the translator --- doc/html/QuickStartUnix/auqbg005.htm | 50 ++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/doc/html/QuickStartUnix/auqbg005.htm b/doc/html/QuickStartUnix/auqbg005.htm index 0b2fe5f..729a986 100644 --- a/doc/html/QuickStartUnix/auqbg005.htm +++ b/doc/html/QuickStartUnix/auqbg005.htm @@ -597,12 +597,13 @@ as you copy the script.

  • Copy the AFS kernel module to the local /usr/sys/BINARY directory. -

    If the machine's kernel supports NFS server functionality: +

    If the machine's kernel supports NFS server functionality and is to be +used as an NFS translator:

      
        # cp bin/libafs.o /usr/sys/BINARY/afs.mod   
     
    -

    If the machine's kernel does not support NFS server -functionality: +

    If the machine's kernel does not support NFS server functionality +or is not to be used as an NFS translator:

      
        # cp bin/libafs.nonfs.o /usr/sys/BINARY/afs.mod
        
    @@ -823,12 +824,14 @@ you copy the file.
     

  • Copy the AFS kernel module to the local /usr/conf/lib directory. -

    If the machine's kernel supports NFS server functionality: +

    If the machine's kernel supports NFS server functionality and is to be +used as an NFS translator:

       
        # cp bin/libafs.a /usr/conf/lib   
     
    -

    If the machine's kernel does not support NFS server functionality, -change the file's name as you copy it: +

    If the machine's kernel does not support NFS server functionality +or is not to be used as an NFS translator, change the file's name as +you copy it:

       
        # cp bin/libafs.nonfs.a /usr/conf/lib/libafs.a
        
    @@ -1205,18 +1208,20 @@ AFS kernel library file.
     IPxx portion of the library file name must match the value
     previously returned by the uname -m command. Also choose the
     file appropriate to whether the machine's kernel supports NFS server
    -functionality (NFS must be supported for the machine to act as an NFS/AFS
    +functionality and is to be used as an NFS translator (NFS must be 
    +supported for the machine to act as an NFS/AFS
     Translator). Single- and multiprocessor machines use the same library
     file. 
     

    (You can choose to copy all of the kernel library files into the /usr/vice/etc/sgiload directory, but they require a significant amount of space.) -

    If the machine's kernel supports NFS server functionality: +

    If the machine's kernel supports NFS server functionality and is to be +used as an NFS translator:

       
        # cp -p  usr/vice/etc/sgiload/libafs.IPxx.o  /usr/vice/etc/sgiload   
     
    -

    If the machine's kernel does not support NFS server -functionality: +

    If the machine's kernel does not support NFS server functionality +or is not to be used as an NFS translator:

       
        # cp -p  usr/vice/etc/sgiload/libafs.IPxx.nonfs.o   \
                        /usr/vice/etc/sgiload
    @@ -1266,15 +1271,17 @@ directory.
     /var/sysgen/boot/afs.a; the IPxx
     portion of the library file name must match the value previously returned by
     the uname -m command. Also choose the file appropriate to
    -whether the machine's kernel supports NFS server functionality (NFS must
    -be supported for the machine to act as an NFS/AFS Translator). Single-
    +whether the machine's kernel supports NFS server functionality and is 
    +to be used as an NFS translator (NFS must be supported for the machine
    +to act as an NFS/AFS Translator). Single-
     and multiprocessor machines use the same library file. 
    -

    If the machine's kernel supports NFS server functionality: +

    If the machine's kernel supports NFS server functionality and is to be +used as an NFS translator:

       
        # cp -p   bin/libafs.IPxx.a   /var/sysgen/boot/afs.a   
     
    -

    If the machine's kernel does not support NFS server -functionality: +

    If the machine's kernel does not support NFS server functionality +or is not to be used as an NFS translator:

       
        # cp -p  bin/libafs.IPxx.nonfs.a  /var/sysgen/boot/afs.a
        
    @@ -1686,26 +1693,25 @@ you copy the script.
     

  • Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs.

    If the machine is running Solaris 2.6 or the 32-bit version of -Solaris 7, its kernel supports NFS server functionality, and the -nfsd process is running: +Solaris 7, its kernel supports NFS server functionality and is to be +used as an NFS translator, and the nfsd process is running:

       
        # cp -p modload/libafs.o /kernel/fs/afs   
     

    If the machine is running Solaris 2.6 or the 32-bit version of -Solaris 7, and its kernel does not support NFS server functionality or the -nfsd process is not running: +Solaris 7, and its kernel does not support NFS server functionality, is +not to be used as an NFS translator, or the nfsd process is not running:

       
        # cp -p modload/libafs.nonfs.o /kernel/fs/afs   
     

    If the machine is running the 64-bit version of Solaris 7, its kernel -supports NFS server functionality, and the nfsd process is +supports NFS server functionality and is to be used as an NFS translator, and the nfsd process is running:

       
        # cp -p modload/libafs64.o /kernel/fs/sparcv9/afs   
     

    If the machine is running the 64-bit version of Solaris 7, and its -kernel does not support NFS server functionality or the nfsd -process is not running: +kernel does not support NFS server functionality, is not to be used as an NFS translator or the nfsd process is not running:

       
        # cp -p modload/libafs64.nonfs.o /kernel/fs/sparcv9/afs
        
    -- 
    1.9.4