- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- match_addr: getaddrinfo failed: host nor service p...
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
02-05-2011 07:50 AM
02-05-2011 07:50 AM
match_addr: getaddrinfo failed: host nor service provided, or not known
Please some one help me to identify the following error message
automountd[3877]: match_addr: getaddrinfo failed: host nor service provided, or not known
automountd is running . Alos this is a cluster machine and the hanfs is also running
ps -ef | grep -i auto
root 78 0 0 Jan 9 ? 0:03 autofskd
root 3877 1 0 Jan 9 ? 28:51 /usr/sbin/automountd -L
root 20965 20915 0 15:48:20 pts/0 0:00 grep -i auto
cat /etc/auto_master
/net -hosts -nosuid,soft,nobrowse
/- /etc/auto.direct
also under /net directory nothing is there
Under /etc/auto.direct filesystems are mentioned which need to share with hsnfs
But I could not identify the error message , Its repeating daily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2011 08:37 AM
02-05-2011 08:37 AM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
ll /net/IP-address or /net/machine-name
So does "ll /net/foobar2" cause one of these errors?
So do you have an automated process that is referring to an unknown machine?
I've had symlinks to /net/machine which had been long since decommissioned and would temporarily hang on them when doing "ls -F".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2011 05:56 PM
02-05-2011 05:56 PM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
There is no machine name or IP defined under /net . Also the ls -F is not hung
root@
ls -F
root@
total 0
root@
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2011 06:53 PM
02-05-2011 06:53 PM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
There won't be because that machine doesn't exist to mount and still be there to see.
That "ls -F" hang could be hidden anywhere in any filesystem.
So you may need to find a connection between when the error occurs and some automatic (cron) or manual process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2011 07:17 PM
02-05-2011 07:17 PM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
Becasue the errro is repeating every second
Feb 5 20:00:40
Feb 5 20:01:11
Feb 5 20:01:11
Feb 5 20:02:20
Feb 5 20:02:20
Feb 5 20:16:11
Feb 5 20:16:11
Feb 5 23:07:53
Feb 5 23:07:53
Feb 5 23:14:22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2011 04:09 AM
02-06-2011 04:09 AM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
Hmm. You may have to restart the automounter.
Do you have your networking set up correctly? Any recent changes there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2011 06:14 AM
02-06-2011 06:14 AM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2011 10:52 AM
02-07-2011 10:52 AM
Re: match_addr: getaddrinfo failed: host nor service provided, or not known
In the meantime, you might be able to gather a clue as to the name involved with either a rather verbose tusc trace, or perhaps a tcpdump trace of port 53 traffic from the machine, correlated back with the timestamps of the error messages.