Finder refresh in OS 9 clients

Hi All:
I saw this problem mentioned elsewhere ("mac os 8.6 and 9 support (strange behaviour)" and "OS 9 Clients and Tiger AFP"), but both topics have been archived, so I thought I'd start another.
We upgraded our file server (a 2.0 GHz Dual Core G5 PowerMac) from 10.3.9 to 10.4.8 last week. We still have about a dozen users on OS 9.2.2 (mainly to run QuarkXPress 4.11), and they're complaining about the Finder constantly refreshing the contents of the server's shared volumes.
Was there ever a resolution to this problem? Any tips to reduce the frequency?
Andrew Penner

For the "AFP takes 100% of CPU problem" - check the filesystems of the volumes on which your share points are stored. This may seem trivial, but AFP is extremely picky about the state of any filesystems that it uses. Here are some suggestions:
1. Stop all file services using the volumes on which your share points are stored and use Disk Utility to repair the volume structure (not repair permissions) by clicking the Repair button. (Or use diskutil repairVolume /Volumes/disk-name, replacing disk-name with the name of the volume in question.)
2. Ensure that all of your volumes' filesystems are HFS+: Mac OS Extended (Journaled) is preferred; Mac OS Extended will do. Mac OS Extended (Journaled, Case-sensitive) - sometimes called HFSX - will work, but with limited compatibility. For now, unless you need case-sensitivity, don't use it.
3. Avoid using USB 2.0 and FireWire drives as devices that house share points. USB 2.0, FireWire 400, and FireWire 800 are often not fast enough for server needs. FireWire bus protocols fill up some of the bandwidth used when sending read and write commands to these devices, so you never get the full 50MB/s or 100MB/s. USB 2.0 devices exhibit the same problem. While less of a concern for FireWire 800 devices, keep in mind that these buses are really meant for client systems, not server systems, and that you'll get poor performance when housing share points on these devices.
If you need external storage, consider External Serial ATA (eSATA), SCSI-3, or Fibre Channel.
--Gerrit

Similar Messages

  • How can I increase the speed in which Finder refreshes network shares on AD network shares

    We have 20 Mac's running OS X 10.7.4 all fully patched. We are running a RAID Array off of an HP Proliant 370 G6 with 48 GB RAM. This server is also acting as our Domain Controller running Windows Server 2008 R2.
    We disabled the Mulitcast broadcast and changed IPMonitor.bundle  file to timeout after 1 second instead of 5. This allowed users to mount their network folders in 3-7 seconds. Used to take upwards of 2 minutes. We also added our domain to the search domain field in the advanced network
    Now the problem is that when the designers go to  one of the network shares that our preflight software (running on a different server) deposits the files to it can take between instant refresh and 30 minutes. Some clients will update faster than others. No consistency to issue.
    We installed the finder refresher app but this did not work either.
    I know their are mixed feelings on Mac's bound to AD networks. I have scoured the forum and other sites. Please advise as to any other modifications to either the server or the client machines that will help.
    Bandwidth is not an issue. Gigabit to a Netgear switch and a fiber line from the switch to our main switch. At peak use server bandwidth may hit 30-40 percent of capacity.

    Apple menu > System Preferences > Network > Advanced > Wi-Fi > Drag networks into the order you prefer.

  • WIS 10901 error while refreshing report in rich client

    I'm facing a strange issue while refreshing a report from Rich client. Here are details
    Environment: BO XI 3.1 SP3, Oracle application DB. Weu2019ve 2 BO servers (S1 and S2) on cluster and load balancer (common URL) in front.
    While login to S1 with 6400 port, I can refresh report in rich client.
    While login to S2 on 6400 port or using common url, during refresh gives below error u2013
    u201CA database error occurred. Database error text is: (CS) u201CDBDriver failed to load: C:\Program Files\.....\dbd_oci.dllu201D (The specified procedure canu2019t be found) (WIS 10901)u201D
    Iu2019ve installed oracle8i client on my system. Any idea what causing this issue?

    Yes. Oracle 10g client installed on both application server. I've teste the universe connection from server, it's working fine.
    Any idea what could be probable causes of "DBDriver failed to load: C:\Program Files\.....\dbd_oci.dllu201D error?
    One observation, the path of dbd_oci.dll is the BO installation directory of my local machine (on server BO is not installed on C drive). Why it's referring dbd_oci.dll from local client even in 3 tier mode?

  • Finder Refresh

    Finder doesn't consistently refresh or update thumbnails or file info... why? Through the past few versions of Finder (on 10.7.5 right now) the problem persists. I also find countless similar problems in other forums dating back to 2005. What does Apple do with all of their money and resources that their OS's still have flaws? They should be perfect by now, but stupid problem seem to be ignored and persist for years. I seriously find less problems on any Windows machine.
    Nevertheless, any solution to this Finder refresh problem? I use the Finder window with item information (mostly image pixel dimensions) for design work. If I save an image file, the thumbnail and item info are not always correct. If I save over an existing file, it usually shows the previous file information instead of updating to the newly saved file information. The only way to force it to show the correct information is to "Relaunch" Finder in the "Force Close" window, but then Finder erases all "breadcrumbs" for all open windows. The whole thing is just a recurring nuisance.
    Thoughts?

    I had actually forgotten that I wrote this post even though the problem persists. Perhaps Apple can explain this defect in their OS by using this video demonstration:
    Oh, never mind... the "add video" button on this post edit box DOESN'T WORK.
    Anyway- here is a DropBox link to a video showing how thumbnails in Finder change when the icon size is adjusted:
    https://dl.dropboxusercontent.com/u/4799256/Other%20Temp%20Files/finder_bug_01.m ov
    Makes even less sense now, right? I don't know if I'll bother hosting this video for as long as Apple will probably take to fix this problem, so it might not be there in there in the future- just an FYI.

  • How to find mac address of a client computer in specified time and port in WIFI WCS Control system

    how to find mac address of a client computer in specified time and port in WIFI WCS Control system

    WCS record-keeping is very crude.  
    You'll get the time/date when the client authenticated.  You'll get the local inside address but you'll need the router to translate the outside IP address and the port.  
    You will need a proxy server to determine what sites did a wireless client goes.

  • How to find Machine Id of a Client Machine.

    hi
    Is there any way to find MAC ID of a Client Side Machine. because IP_ADDRESS is not Satisfying all the Security requirements.
    Please Provide me the Solution or if this type of Thead is already exists in the Forum then Pls Provide me the Link.

    As Faust said - this is not possible in Oracle PL/SQL (not supported). The only alternative is to write a custom function to obtain the Mac address.
    Such a function will need to be in Java or created as an external procedure (a DLL in Windows or Shared Object lib on Unix).
    However - even if you code such a function how can it obtain the Mac address? The external process or Java procedure cannot obtain or access the TCP socket handle that Oracle uses for that client session.
    If I'm not mistaken, when dealing with a shared server process, it will not even know what the handle is - as the communication part with the client session is handled by the dispatcher processes. Which means (if I'm correct with this assumption) that the shared server session has no TCP socket handle at all to reference.
    Let's assume I'm wrong and in both cases the socket handle exists in the Oracle server - how do you get Oracle to pass that to a Java proc or an external proc? There is no variable available in PL/SQL or SQL that allows you access to that session's client socket handle.
    I do not see a feasible solution for what you want to do. The best would be to record this at two levels. At firewall level record Mac address, IP address and time - in Oracle record IP address and time - combine these two logs for marrying the one with the other.

  • Is there is any way to find the data transfer from client to Configuration Manager for health monitoring and hardware Inventory

    Hi
    Can Configuration Manager provide a way to find the data transfer from client to Configuration Manager for health monitoring and hardware Inventory. How can I know what amount of data is consumed during that process

    Place archive_reports.sms in %systemroot%\ccm\inventory\temp\ for both 64-bit and 32-bit computers.
    There are two situations where you can use this depending on the type of client:
    1. To keep inventory reports on a client (that is not an MP), create the following file:
    %systemroot%\ccm\inventory\temp\archive_reports.sms
    2. To keep inventory reports on a MP (that is also a client), create the following file:
    <x>:\sms_ccm\inventory\temp\archive_reports.sms
    The XML file will be saved in the inventory\temp folder.
    More information on the above here: http://blogs.technet.com/b/configurationmgr/archive/2012/09/17/controlling-configuration-manager-2012-using-hidden-files.aspx

  • Can not locate where to find refresh button to put on menu bar

    I do not find the refresh icon on menu bar as before, the print icon is the only one there. I went to customize toolbar and the icon was not there. Please help, need to refresh pages. Thank you.

    Firefox 4.0 has a combined Reload and Stop and Go button that appears at the right end of the location bar.
    * Open the "View > Toolbars > Customize" window to move the Stop and Reload button out of the location bar.
    * Move the Reload and Stop buttons to their previous position at the left side of the location bar.
    * Set the order to "Reload - Stop" to get a combined "Reload/Stop" button.
    * Set the order to "Stop - Reload" or separate them otherwise to get two distinct buttons.

  • Slow Finder refresh in 10.6.7

    Has anyone else had a problem with Finder taking 20–30 seconds to refresh when new files are created in 10.6.7?
    E.g., printing a document as a PDF to Desktop -- PDF does not immediately appear, but if the operation is tried again, I'm asked if I want to overwrite the existing file; so the file is there, but not yet visible. A few seconds later it pops up.

    For general speeds issues here's what you want to try:
    PRAM/NVRAM Reset: Turn on the computer holding CMD-Option-P-R (Command-Option-P-R) and keep holding until you get a second start up chime (more are perfectly alright)
    Clear the caches: Go to each users home folder by opening up finder. Go into the Library folder and find a folder called Caches. Drag that into the trash. Do it for all users, restart and empty trash (files are still active so you can't delete until restart)
    Then you want to go into Safari on each User and click on the word Safari in the top right hand corner. Go down to Reset Safari and have everything checked but: Reset topsites, clear history, remove other autofill form text, remove passwords
    Shut down your computer, on boot it may be a bit slower because of all the resets it's auto regenerating a bunch of files, but over all your system should be faster
    Specifically for you two, the caches folder removal is the most important

  • Mac mini core2 duo 10.7.2 not seeing files on usb external drives - mac formatted - ownership ignored-  until finder refresh - any idea

    finder has problems showing folders& files on external drives on mac mini with 10.7.2
    this is affecting 2 external usb drives both mac formatted - ownership ignored
    i click on the drive and see nothing
    a refresh of the finder window will make the files appear
    if i click on a disclosure arrow, the arrow turns down but no files are displayed
    if i double click on the folder it opens that folder in an empty view - a refresh will bring the files visible
    interestingly if i eject the drive and plug back it , it will usually display the contents of folders already visited last time but not folders i hadn't looked at - they require a refresh
    programs such as iTunes can link to those files when they are not visible in finder
    anyone else run into this - any suggestions
    oh and drives seem to be working fine on my macbook pro with 10.7.3
    cheers folks
    Simon

    John -I'm pretty sure it the mac mini thats having the issue
    the two drives - each with their own cable - seem to work perfectly with my other mac
    the mac mini is having no problem reading the files itunes and other programs access the files on the drives without a problem
    its just the finder is not displaying the files without a refresh of the view
    but thanks anyway

  • Find Number of Active Calendar Client Sessions?

    What is the "ps" command to find the number of active Calendar clients at any given time?
    We are using 10.1.2 in an OCS installation on Linux SuSe servers.
    Also, is there a way to see the individual usernames associated with each active session?

    On e.g. UNIX you can perform
    netstat -a | grep 7778 (mid web calendar port on my system)
    (http://<your host>:7778/ocas-bin/ocas.fcgi?sub=web&web=calendar&view=day)
    Best regards,
    Fred

  • When right mouse click on a file or folder the finder refreshes

    Hi everybody!
    I am having problems with the finder of my PowerBook G4. I have recently reinstalled Mac OS 10.4.8. I have installed Final Cut Studio and right now I am having problems with the finder. When I right click on a file or folder the finder seems to refresh itself and closes all the windows I have there.
    It doesn´t happen all the time but I am getting worried about it. Please, help me.
    Thank you in advance.
    Hermann

    Capricornio
    This is the Finder crashing and relaunching. It's probably caused by a dodgy contextual menu module (CMM). I've noticed people complain that a Stuffit Module is causing this problem. CMM's are stored at HD/Library/Contextual Menu Items or Home/Library/Contextual Menu Items. Try removing them and logging out and back in again, a little trial an error will find the one causing the problem.
    Regards
    TD

  • HT201332 where do i find my Apple Remote Desktop client

    I have the Apple Remote Desktop client installed on my Mac but cant find the application anywhere.? Where do i find it to start using. Thanks

    Like varjak paw said, the client is only part of the ARD solution. By enable the client on your computer, you can connect to it from another mac on your local network using Apple Remote Desktop.
    If your looking for a free altertive you could try VNC. The limitation of ARD and VNC is that without configuring your firewall you won't be able to connect to your mac from over the internet.
    If you want an easy way to connect to your mac from over the internet I would suggest checking our logmein.

  • Finder refreshes if I right click (Ctrl-Click)

    Every-time I try to right click or Ctrl-Click on an icon, it refreshes my Finder. I have tried the black optical mac mouse, a Logitech MX 700 wireless, and a regular Logitech optical. When I say refresh I mean more of a restart. My open windows are closed and my desktop icons go away then come back. My open apps are not affected. Help!!!
    Power Mac G5   Mac OS X (10.4.6)  

    Hi Matthew,
    It sounds like it could be an item in /library/contextual menu items. Drag the contents of that folder to the desktop and test again. If that sorts it, put the items back one at a time to find the culprit.
    If that's not it, navigate to ~(yourhome)/Library/Logs/CrashReporter/Finder.crash.log open it and paste the contents here for the latest Finder crash and maybe we can figure what's going on.
    -mj
    [email protected]

  • Finder refreshes every 8 seconds

    Hello there
    I have a very annoying problem with my Finder.
    It refreshes itself every 8 seconds.
    So If I press CMD-SHIFT-N to create a new folder and start typing a name, finder automatically 'presses' ENTER after 8 seconds. If I did not type the complete foldername, the name will be what I typed within the 8 seconds.
    I am running 10.6.8 on a Mac Pro.
    I looked everywhere but only found some old Stuffit AVR topics, which I do not have installed.
    Anyone any ideas?
    Regards
    mattijn, amsterdam, holland

    It sound like you finder is quitting or crashing and restarting itself which it would try to do after either of those events.  Here's some suggestions to try:
    1. Repair disk with Disk Utility.
    2. Log into another account and see if the problem persists.  If it doesn't then it's something local to your account which needs to be found.  If it does it's something system wide.
    3. Boot in safe mode and log into your account.  See if the problem exists under these conditions.  If it does this indicates it is either still local to your account or something more global.
    4. You might also want to check for anything "suspicious" in the following places:
    Your accounts login items.
    ~/Library/LaunchAgents  (i.e., LaunchAgents in your home directory)
    /Library/LaunchAgents
    /Library/LaunchDaemons
    /Library/StartupItems

Maybe you are looking for

  • FIX for USB issue where Files get corupted after I sucsessfully transfer to N

    MP3 Player: Muvo N200 GB Firmware: Creative MuVo Micro N200 Audible Firmware Upgrade .2.0 OS: Windows 2000 pro Machine: Ibm Thinkpad PROBLEM: drag a folder of MP3's to the N200 in the Windows Explorer 2 wait for the zig zag line on the MP3 player to

  • After updating to iTunes 11.1.2 constantly hanging then crashing

    I am no longer able to use 64-bit iTunes at all on Windows 7 64-bit. I downloaded and installed the latest version and now cannot access any of my content. I am constantly receiving "Unable to load class data" errors, then iTunes hangs and eventually

  • APP..House Bank

    I having one query regarding APP.... In APP run...total amount payable to vendor comes out to Rs. 5 lacs ....and in FBZP under Bank determination in ranking order we have specified ranking order of banks in the following manner..... House bank 1.....

  • Export pdf garbles conversion to microsoft doc

    I used export pdf to convert a pdf to microsoft.doc - it ended up I could not edit in the document - would keep jumping around on the screen when I try to insert info. This product needs to be recalled. I want a refund! Patrick Pierson 

  • Calendar events trigger by UTC/GMT

    Hi I travel internationally from time to time and it would be really good if I could set **one** of my calendars so that events are triggered by UTC/GMT not matter which timezone I was in. I have a sort of work around of setting Lighting timezone to