salvageserver: Add -logfile option
[openafs.git] / doc / xml / QuickStartUnix / appendix.xml
index a9c08af..4fc8d08 100644 (file)
               </para>
             </listitem>
 
-            <listitem>
-              <para><anchor id="AppendixLIWQ54" />Issue the 
+            <listitem id="AppendixLIWQ54">
+              <para>Issue the 
               <emphasis role="bold">kas create</emphasis> command to create 
               Authentication Database entries called 
               <emphasis role="bold">admin</emphasis> and 
               </indexterm>
             </listitem>
 
-            <listitem>
-              <para><anchor id="AppendixLIWQ55" />Issue the 
+            <listitem id="AppendixLIWQ55">
+              <para>Issue the 
               <emphasis role="bold">kas examine</emphasis> command to display 
               the <emphasis role="bold">afs</emphasis> entry. The output 
               includes a checksum generated by encrypting a constant with the 
               </para>
             </listitem>
 
-            <listitem>
-              <para><anchor id="LIWQ56" />Issue the 
+            <listitem id="LIWQ56">
+              <para>Issue the 
               <emphasis role="bold">kas setfields</emphasis> command to turn 
               on the <computeroutput>ADMIN</computeroutput> flag in the  
               <emphasis role="bold">admin</emphasis> entry. This enables the
               </para>
             </listitem>
 
-            <listitem>
-              <para><anchor id="AppendixLIWQ57" />Issue the 
+            <listitem id="AppendixLIWQ57">
+              <para>Issue the 
               <emphasis role="bold">bos adduser</emphasis> command to add the 
               <emphasis role="bold">admin</emphasis> user to the 
               <emphasis role="bold">/usr/afs/etc/UserList</emphasis> file. 
               </para>
             </listitem>
 
-            <listitem>
-              <para><anchor id="AppendixLIWQ58" />Issue the 
+            <listitem id="AppendixLIWQ58">
+              <para>Issue the 
               <emphasis role="bold">bos addkey</emphasis> command to define 
               the AFS server encryption key in the 
               <emphasis role="bold">/usr/afs/etc/KeyFile</emphasis> file.
               </indexterm>
             </listitem>
 
-            <listitem>
-              <para><anchor id="AppendixLIWQ59" />Issue the 
+            <listitem id="AppendixLIWQ59">
+              <para>Issue the 
               <emphasis role="bold">bos listkeys</emphasis> command to verify 
               that the checksum for the new key in the 
               <emphasis role="bold">KeyFile</emphasis> file is the same as the 
@@ -595,8 +595,8 @@ ll name</replaceable>&gt; <emphasis
           as detailed below</para>
           
           <orderedlist>
-            <listitem>
-              <para><anchor id="LIWQ118" />Start the Authentication Server 
+            <listitem id="LIWQ118">
+              <para>Start the Authentication Server 
               (the <emphasis role="bold">kaserver</emphasis> process).
 <programlisting>
    % <emphasis role="bold">bos create</emphasis> &lt;<replaceable>machine name</replaceable>&gt; <emphasis role="bold">kaserver simple /usr/afs/bin/kaserver</emphasis>
@@ -671,7 +671,7 @@ ll name</replaceable>&gt; <emphasis
               change directory as indicated, and copy them.</para>
 
 <programlisting>
-   # <emphasis role="bold">cd /tmp/afsdist/rs_aix42/root.client/usr/vice/etc</emphasis>
+   # <emphasis role="bold">cd /tmp/afsdist/rs_aix42/dest/root.client/usr/vice/etc</emphasis>
    # <emphasis role="bold">cp  -p  afs_dynamic*  /usr/vice/etc</emphasis>
 </programlisting>
             </listitem>
@@ -897,14 +897,14 @@ ll name</replaceable>&gt; <emphasis
             (<emphasis role="bold">kaserver</emphasis> process) in the cell:</para>
 
 <programlisting>
-   # <emphasis role="bold">cp /tmp/afsdist/hp_ux110/lib/pam_afs.so.1  .</emphasis>
+   # <emphasis role="bold">cp /tmp/afsdist/hp_ux110/dest/lib/pam_afs.so.1  .</emphasis>
    # <emphasis role="bold">ln -s  pam_afs.so.1  pam_afs.so</emphasis>   
 </programlisting>
 
             <para>If you use a Kerberos implementation of AFS authentication:</para>
 
 <programlisting>
-   # <emphasis role="bold">cp /tmp/afsdist/hp_ux110/lib/pam_afs.krb.so.1   .</emphasis>
+   # <emphasis role="bold">cp /tmp/afsdist/hp_ux110/dest/lib/pam_afs.krb.so.1   .</emphasis>
    # <emphasis role="bold">ln -s pam_afs.krb.so.1 pam_afs.so</emphasis>
 </programlisting>
           </listitem>
@@ -1022,7 +1022,7 @@ ll name</replaceable>&gt; <emphasis
         them.</para>
 
 <programlisting>
-   # <emphasis role="bold">cd /tmp/afsdist/sgi_65/root.client/usr/vice/etc</emphasis>
+   # <emphasis role="bold">cd /tmp/afsdist/sgi_65/dest/root.client/usr/vice/etc</emphasis>
    # <emphasis role="bold">cp  -p  *authlib*  /usr/vice/etc</emphasis>   
 </programlisting>
 
@@ -1456,7 +1456,7 @@ localusertwo:&lt;thelocalusertwo'skey&gt;:11500:0:99999:7:::
             are installing your first file server;
             <link linkend="HDRWQ108">Starting Server Programs</link> if you
             are installing an additional file server machine; or
-            <link linkend="HDRWQ145"></link> if you are installing a client.
+            <link linkend="HDRWQ145">Loading and Creating Client Files</link> if you are installing a client.
             </para>
           </listitem>
         </orderedlist>
@@ -1570,14 +1570,14 @@ localusertwo:&lt;thelocalusertwo'skey&gt;:11500:0:99999:7:::
             (<emphasis role="bold">kaserver</emphasis> process):</para>
 
 <programlisting>
-   # <emphasis role="bold">cp /tmp/afsdist/sun4x_56/lib/pam_afs.so.1 .</emphasis>
+   # <emphasis role="bold">cp /tmp/afsdist/sun4x_56/dest/lib/pam_afs.so.1 .</emphasis>
    # <emphasis role="bold">ln -s pam_afs.so.1 pam_afs.so</emphasis>   
 </programlisting>
 
             <para>If you use a Kerberos implementation of AFS authentication:</para>
 
 <programlisting>
-   # <emphasis role="bold">cp /tmp/afsdist/sun4x_56/lib/pam_afs.krb.so.1 .</emphasis>
+   # <emphasis role="bold">cp /tmp/afsdist/sun4x_56/dest/lib/pam_afs.krb.so.1 .</emphasis>
    # <emphasis role="bold">ln -s pam_afs.krb.so.1 pam_afs.so</emphasis>
 </programlisting>
           </listitem>
@@ -1673,4 +1673,4 @@ localusertwo:&lt;thelocalusertwo'skey&gt;:11500:0:99999:7:::
       </para>
     </sect2>
   </sect1>
-</appendix>
\ No newline at end of file
+</appendix>