- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SMTP_EXCMAXHOP
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
08-03-2005 07:17 PM
08-03-2005 07:17 PM
%TCPIP-E-EXCMAXHOP, maximum number of hops exceeded; mail loop suspected
Is there any way to get some information about the problem? I perfectly understand what has happened here, but in order to narrow down the problem I guess I should at least know what the mail destination was. Not even a timestamp is in the logfile which would allow to check for systems down or the like.
I've just sent several test mails without any problems and the error was logged only on one node of a two-node cluster. It can therefore not be a general problem.
Is there any way to get more information - if not for this occurence so at least for the next time?
Edwin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 06:39 PM
08-04-2005 06:39 PM
Re: SMTP_EXCMAXHOP
1. $ @sys$manager:TCPIP$DEFINE_COMMANDS.COM
setus up a number of commands. VERY helpful...
2. Determine the address of the intended receiving machine. $ TCPIP PING may work, but it will fail if the domain has no DNS entry (purely MX-based). Consider NSLOOKUP or, for MX records, DIG to get this data.
3. Now run TRACEROUTE and look for a loop. It might be it won't show the IP address or name of routers, but perhaps it will.
(All these (Unix) based commands have a load on options, these are covered under TCPIP> HELP
Check route and default gateway on the node where the problem occurs.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 07:16 PM
08-04-2005 07:16 PM
Solutionto capture more information - should this error happen again - would mean to enable SMTP logging. See chapter 18.5.1 in the TCPIP Mgmt guide:
http://h71000.www7.hp.com/doc/732final/6526/6526pro_039.html#logicals_sec
To reduce logfile size, consider to enable shapshot logging.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 07:40 PM
08-04-2005 07:40 PM
Re: SMTP_EXCMAXHOP
As I mentioned, this is not a permanent problem - it occured only once so far. As I don't know the mail destination I can neither ping or trace.
Volker,
I had some hope that such information is logged somewhere by default. Well then, if/when this problem occures again I will enable snapshot logging.
Many thanks
Edwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 09:35 PM
02-13-2006 09:35 PM