- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Can't communicate with new V-lan
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
11-21-2007 03:31 AM
11-21-2007 03:31 AM
Can't communicate with new V-lan
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 03:55 AM
11-21-2007 03:55 AM
Re: Can't communicate with new V-lan
welcome to the OpenVMS ITRC forum.
Network questions are generally hard to answer without information about things like the network infrastrucutre, IP adresses etc.
First, do the AlphaStation LAN interfaces have a valid link to the switch-port.
$ MC LANCP SHOW DEV/CHAR or /INT
should give you that information. /INT will also show the LAN driver messages issued on the console. You should see link up and link down messages.
$ TCPIP SHOW INT will show up the IP interfaces, addresses and receive/send packet counters - if you're using HP TCP/IP Services.
Do the IP addresses match the subnet those AlphaStations are supposed to be on ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 04:09 AM
11-21-2007 04:09 AM
Re: Can't communicate with new V-lan
However, the obvious questions would be: is the remote location on a different subnet, and if so is the gateway/netmask set up correctly on the Alpha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 04:09 AM
11-21-2007 04:09 AM
Re: Can't communicate with new V-lan
As Volker observed, it can be a challenge to troubleshoot a network problem like this remotely.
That said:
- Are the stations configured with Static IP or are they using DHCP?
- What addresses are they using?
- What is your VLAN configuration?
There are many things that can go wrong, and having diagnosed many remotely (although with management access to the systems and the switches), it is even harder to diagnose with even less information.
Being able to use PING to reach the switch MAY only mean that the management port for the switch is different than the VLAN for the stations.
More details are needed.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 04:21 AM
11-21-2007 04:21 AM
Re: Can't communicate with new V-lan
All of the switches are on the same sub-net. Both the Alphas and the workstations are on static IPs. The main switch is V-lan 10 (xxx.xxx.10.1) which routes all of the communication to the other switches. Also the Alphas are running VMS 6.2.10a so newer command do not work. I also didn't do anything with the Alphas when the new V-lan was installed.
Hope this gives you alittle more information on my problem.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 04:41 AM
11-21-2007 04:41 AM
Re: Can't communicate with new V-lan
Thank you for the additional information. I would TRULY like to see the details of the switch configurations. VLANs are almost always a switch level technology, and I strongly suspect that something is mis-set at that level.
I would consider using WireShark (http://www.wireshark.org ) and an inexpensive HUB (hub, not switch!) hooked up between the LAN switch and the workstation(s) to see what is actually going over the wire. I might also consider using a notebook directly on the wire to create a simpler case to show the network group.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 05:03 AM
11-21-2007 05:03 AM
Re: Can't communicate with new V-lan
to prove to your IT department, that this may have nothing to do with OpenVMS, how about connecting a PC/laptop with the same address/netmask as the AlphaStation to the same switch-port as the Alpha and try to repeat the ping tests ?
Does UCX SHOW ROUTE show anything unusual ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 05:38 AM
11-21-2007 05:38 AM
Re: Can't communicate with new V-lan
set route xxx.xxx.22.0/gateway= xxx.xxx.17.1
It appeared in the list and now I can ping it. It also appears that everyone from 22 can ping the Alphas.
Once again, thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 06:38 AM
11-21-2007 06:38 AM
Re: Can't communicate with new V-lan
For future reference (and for readers of this thread), this is better characterized as a "routing" problem. It is not VLAN specific.
VLANs appear as totally separate networks. Thus, it is necessary that some intermediate node, with visibility to both LANs, act as a router. It is also necessary for this intermediate node to be identified to the individual systems (or the router identified as the default router) as the router responsible for traffic to the specific LAN.
It is also a good idea at that point to verify that the opposite direction is similarly configured.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:17 PM
11-21-2007 07:17 PM
Re: Can't communicate with new V-lan
it appears that x.x.17.1 routes to all other subnets, so I would set it up as the default gateway:
set route /gateway=x.x.17.1/default
and the network mask of the interface
to 255.255.255.0 .
Then there is no need to set (the same) gateway for each individual subnet added.