- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nslookup & hosts
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
10-08-2004 04:47 AM
10-08-2004 04:47 AM
lpstat -o
lpstat: HPDPS error (Cannot determine the local IP address.)
nslookup xxx.xx.xx.xxx
*** Unknown source : hosts. Not Supported
*** You have defind one or more supported sources.
*** Please modify your configuration file and try again
*** or you will get unreliable information.
No name server/service(s) responding.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 04:50 AM
10-08-2004 04:50 AM
Re: nslookup & hosts
can you attach your /etc/nsswitch.conf file.
Thanks
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:00 AM
10-08-2004 05:00 AM
Re: nslookup & hosts
hosts: dns hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:02 AM
10-08-2004 05:02 AM
Re: nslookup & hosts
hosts: entry there.
hosts: dns files ldap ...
I hope you have defined two hosts: information there?? check there.
cat /etc/nswitch.conf --> to forummers
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:04 AM
10-08-2004 05:04 AM
Re: nslookup & hosts
It will give dns / files hosts informations there. Post those entries too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:04 AM
10-08-2004 05:04 AM
Re: nslookup & hosts
hosts: dns [SUCCESS=return NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files
(The directives between the [] just guarantees that all programs, regardless if they were linked with libc.1 or libc.2, resolve the same way.)
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:09 AM
10-08-2004 05:09 AM
Re: nslookup & hosts
co
ci
co...It is something like that..Am I correct.
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:11 AM
10-08-2004 05:11 AM
Re: nslookup & hosts
Thanks
hope it helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:19 AM
10-08-2004 05:19 AM
Re: nslookup & hosts
hosts: dns hosts
# cat /etc/resolv.conf
domain somewhere.edu
nameserver xxx.xx.x.xxx
nameserver xxx.xx.x.xxx
nameserver xxx.xx.x.xxx
# cat /etc/hosts
......
xxx.xx.xxx.xx name_of_the_printer
.......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 05:25 AM
10-08-2004 05:25 AM
Re: nslookup & hosts
Thanks. It solved my problem.