Fastest way to create 50 VM Clones
Fastest way to create 50 VM Clones
For test purposes, we would like to create 50 clones from a single master. In general, what would be the fastest, simplest way to do this?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Fastest way to create 50 VM Clones
Right click VM, select "Clone".
Repeat 49 times.
Or, create a batch file to do it on the command line ("VBoxManage clonevm" times 50 lines).
Repeat 49 times.
Or, create a batch file to do it on the command line ("VBoxManage clonevm" times 50 lines).
Re: Fastest way to create 50 VM Clones
Can you use the batch script to also set some of the settings in each clone? Say a slightly different network adapter or other stuff?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Fastest way to create 50 VM Clones
Presumably, you can do anything in the batch file that you can do on the command line. And for the latter, see the "VBoxManage" chapter of the user manual.