Link to home
Start Free TrialLog in
Avatar of jjoz
jjozFlag for Australia

asked on

Creating unique VM from template using manual way.

To All VMware Expert,

Ive created a Windows Server 2003 x64 VM template which is located in my local Server datastore1, and now Im about to deploy it into my SAN-VMFS, it is around 40 GB in size and I do the copy using FastSCP which took 45 minutes to transfer the whole directory from LOCAL_VMFS to SAN_VMFS
Previously in VMWare Server 2.0,

I just need to
1.      Change the directory name and all filename into another number or name (vmws03-00 into vmws03-01 and so on&)
2.      Edit the .VMDK and .VMX to replace anything with vmws03-00 into vmws03-01
But now, the question is that should I be worry about the following entries:
1.      uuid  entries
uuid.location = "56 4d 49 a3 70 15 52 62-48 cf 27 3a 3f 33 51 29"
uuid.bios = "56 4d 49 a3 70 15 52 62-48 cf 27 3a 3f 33 51 29"

2.      ethernet0.generatedAddress (example = "00:0c:29:33:51:29")

3.      sched.swap.derivedName (example = "/vmfs/volumes/49ebf741-09b1b6f4-2132-001ec9f0c731/Win2003x64_vmws00/Win2003x64_vmws01-a0dd3982.vswp").


4.      CPU ID (example
hostCPUID.0 = "0000000a756e65476c65746e49656e69"
guestCPUID.0 = "0000000a756e65476c65746e49656e69"
userCPUID.0 = "0000000a756e65476c65746e49656e69"
hostCPUID.1 = "0001067600040800000ce3bdbfebfbff"
guestCPUID.1 = "0001067800010800000822010febfbff"
userCPUID.1 = "0001067600040800000822010febfbff"
hostCPUID.80000001 = "00000000000000000000000120100000"
guestCPUID.80000001 = "00000000000000000000000120100000"
userCPUID.80000001 = "00000000000000000000000120100000")


is there any way to automate these entry ?
thanks
Avatar of Paul Solovyovsky
Paul Solovyovsky
Flag of United States of America image

There may be an easier way to do this.  You can use vConverter to point to the old VM and provide source and destination.  From vConverter you can modify your partition sizes and name of the VM in vmware.  Once you converted the VM you can run NewSid to change SID of the VM and then change the name inside the OS to match the new name if needed.

Avatar of jjoz

ASKER

yes Paul, I am aware of that solution, however at the moment I am trying to get everything done by using the ESXi 3.5 u4 free version.

I wonder if that uuID and unique CPU ID needs to be customized from one to another ?
ASKER CERTIFIED SOLUTION
Avatar of Paul Solovyovsky
Paul Solovyovsky
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jjoz

ASKER

This is just what i need :-)
Thanks Paul