Difference between revisions of "User:Pgmurphy/OpenAFS"

From WolfTech
Jump to navigation Jump to search
Line 20: Line 20:
 
***[KRB5CONFIG] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
 
***[KRB5CONFIG] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
  
=Create Identities=
+
=Manual Settings=
 +
==Create Identities==
 
*Need to create identity:  <user>@EOS.NCSU.EDU
 
*Need to create identity:  <user>@EOS.NCSU.EDU
 
*Need to add AFS cells:  bp.ncsu.edu, eos.ncsu.edu
 
*Need to add AFS cells:  bp.ncsu.edu, eos.ncsu.edu
  
=Map Drives=
+
==Map Drives==
 
*J:\
 
*J:\
 
**NET USE J: \\afs\all /PERSISTENT:YES
 
**NET USE J: \\afs\all /PERSISTENT:YES
Line 31: Line 32:
 
**NET USE K: \\afs\all\eos.ncsu.edu\users\<letter>\<user> /PERSISTENT:YES
 
**NET USE K: \\afs\all\eos.ncsu.edu\users\<letter>\<user> /PERSISTENT:YES
  
=Optional=
+
==Optional==
 
*Remove lock icon
 
*Remove lock icon
 
**HKCU\Software\OpenAFS\Client\ShowTrayIcon
 
**HKCU\Software\OpenAFS\Client\ShowTrayIcon
 
***1 -> 0
 
***1 -> 0

Revision as of 12:26, 13 March 2007

OpenAFS

I created an MSI to customize the install.

  • Property Changes
    • HIDEDOTFILES
      • 1 -> 0
  • Removed custom actions
    • Prompt Reboot

MIT KfW

I chose to modify the MSI directly because using an MST created a bunch of errors. The following customizations are necessary.

  • Add Files
    • Location: [ProgramFilesFolder]MIT\Kerberos\bin
      • Files: krb.conf, krb5.conf
    • Location: [WindowsFolder]
      • Files: resolv.conf
  • Registry Changes
    • HKLM\SOFTWARE\MIT\Kerberos4\krb.conf
      • [KRB4KRBCONF] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb.conf
    • HKLM\SOFTWARE\MIT\Kerberos5\config
      • [KRB5CONFIG] -> [ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf

Manual Settings

Create Identities

  • Need to create identity: <user>@EOS.NCSU.EDU
  • Need to add AFS cells: bp.ncsu.edu, eos.ncsu.edu

Map Drives

  • J:\
    • NET USE J: \\afs\all /PERSISTENT:YES
  • K:\
    • NET USE K: \\afs\all\unity.ncsu.edu\users\<letter>\<user> /PERSISTENT:YES
    • NET USE K: \\afs\all\eos.ncsu.edu\users\<letter>\<user> /PERSISTENT:YES

Optional

  • Remove lock icon
    • HKCU\Software\OpenAFS\Client\ShowTrayIcon
      • 1 -> 0