- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Duplicating a machine
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
02-24-2009 03:45 AM
02-24-2009 03:45 AM
Duplicating a machine
And if so, how?
Thanks
jackie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 03:57 AM
02-24-2009 03:57 AM
Re: Duplicating a machine
Yes this is possible, I have done it by creating golden images. Check the ignite documentation, its not too complicated.
Sorry cant find my instructions off hand.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:02 AM
02-24-2009 04:02 AM
Re: Duplicating a machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:23 AM
02-24-2009 04:23 AM
Re: Duplicating a machine
If you are using network image, you need to do some configuration changes.
Take a backup on tape and restore it on machine B.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 05:22 AM
02-24-2009 05:22 AM
Re: Duplicating a machine
I want to accomplish this WITHOUT using tapes. We currently have Ignite tapes in service at our site and the boss wants to phase them out and use network based archives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 05:34 AM
02-24-2009 05:34 AM
Re: Duplicating a machine
Try to find your instructions because the HP documentation is practically impossible to understand. The steps are very unclear.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 07:26 AM
02-24-2009 07:26 AM
Re: Duplicating a machine
you just need to know where to look...
assuming you already have a make_net_recovery image, then just go here:
http://www.docs.hp.com/en/5992-5309/ch15s02.html#bghcbdia
And page down to the section entitled "Cloning a System Using make_net_recovery"
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 11:31 PM
02-24-2009 11:31 PM
Re: Duplicating a machine
that is possible, Duncan gave you a very beffitting link.
the basic idea is that fpr serverA once you are completed with the creation of the network archive on the Ignite Server, to make that image install on to the serverB you shall require in short to do the following modifications.
Ignite keeps the records of the clients , here ClientA on the basis of the MAC address of the LAN I/F that was used to create the archive as /var/opt/ignite/clients/{0XMAC_A}
1) in the /var/opt/ignite/clients
create a new directory with the MAC address of the systemB say that {0xMAC_B}
IMPORTANT: Else you can add the ServerB if that is up and running as an Ignite client to the Ignite server if that is upa nd running now. This shall automatically craete the necessary directories under the /var.opt.ignite/clients/ for the ServerB.
Please refer to the link Igniite-UX FAQ for the same.?(Questuion-: 11-2 -- Network Recovery)
2)move the files CINDEX and Recovery from {0XMAC_A} to {0xMAC_B}
that is
#cd /var/opt/ignite/clients/{0xMAC_A}
#find . -name CINDEX recovery | cpio -pdvmx ../{0xMAC_B}
3)you shall need to add the entry of the ClientB MAC address also in the /etc/bootptab to facilitate booting of that through the Ignite server over LAN if that is an Integrity client.
4)Need to edit the /etc/exports also to add the ClientB name and rexport the NFS for the Ignite.
Then you can well have that Cilent B to boot and install from that image.
regards
Sujit