Microsoft Cluster Server May Not Share Folders Automatically (257389)
The information in this article applies to:
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows NT Server, Enterprise Edition 4.0
This article was previously published under Q257389 SYMPTOMS
When you use User Manager for Domains to create domain users and you specify that the path for the user home folders be located on the file share resource of your Microsoft Cluster Server (MSCS) that is running Microsoft Windows NT 4.0 Service Pack 4 (SP4), the user home folders are created. However, the user home folders may not be automatically shared. Because of this, a user may be unable to map a drive to his or her home folder.
CAUSE
This issue occurs because User Manager for Domains creates home folders with permissions set to Username-Full Control. Because of this, the Cluster service (Clussvc) does not have the appropriate permissions to share the user home folders.
RESOLUTION
For a small number of directories, you can manually add the Clussvc with at least Read permissions on the users folder. To bring the modified folders online, the FileShare resoruce can be restarte, or the folder can be renamed to something different then back to the desired folder name.
For a large number of directories, it may be easier to use the Cacls.exe tool that is included with the Microsoft Windows Resource Kit to grant the user account that is used by Clussvc at least Read permissions on the file share resource folder. For example, the following command grants Read permissions to the UserAccount account on all folders under the file share resource folder.
NOTE: You must run this command from a command prompt on the file share resource folder after you create the user home folders.
for /d %i in (*) do cacls %i /e /g useraccount:r
After you run this command, you must take the file share resource offline, and then bring it back online so that other shares can be created.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 11/4/2003 |
---|
Keywords: | kbClustering kbnetwork kbprb w2000mscs KB257389 |
---|
|