- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to Copy one system to another?
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-14-2002 08:33 AM
03-14-2002 08:33 AM
How to Copy one system to another?
I was thinking I could do the following:
On new box:
cold install minimum HP-UX 10.20 on new box
create file systems
Restore old files from tape except for:
/stand/vmunix
/dev
/etc/lvmtab
Change hostnames, ip addresses to reflect new box
Change Internal application hostnames, IP addresses.
Regen kernel
reboot
Before I start doing this, is there anything I am missing?
Thanks,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:42 AM
03-14-2002 08:42 AM
Re: How to Copy one system to another?
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:44 AM
03-14-2002 08:44 AM
Re: How to Copy one system to another?
You are doing this the hard way. You really need to check out a free HP product called Ignite-UX. Simply do a search on Ignite and you will find tons of material. Basically you make a recovery tape and then boot from that and all of your system with latest patches is back on your recovery box. It is the weapon of choice for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:45 AM
03-14-2002 08:45 AM
Re: How to Copy one system to another?
What is it your test box? If it is another T, then use Ignite/UX to backup your VG00 and then use that tape to reinstall on the test box. If it is not a T, then I'd install the OS, and make it look as close as you can to the T. I would not, however, restore any files from VG00. You can use Ignite's print_manifest program to print out information about the system. Or you could use cfg2html, nickel, sysinfo or other similar programs to get config information for your T.
Once you have the OS loaded, restore your data and application and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 08:45 AM
03-14-2002 08:45 AM
Re: How to Copy one system to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 03:16 PM
03-14-2002 03:16 PM
Re: How to Copy one system to another?
You have to go to the ISL prompt for that.
I will create the exact image of your current system on a tape. Then you can restore it.
Read the supportPlus manual for more information.
Thanks,
-Piyush.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:15 AM
03-15-2002 06:15 AM
Re: How to Copy one system to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:27 AM
03-15-2002 06:27 AM
Re: How to Copy one system to another?
You already seem to have decided to load a base OS on your target platform. Why not have a depot on your source machine with all the patches / applications in it. You backup this depot regularly. At disaster recovery, you restore this depot to your target machine. You then use swinstall to install everything in the depot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:31 AM
03-15-2002 06:31 AM
Re: How to Copy one system to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:40 AM
03-15-2002 06:40 AM
Re: How to Copy one system to another?
As far as patches go, if you have them, or a majority of them, in a patch.depot, you can simply copy the depot, or use ignite to install from the depot, after you get a base os installed on the new machine.
Since installing the OS from scratch isn't that bad, and will save time as compared to trying to fudge an image from the old machine, you might want to simply install from scratch. Besides the fact that installing from scratch will prevent any eroneous hardware config files/settings on the new machine.
Once you get a base OS, kernel, and patch level set, then of course you will need to copy/restore your data and applications. This posses a potential problem depending upon how you back-up your data. If it is backed up via fbackup or similar this shouldn't be too bad. But your data is backed up via omniback or other app., the app. will have to be re-installed since it is not in the IPD anymore. In this case you could, perhaps, tar up the binaries, or simply re-install the product.
Maybe someone else has info on recovering between two different machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:44 AM
03-15-2002 06:44 AM
Re: How to Copy one system to another?
You do a swlist on your source machine to list all the packages/patches. You then copy each of these from the original CD media or from downloaded files to your depot. The swcopy command can be used or you can do everything (including making this depot - e.g. /swdepot) from SAM. The idea is that you will be very disciplined to always copy new patches/application to this depot and then install on your source machine from this depot. That way the depot is always up to date.