- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gethostbyaddr
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
тАО05-25-2005 04:39 PM
тАО05-25-2005 04:39 PM
gethostbyaddr
I found this messages in the mail.log
gethostbyaddr(192.168.11.110) failed: 1
gethostbyaddr(200.100.100.100) failed: 1
this system running on 11.11 under mc/sg
and network condition is good
I want this message disappear in the log file.
what do I have to do?
regards
moon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 04:42 PM
тАО05-25-2005 04:42 PM
Re: gethostbyaddr
Have you configured " NIS " or " NIS +"
If you have configured Naming server then
you need to check with the HOST maps.
Regards
TechTricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 04:50 PM
тАО05-25-2005 04:50 PM
Re: gethostbyaddr
Seems to be a name resolution issue to me.
Try reverse lookup on those IP addresses, i.e,
# nslookup 192.168.11.110
# nslookup 200.100.100.100
What is the o/p of these commands? You would be able to figure out what's happening by these outputs.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 05:00 PM
тАО05-25-2005 05:00 PM
Re: gethostbyaddr
Those ip addresss are not registerd in /etc/hosts file.
$nslookup 192.168.11.110
Using /etc/hosts on: erpDB
looking up FILES
*** No hostname information is available for "192.168.11.110"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 05:04 PM
тАО05-25-2005 05:04 PM
Re: gethostbyaddr
The IP addr 192.168.11.110 will be not reg-
-stered, thiw will be the private IP, required for HEARDBEAT. Hence it will be
not regested. Can u tell me weather u have
NIS or not in ur domain.
Regards
TechTricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 05:34 PM
тАО05-25-2005 05:34 PM
Re: gethostbyaddr
Can you provide "netstat -in" and "lanscan" outputs.
I think you would need to make an entry in /etc/hosts file.
Also, i don't think these errors has anything to do with MC/SG. These are sendmail messages.
Regards