My domain is 2003 native mode, and I have about 120 clients who receive 11 drive mappings via Login Scipt (batch file with the net use command) upon logon. These problems only happen on a handful of machines- and it is usually to only these machines. Lately, the number has been slowly increasing. In one case, I replaced a particular user's machine three times and replaced his Cat5 cable (making sure it was not located near and UPS or monitor etc...) We map I,J,K,L,O,Q,R,S,T,U, and X. The worksatations are connected to the network via 100mps connections and the servers talk at Gbps speeds. The CIFS shares are located on a Network Appliance Filer (FAS270) and there are no conection limitations defined. All shares are browseable at any time (whether mapped or unmapped). Here are the problems:
1) Sometimes not all drive mappings do not map (meaning they dont show up in Explorer and don't show up when I run the net use command to display mapped drives).
2) At sporadic times during the day, SOME drive mappings dissapear. It is not conistent either, except for the I drive (the first mapping). When this happens the user is usually left with only the S, T, and U mappings- and that is it.
3) When these drive mappings dissapear, logging off/logging on doesn't usualy remap them. It sometimes takes three or four times before they reappear.
The syntax of the login script is as follows:
NET USE I: /DELETE
NET USE J: /DELETE
NET USE K: /DELETE
NET USE L: /DELETE
NET USE O: /DELETE
NET USE Q: /DELETE
NET USE R: /DELETE
NET USE S: /DELETE
NET USE T: /DELETE
NET USE U: /DELETE
NET USE X: /DELETE
NET USE I: \\StorageSystem01\vol3 /persistent:yes
NET USE J: \\StorageSystem01\vol1 /persistent:yes
NET USE K: \\StorageSystem01\vol2 /persistent:yes
NET USE L: \\StorageSystem01\apps /persistent:yes
NET USE O: \\StorageSystem02\OldJobs /persistent:yes
NET USE Q: \\StorageSystem03\JOBS /persistent:yes
NET USE R: \\StorageSystem04\Jobs /persistent:yes
NET USE S: \\StorageSystem01\jobs /persistent:yes
NET USE T: \\MS-SQLServer01\Accounting /persistent:yes
NET USE U: \\StorageSystem01\Home\%Username%
NET USE X: \\StorageSystem01\XeroxShare\%Username%
Please help
1) Sometimes not all drive mappings do not map (meaning they dont show up in Explorer and don't show up when I run the net use command to display mapped drives).
2) At sporadic times during the day, SOME drive mappings dissapear. It is not conistent either, except for the I drive (the first mapping). When this happens the user is usually left with only the S, T, and U mappings- and that is it.
3) When these drive mappings dissapear, logging off/logging on doesn't usualy remap them. It sometimes takes three or four times before they reappear.
The syntax of the login script is as follows:
NET USE I: /DELETE
NET USE J: /DELETE
NET USE K: /DELETE
NET USE L: /DELETE
NET USE O: /DELETE
NET USE Q: /DELETE
NET USE R: /DELETE
NET USE S: /DELETE
NET USE T: /DELETE
NET USE U: /DELETE
NET USE X: /DELETE
NET USE I: \\StorageSystem01\vol3 /persistent:yes
NET USE J: \\StorageSystem01\vol1 /persistent:yes
NET USE K: \\StorageSystem01\vol2 /persistent:yes
NET USE L: \\StorageSystem01\apps /persistent:yes
NET USE O: \\StorageSystem02\OldJobs /persistent:yes
NET USE Q: \\StorageSystem03\JOBS /persistent:yes
NET USE R: \\StorageSystem04\Jobs /persistent:yes
NET USE S: \\StorageSystem01\jobs /persistent:yes
NET USE T: \\MS-SQLServer01\Accounting /persistent:yes
NET USE U: \\StorageSystem01\Home\%Username%
NET USE X: \\StorageSystem01\XeroxShare\%Username%
Please help