- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP10.20 Basic Network Configuration
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
01-21-2002 05:11 PM
01-21-2002 05:11 PM
We just changed our Domain name, IP address and so on,I configure /etc/rc.config.d/netconf: IP ADDRESS,SUBNET_MASK,BROADCAST_ADDRESS;ROUTE_GATEWAY manually, but which file could I change the domain name and name server?
By the way,command:"set_parms initial" configure what files in detail?
Thanks
--Frank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:18 PM
01-21-2002 05:18 PM
Re: HP10.20 Basic Network Configuration
In /etc/rc.config.d/netconf, there is the following line:
HOSTNAME="your_server_hostname"
Replace as appropriate. This will take effect upon next reboot.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:19 PM
01-21-2002 05:19 PM
Re: HP10.20 Basic Network Configuration
In /etc/rc.config.d/netconf, there is this line:
HOSTNAME="your_server_hostname"
Replace appropriately. This takes effect upon next reboot.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:34 PM
01-21-2002 05:34 PM
Re: HP10.20 Basic Network Configuration
Are you mean:HOSTNAME="hostname.domain name" ?
But when I finished set_parms initial,it seems don't chang the line"HOSTNAME="hostname"to
"hostname.domainname",but my domain name changed. So I think there is another file resposible for domain name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:38 PM
01-21-2002 05:38 PM
SolutionSee the link for details.
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=692917810b80c22067/screen=ckiDisplayDocument?docId=200000045204865
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:47 PM
01-21-2002 05:47 PM
Re: HP10.20 Basic Network Configuration
I thought you were asking for hostname. For domain name, it is in /etc/resolv.conf.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:50 PM
01-21-2002 05:50 PM
Re: HP10.20 Basic Network Configuration
I notice you are asking for name server as well in your question. Name servers are similarly configured in /etc/resolv.conf eg.
domain your_domain_name
nameserver 1st_dns_ip_address
nameserver 2nd_dns_ip_address
...
You can add multiple nameserver entries in /etc/resolv.conf.
Hope this helps. Regards.
Steven Sim Kok Lenog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 06:39 PM
01-21-2002 06:39 PM
Re: HP10.20 Basic Network Configuration
Thank you for your answer,now I could do changes to /etc/resolv.conf.