(no commit message)
[openafs-wiki.git] / GuidesAndInfo.mdwn
1 Add your tips and information about setting up and using OpenAFS to this
2 page.
3
4 [[!toc levels=3]]
5
6 ## Installation ##
7
8 ### Linux ###
9
10 * [[Server and client installation on Fedora|FedoraAFSInstall]] - step-by-step instructions on installing an AFS server on Fedora 7 with [[kerberos|KerberosV]]
11 * [[Client installation notes|InstallOpenAFSClient]]
12 * [[Client installation using Linux DKMS|RpmClientInstallationWithDKMS]] - instructions on installing the openafs kernel module with the DKMS RPM package
13
14 ### Windows ###
15
16 * [[Windows quick start guide|WindowsEndUserQuickStartGuide]]
17 * [[Windows kerberos 5 AFS service principal|WindowsK5AfsServicePrincipal]]
18 * [[How to setup OpenAFS with Windows 2008 R2 AD server|Win2008R2ADasKDC]]
19
20 ### Solaris ###
21
22 * [[Solaris / OpenIndiana quick start guide|SolarisQuickStart]]
23
24 ## Other tasks ##
25
26 * [[Backup methods|BackupMethods]]
27 * [[Example USS Templates|ExampleUSSTemplates]]
28
29 ## Additional information ##
30
31 * [[Ports used by OpenAFS|AFSServicePorts]]
32
33 ## External guides and information ##
34
35 These are some links to various documents that exist online that describe
36 creating a new AFS cell. The most common problem with a lot of existing
37 documentation is that it has you install the kaserver, which is highly
38 deprecated. Any new cell installation really should install a conventional
39 kerberos server (MIT, Heimdal and the Windows Active Directory server all have
40 been used as kerberos servers for various AFS cells).
41
42 * [OpenAFS server tutorial for Debian Squeeze](http://openafs.dk/doku.php?id=server:start)
43 * The Gentoo [OpenAFS Guide](http://www.gentoo.org/doc/en/openafs.xml) From the
44   Gentoo Linux distribution. Again, takes you through using kaserver, which is
45   highly deprecated.
46 * [Using NetBSD to provide AFS and Kerberos
47   services](http://kula.tproa.net/talks/afsbpw2005) Talk from the 2005 AFS &
48   Kerb Workshop, describing how to use [[NetBSD]] to provide AFS and Kerberos
49   services. Some steps are [[NetBSD]] specific, but there are key bits of info in
50   there on using a Heimdal KDC as your kerberos server.
51 * [How to use Active Directory as your kerberos server for an AFS cell](http://www.pmw.org/afsbpw06/talks/shadow-AD.pdf) (pdf)
52 * [AFS intro doc at Stanford](http://www.stanford.edu/services/afs/intro/)
53 * [AFS into at IBM developerworks](http://www.ibm.com/developerworks/opensource/library/os-openafs-kerberos5/index.html)
54