welcome: please sign in

Diff for "AndrewFileSystem"

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2007-02-17 19:32:42
Size: 2050
Editor: AdamChlipala
Comment: Creating a new user
Revision 5 as of 2007-04-08 19:53:38
Size: 2295
Editor: dhcp-37-80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<#FF8080> THESE INSTRUCTIONS ARE OBSOLETE. DO NOT USE THEM. ||
Line 24: Line 26:
= The kadmin shell =

Many Kerberos administration commands are run from a special shell. Enter it as root by running `sudo kadmin.local`.
Line 28: Line 34:
To add the Kerberos principal for a daemon, run:{{{ To add the Kerberos principal for a daemon, run this in kadmin:{{{
Line 37: Line 43:
To create a keytab for a daemon, run:{{{
ktadd -k /etc/keytab/$DAEMON.keytab -e "des3-hmac-sha1:normal rc4-hmac:normal" $DAEMON/$HOST}}}
To create a keytab for a daemon, run this in kadmin:{{{
ktadd -k /etc/keytabs/$DAEMON.keytab -e "des3-hmac-sha1:normal rc4-hmac:normal" $DAEMON/$HOST}}}

THESE INSTRUCTIONS ARE OBSOLETE. DO NOT USE THEM.

Basic Architecture

Using the shared filesystem involves a combination of LDAP, Kerberos, and OpenAFS. DavorOcelic might fill in more information here. :-)

File conventions

The /afs tree contains shared filesystems. /afs/hcoop.net (symlinked from /afs/hcoop as well) is our piece of the AFS-o-sphere. Subdirectories include:

  • /afs/hcoop.net/usr, the home of home directories

  • /afs/hcoop.net/usr/$USERNAME/home, $USERNAME's home directory

  • /afs/hcoop.net/common/etc, the home of non-platform-specific fun stuff like DomTool

Connecting to AFS from an HCoop server

I found this handy summary of the commands that must be run:

On our servers, it seems sufficient to run:

AndrewFileSystem (last edited 2018-11-15 03:45:21 by ClintonEbadi)