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
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
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
тАО08-11-2003 01:39 PM
тАО08-11-2003 01:39 PM
OS clone
I have an HP j5000 machine with an external drive array (A3312A) running 11.0 (capacity 9.1gb). this machine also has an internal 9.1gb drive running 11i.
The external drives are becoming unstable, so I need to migrate that system to a new internal 36gb drive. I need to preserve the 11.0 environment since it has many man-hours of conifg already done (aCC patched up to use as our development platform, gnu tools, etc).
The new internal drive is recognized by the system, but I'm unsure of the best steps to clone the system from the 9.1 array into this new drive.
I'm not especially hpux savvy (general unix, yes), so any pointers someone can provide would be appreciated.
Thanks
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2003 01:52 PM
тАО08-11-2003 01:52 PM
Re: OS clone
Start by downloading a current copy of 'Ignite':
http://www.software.hp.com/products/IUX/download.html
Create a recovery tape thusly:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
When ready, replace your 9GB drive with the 36GB drive and boot from the Ignite tape. Choose the "Advanced Installation" mode. This will allow you to resize your vg00 filesystems.
The 'make_tape_recovery' used to create the tape will have done a 'vgexport' in a preview mode so that when you boot from the recovery tape your non-vg00 volume groups will be (vg)imported. When done with the Ignite process you should have a fully functional clone of your original system.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-11-2003 01:53 PM
тАО08-11-2003 01:53 PM
Re: OS clone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2003 06:28 AM
тАО08-12-2003 06:28 AM
Re: OS clone
I'm reading up on ignite at the moment ... One more question
Any forseen problems if I use make_net_recovery (I don't have a tape drive on this system).
Thanks
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2003 06:34 AM
тАО08-12-2003 06:34 AM
Re: OS clone
Ignite/Make_recovery won't back these up. You'll need to unmount then first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2003 08:02 AM
тАО08-12-2003 08:02 AM
Re: OS clone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2003 11:57 AM
тАО08-12-2003 11:57 AM
Re: OS clone
Is network "igniting" supported on FDDI? I am inheriting a couple of N-Class that are on FDDI rings.. (same subnet I think...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 10:13 AM
тАО08-14-2003 10:13 AM
Re: OS clone
Thanks all to the pointer regarding Ignite, I've managed to get one HD migrated to another.
I think Ignite is extremely powerful, and am considering putting it to use in a regular fashion (monthly or weekly HD "backups"). Since I don't routinely have tape drives (and HD's are cheap enough nowadays), one suggestion I would have to the Ignite developers would be to add a "make_hd_recovery" script (it appears that make_tape_recovery is close, but fails if the device is a hd since it isn't "rewindable").
Just to give back, I've attached the steps I went through to make an install onto an HD (this is based from Customized_Install_Media_Paper.pdf).