update gerrit list
[openafs-wiki.git] / admin / InstallingOpenAFSonRHEL.mdwn
index 7e8dd70..a26c1b6 100644 (file)
@@ -1,4 +1,3 @@
-
 This is a step-by-step guide to installing OpenAFS and setting up an AFS cell
 on RedHat Enterprise Linux, Fedora, or CentOS.  This guide is current as of
 OpenAFS version 1.6.21 on CentOS 6.
@@ -197,7 +196,12 @@ Create the Kerberos AFS service key and export it to a keytab file:
     # kadmin.local -q "addprinc -randkey afs/${cellname}"
     # kadmin.local -q "ktadd -k /usr/afs/etc/rxkad.keytab afs/${cellname}"
 
-where `<cellname>` is the name of your cell.  Start the OpenAFS servers:
+where `<cellname>` is the name of your cell.
+
+If your Kerberos REALM name is different from your cell name add your upper case
+REALM name in /usr/afs/etc/krb.conf, else you will not know why your cell does not work!
+
+Start the OpenAFS servers:
 
     # service openafs-server start