- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Best way to move to a new system
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
04-11-2006 03:34 AM
04-11-2006 03:34 AM
TIA Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 03:42 AM
04-11-2006 03:42 AM
SolutionMy usual approach is to cold-install the new box, restore the contents of /home and your configurations (/etc/passwd, nsswitch.conf, printers and all the other miscellaneous stuff particular to your environment) onto it, test in parallel, then cut over.
You don't say what this system does nor how it's storage is set up so that might make a difference as well. SAN attached storage can be migrated over to the new box via vgexport/vgimport. Your application needs should also be taken into consideration.
That's a pretty high level view.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 03:53 AM
04-11-2006 03:53 AM
Re: Best way to move to a new system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 07:22 AM
04-11-2006 07:22 AM
Re: Best way to move to a new system
Like Pete mentioned you'll have to set up everything O/S related...quick rcp of things once the new box is on the network will help.
But if your disk is strictly internal and there is no 'shared' disk environment, then you will need to be sure your apps are down and do a couple solid tape backups, cause looks like you'll be restoring via tape.
So your looking at a good bit of downtime to restore your data to new internal disks.
Might want to consider getting some kind of shared disk environment for future.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 07:34 AM
04-11-2006 07:34 AM
Re: Best way to move to a new system
In lieu of copying your application (non-vg00) data to tape and then to the new server's disk, I'd consider using a recursive 'rcp' from your old server to empty filesytems on the new one. Depending on the number and size of files; your backup hardware and your LAN, you might find that a network transfer is quite fast.
As mentioned, of course, your source filesystems must not be in use during the transfer.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 03:28 AM
04-13-2006 03:28 AM
Re: Best way to move to a new system
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 03:40 AM
04-13-2006 03:40 AM
Re: Best way to move to a new system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 01:05 AM
04-18-2006 01:05 AM
Re: Best way to move to a new system
I did something similar several times.
The first thing is to startup your new system with a new hostname. Then you copy all your applications from the old system to the new one via lan.
After that you run some test to make sure that all apps are running as desired. This Testphase may take up to several weeks, dependend on how many apps from differnet vendors and so on.
After fixing all problems (I am sure you will find some) then its time to swap ... (some time, where you can afford downtime for your apps)
stop all apps on both systems, copy data from old system to new system, when done, then change hostname on both systems that new system will get old-hostname and the old system will get the new-hostname.
This way you dont have to touch any apps out there, they will all use the new host.
Christian