- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Integrity VM clones
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
12-19-2007 07:32 AM
12-19-2007 07:32 AM
Integrity VM clones
We have created a 2 nodes cluster with integrity VM. This machines are now "up and running" and ready for oracle rac installation.
The problem is that this machines are in our disaster recovery site, far from here. We want to duplicate the existing VMs, because reinstalling it from scratch from the production site it's a 3/4 days job due to mounting/unmounting a set of dvd converted in .iso, lan latency,virtual switches configuration and whatever.
The hpvmclone command "It does not copy the actual data and software associated with the guest", as the manual says....
It is possible to duplicate it in other ways ?
i.e. vmware makes an huge .vmk file, and duplicating it means duplicate (and move) all the virtual machine.
Can this be done on integrity virtual machine ?
Tnx in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 07:39 AM
12-19-2007 07:39 AM
Re: Integrity VM clones
You could use ignite/UX to duplicate the OS environment, that is probably the quickest for you.
Or another suggestion would be to copy the image, using 'dd' though I couldn't verify this to work.
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 07:45 AM
12-19-2007 07:45 AM
Re: Integrity VM clones
the easiest way is dd ;
1. close the virtual machine;
2. copy boot disk by dd
3. asign second disk to another virtual machine by hpvmmodify .
4. boot second machine , at efi prompt choose boot device . boot in single user mode and change hostname and network configuraion.
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 07:56 AM
12-19-2007 07:56 AM
Re: Integrity VM clones
Maybe ignite is the only way, because integrity virtual machine also emulate the efi for every single guest....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 08:06 AM
12-19-2007 08:06 AM
Re: Integrity VM clones
Providing the LV for the VM is the same size, the dd should suffice, just make sure that when you boot the new VM machine you copy from is off, because the new copy will be exactly the same. I think the command should look something like this:
dd if=/dev/vg
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 10:53 AM
12-19-2007 10:53 AM