Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Network groups are "fetching" on Xsan Volumes ONLY through Finder

We're using an all apple OD infrastracture with 10.7.4 and Xsan 2.3 and for the past year or so have been expiriencing this fetching issue ever since 10.6.

Not a while ago we've came across Apple's offical article on how-to fix hexadecimal group ID's such as FFFFEEEE-DDDD-CCCC-BBBB-AAAA82000400 from http://support.apple.com/kb/TS3556.


After reading Apple's article we've found out that the problem occures whenever a user logs into the machine BEFORE OD communications is completed.

To get things to work, we usually unmount the Xsan volume and then re-mount whenever the user is ALREADY logged in. This has worked for us for a couple of months till we came across a new problem; After re-mounting we're able to see the right permissions on TERMINAL but on FINDER it's still fetching.


Finder vs. Terminal:

User uploaded file

User uploaded file


I've tried re-launching Finder without getting lucky, it seems like every time I re-launch Finder a different network group appears as "Fe tching..."

Mac OS X (10.7.5)

Posted on Oct 15, 2012 7:13 AM

Reply
3 replies

Nov 16, 2012 4:03 AM in response to tomadmin

So the problem occurs when a user logs into a machine before OD communications is completed? Like after startup? Does it happen with 10.7.5?


You might try the solution from http://support.apple.com/kb/TS3556. However, since that script only works in 10.6, replace it with this dumber script:


#!/usr/bin/ruby sleep 60 exec '/Library/Filesystems/Xsan/bin/xsand', *ARGV


This simply causes Xsan startup to be delayed by 60 seconds. If the problem is that OD hasn't finished binding to network directories before the Xsan volume mounts, this might work around the problem. You may need to increase/decrease the sleep time.


Does this help?

Network groups are "fetching" on Xsan Volumes ONLY through Finder

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.