create a new virtual machine with the default settings?

I was wondering if there was a way to create a new virtual machine with the default settings.

For example, let's say I want all new Lion VM to have 2 CPU cores. Is there a way to set this automatically? There are other parameters I want a new machine to inherit automatically, I was wondering if there is an automatic way to do this, or is it a feature request...

Thanks in advance

lerker wrote:

Just for my clarification, when you say a vm model, basically I would execute a finder copy then drag back to the VM library, right?

Yes.

On the orders of spcirpting, it would be unix commands or are there specific vmware controls that make your job easier (in Applications/VMware\ Fusion/content or elsewhere)...

IIRC, VMware Fusion 3 and later versions has an AppleScript dictionary, but it is not yet officially supported and may not be able to do what you want so, basically, only Unix Shell scripts, that's what I was referring to.  For an example, see my script attached to the following response: Re: vmware - script of the creation of the vm and the operating system installation process

Tags: VMware

Similar Questions

  • I can't create a new virtual machine, for the error "invalid state" of vmware

    Hi, I have an esx server with some production virtual machines vmware;

    Yestarday I made a new VM, suse linux, froma cdrom; but the file system broke down, it has been altered, I don't know why,

    and I had to cancel the machine using the "remove disc";

    After that I could read "a system general error occurred" and when I click on create a new virtual machine (ctrl + n), I can't because the answer is "invalid state".

    When I click on each virtual machine in 'events', I do not see the logs, I see this error "system general error occurred.

    can someone help me? , should I restart the service mgmt-vmware?  (init.d) on the host server?

    Thanks in advance, best regards

    Toscano Max

    If you use Virtual Center, rebbot VC server and try again. If this does not work, you may have to restart the ESX host.

  • How to create a new virtual machine with two warehouses of data through new-vm?

    Hi guys,.

    Can you please help or direct me to the right format? I'm new with vsphere powercli.

    How to create a virtual machine with two other data store by using the new-vm?

    $datastore1 = get-datastore. WHERE-object {$_.} Name - eq "lun1"}

    $datastore2 = get-datastore. WHERE-object {$_.} Name - eq "lun2"}

    new-vm-name vmtest01 - VMHost ESXserver - datastore $datastore1 diskmb - 8192 $datastore2 diskmb - 8192 - memorymb 4096 - numcpu 2 - ID winNetStandardGuest

    I got this error when I run vsphere powercli. I appreciate if you can help. Thank you

    New-VM: cannot bind parameter 'DiskMB '. Cannot convert the 'lun2"val

    EU to type 'VMware.VimAutomation.ViCore.Impl.V1.DatastoreManagement.DatastoreIm '.

    PL"type"System.Int64 ".

    At line: 1 char: 85

    + new-vm-name vmtest01 - VMHost ESXserver - $datastore1 data store

    diskmb - < < < < 8192, $datastore2 - diskmb 8192

    + CategoryInfo: InvalidArgument: ( , ParameterBindingE)

    Xception

    + FullyQualifiedErrorId: CannotConvertArgumentNoMessage, VMware.VimAutomat

    ion.ViCore.Cmdlets.Commands.NewVM

    Bryan

    The New-VM cmdlet takes a single value of the parameter - data store and all of the virtual disks will be located on this data store.

    If I understand your request, you create a virtual machine with 2 virtual disks, each on a different data store.

    You can use the cmdlet New - hard drive for it.

    $datastore1 = get-datastore | where-object {$_.Name -eq "lun1"}
    $datastore2 = get-datastore | where-object {$_.Name -eq "lun2"}
    
    $vm = new-vm -name vmtest01 -VMHost ESXserver -datastore $datastore1 -diskmb 8192 -memorymb 4096 -numcpu 2 -GuestId winNetStandardGuest
    new-harddisk -vm $vm -datastore $datastore2 CapacityKB (8192 * 1KB)
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • How can I create a simple virtual machine with the CD in a newWorkflow

    I created a new workflow with simple virtual machine and added a cdrom workflow but an error is shown.

    How can I reuse of so that the new created VM add a new cdrom in a workflow

    Captura.PNG

    Help me please

    First of all, you only need a single attribute of type VC:VirtualMachine, not two as in the screenshot. You don't need to specify its value; When the first workflow completes, its output should be attributed to this attribute, and then the assigned value must be passed as input to the second workflow.

    To check/edit links, open the first workflow to change, go to the 'Visual links' tab and make sure the workflow output is line connected to the attribute. Do the same for the second workflow, and then make sure that the attribute is connected to the line to the corresponding input parameter.

    Take a look at the workflow attached if you don't know how the maps should look like.

  • Deploy the new virtual machine with version 7 on vSphere HW 5

    Hello

    Is there a parameter / method of new virtual machines with the 7 deplpy (and NOT HW version 8) hardware on a vSphere host version 5?

    We currently have a mixed cluster (vSphere 4.0 U2 & 5.0 U1 Hosts) with activated automatic DRS.

    NB.  I found that 1.5 vCloud Director boasts a version of VM HW (v7 or v8) framework that is useful for mixed clusters. I hope that vSphere itself may have a similar setting.

    Yes, it is certainly possible. Simply select "Custom" in the "New VM" Wizard and you will be able to decide which version HW (7 or 8) you want to use for this virtual machine.

    André

  • PowerCLI script - new virtual machine of the model

    Hi all

    I am very new to power CLI scripting, and these days, that I read a lot of help to automate the creation of a new virtual machine based on the model of the virtual machine.  Script that is not that hard, even location new virtual machine on a particular data and in a particular resource pool store is not difficult.  For this I came up with this very basic script/command:

    "New-VM - ResourcePool < resource_pool > - < folder_name > location - Datastore < datastore_name > - name < VM_name > - < template_name >"model

    However, I came across some problems that I can't find information in help or in the forums.  Problem with the above command is VM will be created in the pool of appropriate resources and file as long as they are unique, but if there are multiple instances of resource pool or a folder with the same name as the script spits out a mannequin.

    So for example if I want to create a new virtual machine to the location following Data_Centre = > RootFolder1 = > SubFolder1 = > SubFolder2 and SubFolder2 name is unique that no problem, the virtual machine is created at this location.  However, if the SubFolder2 exists in Data_Centre = > RootFolder2 = > SubFolder1 as well as the virtual machine is created in the folder root of the location of the model.  For example, if the model is in "DC = > Folder1 = > Subfolder1 = > Subfolder2 ' the virtual machine will be created in the folder Folder1

    Any suggestions on how to ensure that the virtual machine is created in the desired folder/location as well as a list of resources?  In my view, there are really smart guys here and I suspect that this issue would not be a problem at all.  Any help would be appreciated.

    See you soon

    It is not a matter of following the right path.

    You can use the location setting to get the exact folder you want. For example

    $dc = get-data center-name DC1

    $folder = get-file-name Folder1-location $dc

    $subfolder = get-file-name Folder2-location $Folder1

    or

    $dc = get-data center-name DC1

    $subfolder = get-file-name Folder2-location $dc

    You will need to find a "place" in the path to your destination folder where it will be unique.

  • You can create a new virtual machine snapshot from another machine?

    Hi all!  I was wondering - is it possible to create a new virtual machine with an existing snapshot of a running virtual machine?  Or should I essentially clone the machine to a new virtual machine and then go back to the snapshot I want?

    I use ESX Server 3.5 with a Lefthand SAN - and was curious to know if there may be either a separate utility, I can run or if the VI Client contains all the tools I would need?

    Thank you all for your time!

    Good question, I know you can do this with VMware Workstation:

    1 VM > overview > Snapshot Manager

    2. Select the snapshot > Clone

    However, for VMware ESX, I think you should use vmkfstools to the service console.

    Basically, you have already created a snapshot and just need to copy the vmdk files, create a new virtual machine and attach an existing drive. I think that's what you're looking for: cloning a Virtual Machine running using the Console Service

  • Syntax to create a new virtual machine using vCLI

    I use few of ESX 3.5 servers and a server vCenter 2.5 in my lab. I installed vCLI in vCenter server. I would like to know the command to create a new virtual machine through the vCLI. Use of the below details to provide the syntax / command.

    • Name of VM - windows2003
    • CPU - 2
    • Memory - 2096 MB
    • Name of ESX - esxserver1
    • Storage - disk 30 GB C and 40 GB D drive (these two must be placed in a storage centralized. i.e., data store name is - "filer1.lun123"

    Expecting more details.

    Thank you

    Ganesh

    VCLI orders are mainly used for configurations of the host, although as part of the installation of vCLI, you get also vSphere SDK for utilities Perl - http://www.vmware.com/support/developer/viperltoolkit/viperl41/doc/vsperl_util_index.html that provide additional canned scripts, which allows you to create a single set of virtual machines using the vmcreate.pl script. There is an example on how to use a script

  • Create the virtual machine with the type of controller SCSI LSI logic SAS with PowerCLi

    Hey guys,.

    IM the difficulty to create a virtual machine with the type of controller SCSI to "LSI Logic SAS". The cmdlet New - VM im struggling to find where to create the type of controller?

    If you create a virtual machine without specifying a disk it will create a 4 GB SCSI type thick (0:0) hard drive 1 with 0 Parrall default BusLogic SCSI controller.

    What im wanting to do is to create a disk hard which is thin Prov. and create SCSI LSI logic SAS controller is set to.

    New-VM -name VMSTORE23 -$vmhost $esxhost MemoryMB- 4096 NumCpu- 2 -NetworkName "Vlan 6 Machine Virtual Network" | Get-NetworkAdapter | Set-NetworkAdapter -Type Vmxnet3 -MacAddress '00:50:56:00:00:21' -confirm:$false

    I have recived of aid by some LucD who helped direct the value of the network card in the New - VM cmdlet as follows. But I'm not able to add a hose for hard disk also like:

    | Get-hard drive | Together-hard drive - Datastore $datastore - slim StorageFormat

    And I have no idea how change the type of SCSI conroller or create it with the correct configuration?

    Any help would be great,

    Thanks in advance

    Eddie

    Greetings, steddyeddie-

    You should be able to use Set - hard drive and SCSI controller Set cmdlets to set the storage format of your hard drive and the SCSI controller type, respectively.  You were close to on the part of game - hard drive .  Try something like:

    ## get the VM object $vmVMSTORE23 = Get-VM VMSTORE23 ## set the harddisk storageformat to thin$vmVMSTORE23 | Get-HardDisk | Set-HardDisk -StorageFormat Thin ## set the SCSI controller type$vmVMSTORE23 | Get-ScsiController | Set-ScsiController -Type VirtualLsiLogicSAS
    

    It could pack in to your existing order to keep it as a good word, but for readability.

    Enjoy

  • Let me know scenarios when different virtual machines with the same UUID are created in VMware Hypervisors?

    Let me know scenarios when different virtual machines with the same UUID created in VMware Hypervisors, aside from editing the .vmx file?

    The only other way I've seen is when you manually copy the virtual machine to another location on the data store (or another data store) and then when turn on/off the virtual machine, select I moved, rather that I copied it (the default option).  This will keep the same UUID.

  • Create new virtual machine of the model that have two hard drives in the different data store

    We do VM deploy automation with PowerCLI.

    There is already a model created with at least two hard drives to one side and each hard drive belong to difference datastore,

    In the model's operating system is Windows server 2008 R2 already installed VMware Tools and other software in the second (other than C: driver) driver

    We can successfully deploy a new virtual machine with this manually with vSphere client model.

    But when we try to make the deployment with PowerCLI, can not find examples of similar scripts in the document of reference,

    and we also google this question, still no similar question was found.

    Is this possible with PowerCLI? If it's possible could you give me some advice or an example of script, thank you!

    Best regards.

    I already found the solution.

    With the vSphere SDK .NET API, we can create the new virtual machine to the model

    Mainly used API listed below, sorry because I can not give the source code here.

    • VMware.Vim.VirtualMachineCloneSpec
    • VMware.Vim.VirtualMachineRelocateSpec
    • VMware.Vim.ManagedObjectReference
    • VMware.Vim.VirtualMachineRelocateSpecDiskLocator
    • VMware.Vim.ManagedObjectReference
    • CloneVM_Task

    For reference, you can take a look at this post and this post

    LucD , thanks for your help!

  • URGENT! After installing 6 Fusion and creation of new virtual machine with Windows 7, I get a message "VMware Fusion cannot enter the unit". WHAT SHOULD DO?

    After purchase, installation and activation Fusion 6 with the license key, I had a library of VMS showing 2 Boot Camp partitions. It's strange that I only have 1.
    I tried to activate them but received a message that it is out of date in 2 cases. (see annex 1)

    I started a new virtual machine with a Windows 7 installation disc directly on my HD. I have provided a way to do this and followed the instructions of Fusion to the screen.

    Apparently, everything went well and after several restarts, the installation appears to be over (see annex 2) I tried to open and run the installed Windows 7. I had however a window with the following message:

    "Pending the unit.

    "VMware Fusion cannot enter the unit. Please wait until the unit starts automatically, or interact with the virtual machine below. ' (see annex 3)

    Here Windows 7 seems to start but after a while with the home screen and of the Øresund finishing this window closed and open a new window called library Virtual Machine on the left showing the partitions of Bootcamp and the Virtual Machine Windows 7 x 64 and in the middle gray a representation of what is supposed to be the Windows 7 desktop. (see Exhibit 4). When I opened the settings button a window with different setting options pops up. This mark means to me that Windows is installed but the final opening isn't the case

    When you quit Vmware Fusion indeed Windows seems to be close (see part 5)

    What is going on? What has gone wrong? What should I do? I don't know how to solve the problem.

    I should f.i. remove the virtual machine from Windows 7 and is free automatically made partition on my HD as the reboot with the Windows installation disc? or y at - it another way to enter the UNIT?

    Help, please!

    Thanks in advance

    Your virtual machine is running. It is in the unit - which each windows gets its own window of Mac - and you have no application Windows running, there is no visible windows. You can start a Windows application in the start of Fusion menu in the menu bar at the top right, or turn on the Windows task bar on the view menu and start applications from there. Or use the view menu to switch to the Single mode or full-screen, which puts all of your Windows desktop in a window separate from Mac.

    You do not have two partitions to Boot Camp on your Mac, you have two virtual machines named "Boot Camp partition".

    The message about it being unable to enter the unit arrives while the merger is pending for the tools begin to run, because the tool is necessary for the unit.

  • How to specify the file of virtual hard disk when you create a new virtual machine using virtual hard disk on the data store?

    I'm new to PowerCLI and find quite simple, but in the documentation I read, I don't see how to use a virtual hard drive, existing on a data store when you create a new virtual machine.

    Is this simple registration on the virtual hard disk, or did I miss something?

    My current create VM is the following statement:

    New-VM

    -Name $TargetHostName -host $TargetVMCenterHost -data store $TargetVMCenterDatastore DiskMB - 20000 -MemoryMB $TargetHostMemoryMB -NumCPU $TargetHostCPUs -ID $TargetHostOS -CD -Description $TargetHostName

    Didn't notice this before, but I think that vSphere will use a backslash instead of a slash in the paths.

  • Upgrade to ESXi 5.0 to 5.1 - No Hardware 9 option available when creating a new virtual machine

    Greetings,

    I improved my esxi U1 5.0 to 5.1 and attempted to create a new virtual machine in hopes of using the new version of material 9.

    Using the standard and Custom options I been unable to create a Version 9 hardware VM by default.

    The only option I had was manually upgrade to version 9 once the virtual machine was created.

    Any thought or is - this as planned? I need to reinstall from scratch, my host?

    dhayashi

    To create virtual machines with HW version 9, you can use the Web Client, rather than the windows based Client vSphere.

    André

  • Creating a new virtual machine, nothing happens

    Hi all

    Last year, with win xp sp3, I tried VMWare WS 6 and there is nothing to do: after installing the program, choose 'New virtual machine' in the home section, I did all the steps at the end I was with the same State of windows, as I have nothing (empty, just the Home tab)

    Now, on Windows 7 ultimate x 86, I was wondering to test your version 7.1, but what's funny, is that I have the same situation described above (with no error was shown)

    So, I don't know if there is that a service stopped victory that need VMWare runs correctly or any software like Daemon or Gizmo can interfere with VMWare, wath I know is that I spent several hours searching for in your forum and the web without any positive result.

    I also try to change the HARD disk where to save the virtual machine, to customize some settings in the wizard, leave all the default settings, but without success

    The corresponding files are created in the location I choose, but nothing more. Also if I choose 'open an existing virtual machine or the team', go to one of these files, nothing, nothing and nothing again

    Note that whenever I did the wizard, either one or several times, is impossible to close the main window of the program, I have to use the Task Manager

    I really hope that now that some can help me finally see work of VMWare

    Below is a screen all I can get VMware: nothing

    vmware.jpg

    TKS in advance

    KB article http://kb.vmware.com/kb/2051 describes as and problem and the possible solution.

    André

Maybe you are looking for