- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- networking on ucx 5.0A
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-13-2007 06:25 AM
03-13-2007 06:25 AM
networking on ucx 5.0A
OS: OpenVMS 7.1-2
UCX: 5.0A
Host was created by restoring a disk from another host, upgrading UCX to 5.0A, and changing the IP address to a free number.
We can ping all hosts on the local LAN, but get no response from the Cisco gateway address (and can't ping off the local segment). Other hosts on the LAN can not ping this host.
Ideas of what to check? THANKS!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 07:32 AM
03-13-2007 07:32 AM
Re: networking on ucx 5.0A
Verify the subnet and route,
$ TCPIP SHOW ROUTE
$ TCPIP show interface
just to make sure.
Is the gateway a firewall? or does it do any traffic filtering? If you can see the local LAN, and the subnet is correct the gateway may be ignoring your new system.
Do you have DECnet running on the this system? Is the system disk a copy of another host on the subnet? This will lead to duplicate MAC addresses if you didn't change the DECnet node address. All sorts of interesting behaviors could result.
And of course, do you have valid licensing for the copied system?
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 08:41 AM
03-13-2007 08:41 AM
Re: networking on ucx 5.0A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 09:48 AM
03-13-2007 09:48 AM
Re: networking on ucx 5.0A
$ MCR NCP SHOW EXEC
on the new system and the original system. Are these systems on the same subnet? If the DECnet address (20.3 for example) is the same on both node this will be a problem. If the DECnet address is the same, that will force the MAC addresses to be the same.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 11:26 AM
03-13-2007 11:26 AM
Re: networking on ucx 5.0A
If you are running DECnet IV, the MAC address is changed to correspond to the DECnet node number, as Andy Bustamante said.
If you put this node on the same "Ethernet" you will have problems. My guess is that isn't the case, or the other node that was cloned would also be affected.
From your descriptions, it seems highly likely that the Cisco is blocking, or ignoring you.
You don't specify a model, is this cisco a PIX, an ASA or a router with the FW feature set? Or is it some other Cisco device (Layer 3 switch?).
How did you determine the gateway knew about the ip address, from the output of the Cisco's ARP cache?
You also talk about AUI and UTP ports. Are these on the Cisco? Are they both connected to the same LAN segment? That sounds odd if they are.
We need a bit more info before we can make an informed guess as to what the problem is. If you can ping other devices on the local segment, and they can ping you, (with the exception of the cisco, which needs to be on the local network (as defined by netmask), then it is likely to be something in the cisco. On the other hand, if you have both Host using the same MAC address, and they are not seperated by a router, you will have problems no matter how the cisco is configured.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 01:31 AM
03-14-2007 01:31 AM
Re: networking on ucx 5.0A
Could you show us the output from the TCPIP SHOW ROUTE /DEFAULT command? Is the output different if you add the /PERMANENT qualifier?
Try to ping (or TELNET to) the default router. Does it work? Does the TCPIP SHOW ARP command show an Ethernet address for the router (if you issue the SHOW ARP right after a failed ping)?
Although it is probably not the answer to this particular problem, I would encourage you to upgrade to a more recent release of OpenVMS and TCP/IP Services.
- Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 03:16 AM
03-14-2007 03:16 AM
Re: networking on ucx 5.0A
Here's more of the picture...we have a number of hosts that connect via AUI to a Delni. A Defar connects to the same Delni. The Delni connects to a Black Box hub; this hub is connected to a Cisco VLAN switch, that is in-turn connected to a Cisco router (the 'gateway').
The new host - that could not ping the gateway - has a UTP port that was connected through a UTP/AUI converter to the Delni. We removed the UTP/AUI converter, and connected the host directly to the Black Box hub via UTP. Now everything - annoyingly - works. So I still don't know for sure if the problem was caused by the Cisco gear declining to respond to calls from the host through the Delni, or if the UTP/AUI converter on the new host was the problem. As we looked into this more, we have also discovered that from outside of the LAN we can ping all devices on that LAN that communicate via AUI connector, and devices that are connected directly to the black box hub, but none that are on the far side of the Delni that use UTP. (my money is on the UTP/AUI converters at this point) Regardless, I appreciate everyone's assistance with the responses! THANKS!