- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to modify the Hostname!
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-19-2002 01:50 AM
11-19-2002 01:50 AM
How to modify the Hostname!
Second I installation another machine use such tape at the booting stage and without interactive!
So to avoiding the conflict, I need to modify the Hostname and IP address for the second mechine! How can I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 02:01 AM
11-19-2002 02:01 AM
Re: How to modify the Hostname!
#set_parms ip
#set_parms hostanme
will do (ofcourse in the second machine)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 02:04 AM
11-19-2002 02:04 AM
Re: How to modify the Hostname!
#set_parms ip
#set_parms hostanme
Will do great.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 02:05 AM
11-19-2002 02:05 AM
Re: How to modify the Hostname!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 02:07 AM
11-19-2002 02:07 AM
Re: How to modify the Hostname!
set_parms ip
set_parms hostname
regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 03:29 AM
11-19-2002 03:29 AM
Re: How to modify the Hostname!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 03:38 AM
11-19-2002 03:38 AM
Re: How to modify the Hostname!
#set_parms ip
#set_parms ip_address
both points to the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 03:46 AM
11-19-2002 03:46 AM
Re: How to modify the Hostname!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 08:32 AM
11-19-2002 08:32 AM
Re: How to modify the Hostname!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 10:42 AM
11-20-2002 10:42 AM
Re: How to modify the Hostname!
another consideration, instead of using a recovery tape features of Ignite/UX, you might consider making a "golden image" instead and installing via that golden image - you then get the option of specifying system id info like name and IP just like it was a fresh install - just that now the fresh install is everything you've already installed on the system from which you have made the golden image.
another thing to check if you are using the recovery tape is that the interface config files in /etc/rc.config.d do not have hard-coded MAC addresses in them - duplicate MACs are just as bad (maybe worse) as duplicate IPs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 12:29 PM
11-20-2002 12:29 PM
Re: How to modify the Hostname!
When you use ignite tape from system A on system B as a boot source, you have ability to specify new network information like IP, hostname etc.
Hope this helps.
0leg