<?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: communication problem after upgrade OS version in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928113#M11241</link>
    <description>hi,,&lt;BR /&gt;&lt;BR /&gt;i checked the MC LANCP SHOW DEV EWA0/COUNTER&lt;BR /&gt;&lt;BR /&gt; its shows : 3 Carrier Check Failures.&lt;BR /&gt;&lt;BR /&gt;what it means? and need any futher action?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;guna.</description>
    <pubDate>Wed, 24 Jan 2007 01:28:12 GMT</pubDate>
    <dc:creator>gunalan_1</dc:creator>
    <dc:date>2007-01-24T01:28:12Z</dc:date>
    <item>
      <title>communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928105#M11233</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;My current system is Digital Alpha Server 1000A (5/333) running on  OS Open VMS v7.1 and oracle7.But now i plan to migrate to Compaq Alpha DS10 Server. In order to migrate i have to upgrade my OS to  Open VMS v7.1-2 with some new patches. But  i have  faced problem unable to communicate with our PLC using my VIP process after the upgrade.My VIP process is C code program which is communication handler process to manage message exchange between my system and the ABB PLC system. i attched the VIP c code for your reference and this is the error massage :&lt;BR /&gt;&lt;BR /&gt; while(nleft &amp;gt; 0 &amp;amp;&amp;amp; nprob &amp;lt; 100)// Try to wait for max 100 times&lt;BR /&gt;  {&lt;BR /&gt;    if (!ioctl(fd, FIONREAD, &amp;amp;ninbuf)){&lt;BR /&gt;      msg_signal("EVIP readn ioctrl error = %s", strerror(errno));&lt;BR /&gt;      return -1;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;Please help me on this matter. &lt;BR /&gt;&lt;BR /&gt;Thanks n regards&lt;BR /&gt;Gunalan</description>
      <pubDate>Thu, 18 Jan 2007 03:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928105#M11233</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-01-18T03:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928106#M11234</link>
      <description>Gunalan,&lt;BR /&gt;&lt;BR /&gt;is any error message displayed, is the rest of the network functioning correctly?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 18 Jan 2007 04:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928106#M11234</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-01-18T04:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928107#M11235</link>
      <description>Gunalan,&lt;BR /&gt;&lt;BR /&gt;The first question is whether you installed 7.1-2 on a clean disk, or applied an update to the existing system disk.&lt;BR /&gt;&lt;BR /&gt;7.1-2 is a collection of patches, while problems with patches do happen, it is not the most likely possibility.&lt;BR /&gt;&lt;BR /&gt;If you created a new system disk, a good possibility is that something either was omitted from the configuration, or did not start properly during system startup.&lt;BR /&gt;&lt;BR /&gt;Is the system disk new (or did you upgrade an existing system disk)?&lt;BR /&gt;&lt;BR /&gt;What else is (or is not) working as expected?&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 18 Jan 2007 04:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928107#M11235</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-01-18T04:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928108#M11236</link>
      <description>That there is a failure when polling for incoming characters in a TCP message stream implies a rather fundamental error within the environment.&lt;BR /&gt;&lt;BR /&gt;Is IP configured and started in this environment?  &lt;BR /&gt;&lt;BR /&gt;Since this is IP, do mechanisms such as ping show connectivity with the ABB PLC controller?  &lt;BR /&gt;&lt;BR /&gt;And as others have requested, what's the error (if any)?  I might well assume the result here is a no-data condition; that there's nothing arrived from the ABB PLC.&lt;BR /&gt;&lt;BR /&gt;I am assuming the polling loop used is to deal with the fact that TCP is not a datagram protocol and that it can segment arriving character data in interesting ways.  I didn't look at the provided C code in detail to see if it included re-assembly, but that you can and will receive partial messages can potentially be a surprise -- the ABB PLC or any other IP data source might well write a single unit of a couple of hundred bytes into its TCP socket, and the data can conceivably arrive as one message, or as a couple of hundred one-byte "messages".  Combine this with a read buffer that doesn't get cleared and you can see all manner of "torn" messages and degenerate behavior.  (This is not specific to OpenVMS, this is how TCP works, and how it is supposed to work.)&lt;BR /&gt;&lt;BR /&gt;The specification of the address of the address for the ioctl looks a bit weird in the polling routing.  I'd expect ioctl( fd, FIONREAD, ninbuf); as it appears that ninbuf is already a pointer.  I'd confirm this.&lt;BR /&gt;&lt;BR /&gt;Polling itself must be handled quite cautiously, and that solution can be very sensitive to changes in performance.  An AlphaServer DS10 executes its polling loops rather faster than an AlphaServer 1000A series box does, for instance.  It might well finish its polling before the ABB PLC sends its data, where the older system was slow enough that the polling windows lined up.&lt;BR /&gt;&lt;BR /&gt;Moving to AST-based code can avoid the need for polling, but that's likely going to involve a reorganization of the existing C code.  The expedient solution is to increase the polling count to offset the faster system.&lt;BR /&gt;&lt;BR /&gt;I'd probably enable tracing in the code, such that the trace2 routines are active.  If conditionalized through a header file, you can avoid the need to re-comment these routines when you next need to disable tracing.&lt;BR /&gt;&lt;BR /&gt;I spent some time some time ago providing C and PLC-related and communications work.  I feel your pain.  :-)&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 15:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928108#M11236</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-01-18T15:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928109#M11237</link>
      <description>Hi, to all, sorry for late reply because i was in medical leave.&lt;BR /&gt;&lt;BR /&gt;I restore the system backup from Alpha server 1000A(5/333) in to DS10 server on a new disk.&lt;BR /&gt;Then i upgrade from Open VMS v7.1 to  v7.1-2. All the network configuration i follow as remain no changes has been done. All the setting are correct at the time. But i faced problem even to ping to the PLC system. Is it anything wrong with the patches that i applied? Because its no problem when i using V7.1.. Even i tried used another server  digital Alpha 800 with v 7.1 and its run with out any problem. The problem happened after i upgrade to 7.1-2.  To gather with this i attached the upgrading manual that was  prepared by my vendor. &lt;BR /&gt;&lt;BR /&gt;thanks for ur kind feedback.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;gunalan&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2007 02:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928109#M11237</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-01-22T02:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928110#M11238</link>
      <description>Just a simple question (since even the PING doesn't work): Did you take into account that a DS10 has 2 Ethernet interfaces, perhaps your configuration is for EWA0 and you plugged in the network cable at EWB0?&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2007 03:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928110#M11238</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-01-22T03:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928111#M11239</link>
      <description>hello kelle,&lt;BR /&gt;&lt;BR /&gt;i configure for EWA0, and  i attached the TCP/IP confuguration manual that i have for  your reference. &lt;BR /&gt;&lt;BR /&gt;thank you,&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;gunalan</description>
      <pubDate>Mon, 22 Jan 2007 04:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928111#M11239</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-01-22T04:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928112#M11240</link>
      <description>Does MC LANCP SHOW DEVICE EWA0/COUNTER show traffic on this interface (in comp. to EWB0)?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 22 Jan 2007 04:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928112#M11240</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-01-22T04:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928113#M11241</link>
      <description>hi,,&lt;BR /&gt;&lt;BR /&gt;i checked the MC LANCP SHOW DEV EWA0/COUNTER&lt;BR /&gt;&lt;BR /&gt; its shows : 3 Carrier Check Failures.&lt;BR /&gt;&lt;BR /&gt;what it means? and need any futher action?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;guna.</description>
      <pubDate>Wed, 24 Jan 2007 01:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928113#M11241</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-01-24T01:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928114#M11242</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  its shows : 3 Carrier Check Failures.&lt;BR /&gt;&lt;BR /&gt;What about the traffic?  Around here, for&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;Device Counters EWA0:&lt;BR /&gt;                  Value  Counter&lt;BR /&gt;                  -----  -------&lt;BR /&gt;               10648228 Seconds since last zeroed&lt;BR /&gt;            17955165009 Bytes received&lt;BR /&gt;            20029364134 Bytes sent&lt;BR /&gt;               65972293 Packets received&lt;BR /&gt;               97530743 Packets sent&lt;BR /&gt;[...]&lt;BR /&gt;                      1 Carrier check failures (22-SEP-2006 15:32:36.06)&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;While, for an unused PCI card:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;Device Counters EIA0:&lt;BR /&gt;                  Value  Counter&lt;BR /&gt;                  -----  -------&lt;BR /&gt;               10648441 Seconds since last zeroed&lt;BR /&gt;                      0 Bytes received&lt;BR /&gt;                      0 Bytes sent&lt;BR /&gt;                      0 Packets received&lt;BR /&gt;                      0 Packets sent&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you do anything with IP on this system&lt;BR /&gt;with any other system on your network, or is&lt;BR /&gt;talking to the PLC the only problem?&lt;BR /&gt;&lt;BR /&gt;A plain text attachment would be much easier&lt;BR /&gt;to read than a Microsoft Word Document, by&lt;BR /&gt;the way.</description>
      <pubDate>Wed, 24 Jan 2007 01:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928114#M11242</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-01-24T01:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928115#M11243</link>
      <description>there is a 2 network cards is connected&lt;BR /&gt;&lt;BR /&gt;1) EWA0 which is link to PLC&lt;BR /&gt;2) EWB0 which is link to our local PC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Device Counters EWA0:&lt;BR /&gt;        Value  Counter&lt;BR /&gt;        -----  -------&lt;BR /&gt;        2843 Seconds since last zeroed&lt;BR /&gt;           0 Bytes received&lt;BR /&gt;           0 Bytes sent&lt;BR /&gt;           0 Packets received&lt;BR /&gt;           0 Packets sent&lt;BR /&gt;           0 Multicast bytes received&lt;BR /&gt;          13 Carrier Check failure&lt;BR /&gt;         * all athers shows 0 value*&lt;BR /&gt;&lt;BR /&gt;only facing problem to talk with PLC program.&lt;BR /&gt;sometimes when i ping to my PLC its shows active but after i restart my process&lt;BR /&gt;i unable to ping again.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 02:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928115#M11243</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-01-24T02:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928116#M11244</link>
      <description>&amp;gt; 13 Carrier Check failure&lt;BR /&gt;&lt;BR /&gt;Is that stable or growing?&lt;BR /&gt;&lt;BR /&gt;Sounds as if you don't really have a good&lt;BR /&gt;network connection.  Bad cable?  Bad&lt;BR /&gt;hub/switch?  What all is between the Alpha&lt;BR /&gt;and the PLC?  What is the network speed?&lt;BR /&gt;What is the EWA0 speed/duplex setting?&lt;BR /&gt;Hub/switch speed/duplex setting?  PLC&lt;BR /&gt;speed/duplex setting?&lt;BR /&gt;&lt;BR /&gt;MCR LANCP SHOW DEVI EWA0 /CHAR&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] after i restart my process [...]&lt;BR /&gt;&lt;BR /&gt;Process?  Which process?&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 02:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928116#M11244</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-01-24T02:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928117#M11245</link>
      <description>It looks as if EWA0 is not connected/configured, since no bytes are sent/received.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 24 Jan 2007 03:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928117#M11245</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-01-24T03:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928118#M11246</link>
      <description>&lt;!--!*#--&gt;Dear gunalan,&lt;BR /&gt;For communication problem.........i suggest you with some examples....pls try and reply....&lt;BR /&gt;First you check all tcpip services is enabled or not in your system after upgrading with command &lt;BR /&gt;$ucx show services&lt;BR /&gt;Service             Port  Proto    Process          Address            State&lt;BR /&gt;&lt;BR /&gt;BIND                  53  TCP,UDP  TCPIP$BIND       0.0.0.0             Disabled&lt;BR /&gt;BOOTP                 67  UDP      TCPIP$BOOTP      0.0.0.0             Enabled&lt;BR /&gt;ESNMP                705  UDP      ESNMP            0.0.0.0             Disabled&lt;BR /&gt;FINGER                79  TCP      TCPIP$FINGER     0.0.0.0             Disabled&lt;BR /&gt;FTP                   21  TCP      TCPIP$FTP        0.0.0.0             Enabled&lt;BR /&gt;MOUNT                 10  TCP,UDP  TCPIP$MOUNTD     0.0.0.0             Disabled&lt;BR /&gt;NFS                 2049  UDP      TCPIP$NFS        0.0.0.0             Enabled&lt;BR /&gt;NTP                  123  UDP      TCPIP$NTP        0.0.0.0             Disabled&lt;BR /&gt;PORTMAPPER           111  TCP,UDP  TCPIP$PORTM      0.0.0.0             Enabled&lt;BR /&gt;SNMP                 161  UDP      TCPIP$SNMP       0.0.0.0             Enabled&lt;BR /&gt;SPAGENT             4999  TCP      SWCC_AGENT       0.0.0.0             Disabled&lt;BR /&gt;SPGUI               4998  TCP      not defined      0.0.0.0             Disabled&lt;BR /&gt;TELNET                23  TCP      not defined      0.0.0.0             Enabled&lt;BR /&gt;TFTP                  69  UDP      TCPIP$TFTP       0.0.0.0             Enabled&lt;BR /&gt;&lt;BR /&gt;if all services is working fine as per ur requirements then check network cards status with command&lt;BR /&gt;$show interface&lt;BR /&gt; TCPIP&amp;gt; sho inter&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; IE0        10.96.0.21      255.0.0.0           381931285       4107205    1500&lt;BR /&gt; LO0        127.0.0.1       255.0.0.0                3325          3325    4096&lt;BR /&gt; WE0                                                85069             0    1500&lt;BR /&gt;if any problem in packets received or sent counts then rectify it...&lt;BR /&gt;&lt;BR /&gt;Atul Sardana</description>
      <pubDate>Thu, 25 Jan 2007 07:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928118#M11246</guid>
      <dc:creator>atul sardana</dc:creator>
      <dc:date>2007-01-25T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928119#M11247</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;i only can test my new server during production stop.The next production stop will be next week. i will feedback after the test.&lt;BR /&gt;&lt;BR /&gt;thank you for kind of feedback,&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;gunalan</description>
      <pubDate>Thu, 25 Jan 2007 22:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928119#M11247</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-01-25T22:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: communication problem after upgrade OS version</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928120#M11248</link>
      <description>hi, this is the network status after i tested. i think the problem not from my network, its may be from the C code as Mr. Hoff said.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Device Counters EWA0:&lt;BR /&gt;Value Counter&lt;BR /&gt;----- -------&lt;BR /&gt;11141 Seconds since last zeroed&lt;BR /&gt;181032319 Bytes received&lt;BR /&gt;294270900 Bytes sent&lt;BR /&gt;2500121 Packets received&lt;BR /&gt;2460168 Packets sent&lt;BR /&gt;2299353 Multicast bytes received&lt;BR /&gt;138619  Multicast bytes sent&lt;BR /&gt;0 unrecognized unicast destination packets&lt;BR /&gt;7284 unrecognized multicast destination packet.&lt;BR /&gt;&lt;BR /&gt;*others all 0 values*&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt;show interface&lt;BR /&gt;Interface   IP_Addr Network mask  Receiv Send     MTU&lt;BR /&gt;&lt;BR /&gt;WE0   192.168.2.120     255.255.255.0    2607830    2577985    1500&lt;BR /&gt;WE10   138.223.226.142  255.255.255.0      526            876    1500&lt;BR /&gt;WE0     127.0.0.1       255.0.0.0             4               16    65535 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards, guna&lt;BR /&gt;&lt;BR /&gt;                                                                                                                      &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Feb 2007 03:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/communication-problem-after-upgrade-os-version/m-p/3928120#M11248</guid>
      <dc:creator>gunalan_1</dc:creator>
      <dc:date>2007-02-05T03:27:55Z</dc:date>
    </item>
  </channel>
</rss>

