<?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: Bound two NIC in a virtual one to increase the bandwidth in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127180#M56836</link>
    <description>Geni,&lt;BR /&gt;&lt;BR /&gt;A satelite boot (without system disk) uses mscp to get access to the system disk on the server. Thus scs/sca. DNS has no effect on this protocol. So I don't understand that DNS could improve the boot.&lt;BR /&gt;&lt;BR /&gt;However, 1 boot requires about 150 MB. Thus 27 GB for 190 stations. That's about the maximum for a 100 MBit card during an hour.&lt;BR /&gt;With 4 cards you would end up with 15 minutes (load balncing done by sca).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 09 Sep 2008 08:02:18 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2008-09-09T08:02:18Z</dc:date>
    <item>
      <title>Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127172#M56828</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm running OpenVMS 8.3-1h1 on Itanium blades.&lt;BR /&gt;I would like to bound 2 Gbit NIC in one virtual interface to have a bandwith of 2 Gbit.&lt;BR /&gt;Is there a way to do that ?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;Seghers Bruno&lt;BR /&gt;Belgium</description>
      <pubDate>Fri, 29 Aug 2008 08:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127172#M56828</guid>
      <dc:creator>Bruno Seghers</dc:creator>
      <dc:date>2008-08-29T08:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127173#M56829</link>
      <description>What TCP/IP stack are you using?&lt;BR /&gt;&lt;BR /&gt;MultiNet and TCPware can do it with COMMON_LINK functionality.  This allows them to queue packets to be transmitted to the least busy interface.  It will also detect a failed interface and avoid using it.  Only one interface is used for receives.  For common link to work correctly they must feed into a single switch.&lt;BR /&gt;&lt;BR /&gt;Are you really keeping a 1Gb interface busy with transmits, or are you trying to even out the heavy load times?  You'll need to plug the interfaces into a high end switch to avoid moving the bottle neck from the system to the switch.</description>
      <pubDate>Fri, 29 Aug 2008 09:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127173#M56829</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2008-08-29T09:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127174#M56830</link>
      <description>Hi Bruno&lt;BR /&gt;&lt;BR /&gt;If you are using  HP TCP/IP Services for OpenVMS, then you can configure Fail Safe IP.&lt;BR /&gt;This way you double the bandwidth and you have a save configuration in case a interface fails.&lt;BR /&gt;&lt;BR /&gt;You can find the documentation for Fail Safe IP in chapter 5 of this manual &lt;A href="http://h71000.www7.hp.com/doc/83final/6526/BA548_90006.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/6526/BA548_90006.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that solves your problem&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Geni</description>
      <pubDate>Fri, 29 Aug 2008 12:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127174#M56830</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-08-29T12:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127175#M56831</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Thanks for answers.&lt;BR /&gt;We are using TCPIP V5.6 ECO2 on OpenVMS 8.3-1H1.&lt;BR /&gt;&lt;BR /&gt;I read faileSafeIP documentation and it's said : "The failSAFE service monitors an interface and takes appropriate action&lt;BR /&gt;upon detecting interface failure or recovery. failSAFE IP provides IP address&lt;BR /&gt;redundancy by requiring the same IP address to be configured on multiple&lt;BR /&gt;interfaces. Only one instance of each IP address is active at any time; the other&lt;BR /&gt;duplicate IP addresses are in standby mode."&lt;BR /&gt;&lt;BR /&gt;If only one instance is active at a time, I suppose the bandwidth is not increased.&lt;BR /&gt;&lt;BR /&gt;I dont find something on the net about this.&lt;BR /&gt;&lt;BR /&gt;Thanks for help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Seghers Bruno&lt;BR /&gt;Atos Worldline Belgium</description>
      <pubDate>Tue, 02 Sep 2008 13:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127175#M56831</guid>
      <dc:creator>Bruno Seghers</dc:creator>
      <dc:date>2008-09-02T13:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127176#M56832</link>
      <description>Bruno,&lt;BR /&gt;&lt;BR /&gt;Failsafe IP is failover. Just as define failover device in lancp (but here for all protocols).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 02 Sep 2008 14:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127176#M56832</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-02T14:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127177#M56833</link>
      <description>In some cases, you have that capability automatically, but I'm going to guess you're using IP and specifically TCP/IP Services here.&lt;BR /&gt;&lt;BR /&gt;TCP/IP Services provides the following options:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/859" target="_blank"&gt;http://64.223.189.234/node/859&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might be able to get where you need, but AFAIK there is no good (bi-directional) approach toward teaming or ganging or link aggregation using TCP/IP Services.  There are some OpenVMS Technical Journal articles on the topic, if you want further reading.  &lt;BR /&gt;&lt;BR /&gt;One of the third-party IP stacks might well have some useful capabilities here.&lt;BR /&gt;&lt;BR /&gt;The HP approach here has seemingly been toward 10 GbE connections and 10 GbE NICs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Sep 2008 15:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127177#M56833</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-09-02T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127178#M56834</link>
      <description>Hi Bruno&lt;BR /&gt;&lt;BR /&gt;I guess my description was not complete.&lt;BR /&gt;&lt;BR /&gt;A small story (only important things mentioned):&lt;BR /&gt;&lt;BR /&gt;We had a configuration with 2 AS4100 with one DE600 each as boot nodes and 180 Satellites. If this configuration was down, it takes 1.5 hours to boot.&lt;BR /&gt;Then we exchanged the AS 4100 with 2 ES45 with 2 DE602 each and MSA1000 for the storage. &lt;BR /&gt;&lt;BR /&gt;We configured Failsafe IP over the 4 nic's. Then, and this point is very important, we defined the 4 addresses of each machine within the dns server. &lt;BR /&gt;Example: &lt;BR /&gt;&lt;BR /&gt;node1  172.1.1.1,&lt;BR /&gt;  172.1.1.2,&lt;BR /&gt;  172.1.1.3,&lt;BR /&gt;  172.1.1.4&lt;BR /&gt;&lt;BR /&gt;The dns server changes the order of those addresses with a round-robin algorithm. This means, first connect to node1 uses 172.1.1.1, second connect 172.1.1.2, third connect 172.1.1.3 and so on. We were also using DECnet over Ip. So even the DECnet traffic used all those 4 nic's.&lt;BR /&gt;This way we were using all 4 nics and we had a bandwidth of 4 times the nic speed. We could decrease the boot time of our 180 satellites from 1.5 hours to 15 min. This because we were using all the 4 nic's on a much faster machine, with faster storage.&lt;BR /&gt;Failsafe ip used this way can increase the total bandwidth of the machine, but you are right, not the bandwidth of a single connection.&lt;BR /&gt;&lt;BR /&gt;The advantage of failsafe ip, if configured well is, that all the 4 addresses will always be available. Even if one nic fails, this address will move to another nic. &lt;BR /&gt;If you are using a dns server as described, you can use all the configured nic's all the time. &lt;BR /&gt;&lt;BR /&gt;If you configure lan failover, then you can use only one nic at the time. If one of the nic's within the failover set fails, then you are using another interface. But only one nic at the time.&lt;BR /&gt;&lt;BR /&gt;Maybe this may solve also your problem&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geni&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2008 05:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127178#M56834</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2008-09-03T05:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127179#M56835</link>
      <description>Thanks to all for your answers&lt;BR /&gt;&lt;BR /&gt;Bruno Seghers</description>
      <pubDate>Thu, 04 Sep 2008 13:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127179#M56835</guid>
      <dc:creator>Bruno Seghers</dc:creator>
      <dc:date>2008-09-04T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127180#M56836</link>
      <description>Geni,&lt;BR /&gt;&lt;BR /&gt;A satelite boot (without system disk) uses mscp to get access to the system disk on the server. Thus scs/sca. DNS has no effect on this protocol. So I don't understand that DNS could improve the boot.&lt;BR /&gt;&lt;BR /&gt;However, 1 boot requires about 150 MB. Thus 27 GB for 190 stations. That's about the maximum for a 100 MBit card during an hour.&lt;BR /&gt;With 4 cards you would end up with 15 minutes (load balncing done by sca).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 09 Sep 2008 08:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127180#M56836</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-09-09T08:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bound two NIC in a virtual one to increase the bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127181#M56837</link>
      <description>&lt;BR /&gt;Itanium satellite boot uses BOOTP I think.</description>
      <pubDate>Wed, 10 Sep 2008 22:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bound-two-nic-in-a-virtual-one-to-increase-the-bandwidth/m-p/5127181#M56837</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-10T22:19:45Z</dc:date>
    </item>
  </channel>
</rss>

