- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can talk to NT from IP address but not from name
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-25-2002 07:20 AM
02-25-2002 07:20 AM
ndf mount: get_fh: engpro5:: RFC: Unkown host
I can individually mount the NTs that are here just fine. The other NT station, when I try to mount it, just hangs there. I can ping each NT just fine with the IP address, but it says unknown host for engpro5, and hangs for engpro4. The only line I changed in /etc/nsswitch.conf was to add "services: nis files" so that I could configure samba. I do not have a /etc/resolve.conf. To my knowledge, the NT can see and use the server just fine. Any thoughts? Thanks.
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:25 AM
02-25-2002 07:25 AM
Re: can talk to NT from IP address but not from name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:25 AM
02-25-2002 07:25 AM
Re: can talk to NT from IP address but not from name
When you do nslookup on the HP server looking for the NT's, what does it say?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:35 AM
02-25-2002 07:35 AM
Re: can talk to NT from IP address but not from name
I went to /var/yp and did a make hosts and it says that /var/yp/mbceng/hosts.time is up to date. It still does the same thing.
Harry-
when I do the nslookup, for engpro5, it lists the default NIS server as pro2 (this is actually my workstation that I am using, the server name is munix) and then it says:
trying NIS-
***no address information is available for "engpro5"
when I do engpro4, it connects fine with no errors and lists the name and IP correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:42 AM
02-25-2002 07:42 AM
Re: can talk to NT from IP address but not from name
You need to check the hosts map on your NIS master for your engpro5 entry. Here is by best guess: You updated the hosts map probably /etc/hosts but dif not increase the Serial Number so that the map was not remade.
Again, the ping test will lead you in the right direction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:43 AM
02-25-2002 07:43 AM
Re: can talk to NT from IP address but not from name
What does your nsswitch.conf file look like?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 07:50 AM
02-25-2002 07:50 AM
Re: can talk to NT from IP address but not from name
I looked at /etc/hosts, and it is correct. I haven't changed it for a few months also, so unless it is reading something wrong, I don't know where to go with that.
Harry, I have attached the nsswitch.conf. Like I said, I added the services line last week, but the rest was there before when it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 11:14 AM
02-25-2002 11:14 AM
Re: can talk to NT from IP address but not from name
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 11:23 AM
02-25-2002 11:23 AM
SolutionChange the NOTFOUND's in the first hit to "continue", like this:
hosts: nis [NOTFOUND=continue UNAVAIL=continue] files [NOTFOUND=return UNAVAIL=continue]
passwd: files [NOTFOUND=return UNAVAIL=return]
group: files [NOTFOUND=return UNAVAIL=return]
services: nis [NOTFOUND=continue UNAVAIL=continue] files [NOTFOUND=return UNAVAIL=return]
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 11:25 AM
02-25-2002 11:25 AM
Re: can talk to NT from IP address but not from name
Are you getting errors with /engpro5/temp also?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 11:30 AM
02-25-2002 11:30 AM
Re: can talk to NT from IP address but not from name
/engpro5/temp is the one that does not respond when I try to mount it. for some reason, /engpro5/Intralink_files doesn't give the same error but the one about the fstab.
I made the changes. I forget which processes to restart. I think it is the nfs and nis.server and .client Is that right? Thanks.
mark