Hi all.
My company has a FAS2240 in the main office that provides file server access to both the main and the remote offices. The remote office is experiencing latency problems and because of this access to the file server have become really slow.
So, I am trying to deploy a hosted BranchCache to the remote office, but it does not work. I have already enabled BC on the FAS and on the volume, as well as the secret:
cifs.smb2.enable on
cifs.smb2_1.branch_cache.enable on
cifs.smb2_1.branch_cache.hash_time_out 7200 (value might be overwritten in takeover)
NETAPP> cifs shares -change INSTALL$ -branchcache
1 share(s) have been successfully modified
Also I have already configured the Windows 2012 Cache Server (although I cannot find on Microsoft documentation where to indicate the "secret" or the remote file server) and the Windows 8 Enterprise client computer:
Server:
BranchCacheIsEnabled : True
HostedCacheServerIsEnabled : True
Client:
BranchCacheIsEnabled : True
BranchCacheServiceStatus : Running
CurrentClientMode : HostedCacheClient
HostedCacheServerList : {hosted_cache_server.domain.local}
But still I cannot get a hit on the filer:
NETAPP> cifs branchcache hash stat
Number of hashes flushed in duration of 600 seconds = 0
Number of hashes flushed in duration of 900 seconds = 0
Number of hashes flushed in duration of 1200 seconds = 0
Number of hashes flushed in duration of 1500 seconds = 0
Number of hashes flushed in duration of more than 1800 seconds = 0
Number of files (size <= 10KB) for which hashes were asked for = 0
Number of files (10KB < size <= 100KB) for which hashes were asked for = 0
Number of files (100KB < size <= 250k) for which hashes were asked for = 0
Number of files (250KB < size <= 1MB) for which hashes were asked for = 0
Number of files (1MB < size <= 10MB) for which hashes were asked for = 0
Number of files (10MB < size <= 100MB) for which hashes were asked for = 0
Number of files (size > 100MB) for which hashes were asked for = 0
Have anyone managed to get BranchCache working correctly?
Thanks in advance.