Questions tagged [clone]
192 questions
1
vote
2 answers
How to execute bash script through pxe boot
Can any one tell me how to execute bash scripts via pxe boot. What I am trying to do is when Raw Server boots up I want to deploy cloned image over hard disk via PXE boot.
I am aware that there are some tools like Fog which does similar thing. But I…

Kapil
- 39
- 1
- 7
1
vote
2 answers
How to clone a RAID5 system
I clone single disk systems by booting the master system to a CD and running…
dd if=/dev/sda | gzip - | ssh user@hostname dd of=image.gz
Then I boot the target system with the CD and run…
ssh user@hostname dd if=image.gz | unzip - | dd…

dacracot
- 469
- 2
- 13
- 28
1
vote
2 answers
Is HD, SSD or SD card cloning a good practice?
Cloning is very convenient if multiple identical systems need to be created. But I have the following concern.
As far as I know during formatting of file system and even during it's use a bad disk sector can be marked as "bad" by the file system.…

Linas
- 19
- 2
1
vote
1 answer
Why does xcopy fail when there is obviously enough space?
I have a 2TB hard drive "D" containing 732GB of data on a 2TB NTFS partition that I want to copy (absolutely everything on the drive) to another drive "F" with 981GB of space (its freshly formatted (NTFS)).
I made sure no processes were writing to…

Korijn
- 143
- 1
- 5
1
vote
2 answers
Move OS from RAID5 array to RAID 1 arrays
I want to give a last boost to my old ProLiant ML350 G5 server which just needs to be reliable for a few more year only !
With a defined budget of about 1500$ (I do not have more), i plan to replace the CPU (+ adding a second one), the battery cache…

Antoine
- 23
- 5
1
vote
1 answer
Exporting a snapshot in KVM to create a clone ala Hyper-V 2008
Hyper-V has a nice feature of allowing a snapshot of a VM to be exported, meaning a new VM is created with the state of that snapshot. How can the same be accomplished in KVM ? Qcow2 images on CentOS 6.3 libvirt 0.10?
user160910
1
vote
1 answer
vmware esx vm hot clone / fork
I read about cold and hot-cloning everywhere, but isn't the following possible:
snapshot the machine while running including the memory
restore the snapshot (including the memory) as a new VM (e.g. paused)
be able to change the NIC to an isolated…

Marki
- 2,854
- 3
- 28
- 45
1
vote
1 answer
Fastest way to clone KVM VMs to be run simultaneously (create a branch VM)
IF I need to have concurrently running versions of a Windows VM (using KVM 0.10.2 on CentOS), each one configured differently ( a snapshot that will then branch off unto its own VM) what is the best, fastest way? Is my only option to use…
user160910
1
vote
1 answer
Test server clone -Linode/CentOS/Aegir
One of the cool things about the Linode VPS is being able to clone the entire server and move a copy of it to a new Linode server. That way you can have a test server that mirrors your production with zero variance. This is especially cool when…

user656002
- 31
- 1
- 4
1
vote
1 answer
ddrescue - cloning a device
I am running the following command
[root@localhost ~]# ddrescue -vf /dev/sdf /dev/sdg rescue.log
Do I need to do anything else after that to make the drive bootable? One place said I should do a second pass with:
ddrescue -d -r3 /dev/sdf /dev/sdg…

Tiffany Walker
- 6,681
- 14
- 56
- 82
1
vote
1 answer
Opensuse and Clonezilla: Cloned hard drive won't boot
Recently I used Clonezilla cloned one hard drive which I installed Opensuse 12.2, include all partitions. When I tried to restore it on another machine (with very similar hardware and same model of hdd), the hard drive won't boot. I just stuck at a…

Tony
- 195
- 1
- 4
- 10
1
vote
1 answer
Scripting changes to the vNIC in vSphere for a cloned VM
After deploying a Windows VM clone from a template, how can a script be written to change the network the vNIC is on ("Network label" in the VM Settings window) and enable the NIC?
I'm working with templates built in one environment that need to be…

warren
- 18,369
- 23
- 84
- 135
1
vote
0 answers
Convert a dynamic VHD to fixed with shortest downtime and only copying used data
We have determined that dynamic (expandable) VHDs in our Hyper-V environment are causing performance slowdowns and would like to start converting the vhds attached to about 600 VMs (about 150 win2k3, 450 win2k8) from dynamic to fixed.
The native…

Chris Madden
- 193
- 1
- 7
1
vote
1 answer
VMWare ESXi 5 - How to clone Windows 2008 SBS
I am running two Windows 2008 Server on a VMware ESXi 5 Server (VMware vSphere 5 Essentials Kit). There are two different ESXi hosts within my VMware datacenter environment. Let us call them esxserver1 and esxserver2.
Both of my Windows 2008…

Alice
- 11
- 1
1
vote
2 answers
Creating a Windows 7 image with a local account
I have installed Windows 7 and prepared to OS by configuring it and installing the necessary applications.
I want to keep a local administrator user account I created, "johndoe", so that I may login as "johndoe" on the clones I create from the image…

Deleted
- 111
- 2