#For FSx ONTAP NTFS volumes extremely slow response when accessing file properties (via right click )
1 messages · Page 1 of 1 (latest)
Nope. Shouldn't be that slow. Are you accessing from a local VM or is it across a WAN/private link to your local office? There could be many things in the way.
on premise servers are using the FSx ONTAP volumes hosted on AWS via direct connect.
@clever prism is there any way from FSx to diagnose whats causing this delay. I am sure its a port or a service gtting blocked by firewall.
I hate to say it (because this can be so tedious), but the best way I've used to t-shoot these sorts of issues is to install Wireshark on the client machine and get a packet capture of what's happening during the operation. If there's any sort of authorization (AD) or otherwise happening during this process, the packet trace may uncover what the client machine is waiting on. Particularly with AD, I've seen issues like this arise from older DCs not being decomm'd properly and a host attempting to reach a DC that no longer existed. It's been a few years since I've had to deal with these things, so hopefully these are not still problems today!
this turned out to be Active directory ports being blocked by org firewall. Once the exemption was made it worked like a charm. Thanks all for your inputs.