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
09-23-2002 10:47 AM
09-23-2002 10:47 AM
Help!!
I use /etc/hosts for my lookup, and everything in the file looks fine, and has not changed in ages.
"named" is running, but I did not turn it on, so I don't know if it has been running, or if I should turn it off.
Can someone give me a clue as to what might be going on? I am NOT using resolv.conf and checked to make sure that it does not exist.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:52 AM
09-23-2002 10:52 AM
Re: Help!!
you have some examples in /etc/nsswitch.* files
the /etc/resolv.conf defines name servers to resolve names by DNS domain, but you must enable dns to use it
named is the name server daemon. If you host not is a name server you can stop it
How is your nsswitch.conf and hosts files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:52 AM
09-23-2002 10:52 AM
Re: Help!!
ALso look at your /etc/nsswitch.conf file and make sure files is first in the order.
Grep for the host in /etc/hosts and see if the entry is there.
Finally look for the permissions on /etc/hosts and /etc/nsswitch.conf. They should have read permissions for the world and won't work if you are running as an ordinary user.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:59 AM
09-23-2002 10:59 AM
Re: Help!!
reanme /etc/resolv.conf to some other file and than do a nslookup
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:59 AM
09-23-2002 10:59 AM
Re: Help!!
Check /etc/nsswitch.conf file.
It should look like as follows if you are using /etc/hosts for name lookup.
#
# /etc/nsswitch.files:
#
# @(#)B.11.11_LR
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any name services.
#
passwd: files
group: files
hosts: files
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
also check resolv.conf in /etc dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:05 AM
09-23-2002 11:05 AM
Re: Help!!
/etc/nsswitch.conf
hosts files dns
If this is fine then verify that you have the correct entry in your /etc/hosts file once again for the IP address.
Verify that your /etc/rc.config.d/namesvrs file has correct nameservers listed.
Check your /etc/netconf file for the gateway defined. You may also check this via the command
netstat -rn
If you see the correct gateway defined then problem is in DNS probably.
Verify by pinging with hostname and ipaddress.
If you are able to ping a hostname then no problems with dns. Try stopping and restarting your network services.
Let us know if you don't succeed even after doing this.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 04:26 PM
09-24-2002 04:26 PM
Re: Help!!
SELECT * FROM users WHERE clue > 0