Questions tagged [clone]

192 questions
0
votes
2 answers

ESX Free: Creating clones of VMs to run concurrently as a branch version

I have ESX free (most recent version 5.X) installed on a standalone server with an internal datastore in a RAID 5 setup. The VMs will be Windows mostly with some Linux and will be dedicated to performing Software builds using Visual Studio and GCC…
user160910
0
votes
1 answer

Cloning instance - Original kernel not available when creating AMI

I have a EC2 Ubuntu server on Amazon cloud and I'm trying to clone an instance "X" by creating a snapshot of the instance and creating an AMI from that snapshot. The problem is: When creating the AMI, the Kernel used in the instance "X" is not…
Dan
  • 1
0
votes
2 answers

Clone a Red Hat RAID as part of a disaster recovery plan

I am looking for recommendations to clone a Red Hat mirrored raid to a single hard drive located in the same machine. The idea is if the servers hardware ever has an issue we have a similar hardware machine ready to go. All we would have to do is…
Campo
  • 1,609
  • 17
  • 33
0
votes
1 answer

Document on cloning is not correct?

I'm viewing VMWare vSphere Client here and it tells to right click the virtual machine and hit clone but I cannot find that in VMWare vSphere Client What's wrong here everyone? ps I'm using version 5.
Nam G VU
  • 287
  • 2
  • 5
  • 15
0
votes
3 answers

How can I clone a Debian system? (ie. deploy via template)

I'm running ESXi 5.0 and have created a Debian Squeeze (6.0.5) "template" system which is just an installation of Debian slightly customized (ie. VMware Tools installed). If I clone the system (ie. deploy it to a new virtual machine) then I need to…
SofaKng
  • 389
  • 1
  • 11
  • 18
0
votes
3 answers

Cloning old RHEL 4.3 on Dell Poweredge 2850 to PE2950 with SAS PERC6i

I have a Dell PowerEdge 2850 with a PERC 4 controller and SCSI drives. I need to clone that to a PE2950 with a PERC6i with SAS drives. I've used the DKMS package along with the latest driver on Dells website to create a driver disk and…
oneodd1
  • 608
  • 1
  • 6
  • 11
0
votes
2 answers

Clone Flash Drive in Linux using DD

dd if=/dev/sda of=/dev/sdb I want to create a clone a bootable USB stick. lets say sda is 2GB sdb is 32GB. The above line will create a replica but the usable size will be 2GB. How can I use the remaining 30GB? (resize partition or modify the…
Cocoa Dev
  • 185
  • 2
  • 3
  • 9
0
votes
1 answer

Moving large data from faulty disk in ESXi

We just received a new massive server and are currently moving our VMs into it. However one of our ESXi has a faulty disk and has some VMs that already failed a couple of times. Currently we use scp in order to move the machines, as using VMware…
dotdot
  • 33
  • 4
0
votes
1 answer

SSH/Git: Specify paths with hostname instead of IP

Alright, quick question. When SSHing to a server using the IP, I can also specify a path to use, such as: git clone ssh://git@127.0.0.1:/home/git/project.git SomeProject However, when using a hostname, the command thinks the path is part of the…
0
votes
1 answer

More than one clone of xp qcow2 base image using kvm gives missing hal.dll error

I am running linux mint debian edition. I have kvm installed and working, using virt-manager as the manager. I have a qcow2 disk file with windows xp pro installed that I used as a base to clone a new qcow2 file. I have done this before without a…
senorsmile
  • 713
  • 8
  • 20
0
votes
1 answer

Cloning server disk image creates networking issues

We have a bunch of Apple xservers but only one of them has VGA output and CD Drive. We've decided to replace OSX with Debian Linux (Squeeze for ppc). Meanwhile, my efforts to get the machines send output to serial port have never succeeded. So, I…
Amir
  • 101
  • 2
0
votes
2 answers

Clone Ubuntu to Another Hardware

My organization is planning to move from a Windows Environment to a Ubuntu based Linux environment. We need to mass migrate about 60 pcs to Ubuntu, with a all the custom applications needed. We find it cumbersome to have to go and add these custom…
Arun
  • 1
0
votes
3 answers

Image a Windows PC using Linux

I want to create a bootable USB disk (like Clonezilla) and create images which are saved as GHO/GHS I also want to restore images back to the PC and do the following tasks (if possible) Rename the computer using our normal conventions Join the…
Cocoa Dev
  • 185
  • 2
  • 3
  • 9
0
votes
2 answers

Cloning Two Windows Servers

Basically I have a server running MSSQL, MYSQL, APACHE, IIS, ORACLE, PERL and other windows services. I am looking for some hardware solution that would allow me to clone a server on to a back up and provide some fail-over mechanism. Can anyone…
0
votes
1 answer

Create new git repos from exist git cloned project

I have some repos cloned from http://drupal.org/project/ For work behind firewall, I want to import these cloned project to my local git server. How can I do that?
olragon
  • 35
  • 5