- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Nameserver
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-26-2002 03:23 AM
09-26-2002 03:23 AM
Nameserver
what 'domain' and 'nameserver' should add to?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:28 AM
09-26-2002 03:28 AM
Re: Nameserver
/etc/resolv.conf
domain
nameserver xx.xx.xx.xx
where xx.xx.xx.xx is the DNS server for your
domain.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:37 AM
09-26-2002 03:37 AM
Re: Nameserver
A set_parms addl_netwrk will do the neccessary for you....
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:37 AM
09-26-2002 03:37 AM
Re: Nameserver
ALso you can go with simpler method like using
set_parms addl_netwrk
to configure that.
This automatically makes entries into resolv.conf file
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:48 AM
09-26-2002 03:48 AM
Re: Nameserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 03:51 AM
09-26-2002 03:51 AM
Re: Nameserver
man set_parms
But the addl_netwrk is the argument, it will guide you thru the domain, subnet NIS etc setups...
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 04:40 AM
09-26-2002 04:40 AM
Re: Nameserver
Enter the command
#set_parms addl_netwrk
this will first ask you the subnet,gateway IP's, then in the next step it ask you for Domain name and name server IP.
Giving all these info will create you the /etc/resolv.conf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:05 AM
09-26-2002 06:05 AM
Re: Nameserver
The man page gives details of all available options that can be set in resolv.conf.
Try
# man resolv.conf
Hope this helps.
Thanks
Anu Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:30 AM
09-26-2002 06:30 AM
Re: Nameserver
Domain is your domain. nameserver is the ip address of the DNS server that you want to hit. You can list multiple DNS servers and it will hit them in order. So if one is down it will try the next one.
domain
nameserver nnn.nnn.nnn.nnn
nameserver nnn.nnn.nnn.nnn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 05:16 PM
09-26-2002 05:16 PM