- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Remote Protocol Error & Unrecognized Individual De...
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
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
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
тАО08-27-2006 06:08 AM
тАО08-27-2006 06:08 AM
Remote Protocol Error & Unrecognized Individual Destination PDU
we have four nodes are in openvms cluster environment. when i check the operator log it shows like this:
%%%%%%%%%%% OPCOM XX-XXX-2006 18:48:53.01 %%%%%%%%%%% (from node XXXXX a`
Message from user SYSTEM on XXXXXX
Event: Unrecognized Individual Destination PDU from: Node LOCAL:.XXXXXX CSMA-CD`
at: 2006-XX-XX-18:48:52.604+00:00Iinf
Data Link Header='AA000400042C00807D20C7378100'H
eventUid 5A7032BE-346A-11DB-B264-464F52544953
entityUid 9905C625-3118-11DB-849E-AA000400042C
streamUid 9D0924AF-3118-11DB-8559-AA000400042C
%%%%%%%%%%% OPCOM XX-XXX-2006 16:48:40.71 %%%%%%%%%%%
Message from user SYSTEM on XXXXXXX
Event: Remote Protocol Error from: Node LOCAL:.XXXXXXX NSP Local NSAP 49000BAA00`
at: 2006-XX-XX-16:48:40.715+00:00Iinf
Reject Cause=Invalid Message Format,
Erroneous Transport PDU='3842002300000005'H
eventUid BA3AFC70-3522-11DB-AA88-47454E495553
entityUid 7601C1DA-3175-11DB-9B16-47454E495553
streamUid 775A4BCC-3117-11DB-8828-AA0004000
What is the reason for this log?
Regards,
Balamurali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2006 11:24 AM
тАО08-27-2006 11:24 AM
Re: Remote Protocol Error & Unrecognized Individual Destination PDU
Data Link Header='AA000400042C00807D20C7378100'H
implies that the packet received has a destination ethernet address of "AA-00-04-00-04-2C" (your node XXXXXX I presume) and was sent from a source address of "00-80-7D-20-C7-37" using some protocol that is registered to Wellfleet Communications "80-01". The unrecognized PDU (protocol data unit) message indicates that your XXXXXX node does not have this protocol (whatever it is) loaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2006 06:20 PM
тАО08-27-2006 06:20 PM
Re: Remote Protocol Error & Unrecognized Individual Destination PDU
http://h71000.www7.hp.com/doc/82final/decnetplus/net_mng.pdf#search=%22%22Event%3A%20Remote%20Protocol%20Error%20from%22%22
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2006 06:30 PM
тАО08-27-2006 06:30 PM
Re: Remote Protocol Error & Unrecognized Individual Destination PDU
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=345947
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2006 07:32 PM
тАО08-28-2006 07:32 PM
Re: Remote Protocol Error & Unrecognized Individual Destination PDU
the Ethernet Protocol type in your first DECnet event messages is 8100 - which seems to be the Ethertype field for 802.1Q VLAN Frames.
Some node in your ethernet network (with a MAC address of 00-80-7D-20-C7-37) is sending a VLAN message to your OpenVMS DECnet-Plus system. This protocol is not available on OpenVMS before version V8.3, which adds VLAN support.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2006 07:38 PM
тАО08-28-2006 07:38 PM
Re: Remote Protocol Error & Unrecognized Individual Destination PDU
for the remote protocol error, you probably did not show all fields of the DECnet event message. It should have included the remote NSAP address as well. This should at least tell you, which remote DECnet node this message was coming from.
To decode the Erroneous Transport PDU, you would need the DECnet transport protocol specification.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2006 01:53 AM
тАО08-30-2006 01:53 AM
Re: Remote Protocol Error & Unrecognized Individual Destination PDU
It might not necessarily be a fault on the end system though; it could be some switch in between has tagged it, and it's not been untagged again. You'ld have to check with your network folks what your local VLAN configuration is meant to look like.