Automation

 View Only
Expand all | Collapse all

Storage vMotion vCLS VMs

  • 1.  Storage vMotion vCLS VMs

    Posted May 29, 2021 04:19 AM

    I have built a little script to tag and take care of these little vCLS VMs whenever they appear, but I can't get them to storage vMotion from off my ISO repo to my production iSCSI SAN because when you storage vMotion via the webui it ask for a confirmation and when I run this portion of the script it says the following:

    Line 5 | Move-VM -VM $VM -Datastore $RDCDatastoreCluster
    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | 5/28/2021 10:59:48 PM Move-VM A specified parameter was not correct: StoragePlacementSpec.vm
    Move-VM:

    Is there anyway around this?



  • 2.  RE: Storage vMotion vCLS VMs

    Posted May 29, 2021 06:09 AM

    The same error was also reported in Duncan's VMware vSphere Cluster Services (vCLS) considerations, questions and answers post.

    Same advise here, open an SR.



  • 3.  RE: Storage vMotion vCLS VMs

    Posted Aug 20, 2021 11:55 AM

    For all, playing around the same issue:

    vMotion both, Storage and Compute, should migrate the vCLS VMs to different Datastores.



  • 4.  RE: Storage vMotion vCLS VMs

    Posted Aug 25, 2021 07:22 AM

    It better you select "Allowed Datastore" which will be use to auto deploy vCLS VMs.

    To configure this, go to:
    vsphere Cluster -> Configure  -> vSphere Cluster Service -> Datastores -> Click "Add" and select preferred Datastore.

     

    Thanks,
    Robin Singh



  • 5.  RE: Storage vMotion vCLS VMs

    Posted Aug 25, 2021 10:00 AM

     wrote:

    It better you select "Allowed Datastore" which will be use to auto deploy vCLS VMs.

    To configure this, go to:
    vsphere Cluster -> Configure  -> vSphere Cluster Service -> Datastores -> Click "Add" and select preferred Datastore.

     

    Thanks,
    Robin Singh


    that feature is not available in the current release Robin? i think you are talking about a feature which may get released in the future



  • 6.  RE: Storage vMotion vCLS VMs

    Posted Sep 22, 2021 06:00 PM

    Hello,

    That option looks like exactly what I'm needing to do (we're moving off an old storage cluster onto a new one and need to storage vMotion the vCLS VMDKs over to another datastore).  That said, like the previous respondent noted, I don't see that option in the vSphere Cluster configuration tab.  Running vSphere 7.0u2c

    Thanks!

    Chris



  • 7.  RE: Storage vMotion vCLS VMs

    Posted Sep 23, 2021 07:36 AM

    It doesn't exist, it is scheduled for the next release



  • 8.  RE: Storage vMotion vCLS VMs

    Posted Sep 23, 2021 12:04 PM

    Ah so - thanks.  I saw that in your earlier response and couldn't tell if it was wishful thinking or a prediction.  We're about to roll out 7.0U2d due to that last exploit - do you know if it got bundled into that?

    Thanks again,

    Chris



  • 9.  RE: Storage vMotion vCLS VMs

    Posted Sep 23, 2021 01:42 PM

    No it is not, i am talking about a proper release, not a patch release



  • 10.  RE: Storage vMotion vCLS VMs

    Posted Oct 11, 2021 07:47 PM

    I just installed the patch and the function is there. I have verified it works. I was able to migrate the vCLS vms.



  • 11.  RE: Storage vMotion vCLS VMs

    Posted Oct 12, 2021 09:35 AM

    Yes, since VCSA 7.0.3.0 (18700403) the option is available. 



  • 12.  RE: Storage vMotion vCLS VMs