HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unknown configuration directive `retrans'
Operating System - HP-UX
1834747
Members
2450
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-25-2009 02:28 PM
02-25-2009 02:28 PM
We're seeing the following message when using Wireshark and exiting out of it. We're using it on our various HP-UX 11.23 systems. This message looks like it's having trouble understaning the contents of our resolver file.
Here is a snapshot of our resolver file:
domain
search
nameserver 170.223.111.244
nameserver 170.223.111.252
retry 1
retrans 1500
Would anyone have any ideas if there's something invalid here in our /etc/resolv.conf file?
Thanks,
KPS
Here is a snapshot of our resolver file:
domain
search
nameserver 170.223.111.244
nameserver 170.223.111.252
retry 1
retrans 1500
Would anyone have any ideas if there's something invalid here in our /etc/resolv.conf file?
Thanks,
KPS
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 06:19 PM
02-25-2009 06:19 PM
Solution
retrans
Retransmission timeout. It is interpreted during the res_init() (see resolver(3N)) call. It has higher precedence than setting it through the set_resfeild() (see resolver(3N)) API and lower precedence than setting it through the RES_RETRANS (see resolver(3N)) environment variable. Whenever an invalid value is specified for retrans, a message is flagged in syslog. The default value is 5000 milliseconds.
To use the retrans option, add the following name-value pair in /etc/resolv.conf:
retrans value-in-milliseconds
Example: To set the retransmission value to 6000, use:
retrans 6000
Retransmission timeout. It is interpreted during the res_init() (see resolver(3N)) call. It has higher precedence than setting it through the set_resfeild() (see resolver(3N)) API and lower precedence than setting it through the RES_RETRANS (see resolver(3N)) environment variable. Whenever an invalid value is specified for retrans, a message is flagged in syslog. The default value is 5000 milliseconds.
To use the retrans option, add the following name-value pair in /etc/resolv.conf:
retrans value-in-milliseconds
Example: To set the retransmission value to 6000, use:
retrans 6000
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 07:20 PM
02-25-2009 07:20 PM
Re: unknown configuration directive `retrans'
Thanks for the response, thanks for clarifying.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP