- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- duplicate host names
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
03-17-2008 05:23 PM
03-17-2008 05:23 PM
duplicate host names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 05:29 PM
03-17-2008 05:29 PM
Re: duplicate host names
duplicate host names on the two systems is not recommended but possible.
Ignite has a change interface that you can invoke from the console to change the hostname and IP address and many other things such as filesystem size.
You must change the IP address anyway. I would recommend using a different hostname, but it is not a requirement.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 05:34 PM
03-17-2008 05:34 PM
Re: duplicate host names
I did change the IP address at ignite time, however it loaded the original IP address. As for the host name the request is to keep it the same so that a restore of the database can be attempted and the database relies on the host name to be brought up. I am still waiting for the system to reboot after manually changing the IP address in netconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 06:43 PM
03-17-2008 06:43 PM
Re: duplicate host names
The first thing to do is to take the new server off the network -- no connections at all, as they may cause big database problems for Sybase, Oracle, Informix, etc. with your production server. Then connect your GSP/MP cable (I am assuming you have a fairly new boxes) and setup a unique address. Use the GSP/MP port to access the new server. The command (after logging in to the GSP/MP) is CO (short for CONSOLE). Then edit two files in /etc/rc.config.d:
1. nfsconf -- disable NFS client and server options, especially if you aren't using NFS.
2. netconf -- change the IP address for the primary LAN.
Now edit /etc/hosts and change the host/IP address line. Now if you are using a DNS server, you'll have to disable it until you come up with a plan for DR. The DNS server can override /etc/hosts so you'll need to understand how the two systems will be connected.
Network databases such as Oracle and Sybase can be quite tricky in DR. If the two servers are on the same network, shutting down the database on the DR may cause production to shutdown. This may be avoided by telling the database that the hostname is address 127.0.0.1 -- 127.0.0.1 is always the local machine. Success depends on the database.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 08:26 PM
03-17-2008 08:26 PM
Re: duplicate host names
> Can you have two host names the same with different IP address on the same network?
you can implement something *similar* using the DNS. That is two machines with different IP addresses and whenever you want to switchover, you just change the DNS entry. Of course, it may take some time to propagate to all clients on the network.
just some thoughts
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:05 AM
03-18-2008 09:05 AM