From: Benjamin Kaduk Date: Mon, 3 Nov 2014 21:46:20 +0000 (-0500) Subject: Drop the non-DA fileserver X-Git-Tag: openafs-stable-1_8_0pre1~508 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=b83ba7e3fd950c88db3afedd989349e6fa7bb4d8 Drop the non-DA fileserver The instructions are clearer when we just tell people what to do, and we think that dafs should be right for almost everyone. Mention that the traditional fileserver is an option and where to read about it, but nothing more. Change-Id: I1fccceb8ee2bf2ec1e5afb0f5b034f029ee96c61 Reviewed-on: http://gerrit.openafs.org/11577 Tested-by: BuildBot Reviewed-by: D Brashear --- diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index f2dab8c..d21b581 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -2813,31 +2813,23 @@ Entry for principal afs/<cell name> with kvno 3 Starting the File Server processes - Start either the fs process or, if you want to run the Demand-Attach File Server, the - dafs process. The fs process consists of the File Server, - Volume Server, and Salvager (fileserver, volserver and - salvager processes). The dafs process consists of the + Start the + dafs process. + The dafs process consists of the Demand-Attach File Server, Volume Server, Salvage Server, and Salvager (dafileserver, davolserver, salvageserver, and dasalvager processes). For information about the Demand-Attach File Server and to see whether or not - you should run it, see Appendix C, The Demand-Attach File Server. + role="bold">dasalvager processes). Most sites should run the + Demand-Attach File Server, but the traditional/legacy File Server remains + an option. If you are uncertain whether to run the legacy File Server, + see Appendix C, The Demand-Attach File Server. - Issue the bos create command to start the fs - process or the dafs process. The commands appear here on multiple lines only for legibility. + Issue the bos create command to start the + dafs process. The commands appear here on multiple lines only for legibility. - - If you are not planning on running the Demand-Attach File Server, create the fs - process: - - # ./bos create <machine name> fs fs /usr/afs/bin/fileserver \ - /usr/afs/bin/volserver /usr/afs/bin/salvager \ - -noauth - - - If you are planning on running the Demand-Attach File Server, create the Create the dafs process: # ./bos create <machine name> dafs dafs /usr/afs/bin/dafileserver \ @@ -2867,25 +2859,14 @@ Entry for principal afs/<cell name> with kvno 3 status - You can verify that the fs or dafs process has started + You can verify that the dafs process has started successfully by issuing the bos status command. Its output mentions two proc starts. - - - If you are not running the Demand-Attach File Server: - - - # ./bos status <machine name> fs -long -noauth - - - If you are running the Demand-Attach File Server: # ./bos status <machine name> dafs -long -noauth - - - +