User:Pgmurphy/OpenAFS

From WolfTech
Jump to navigation Jump to search

OpenAFS

I created an MST to customize the install.

  • Property Changes
    • HIDEDOTFILES
      • 1 -> 0
  • Registry Changes
    • HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\TheseCells
      • eos.ncsu.edu,bp.ncsu.edu
    • HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\LogonScript
  • Removed custom actions
    • Prompt Reboot

MIT KfW

Create a MST with the following customizations:

  • Add Files
    • Location: [ProgramFilesFolder]MIT\Kerberos\bin
      • Files: krb.conf, krb5.conf
      • Registry Changes
        • HKLM\SOFTWARE\MIT\Kerberos4\krb.conf
          • [ProgramFilesFolder]MIT\Kerberos\bin\krb.conf
        • HKLM\SOFTWARE\MIT\Kerberos5\config
          • [ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
    • Location: [WindowsFolder]
      • Files: resolv.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

Upgrade Issues

  • There appears to be an issue when you upgrade the old AFS/Wolfcall to the new AFS where it corrupts the Network Provider key in the registry. It should be:
HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order
ProviderOrder = RDPNP,LanmanWorkstation,WebClient,TransarcAFSDaemon,MIT Kerberos