Difference between revisions of "User:Pgmurphy/OpenAFS"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
=MIT KfW= | =MIT KfW= | ||
− | + | Create a MST with the following customizations: | |
*Add Files | *Add Files | ||
**Location: [ProgramFilesFolder]MIT\Kerberos\bin | **Location: [ProgramFilesFolder]MIT\Kerberos\bin | ||
***Files: krb.conf, krb5.conf | ***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] | **Location: [WindowsFolder] | ||
***Files: resolv.conf | ***Files: resolv.conf | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=Manual Settings= | =Manual Settings= |
Revision as of 16:38, 13 March 2007
OpenAFS
I created an MSI to customize the install.
- Property Changes
- HIDEDOTFILES
- 1 -> 0
- HIDEDOTFILES
- 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
- HKLM\SOFTWARE\MIT\Kerberos4\krb.conf
- Location: [WindowsFolder]
- Files: resolv.conf
- Location: [ProgramFilesFolder]MIT\Kerberos\bin
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
- HKCU\Software\OpenAFS\Client\ShowTrayIcon
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