- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I clone a 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-29-2003 10:04 AM
04-29-2003 10:04 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:07 AM
04-29-2003 10:07 AM
Solutionhttp://www.docs.hp.com/hpux/onlinedocs/B2355-90772/00/00/63-con.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:08 AM
04-29-2003 10:08 AM
Re: How do I clone a system?
http://www.software.hp.com/products/IUX/index.html
Then run "make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00'". Boot the new server off the ignite tape and you will be lead through an interactive install which will allow you to resize lvols, change IP, hostname, etc.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:35 AM
04-29-2003 10:35 AM
Re: How do I clone a system?
Do a make_tape_recovery on the system that you want cloned. Use this recovery tape to boot the systems that you want them to be clones. Do not connect these systems to the lan yet, don't interrupt the process of loading the ignite tape.
At the end of the load, you will want to modify a few things to make this new machine unique. You will want to change the IP, system name, and modify the /sbin/config.d/etherconf file to remove the mac address.
You will need to modify the /etc/resolv.conf file if this machine has a different domain.
Then connect them to the lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:37 AM
04-29-2003 10:37 AM
Re: How do I clone a system?
We have an rp7410 server 8x875Mhz w/ 6Gb of memory and 2x18Gb internal disks as the production server. The new development system is a J6750 workstation 2x875Mhz with 4Gb of memory and 2x36Gb internal disks.
The production server is also attached to an external array where we have a bunch of data stored that I do not want to clone.
Can I clone these?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:43 AM
04-29-2003 10:43 AM
Re: How do I clone a system?
If you use the latest Ignite software there is an option "Clone system to a different hardware". Whith this it is possible to clone systems if hardware not matches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:47 AM
04-29-2003 10:47 AM
Re: How do I clone a system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 10:57 AM
04-29-2003 10:57 AM
Re: How do I clone a system?
In order to make a make_recovery archive the system does not have to be brought down, but there is a WARNING on the make_recovery man page that says the archive should be made when the system is quiet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 11:20 AM
04-29-2003 11:20 AM
Re: How do I clone a system?
Anyway, I'm messing around with this to see if I can do this across the network. Neither the server nor the workstation currently have tape drives attached.
Also, do you know if this will cause any sort of interruption on the server? I want to make sure I'm not going to lose connectivity or anything like that when creating the image.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 02:52 PM
04-29-2003 02:52 PM
Re: How do I clone a system?
Thank you all for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 03:48 PM
04-29-2003 03:48 PM
Re: How do I clone a system?
So the short answer is that similar architectures are OK, with caveats when the type of disk I/O is different. The father apart the two systems are in design (read: age and overall design, ie, workstations vs. servers), the more likely the clone will be a lot of problems.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 05:25 PM
04-29-2003 05:25 PM
Re: How do I clone a system?
You have the ability to add your own scripts to the installation, which let you set up mirrors, change logical volume structure, even install differing patch sets.
I have done a bunch of identical clones, and a few similar clones and run into every problem in the book.
All of the problems were solved and Ignite is an awesome tool.
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
05-02-2003 05:29 AM
05-02-2003 05:29 AM
Re: How do I clone a system?
* Thu May 01 18:08:41 EDT 2003: Starting archive load of the source
(Recovery Archive).
ERROR: Cannot load OS archive (Recovery Archive)
The configuration process has incurred an error, would you like
to push a shell for debugging purposes? (y/[n]): *
Response was: n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 06:13 AM
05-02-2003 06:13 AM
Re: How do I clone a system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 06:26 AM
05-02-2003 06:26 AM
Re: How do I clone a system?
HP NIC's have trouble with auto negotiate on certain switches. This gives Ignite fits.
Best practice is to hard code the desired settings(100 BaseT Full duplex) on the switch port and the NIC in /etc/rc.config.d/hpbtlanconf
ex...
HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=10HD
HP_BTLAN_INTERFACE_NAME[1]=lan1
HP_BTLAN_STATION_ADDRESS[1]=
HP_BTLAN_SPEED[1]=100FD
Good luck,
http://www.isnamerica.com
Call me anything you want, but don't forget to call me to dinner.
Steven E. Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com