====== Installation / Setup for UMBC ======
* Download [[http://www.openafs.com|OpenAFS]] for mac edition; it should be in a .dmg image format
* Open the downloaded image
* Install the OpenAFS package
===== =====
* open terminal
* cd /private/var/db/openafs/etc ; get to the location of the CellServDB and ThisCell files
* sudo nano ThisCell
* enter root or your password
* change the line to read 'umbc.edu'
* exit and save ( ctrl+x )
* sudo nano CellServDB
* search for 'umbc' to make sure that 3 entries like below exist ( ctrl+w )
>umbc.edu #University of Maryland, Baltimore County
130.85.24.23 #db2.afs.umbc.edu
130.85.24.87 #db3.afs.umbc.edu
130.85.24.101 #db1.afs.umbc.edu
* If not, add entries to the file, following newest specifications above and from OIT here: http://www.umbc.edu/oit/iss/syscore/wiki/Configuring_AFS_clients
===== =====
* Restart
* klog nyeates1 FIXME THIS DOES NOT WORK AT HOME, maybe worked at work?? Need to understand how to use kinit, see OIT link above
====== AFS commands ======
fs ; prefix for all afs commands
fs listacl . FIXME
fs setacl FIXME
fs lq ~ ; quota for home directory ~ = current user home dir
du -k ~ | more ; show disk usage for home directory - more splits it into manageable screens