- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: UCX Communication Error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 09:21 PM
03-15-2009 09:21 PM
I am having problem with communication with an external device.
The IP of my machine is 192.168.1.1 with subnet mask 255.255.255.0.
The IP of the external device is 192.168.1.3 with subet mask 255.255.255.0
when i try to ping to this device it gives an error.
ucx>ping 192.168.1.3
%UCX-I-LOOPINACT, 192.168.1.3 does not respond.
the arp details show
ethernet internet host name ARP status
192.168.1.3 HDL01 INUSE
Ping to the localhost and the machine IP works.
What could be the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 10:28 PM
03-15-2009 10:28 PM
Re: UCX Communication Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 11:07 PM
03-15-2009 11:07 PM
Re: UCX Communication Error
Can you be sure, that sending and receiving ethernet packets via the LAN interface does work at all ? Is there anything else connected to that network, with which your system can communicate ? Pinging localhost and the local node IP address does NOT tell you, whether the LAN interface can actually send/receive patckets at all.
Check the LAN interface counters:
$ ANAL/SYS
SDA> SHOW LAN/COUNTER
...
SDA> EXIT
Does the external device have any counter information (like received/sent packets) ? Do these counters increase ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:13 AM
03-16-2009 12:13 AM
Re: UCX Communication Error
I checked the Lan counters, where the received counter value is zero in all cases, but the sent counter shows some value.
Also I can see 8 ESA devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:20 AM
03-16-2009 12:20 AM
Re: UCX Communication Error
The fact that you 'see 8 ESA devices' only indicates, that multiple protocols have been started on physical interface ESA0. SDA> SHOW LAN will show you the various protocols.
You now need to look at the counters of the external device. Does it receive any packets ? Does it send any packets ?
Can you connect any other TCPIP-capable device on that 'LAN' ? Maybe your laptop with the correct IP address instead of the 'external device' ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:26 AM
03-16-2009 12:26 AM
Re: UCX Communication Error
Also i cannot connect my laptop as the Vaxstation uses BNC cable for ethernet communication.
Is there any other way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:36 AM
03-16-2009 12:36 AM
Re: UCX Communication Error
But this address is different from the ethernet address of ESA0 which is the ethernet device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:42 AM
03-16-2009 12:42 AM
Re: UCX Communication Error
There may be 2 MAC adresses involved with a network interface, the HW MAC address (ROM on interface) and the current MAC address, which may have been changed, if DECnet has been started on the interface !
$ ANAL/SYS
SDA> SHOW LAN/FULL
will show you both the hardware MAC address and the current MAC (physical) address as:
Physical address AA-00-04-00-9F-C5 Hardware address 00-12-3F-7D-96-A2
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:51 AM
03-16-2009 12:51 AM
Re: UCX Communication Error
Physical address AA-00-04-00-14-28
Hardware address 08-00-2B-34-55-4E
Through which address should the communication take place?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 12:56 AM
03-16-2009 12:56 AM
Re: UCX Communication Error
When DECnet Phase IV software starts on a LAN interface, it re-programs the MAC address of the LAN interface to use the DECnet MAC address. It is calculated as AA-00-04-00 (fixed prefix) and then the DECnet-address (in your case 10.20) by calculating area*1024 + node-in-area (e.g. 10*1024+20) and swapping the 2 hex bytes.
The interface will then ONLY recognize the newly programmed MAC address.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 01:04 AM
03-16-2009 01:04 AM
Re: UCX Communication Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 01:19 AM
03-16-2009 01:19 AM
Re: UCX Communication Error
If you are programming the 'Highway Data link', is there no way to ping from the 'external device' ?
If UCX SHOW ARP does not show the MAC address of the 'external device' HDL01, the VAXstation has never received an ARP response from that device, so it cannot send an ICMP message to that device.
If you doubt that the LAN interface on the VAXstation does work correctly, it may be possible to test with a loopback connector and some console-level test.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 01:30 AM
03-16-2009 01:30 AM
Re: UCX Communication Error
Also can you please tell, what type of tests can be performed on the LAN interface on the Vaxstation.
Also can this be a problem with the connection of the BNC Cable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 02:11 AM
03-16-2009 02:11 AM
Re: UCX Communication Error
Here is a pointer to the 'VAXstation 4000 Model 60 Ownerâ s and System Installation
Guide'
http://vt100.net/mirror/mds-199909/cd1/vax/pmarioma.pdf
Chapter 4 describes 'Testing your Ethernet Subsystem'. Note that you may need a AUI loopback connector and a T-Connector with 2 terminators for the ThinWire port.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 03:41 AM
03-16-2009 03:41 AM
Re: UCX Communication Error
Thanks for the document, it was helpful.
It is no pinging to the highway data link device, there was a problem in the position of the network switch and also a terminator had to be attached at the thin wire ethernet end.
Thanks again, i had been stuck with this problem for the past two weeks