Difference between revisions of "User:Pgmurphy/OpenAFS"

From WolfTech
Jump to navigation Jump to search
Line 5: Line 5:
 
***1 -> 0
 
***1 -> 0
 
*Registry Changes
 
*Registry Changes
**HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\<a href='http://dl.openafs.org/dl/openafs/1.5.16/winxp/relnotes.htm#_Toc154229552'>TheseCells</a>
+
**HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\[http://dl.openafs.org/dl/openafs/1.5.16/winxp/relnotes.htm#_Toc154229552 TheseCells]
 
***eos.ncsu.edu,bp.ncsu.edu
 
***eos.ncsu.edu,bp.ncsu.edu
**HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\<a href='http://dl.openafs.org/dl/openafs/1.5.16/winxp/relnotes.htm#_Toc154229549'>LogonScript</a>
+
**HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\[http://dl.openafs.org/dl/openafs/1.5.16/winxp/relnotes.htm#_Toc154229549 LogonScript]
 
***
 
***
 
*Removed custom actions
 
*Removed custom actions

Revision as of 17:46, 13 March 2007

OpenAFS

I created an MSI 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