Why is 'Use different data stores for disks of BONE and View Composer persistent' grayed out?

I installed 5 (cluster host 2) vsphere, vcenter 5 discover 5 and openfiler (iSCSI VSA) in vmware workstation 7.

I am trying to simulate a tiered storage configuration and created three warehouses of shared data in order to separate the replica, the linked clones and persistent disk.

However, when I create my bound clone pool I am able to select a specific data store for the replica and bound but clone the persistent disk option is grayed out.  See photos attached to the pool creation, storage, and network configuration.

Has anyone any suggestions?

Thank you!

Yes, the use of the disc for operating system profiles require a linked clone pool.     The operating system will be on the clone, persistent disk will be a disc loaded end service that survive refreshes and redials, and then the replica will be reading only one copy of the master image.    The replica in general has in the IO and is almost always placed on the SSD or storage faster than you have and the persistent data disk is usually low IO.

Tags: VMware

Similar Questions

  • How to select different data store for the snapshot

    Hello

    I connected with two data store ESXi 4 server. First data store is a local raid-5 HD and the second data store is a netgear NFS nas.

    virtual machines are stored on the local data store. I want to archivie snapshot for my virtual machine to use the second (nas NFS) data store. I tried to snapcho, but the disk data store is used is always the local.

    can I select a different data store to store the snapshot files?

    Thank you

    http://KB.VMware.com/kb/1002929 could help...

    / Rubeck

  • How can I select a different data store for vm swap files?

    In Esxi 5.5, how can set up a separate data for the swapsfiles store.

    5.5, default will be in the same data store

  • How can I move a data store a single virtual disk shape in a different data store?

    I have a host running vSphere 4 enterprise that belongs to a cluster of Foundation vCenter 5.5.  I need to move all the guests off the coast of this host to be updated. This host has a client that is using the local hard disk as a data store.  This customer has six 6 hard drive with only using the local hard disk as a data store.  How can I move the hard drive to a different data store?

    When I try to use 'Move' or 'Migrate' with vCenter (client or web interface), it seems that I can move only data not store a single entity, each database individually.  Can we move a data store single someway with the guest always under tension, or do I have to power off and manually move the "vmdk" they reattach the hard drive?


    Thank you


    Bruce

    When you click on migrate, the data store, click on the Advanced button.  It will give you the option to select a disc.  You can migrate it while it is running.

  • Warning of 'use of data on the disk store. "

    Hi all

    I have a cluster of vSphere 4.1 which has 4 set up data warehouses.  On one of them, I see a triggered alarm - WARNING: database on disk.

    The definition of the alarm is to use the trigger by default, so it should be caveat when using discs of data store is greater than 75% and alerts when more than 85%.

    But the free space of the actual data store is easily within these limits, and yet the warning still appears.

    Capacity: 499,75 GB

    Space in use: 312,89 GB (63%)

    Free space: 299,06 GB (used: 40%)

    Update the: 08/04/2011 10:21:58

    On other data warehouses (which all lie on the same Dell |) EqualLogic array), I don't see any warnings.

    Any suggestions / ideas how I can delete it?

    Thank you

    Kevin

    Hello.

    It is a known problem.  You can deactivate and activate the alarm, as detailed in KB 1015642.

    Good luck!

    Post edited by: vmroyale

  • How to move a virtual machine to a different data store, preserving its ID

    I would like to move a virtual machine to a different data store.

    Because I use 3rd party software that identifies a virtual machine by its ID of VirtualCenter, I'd like to preserve the ID, and I also want to preserve the name of the virtual computer.

    If I clone the virtual machine, I lose the ID and name.

    I can clone a second time to restore the name, but the ID is always false.

    I know that I can use vmkfstools-i to copy the entire disk.

    Is it possible to copy the entire VM?

    I am currently on ESX 3.0.2/VC 2.0.2

    The operation that I describe is available in 3.5.x/VC ESX 2.5.x

    TIA,

    -Magister

    Don't use EVER of CP to copy a VM, VMDK move/copy should be used in conjunction with vmkfstools as best practice.

    OP,

    You can manually make a copy using the CLI interface or use the VI Client and browse the data store and to copy and paste in the appropriate data and as suggested Andre store, when you switch on for the first time, you should say 'keep' when asked if you want to update the virtual machine UUID.

    Another thing, you could do, is if you've enabled for vMotion, you can actually use Storage vMotion which will migrate directly from your virtual machine to a different data store, it's less effort on your side and you can count on Andrew Kutz sVMotion plugin: http://sourceforge.net/projects/vip-svmotion/

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    repository scripts vGhetto

    VMware Code Central - Scripts/code samples for developers and administrators

    http://Twitter.com/lamw

    If you find this information useful, please give points to "correct" or "useful".

  • Cloning of VM/TIME to the different data store

    Hi all

    I am working out scripts excellent clone of Ruben garcia and one thing I'm trying to add is to have the VAPP created on a different data store.

    # Clone and move virtual machines
    {foreach ($vm to $vms)
    $vm = $vm | Get-opinion
    $vmname = $cloneName + "»" + $vm.name "
    . \LcloneVM $vm.name - cloneName '$vmname' - «$PortGroup» PortGroup
    Get-vm-name $vmname | Move-vm-destination $vapp;
    The virtual machine are getting cloned and then inserted in the passed TIME as a parameter name, but I can't understand how do to have the VAPP will be created on a data store that I specify. At this time the vApp is created on the same data store where the linked clones. Can I travel after from the user interface by using the migrate command but I want if possible to automate it.
    I thought that the next line should work but the VAPP fails when creating, so the move-vm command fails later.
    # Create VAPP
    $vapp = $host_name | VAPP-new-name "$cloneName" - data store "ThinDiskTesting"

    I am at a loss to what im doing wrong

    Post edited by: BrianRTS - difficulty of setting in the form

    You can specify the data store where you want to create linked clone delta files.

    This requires a slight modification to the script of Ruben

    # Generate specs for clone
    $cloneSpec = new-object Vmware.Vim.VirtualMachineCloneSpec $cloneSpec.Snapshot = $sourceVM.Snapshot.CurrentSnapshot $cloneSpec.Location = new-object Vmware.Vim.VirtualMachineRelocateSpec $cloneSpec.Location.DiskMoveType = [Vmware.Vim.VirtualMachineRelocateDiskMoveOptions]::createNewChildDiskBacking $cloneSpec.Location.Datastore = (Get-Datastore -Name $tgtDatastoreName).ExtensionData.MoRef
    

    Ownership of the data store is used to indicate where the clone should be placed.

    Or you want to create the clones, then move them?

  • Second data store for the shared virtual machine

    IM thinking about to migrate my existing VMWare Server 2.x to VMWare Workstation 8.

    My server is a machine selfbuild W2k8 with Core i7, 24 GB of ram, an SSD for the OS and two 500 GB HDDs. Due to performance issues an VM is placed on a separate HARD disk. I want to keep the configuration like this.

    At the time where I'm using a trial version of WS8 and may not know how to set up a second datastore for shared virtual machines on a second hard drive. Is this possible at all? Or y at - it an alternative to solve this problem? Creation of a RAID0, isn't my favorite option.

    Thanks for the reply.

    It is not implemented by using a second data store for shared virtual computers.

    Workaround solution:
    Suppose you have the original data store C:\vms and a second D:\vms

    then create a junction for each directory in D:\vms like that

    C:\vms\VM1 D:\vms\VM1 junction.exe

    C:\vms\VM2 D:\vms\VM2 junction.exe
    ....

    then the vmx files from doubleclick in C:\vms\VM1 and configure the virtual machine to share.

    On Windows 7, use mklink.exe instead
    On Linux hosts use ln

  • Snapshot of a different data store

    Hello

    Quick question for the community.

    Suppose I have 2 data warehouses and A VM is located in the data store 1. I can take a snapshot of the machine and I have this snapshot can be found on the data store 2?

    My understanding was I could not easily do this but our service provider said that's the way it works and I'll try to find a documented method, support to do so.

    All responses will be appreciated.

    Kind regards

    Richard

    Incorrect, it is advisable, and applies by default to store the snapshots in the same data store in which the VMDK resides in, but he did not.

    You can edit the .vmx VM to store snapshots on a different data store, this can be useful if you run lack of space on the data store, which resides in your virtual machine.

    Please refer to this VMware KB on the configuration of this change: http://kb.vmware.com/kb/1002929

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Clone & new Config on the different data store

    Hi all

    I had a problem where the user try to clone or create a new configuration where the original VM model are stored is full.

    When the data store is almost full, I turn off the "VM creation" in the section resources, I would do this or the LM will be able to use the different data store? otherwise how can I config for the user can store data different from Julie then create a new configuration or a clone.

    Thank you

    Error message here: -.

    * "Clone VM" operation cannot be performed because the data store 'VMFS02' is not

    Enabled.* yes I disable 'VM Creation' resources because of this LUN is almost exhausted.

    In this case, you must use SSmove to migrate the entire tree of virtual machines from a store of data with more free space

  • To a different data store of VSs

    I need to create a job to move VMs from a different data store.

    I've created a script like the following:

    Add-PSSnapin VMware.VimAutomation.Core

    SE connect-VIServer x.y.z.t - username

    $target = "Datastore2".

    $listaVM =

    "VM1."

    "VM2."

    "VM3,

    "VM4."

    "VM5."

    "VM6".

    {foreach ($vm to $listaVM)

    $vm

    Get-VM-name $vm | Move-VM - Datastore $target - DiskStorageFormat 'thin '.

    }

    The work seems to work but I need to improve so that:

    • After launching the command VM1, it waits until the move is completed
    • If VM2 cannot be moved for some reason any the ongoing process in process VM3
    • After processing each VM I get information on the status of the move (success, error,...)

    Can someone please help?

    Concerning

    Marius

    Try something like this

    The RunAsync will start moving in the background, then the While loop waits until the move is completed.

    The Task object, the status of the move is obtained.

    Add-PSSnapin VMware.VimAutomation.Core

    SE connect-VIServer x.y.z.t - username

    $target = "Datastore2".

    $listaVM =

    "VM1."

    "VM2."

    "VM3,

    "VM4."

    "VM5."

    "VM6".

    foreach ($vm in Get-VM-name $listaVM) {}

    $job = move-VM - VM $vm - $target - DiskStorageFormat "Thin" - RunAsync Datastore

    While ($job. PercentComplete - do 100)

    {

    sleep 5

    $job = get-job | where {$_.} ID - eq $job. ID}

    }

    Write-Host "$($job.)". Result) is migrated, status $($job.) State).

    }

  • Migration of all the catalog items to a different data store in the same storage profiles

    Hello

    is any possibility to migrate everything in the catalog (time and iso files) to a different data store that has the same profile (Silver) storage group?  Because I have 2 groups of data store with the same profile of storage (Silver) and I want to delete one of this cluster.

    I found this kb: http://KB.VMware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 2058094 but it speaks solely of media files of migration between different storage profiles.

    Have vCD 5.6.4

    You happen to use rapid Provisioning?  This is probably the only problem I can think of.

    Environments that have no linked Clones or shadows created from them, you can just Storage vMotion them between the same storage policy data warehouses.  Just make sure that the data store or a store of data clusters are visible in vCloud Director first of all in the framework of this storage policy.

    When you use linked clones, I don't remember the exact process... I think that I have in my office somewhere (I'm at home now).

  • List not updated virtual machines after the migration of the virtual machine to a different data store

    My vSphere infrastructure 5 uses several data stores.

    Two data warehouses are associated with NFS on different NAS shares.

    I migrate VM to a data to another store.

    The navigation data store, I see that the files are moved from the old data store to the new and that no file belonging to the migrated VM still does exist on the old data store.

    If I look at the list of VMs on the old data store, I still see the old VM.

    I see it in the list of the virtual machine on the new data store as well.

    I checked that no .iso no pagefile is in the old data store.

    How can I update the list of the virtual machine on the old data store?

    Above all, how can I safely delete the old data store by ensuring that the virtual machine works very well on the new data store and I don't lose anything?

    Concerning

    Marius

    This use of data store 'Phantom' is usually observed, if the current configuration of the virtual computer points to the 'old' data store (diskette, CD-ROM) or the virtual machine contains snapshots where - at the time where tone have been created - the VM has had these references. Once the snapshots are deleted from data store 'ghost' will go away from summary of the virtual machine.

    André

  • List of the files in the data store for the virtual machine

    Hello

    How to list the files of data store for the virtual machine? I can't find reference to the command.

    Thank you

    If you have installed vCLI and vSphere SDK for Perl, you have extra utilities on top of what is there with the vCLI, take a look at this list: http://www.vmware.com/support/developer/viperltoolkit/viperl40/doc/vsperl_util_index.html

    A script that can help with the list of files to store data for a given virtual machine is dsbrowse.pl

    Here is an example:

    [vi-admin@scofield ~]$ /usr/lib/vmware-vcli/apps/host/dsbrowse.pl --server himalaya.primp-industries.com --username root --name dlgCore-iSCSI.test
    
    Information about datastore : 'dlgCore-iSCSI.test'
    ---------------------------
    Summary
     Name             : dlgCore-iSCSI.test
     Location         : /vmfs/volumes/4a26f505-02dfd8a4-6867-003048d9586a
     File system      : VMFS
     Maximum Capacity : 15.75 GB
     Available space  : 11.654296875 GB
    
    Hosts associated with this datastore.
     himalaya.primp-industries.com
    
    Virtual machines on this datastore.
     None
    
    Templates on this datastore.
     None
    
    Datastore Folder Structure.
     Folder Path: '[http://dlgCore-iSCSI.test|http://dlgCore-iSCSI.test]'
     Files present
      testagain
      testlab-1
      testlab-2
      testlab-3
      testlab-4
      testlab-5
      testlab-6
      testlab-7
      testlab-8
      testlab-9
      testlab-10
      testlab-11
      testlab-12
      testlab-13
      testlab-14
      testlab-15
    
     Folder Path: '[http://dlgCore-iSCSI.test|http://dlgCore-iSCSI.test] testagain'
     Files present
      testagain.vmdk
      vmware.log
      testagain.nvram
      vmware-70.log
      vmware-65.log
      vmware-66.log
      vmware-68.log
      vmware-67.log
      vmware-69.log
      testagain-flat.vmdk
      testagain.vmx
      testagain.vmxf
      testagain.vmsd
    

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    repository scripts vGhetto

    VMware Code Central - Scripts/code samples for developers and administrators

    150 VMware developer

    Twitter: @lamw

    If you find this information useful, please give points to "correct" or "useful".

  • How can I move virtual machines from a local data store for a new iSCSI SAN?

    Hello guys,.

    Now that we have a new iSCSI SAN market how can I tranfer all the virtual machine to a local data store for a new SAN? Can I stop the VM in the host, and then copy the DataStore files with all the info on the new volume?

    Thank you

    Pesinet

    Alternatively, you can use VMware converter or cold Migration / Storage VMotion if you have the appropriate licenses.

    Duncan

    VMware communities user moderator | VCP | VCDX

    -

Maybe you are looking for