- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dns problem
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
12-08-2000 09:09 AM
12-08-2000 09:09 AM
dns problem
found. But the ip address is specified from traceroute tool.
my question is, do i have to disable dns server or rename it, what are the steps to accomplish this. operating platform is hpux 9000/829 class.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 09:26 AM
12-08-2000 09:26 AM
Re: dns problem
You need to make the appropriate declarations in /etc/rc.config.d/netconf in order to be able to start networking.
Fill in the HOSTNAME, INTERFACE_NAME (e.g. "lan0"), an IP_ADDRESS and ROUTE_GATEWAY.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 10:26 AM
12-08-2000 10:26 AM
Re: dns problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 12:46 PM
12-08-2000 12:46 PM
Re: dns problem
Given that the "netconf" file is generally pretty straightforward, the easiest thing to do is as James said, and just reenter the appropriate networking information, namely the hostname, IP address, subnet mask, and default routes.
I would, however, strongly caution AGAINST making any copies of the netconf file in the /etc/rc.config.d directory for one very good reason. When the system boots up, it sources every file in that directory in lexicographic order -- ie, if you have a netconf and netconf.bak file, then the contents of your neconf.bak file will override any settings from the netconf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 03:04 PM
12-08-2000 03:04 PM
Re: dns problem
A clarification. Files in the /etc/rc.config.d/ directory that contain the extensions [.,~#] are NOT sourced and are perfectly safe copies for backup.
...JRF...