<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNS Round Robin Scheduling in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795279#M9749</link>
    <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 7 of 33  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Mon, 29 May 2006 13:57:28 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2006-05-29T13:57:28Z</dc:date>
    <item>
      <title>DNS Round Robin Scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795276#M9746</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an Integrity OPenVMS v8.2-1 cluster with TCP/IP v5.4. I am trying to get the DNS Cluster round robin scheduling to work as I can then use the load broker load balancing facility.&lt;BR /&gt;&lt;BR /&gt;The TCP/IP manual says:-&lt;BR /&gt;&lt;BR /&gt;Round-robin (or "cyclic") scheduling is the default load-sharing method used by a DNS server. &lt;BR /&gt;&lt;BR /&gt;My DNS server is apparently an MS Windows system.&lt;BR /&gt;&lt;BR /&gt;I have setup the DNS Cluster node definintions as per the documentation. IF I do a UCX&amp;gt; SHOW HOST&lt;BR /&gt;&lt;BR /&gt;I do see both nodes defined for the DNS Cluster name. But it does not do round robin scheduling. If I telnet to the host, it only goes to one node.&lt;BR /&gt;&lt;BR /&gt;How can I see if the DNS server has round robin scheduling enabled, and how do I enable it?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Andrew</description>
      <pubDate>Fri, 26 May 2006 07:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795276#M9746</guid>
      <dc:creator>Andrew Rycroft1</dc:creator>
      <dc:date>2006-05-26T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Round Robin Scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795277#M9747</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;first thing: if doing TCPIP you should FORGET about the cluster-concept as we know if from VMS and DECNET.&lt;BR /&gt;An IP clusternode strictly follows the Unix concept, a failover construct:&lt;BR /&gt;One node is the cluster impersonator, and ONLY if it goes away completely (TCPIP shutdown or node shutdown) does the next-in-line assume the role of impersonator, and takes ALL traffic to the cluster address.&lt;BR /&gt;The round-robin concept (which can be used to achieve load-balancing, or rather, name-tranlation balancing) defines a series of network addresses for a given service name. Every (1, or a few) times that the server gets a translation request it moves on through that list and returns the next address (and at the and it cycles to the beginning, of course).&lt;BR /&gt;IF the list is set up as NICs on the various cluster nodes, then THAT spreads the incomming connections over your cluster nodes.&lt;BR /&gt;Metric &amp;amp; Loadbroker is another way. Instead of Round-Robin, now every &lt;INTERVAL&gt; the Loadbroker will tell the DNS what for the next interval will be the address at which to reach the cluster.&lt;BR /&gt;Whichever you use, make sure the time-to-live for the various name caches (especially in ALL routers) is sufficiently short. AFAIK, the default for thatin routers is 24 HOURS, totally ruining ANY scheduling attempt!&lt;BR /&gt;&lt;BR /&gt;You will have to get cooperation from DNS (windows in your case) and Network management to get it all going. &lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe (live from Nashua)&lt;/INTERVAL&gt;</description>
      <pubDate>Fri, 26 May 2006 13:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795277#M9747</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-26T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Round Robin Scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795278#M9748</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;from which DNS client do you try to access the IP cluster DNS name ?&lt;BR /&gt;&lt;BR /&gt;On Windows, you could use ipconfig /displaydns to display the current DNS cached entries. With /flusdns you could delete them.&lt;BR /&gt;&lt;BR /&gt;The DNS server is supposed to hand out the multiple IP addresses for the 'cluster' IP alias in a round-robin fashion.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 28 May 2006 06:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795278#M9748</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-28T06:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Round Robin Scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795279#M9749</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 7 of 33  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 29 May 2006 13:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dns-round-robin-scheduling/m-p/3795279#M9749</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-29T13:57:28Z</dc:date>
    </item>
  </channel>
</rss>

