Advertisement
Guest User

Untitled

a guest
Apr 6th, 2018
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [04-06-2018_07:41:42] Deploying the VCSA ...
  2. [04-06-2018_08:09:53] Creating vApp Nested-vSphere-Lab-6.5-NVTfXaqF ...
  3. New-VApp : 06/04/2018 20:09:55  New-VApp        The operation is not supported on the object.  
  4. At D:\Training\VMware\vGhettoLab\vsphere-6.5-vghetto-standard-lab-deployment.ps1:777 char:13
  5. +     $VApp = New-VApp -Name $VAppName -Server $viConnection -Location  ...
  6. +             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.     + CategoryInfo          : NotSpecified: (:) [New-VApp], NotSupported
  8.     + FullyQualifiedErrorId : Client20_ClientSideTaskImpl_ThreadProc_UnhandledException,VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVApp
  9.  
  10. [04-06-2018_08:09:55] Moving Nested ESXi VMs into Nested-vSphere-Lab-6.5-NVTfXaqF vApp ...
  11. Move-VM : Cannot validate argument on parameter 'Destination'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
  12. At D:\Training\VMware\vGhettoLab\vsphere-6.5-vghetto-standard-lab-deployment.ps1:783 char:64
  13. + ...      Move-VM -VM $vm -Server $viConnection -Destination $VApp -Confir ...
  14. +                                                             ~~~~~
  15.     + CategoryInfo          : InvalidData: (:) [Move-VM], ParameterBindingValidationException
  16.     + FullyQualifiedErrorId : ParameterArgumentValidationError,VMware.VimAutomation.ViCore.Cmdlets.Commands.MoveVM
  17.  
  18. Move-VM : Cannot validate argument on parameter 'Destination'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
  19. At D:\Training\VMware\vGhettoLab\vsphere-6.5-vghetto-standard-lab-deployment.ps1:783 char:64
  20. + ...      Move-VM -VM $vm -Server $viConnection -Destination $VApp -Confir ...
  21. +                                                             ~~~~~
  22.     + CategoryInfo          : InvalidData: (:) [Move-VM], ParameterBindingValidationException
  23.     + FullyQualifiedErrorId : ParameterArgumentValidationError,VMware.VimAutomation.ViCore.Cmdlets.Commands.MoveVM
  24.  
  25. Move-VM : Cannot validate argument on parameter 'Destination'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
  26. At D:\Training\VMware\vGhettoLab\vsphere-6.5-vghetto-standard-lab-deployment.ps1:783 char:64
  27. + ...      Move-VM -VM $vm -Server $viConnection -Destination $VApp -Confir ...
  28. +                                                             ~~~~~
  29.     + CategoryInfo          : InvalidData: (:) [Move-VM], ParameterBindingValidationException
  30.     + FullyQualifiedErrorId : ParameterArgumentValidationError,VMware.VimAutomation.ViCore.Cmdlets.Commands.MoveVM
  31.  
  32. [04-06-2018_08:09:55] Moving vcenter65-1 into Nested-vSphere-Lab-6.5-NVTfXaqF vApp ...
  33. Move-VM : Cannot validate argument on parameter 'Destination'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
  34. At D:\Training\VMware\vGhettoLab\vsphere-6.5-vghetto-standard-lab-deployment.ps1:790 char:64
  35. + ...  Move-VM -VM $vcsaVM -Server $viConnection -Destination $VApp -Confir ...
  36. +                                                             ~~~~~
  37.     + CategoryInfo          : InvalidData: (:) [Move-VM], ParameterBindingValidationException
  38.     + FullyQualifiedErrorId : ParameterArgumentValidationError,VMware.VimAutomation.ViCore.Cmdlets.Commands.MoveVM
  39.  
  40. [04-06-2018_08:09:55] Disconnecting from vcenter.jaggersystems.net ...
  41. [04-06-2018_08:09:55] Connecting to the new VCSA ...
  42. [04-06-2018_08:09:57] Creating Datacenter Datacenter ...
  43. [04-06-2018_08:09:57] Creating VSAN Cluster VSAN-Cluster ...
  44. [04-06-2018_08:09:58] Adding ESXi host vesxi65-1 to Cluster ...
  45. [04-06-2018_08:10:28] Adding ESXi host vesxi65-2 to Cluster ...
  46. [04-06-2018_08:10:58] Adding ESXi host vesxi65-3 to Cluster ...
  47. [04-06-2018_08:11:27] Enabling VSAN Space Efficiency/De-Dupe & disabling VSAN Health Check ...
  48. Set-VsanClusterConfiguration : 06/04/2018 20:12:25  Set-VsanClusterConfiguration        General vSAN error.
  49. At D:\Training\VMware\vGhettoLab\vsphere-6.5-vghetto-standard-lab-deployment.ps1:857 char:83
  50. + ... usterName | Set-VsanClusterConfiguration -SpaceEfficiencyEnabled $tru ...
  51. +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52.     + CategoryInfo          : InvalidOperation: (:) [Set-VsanClusterConfiguration], ViError
  53.     + FullyQualifiedErrorId : Storage_Impl_VsanServiceImpl_ErrorReconfiguringCluster,VMware.VimAutomation.Storage.Commands.Cmdlets.Vsan.SetVsanClusterConfiguration
  54.  
  55. [04-06-2018_08:12:31] Querying ESXi host disks to create VSAN Diskgroups ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement