- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure HP-UX workstation to the internet
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
04-09-2002 06:49 AM
04-09-2002 06:49 AM
when I opened a netscape browser, it says DNS entry not found , but I added DNS entries in /etc/resolv.conf
could some one help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 06:59 AM
04-09-2002 06:59 AM
Solution1.edit /etc/resolv.conf file
and put all the name server and search domain in it.
2. edit /etc/hosts file and put the required host name and NIS server,NFS servers name in it.
3. /etc/netconf file put the corrct network parameters IP, Subnet etc..etc...
Then reboot the work station.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 07:00 AM
04-09-2002 07:00 AM
Re: Configure HP-UX workstation to the internet
1.edit /etc/resolv.conf file
and put all the name server and search domain in it.
2. edit /etc/hosts file and put the required host name and NIS server,NFS servers name in it.
3. /etc/netconf file put the corrct network parameters IP, Subnet etc..etc...
Then reboot the work station.
Check the hostname resolution using nslookup to check whether your host is capable to look the DNS database?
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 07:17 AM
04-09-2002 07:17 AM
Re: Configure HP-UX workstation to the internet
do not forget to use "/etc/nsswitch.conf", to use the entries in your local "/etc/hosts" *before* trying DNS, as that potentially is very slow...
It may look like:
hosts: files[NOTFOUND=continue] dns
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 07:23 AM
04-09-2002 07:23 AM
Re: Configure HP-UX workstation to the internet
/etc/nsswitch.conf : used to find out what services to use to find other systems. Must contain DNS. Previous name sources need to have "continue" configured.
Best way is to check with SAM (networking & Communications - Name Service Switch).
Also check permissions on /etc/resolv.conf. Everyone needs read access to this file.