Difference between revisions of "User:Pgmurphy/OpenAFS"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=OpenAFS= | =OpenAFS= | ||
− | I created an | + | I created an MST to customize the install. |
*Property Changes | *Property Changes | ||
**HIDEDOTFILES | **HIDEDOTFILES | ||
***1 -> 0 | ***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 | *Removed custom actions | ||
**Prompt Reboot | **Prompt Reboot | ||
=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 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | =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 37: | ||
**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 | ||
+ | |||
+ | =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 16:47, 13 March 2007
OpenAFS
I created an MST to customize the install.
- Property Changes
- HIDEDOTFILES
- 1 -> 0
- HIDEDOTFILES
- Registry Changes
- HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\TheseCells
- eos.ncsu.edu,bp.ncsu.edu
- HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\LogonScript
- HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider\TheseCells
- 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