Questions tagged [clone]

192 questions
6
votes
2 answers

P2V - Cold Clone ISO

I need to cold clone a physical box in a VMWare environment. What are people using for this these days? My preference is for VMWare's vConverter ISO, but it appears that this was discontinued. It's no longer available for download on their site…
jlehtinen
  • 1,958
  • 2
  • 13
  • 15
5
votes
1 answer

ESXi: Can linked clones be on a different datastore than the parent?

If I have a Local datastore that is full, and a second NFS based datastore, can I create a linked clone of a VM on the local datastore, but have the data for the clone live on the NFS datastore? ESXi free license version 5
user160910
5
votes
3 answers

What's the easiest way to clone a production virtual machine for testing?

We're running Hyper-V on Windows Server 2008. I have a production environment VM for which I'm planning some major application upgrades. These upgrades are completely within the VM (not at the host level) and are not related to the OS. I'd like to…
Michael Haren
  • 1,301
  • 7
  • 18
  • 31
5
votes
3 answers

Server cloning: is possible to clone a server using the arrays of another?

Scenario: 2 Server HP Proliant recently bought (exactly the same config), below described. EDIT:HP Proliant DL360 G7 (rack form) 4 (500Gb SATA) disks in RAID 10 configuration Array Alfa: Disks of Bays 1&2 Array Beta: Disks of Bays 3&4 I don't…
Fabricio Araujo
  • 237
  • 3
  • 11
5
votes
3 answers

How to clone computers to give each an unique computer name

Some software require each computer to have an unique name in the network. After cloning from an identical ghost image for each computer, each of the 100+ computers will have the same name. As a result, I have to (for each of the computers): …
Seubei
  • 65
  • 2
  • 2
  • 7
4
votes
2 answers

How to clone, disjoin & rename a Windows 2008 R2 VM offline, then rejoin domain online

I have a Windows 2008 R2 domain joined server, which should be cloned as test server in the same domain! There is an MSSQL 2012 instance and Team Foundation Server 2013 installed, but this shouldn't have any impact on this plan. My plan is the…
StefanK
  • 125
  • 1
  • 2
  • 8
4
votes
1 answer

clone(2) 30-sec delay in apache

I've issue with apache. Everything begins about a week ago (so this may be related to latest system updates) - my monitoring tools SMS me about non-working website. I've checked it, and looks like request to trivial cgi (implemented in perl) took 30…
Powerman
  • 575
  • 1
  • 4
  • 12
4
votes
3 answers

Clone/Mirror Live Linux (Debian) Server

I've probably read every serverfault article on this matter, but none seems to answer my specific question or they seem like dated methods. I have a live running debian (Lenny) system on Dell PowerEdge 1750 hardware. It's running mysql 5.1, Apache2,…
4
votes
1 answer

What's the best way to clone multiple PCs from one machine?

Where I work we have dozens and dozens of old ThinkPad laptops. A lot of these can be reused but not for our needs. They have been long since replaced. The higher-ups have decided to donate them to charity. For better or for worse I have been…
Jason T.
  • 117
  • 2
  • 5
  • 14
4
votes
4 answers

clone for Hp-UX?

we have HP-UX installed on HP Itanium hardware. As per HP hp-ux will not run on intel board. and vmware also not supporting hp-ux as guest OS. Is there any way to clone the hp-ux and it will run on intel m/c using visualization or something else?
sahil
4
votes
4 answers

How to clone a USB flash drive using dd?

Using 'dd' to clone a USB drive -cfdisk: resized the destination partition to be of same size made the partition bootable same 'type' ext3 ran 'mkfs.ext3' after exit cfdisk then dd if=dev/sda1 of=/dev/sdb1 result booting: Missing operating…
MentalBlister
  • 41
  • 1
  • 1
  • 2
3
votes
1 answer

How to clone Linux hard drive to smaller flash drive

Currently, I'm trying to clone a hard drive that has Linux installed to a 16GB flash drive. The hard drive is 233GB, but df -h shows that only 3.5G is in use. Can I use Clonezilla to create an image using just the allocated amount of space and copy…
AndreasKralj
  • 331
  • 1
  • 6
  • 16
3
votes
1 answer

Clone a remote Linux server with rsync and migrate it locally as Virtual Machine

I have a CentOS6.9 Linux server remotely on a VPS Provider and I need to clone my remote server on my local computer as a Virtual Machine for examination purposes. I made a full server backup without compression to another remote server (rsync.net)…
Cadmos
  • 133
  • 1
  • 5
3
votes
2 answers

Regular clone of Ubuntu Server for Parallels

What would be the best way to go about taking a regular copy/image/whatever of a live (Ubuntu LTS Hardy) server, so that I can run it as a local test and backup environment within Parallels. More detail: I have a live web server, hosted on Ubuntu,…
Jon Hadley
  • 305
  • 2
  • 7
  • 20
3
votes
5 answers

Export OVF fails with "File not found" error

Good morning/afternoon/evening all: I am having an issue with a single Virtual machine when it comes to exporting an OVA/OVF. I recieve a "File not found" error that appears to be pointing in the wrong directory...My process is Clone Live virtual…
IT_User
  • 210
  • 1
  • 3
  • 22
1
2
3
12 13