Difference between revisions of "User:Pgmurphy/OpenAFS"

From WolfTech
Jump to navigation Jump to search
 
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=OpenAFS=
 
=OpenAFS=
 
+
I created an MST to customize the install.
 +
*Property Changes
 +
**HIDEDOTFILES
 +
***1 -> 0
 +
*Registry Changes
 +
**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
 +
**HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\[http://dl.openafs.org/dl/openafs/1.5.16/winxp/relnotes.htm#_Toc154229549 LogonScript]
 +
***
 +
*Removed custom actions
 +
**Prompt Reboot
  
 
=MIT KfW=
 
=MIT KfW=
* Created new Components in MSI.
+
Create a MST with the following customizations:
**NCSU_bin
+
*Add Files
***Location:  [ProgramFilesFolder]MIT\Kerberos\bin
+
**Location:  [ProgramFilesFolder]MIT\Kerberos\bin
 
***Files:  krb.conf, krb5.conf
 
***Files:  krb.conf, krb5.conf
**NCSU_Windows
+
***Registry Changes
***Location:  [WindowsFolder]
+
****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
 
***Files:  resolv.conf
* Created MST
+
 
**Registry Changes
+
=Manual Settings=
***HKLM\SOFTWARE\MIT\Kerberos4\krb.conf [KRB4KRBCONF]->[ProgramFilesFolder]MIT\Kerberos\bin\krb.conf
+
==Create Identities==
***HKLM\SOFTWARE\MIT\Kerberos5\config [KRB5CONFIG]->[ProgramFilesFolder]MIT\Kerberos\bin\krb5.conf
+
*Need to create identity:  <user>@EOS.NCSU.EDU
**Property Changes
+
*Need to add AFS cells:  bp.ncsu.edu, eos.ncsu.edu
***LEASHAUTOSTART 1->0
+
 
 +
==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

Latest revision as of 17:47, 13 March 2007

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