- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I rename the HP computer?
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
11-08-2000 06:55 AM
11-08-2000 06:55 AM
How do I rename the HP computer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 06:59 AM
11-08-2000 06:59 AM
Re: How do I rename the HP computer?
set_parms hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 06:59 AM
11-08-2000 06:59 AM
Re: How do I rename the HP computer?
1. /etc/rc.config.d/netconf
2. /etc/hosts
reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:00 AM
11-08-2000 07:00 AM
Re: How do I rename the HP computer?
set_parms hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:00 AM
11-08-2000 07:00 AM
Re: How do I rename the HP computer?
1. /etc/rc.config.d/netconf
2. /etc/hosts
reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:01 AM
11-08-2000 07:01 AM
Re: How do I rename the HP computer?
1. /etc/rc.config.d/netconf
2. /etc/hosts
reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:02 AM
11-08-2000 07:02 AM
Re: How do I rename the HP computer?
Hi,
do
/sbin/set_parms hostname
Then set it and reboot the system.
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:02 AM
11-08-2000 07:02 AM
Re: How do I rename the HP computer?
Use the Systen administrator for a quick and easy method.
1. Sam
2. Networking and communications
3. network interface cards
4. action
5. modify system name - change name
select your lan card - space bar
1. action
2. modify - change ip address
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:29 AM
11-08-2000 07:29 AM
Re: How do I rename the HP computer?
To change the hostname:
1) use set_parms
# set_parms newhostname
2) Reboot
# shutdown -yr 0
The set_parms will change the entries in the needed files.
- fnhalili
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2000 07:47 AM
11-08-2000 07:47 AM
Re: How do I rename the HP computer?
set_parms ip_address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 02:56 AM
11-10-2000 02:56 AM
Re: How do I rename the HP computer?
You can try the following to change hostname,ip address,timezone, date_time, root passwd and additional network parameters.
# set_parms initial
# sync
# reboot -q
Thanks