From c16ec571273b03e9d4f4905efdeaa2182bbe0c6a Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Wed, 5 Nov 2014 14:26:36 -0500 Subject: [PATCH] Deorbit AIX-specific QuickStartGuide bits Although there are still servers deployed on AIX systems, there may not be any clients in use, and it is unlikely that there will be new deployments which require this documentation. Change-Id: Id6554e120cb01c5d4de5c7de67e74e802b7ea217 Reviewed-on: http://gerrit.openafs.org/11592 Reviewed-by: Chas Williams - CONTRACTOR Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- doc/xml/QuickStartUnix/appendix.xml | 144 ------------- doc/xml/QuickStartUnix/auqbg005.xml | 394 +----------------------------------- doc/xml/QuickStartUnix/auqbg006.xml | 269 +----------------------- doc/xml/QuickStartUnix/auqbg007.xml | 281 +------------------------ 4 files changed, 9 insertions(+), 1079 deletions(-) diff --git a/doc/xml/QuickStartUnix/appendix.xml b/doc/xml/QuickStartUnix/appendix.xml index 412eef5..16e2aae 100644 --- a/doc/xml/QuickStartUnix/appendix.xml +++ b/doc/xml/QuickStartUnix/appendix.xml @@ -624,11 +624,6 @@ ll name> - Enabling AFS Login on AIX Systems - - - - Enabling AFS Login on Linux Systems @@ -640,145 +635,6 @@ ll name> - - Enabling kaserver based AFS login - - Now incorporate AFS into the AIX secondary authentication system. - - - Issue the ls command to - verify that the afs_dynamic_auth - and afs_dynamic_kerbauth - programs are installed in the local - /usr/vice/etc directory. - - # ls /usr/vice/etc - - - - If the files do not exist, unpack the - OpenAFS Binary Distribution for AIX (if it is not already), - change directory as indicated, and copy them. - - - # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc - # cp -p afs_dynamic* /usr/vice/etc - - - - - Edit the local - /etc/security/user file, making - changes to the indicated stanzas: - - - In the default stanza, set the - registry attribute to - DCE (not to - AFS), as follows: - - registry = DCE - - - - - - In the default stanza, set the - SYSTEM attribute as - indicated. - - If the machine is an AFS client only, set the - following value: - - SYSTEM = "AFS OR (AFS[UNAVAIL] AND compat[SUCCESS])" - - - If the machine is both an AFS and a DCE client, - set the following value (it must appear on a single line in - the file): - - SYSTEM = "DCE OR DCE[UNAVAIL] OR AFS OR (AFS[UNAVAIL] \ - AND compat[SUCCESS])" - - - - - In the root - stanza, set the registry - attribute as follows. It enables the local superuser - root to log into the local - file system only, based on the password listed in the - local password file. - - root: - registry = files - - - - - - - - - Edit the local - /etc/security/login.cfg file, - creating or editing the indicated stanzas: - - - In the DCE stanza, - set the program - attribute as follows. - - If you use the AFS Authentication Server - (kaserver process): - - DCE: - program = /usr/vice/etc/afs_dynamic_auth - - - If you use a Kerberos v4 implementation of AFS - authentication: - - - DCE: - program = /usr/vice/etc/afs_dynamic_kerbauth - - - - - In the AFS stanza, - set the program - attribute as follows. - - If you use the AFS Authentication Server - (kaserver process): - - AFS: - program = /usr/vice/etc/afs_dynamic_auth - - - If you use a Kerberos v4 implementation of AFS - authentication: - - AFS: - program = /usr/vice/etc/afs_dynamic_kerbauth - - - - - - - Proceed to - Starting the BOS Server, - if you are installing your first file server machine; - Starting Server Programs, - if you are installing an additional file server machine; or - Loading and Creating Client Files - if you are installating a client - - - - Enabling kaserver based AFS Login on Linux Systems diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index ac6ade5..c4d706d 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -438,10 +438,6 @@ Getting Started on Solaris Systems - - - Getting Started on AIX Systems - @@ -1449,316 +1445,6 @@ auth required pam_unix.so try_first_pass - - Getting Started on AIX Systems - - Begin by running the AFS initialization script to call the AIX kernel extension facility, which dynamically loads AFS - modifications into the kernel. Then use the SMIT program to configure partitions for storing - AFS volumes, and replace the AIX fsck program helper with a version that correctly handles AFS - volumes. If the machine is to remain an AFS client machine, incorporate AFS into the AIX secondary authentication system. - - incorporating AFS kernel extensions - - first AFS machine - - AIX - - AFS kernel extensions - - on first AFS machine - - AIX - - first AFS machine - - AFS kernel extensions - - on AIX - - AIX - - AFS kernel extensions - - on first AFS machine - - - - Loading AFS into the AIX Kernel - - The AIX kernel extension facility is the dynamic kernel loader - provided by IBM Corporation. AIX does not support incorporation of - AFS modifications during a kernel build. - - For AFS to function correctly, the kernel extension facility must run each time the machine reboots, so the AFS - initialization script (included in the AFS distribution) invokes it automatically. In this section you copy the script to the - conventional location and edit it to select the appropriate options depending on whether NFS is also to run. - - After editing the script, you run it to incorporate AFS into the kernel. In later sections you verify that the script - correctly initializes all AFS components, then configure the AIX inittab file so that the - script runs automatically at reboot. - - Unpack the distribution tarball. The examples below assume - that you have unpacked the files into the - /tmp/afsdist directory. If you - pick a different location, substitute this in all of the following - examples. Once you have unpacked the distribution, - change directory as indicated. - - # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc - - - - - Copy the AFS kernel library files to the local /usr/vice/etc/dkload directory, - and the AFS initialization script to the /etc directory. - # cp -rp dkload /usr/vice/etc - # cp -p rc.afs /etc/rc.afs - - - - - Edit the /etc/rc.afs script, setting the NFS - variable as indicated. - - If the machine is not to function as an NFS/AFS Translator, set the NFS variable - as follows. - - - NFS=$NFS_NONE - - - If the machine is to function as an NFS/AFS Translator and is running AIX 4.2.1 or higher, set the - NFS variable as follows. Note that NFS must already be loaded into the kernel, which - happens automatically on systems running AIX 4.1.1 and later, as long as the file /etc/exports exists. - - - NFS=$NFS_IAUTH - - - - - Invoke the /etc/rc.afs script to load AFS modifications into the kernel. You can - ignore any error messages about the inability to start the BOS Server or the Cache Manager or AFS client. - - # /etc/rc.afs - - - - - - configuring - - AFS server partition on first AFS machine - - AIX - - - - AFS server partition - - configuring on first AFS machine - - AIX - - - - first AFS machine - - AFS server partition - - on AIX - - - - AIX - - AFS server partition - - on first AFS machine - - - - - Configuring Server Partitions on AIX Systems - - Every AFS file server machine must have at least one partition or logical volume dedicated to storing AFS volumes. Each - server partition is mounted at a directory named /vicepxx, where - xx is one or two lowercase letters. The /vicepxx directories must reside in the file server machine's root - directory, not in one of its subdirectories (for example, /usr/vicepa is not an acceptable - directory location). For additional information, see Performing Platform-Specific - Procedures. - - To configure server partitions on an AIX system, perform the following procedures: - - Create a directory called /vicepxx for each AFS server - partition you are configuring (there must be at least one). Repeat the command for each partition. - # mkdir /vicepxx - - - - - Use the SMIT program to create a journaling file system on each partition to be - configured as an AFS server partition. - - - - Mount each partition at one of the /vicepxx - directories. Choose one of the following three methods: - - Use the SMIT program - - - - Use the mount -a command to mount all partitions at once - - - - Use the mount command on each partition in turn - - - - Also configure the partitions so that they are mounted automatically at each reboot. For more information, refer - to the AIX documentation. - - - - - replacing fsck program - - first AFS machine - - AIX - - - - fsck program - - on first AFS machine - - AIX - - - - first AFS machine - - fsck program - - on AIX - - - - AIX - - fsck program - - on first AFS machine - - - - - Replacing the fsck Program Helper on AIX Systems - - The AFS modified fsck program is not required on AIX 5.1 - systems, and the v3fshelper program - refered to below is not shipped for these systems. - - In this section, you make modifications to guarantee that the appropriate fsck program - runs on AFS server partitions. The fsck program provided with the operating system must never - run on AFS server partitions. Because it does not recognize the structures that the File Server uses to organize volume data, - it removes all of the data. To repeat: - - Never run the standard fsck program on AFS server partitions. It discards AFS - volumes. - - On AIX systems, you do not replace the fsck binary itself, but rather the - program helper file included in the AIX distribution as /sbin/helpers/v3fshelper. - - Move the AIX fsck program helper to a safe location and install the version from - the AFS distribution in its place. - - # cd /sbin/helpers - # mv v3fshelper v3fshelper.noafs - # cp -p /tmp/afsdist/rs_aix42/dest/root.server/etc/v3fshelper v3fshelper - - - - - If you plan to retain client functionality on this machine after completing the installation, proceed to Enabling AFS Login on AIX Systems. Otherwise, proceed to Starting the - BOS Server. - - - - - enabling AFS login - - file server machine - - AIX - - - - AFS login - - on file server machine - - AIX - - - - first AFS machine - - AFS login - - on AIX - - - - AIX - - AFS login - - on file server machine - - - - secondary authentication system (AIX) - - server machine - - - - - Enabling AFS Login on AIX Systems - - - If you plan to remove client functionality from this machine after completing the installation, skip this section and - proceed to Starting the BOS Server. - - - In modern AFS installations, you should be using Kerberos v5 - for user login, and obtaining AFS tokens following this authentication - step. - - There are currently no instructions available on configuring AIX to - automatically obtain AFS tokens at login. Following login, users can - obtain tokens by running the aklog - command - - Sites which still require kaserver - or external Kerberos v4 authentication should consult - Enabling kaserver based AFS login on AIX systems - for details of how to enable AIX login. - - Proceed to Starting the BOS Server - (or if referring to these instructions while installing an additional - file server machine, return to Starting Server - Programs). - - Starting the BOS Server @@ -3464,7 +3150,7 @@ Password for you/admin@REALM: your_passw For a disk cache, you cannot specify a value in the third field that exceeds 95% of the space available on the partition mounted at the directory named in the second field. If you violate this restriction, the afsd program exits without starting the Cache Manager and prints an appropriate message on the - standard output stream. A value of 90% is more appropriate on most machines. Some operating systems (such as AIX) do not + standard output stream. A value of 90% is more appropriate on most machines. Some operating systems do not automatically reserve some space to prevent the partition from filling completely; for them, a smaller value (say, 80% to 85% of the space available) is more appropriate. @@ -3690,13 +3376,6 @@ Password for you/admin@REALM: your_passw - On AIX systems, add the following line to the /etc/vfs file. It enables AIX to - unmount AFS correctly during shutdown. - afs 4 none none - - - - On non-package based Linux systems, copy the afsd options file from the /usr/vice/etc directory to the /etc/sysconfig directory, removing the .conf extension as you do so. @@ -3708,10 +3387,6 @@ Password for you/admin@REALM: your_passw Edit the machine's AFS initialization script or afsd options file to set appropriate values for afsd command parameters. The script resides in the indicated location on each system type: - - On AIX systems, /etc/rc.afs - - On Fedora and RHEL systems, /etc/sysconfg/openafs @@ -3891,32 +3566,6 @@ Password for you/admin@REALM: your_passw Issue the appropriate commands to run the AFS initialization script for this system type. - - AIX - - AFS initialization script - - on first AFS machine - - - On AIX systems: - - Reboot the machine and log in again as the local superuser root. - - # cd / - # shutdown -r now - login: root - Password: root_password - - - - - Run the AFS initialization script. - # /etc/rc.afs - - - - On Linux systems: Reboot the machine and log in again as the local superuser root. @@ -4090,10 +3739,6 @@ Password for you/admin@REALM: your_passw Now that you have confirmed that the AFS initialization script works correctly, take the action necessary to have it run automatically at each reboot. Proceed to the instructions for your system type: - Activating the Script on AIX Systems - - - Activating the Script on Linux Systems @@ -4101,42 +3746,6 @@ Password for you/admin@REALM: your_passw Activating the Script on Solaris Systems - - - AIX - - AFS initialization script - - on first AFS machine - - - - Activating the Script on AIX Systems - - - - Edit the AIX initialization file, /etc/inittab, adding the following line to invoke - the AFS initialization script. Place it just after the line that starts NFS daemons. - rcafs:2:wait:/etc/rc.afs > /dev/console 2>&1 # Start AFS services - - - - - (Optional) There are now copies of the AFS initialization file in both the - /usr/vice/etc and /etc directories. If you want to avoid - potential confusion by guaranteeing that they are always the same, create a link between them. You can always retrieve the - original script from the AFS CD-ROM if necessary. - # cd /usr/vice/etc - # rm rc.afs - # ln -s /etc/rc.afs - - - - - Proceed to Configuring the Top Levels of the AFS Filespace. - - - Linux @@ -4144,7 +3753,6 @@ Password for you/admin@REALM: your_passw on first AFS machine - Activating the Script on Linux Systems diff --git a/doc/xml/QuickStartUnix/auqbg006.xml b/doc/xml/QuickStartUnix/auqbg006.xml index ec90747..ba20711 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -236,10 +236,6 @@ To continue, proceed to the section for this system type: - Getting Started on AIX Systems - - - Getting Started on Linux Systems @@ -248,202 +244,6 @@ - - Getting Started on AIX Systems - - Begin by running the AFS initialization script to call the AIX kernel extension facility, which dynamically loads AFS - modifications into the kernel. Then configure partitions and replace the AIX fsck program - with a version that correctly handles AFS volumes. - - incorporating AFS kernel extensions - - server machine after first - - AIX - - - - AFS kernel extensions - - on server machine after first - - AIX - - - - file server machine, additional - - AFS kernel extensions - - on AIX - - - - AIX - - AFS kernel extensions - - on add'l server machine - - - - Unpack the distribution tarball. The examples below assume - that you have unpacked the files into the - /tmp/afsdist directory. If you - pick a different location, substitute this in all of the following - examples. Once you have unpacked the distribution, - change directory as indicated. - - # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc - - - - - Copy the AFS kernel library files to the local /usr/vice/etc/dkload directory, - and the AFS initialization script to the /etc directory. - # cp -rp dkload /usr/vice/etc - # cp -p rc.afs /etc/rc.afs - - - - - Edit the /etc/rc.afs script, setting the NFS - variable as indicated. - - If the machine is not to function as an NFS/AFS Translator, set the NFS - variable as follows. - - - NFS=$NFS_NONE - - - If the machine is to function as an NFS/AFS Translator and is running AIX 4.2.1 or higher, set the - NFS variable as follows. Note that NFS must already be loaded into the kernel, which - happens automatically on systems running AIX 4.1.1 and later, as long as the file /etc/exports exists. - - - NFS=$NFS_IAUTH - - - - - Invoke the /etc/rc.afs script to load AFS modifications into the kernel. You - can ignore any error messages about the inability to start the BOS Server or the Cache Manager or AFS client. - - # /etc/rc.afs - - configuring - - AFS server partition on server machine after first - - AIX - - AFS server partition - - configuring on server machine after first - - AIX - - file server machine, additional - - AFS server partition - - on AIX - - AIX - - AFS server partition - - on add'l server machine - - - - - Create a directory called /vicepxx for each AFS - server partition you are configuring (there must be at least one). Repeat the command for each partition. - - # mkdir /vicepxx - - - - - Use the SMIT program to create a journaling file system on each partition to be - configured as an AFS server partition. - - - - Mount each partition at one of the /vicepxx - directories. Choose one of the following three methods: - - Use the SMIT program - - - - Use the mount -a command to mount all partitions at once - - - - Use the mount command on each partition in turn - - - - Also configure the partitions so that they are mounted automatically at each reboot. For more information, refer - to the AIX documentation. - replacing fsck program - - server machine after first - - AIX - - fsck program - - on server machine after first - - AIX - - file server machine, additional - - fsck program - - on AIX - - AIX - - fsck program - - on add'l server machine - - - - - On systems prior to AIX 5.1, move the AIX - fsck program helper to a safe - location and install the version from the AFS distribution in - its place. Note that on AIX 5.1, and later, systems this step is - not required, and the v3fshelper - program is not shipped for these systems. - - The AFS binary distribution must still be available in the - /tmp/afsdist directory. - - # cd /sbin/helpers - # mv v3fshelper v3fshelper.noafs - # cp -p /tmp/afsdist/rs_aix42/dest/root.server/etc/v3fshelper v3fshelper - - - - - If the machine is to remain an AFS client, incorporate AFS into its authentication system, following the - instructions in Enabling AFS Login on AIX Systems. - - - - Proceed to Starting Server Programs. - - - - Getting Started on Linux Systems @@ -1725,13 +1525,6 @@ - On AIX systems, add the following line to the /etc/vfs file. It enables AIX to - unmount AFS correctly during shutdown. - afs 4 none none - - - - On non-packaged Linux systems, copy the afsd options file from the /usr/vice/etc directory to the /etc/sysconfig directory, removing the .conf extension as you do so. @@ -1744,10 +1537,6 @@ appropriate values for afsd command parameters. The script resides in the indicated location on each system type: - On AIX systems, /etc/rc.afs - - - On Fedora and RHEL systems, /etc/sysconfig/openafs. Note that this file has a different format from a standard @@ -1853,58 +1642,7 @@ AFS initialization script server machine after first - - AIX - - AFS initialization script - - on add'l server machine - - - - - Run the AFS initialization script by issuing the appropriate commands for this system type. - - On AIX systems: - - Reboot the machine and log in again as the local superuser root. - - # cd / - # shutdown -r now - login: root - Password: root_password - - - - - Run the AFS initialization script. - # /etc/rc.afs - - - - - Edit the AIX initialization file, /etc/inittab, adding the following line - to invoke the AFS initialization script. Place it just after the line that starts NFS daemons. - rcafs:2:wait:/etc/rc.afs > /dev/console 2>&1 # Start AFS services - - - - - (Optional) There are now copies of the AFS initialization file in both the - /usr/vice/etc and /etc directories. If you want - to avoid potential confusion by guaranteeing that they are always the same, create a link between them. You can - always retrieve the original script from the AFS CD-ROM if necessary. - # cd /usr/vice/etc - # rm rc.afs - # ln -s /etc/rc.afs - - - - - Proceed to Step 4. - - - + Linux @@ -1912,6 +1650,11 @@ on add'l server machine + + + + + Run the AFS initialization script by issuing the appropriate commands for this system type. On Fedora or RHEL Linux systems: diff --git a/doc/xml/QuickStartUnix/auqbg007.xml b/doc/xml/QuickStartUnix/auqbg007.xml index 5c2b8fa..0404686 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -143,180 +143,13 @@ For convenience, the following sections group the two procedures by system type. Proceed to the appropriate section. - Getting Started on AIX Systems - - - Getting Started on Linux Systems Getting Started on Solaris Systems - - - - incorporating AFS kernel extensions - - client machine - - AIX - - - - AFS kernel extensions - - on client machine - - AIX - - - - client machine - - AFS kernel extensions - - on AIX - - - - AIX - - AFS kernel extensions - - on client machine - - - - enabling AFS login - - client machine - - AIX - - - - AFS login - - on client machine - - AIX - - - - client machine - - AFS login - - on AIX - - - - AIX - - AFS login - - on client machine - - - - secondary authentication system (AIX) - - client machine - - - - - Getting Started on AIX Systems - - In this section you load AFS into the AIX kernel. Then incorporate AFS modifications into the machine's secondary - authentication system, if you wish to enable AFS login. - - - Loading AFS into the AIX Kernel - - The AIX kernel extension facility is the dynamic kernel loader provided by IBM Corporation. AIX does not support - incorporation of AFS modifications during a kernel build. - - For AFS to function correctly, the kernel extension facility must run each time the machine reboots, so the AFS - initialization script (included in the AFS distribution) invokes it automatically. In this section you copy the script to the - conventional location and edit it to select the appropriate options depending on whether NFS is also to run. - - After editing the script, you run it to incorporate AFS into the kernel. In a later section you verify that the script - correctly initializes the Cache Manager, then configure the AIX inittab file so that the - script runs automatically at reboot. - - Unpack the distribution tarball. The examples below assume - that you have unpacked the files into the - /tmp/afsdist directory. If you - pick a different location, substitute this in all of the following - examples. Once you have unpacked the distribution, - change directory as indicated. - - # cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc - - - - Copy the AFS kernel library files to the local /usr/vice/etc/dkload directory, - and the AFS initialization script to the /etc directory. - # cp -rp dkload /usr/vice/etc - # cp -p rc.afs /etc/rc.afs - - - - - Edit the /etc/rc.afs script, setting the NFS - variable as indicated. - - If the machine is not to function as an NFS/AFS Translator, set the NFS variable - as follows. - - - NFS=$NFS_NONE - - - If the machine is to function as an NFS/AFS Translator and is running AIX 4.2.1 or higher, set the - NFS variable as follows. Note that NFS must already be loaded into the kernel, which - happens automatically on systems running AIX 4.1.1 and later, as long as the file /etc/exports exists. - - - NFS=$NFS_IAUTH - - - - - Invoke the /etc/rc.afs script to load AFS modifications into the kernel. You can - ignore any error messages about the inability to start the BOS Server or the Cache Manager or AFS client. - - # /etc/rc.afs - - - - - - - Enabling AFS Login on AIX Systems - - In modern AFS installations, you should be using Kerberos v5 - for user login, and obtaining AFS tokens following this authentication - step. - - There are currently no instructions available on configuring AIX to - automatically obtain AFS tokens at login. Following login, users can - obtain tokens by running the aklog - command - - Sites which still require kaserver - or external Kerberos v4 authentication should consult - Enabling kaserver based AFS Login on AIX Systems - for details of how to enable AIX login. - - - - Proceed to Loading and Creating Client Files. - - + incorporating AFS kernel extensions @@ -374,7 +207,6 @@ client machine - @@ -1114,7 +946,7 @@ For a disk cache, you cannot specify a value in the third field that exceeds 95% of the space available on the partition mounted at the directory named in the second field. If you violate this restriction, the afsd program exits without starting the Cache Manager and prints an appropriate message on the - standard output stream. A value of 90% is more appropriate on most machines. Some operating systems (such as AIX) do not + standard output stream. A value of 90% is more appropriate on most machines. Some operating systems do not automatically reserve some space to prevent the partition from filling completely; for them, a smaller value (say, 80% to 85% of the space available) is more appropriate. @@ -1344,31 +1176,6 @@ Cache Manager - - files - - vfs (AIX) - - - - vfs file - - - - etc/vfs file - - - - AIX - - editing /etc/vfs file - - - - client machine - - vfs file (AIX) - @@ -1480,13 +1287,6 @@ - On AIX systems, add the following line to the /etc/vfs file. It enables AIX to - unmount AFS correctly during shutdown. - afs 4 none none - - - - On non-package based Linux systems, copy the afsd options file from the /usr/vice/etc directory to the /etc/sysconfig directory, removing the .conf extension as you do so. @@ -1499,10 +1299,6 @@ appropriate values for afsd command parameters. The appropriate file for each system type is as follows: - On AIX systems, /etc/rc.afs - - - On Fedora and RHEL systems, /etc/sysconfig/openafs @@ -1586,10 +1382,6 @@ - Running the Script on AIX Systems - - - Running the Script on Linux Systems @@ -1598,74 +1390,6 @@ - - AIX - - AFS initialization script - - on client machine - - - - rc.afs file (AFS init. file for AIX) - - - - files - - rc.afs - - - - etc/rc.afs - - rc.afs file - - - - Running the Script on AIX Systems - - - - Reboot the machine and log in again as the local superuser root. - # cd / - # shutdown -r now - login: root - Password: root_password - - - - - Run the AFS initialization script. - # /etc/rc.afs - - - - - Edit the AIX initialization file, /etc/inittab, adding the following line to invoke - the AFS initialization script. Place it just after the line that starts NFS daemons. - rcafs:2:wait:/etc/rc.afs > /dev/console 2>&1 # Start AFS services - - - - - (Optional) There are now copies of the AFS initialization file in both the - /usr/vice/etc and /etc directories. If you want to avoid - potential confusion by guaranteeing that they are always the same, create a link between them. You can always retrieve the - original script from the AFS CD-ROM if necessary. - # cd /usr/vice/etc - # rm rc.afs - # ln -s /etc/rc.afs - - - - - If a volume for housing AFS binaries for this machine's system type does not already exist, proceed to Setting Up Volumes and Loading Binaries into AFS. Otherwise, the installation is - complete. - - - afs file @@ -1693,7 +1417,6 @@ on client machine - Running the Script on Fedora / RHEL Systems -- 1.9.4