This post is more than 5 years old
21 Posts
0
3213
March 5th, 2014 07:00
SmartConnect problem with Win2k8 DNS delegation
HI,
We use smartconnect in our Onefs 7.1 to balance our load on all 70 ESXi server. We use 24 nfs mounts on each servers. when we boot the ESXi server, the mount is to fast and we received only a few differents adress for the NFS mount. It look like if we ask the smartConnect for an adress true a Windows 2k8 DNS delagation, we receive the same adress if we ask for 2 adress in the same second. TTL is set to 0.
We have connect to the EMC formation LAB and it give us the same problem at your site !!!!
Any work aroud exist for this?
0 events found
No Events found!


Go.Y
2 Intern
•
310 Posts
•
3 Points
0
March 12th, 2014 23:00
As far as I know, for Windows DNS, unlike BIND, ttl 0 doesn't work as we expected.
Actual minimum ttl is likely to be ttl1.
We experienced this problem at multiple site which uses Windows DNS.
So if multiple request for SmartConnectZone happen in 1 second, Windows DNS use and reply same IP to clients.
Peter_Sero
6 Operator
•
1.2K Posts
1
March 5th, 2014 07:00
Which SC balancing policy are you using? Only round-robin guarantees to return
(at Isilon level) different addresses no matter within how short intervals the queries are made.
Do you have the change to capture the network packets to and from the SC interface?
That would help checking wether some caching is done outside the Isilon despite ttl=0.
hth
-- Peter
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
March 5th, 2014 19:00
what about connection count policy, that of course depends if there are other NFS clients
Peter_Sero
6 Operator
•
1.2K Posts
0
March 10th, 2014 03:00
The connecting counts are updated only every 5 seconds, which is too slow here as I understand it.
Alain mentioned he was checking out responses within one second...
(DNS answers from SC are NOT counted -- actual mounts are, but outside SC.)
BTW great new KB article here, very concise explanations and advise:
https://support.emc.com/kb/182535
-- Peter
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
March 10th, 2014 07:00
Thanks Peter, good KB indeed. We are still mapping Isilon to vSphere using individual node IP addresses (back in ESX 4.1 SmartZone was not supported).