App Volume 3.0:
I see all the configuration correct, but applications are not provisioned to client systems. What could be the problem ?
App Volume 3.0:
I see all the configuration correct, but applications are not provisioned to client systems. What could be the problem ?
Hi,
I've got this script (from vc1 or Site A) to help copy a template, convert to VM, migrate VM to vCenter2 in Site B and convert VM to template but I now need to do the following:
1. Instead of doing each VM one by one, I want to do all of them at the same time in parralel so it doesnt take so long.
2. Instead of have two separate scripts for linux and windows and 2 different template csv's, have 1 script and manage all but have some smarts to recognise its a linux template or windows template (perhaps in the CSV have template name and OS name). Also the linux and windows templates need to land on different ESXi and datastores in vc2.
thanks for your help.
#Variables
$vc1 = 'vc1'
$vc2 = 'vc2'
$credentials = Get-Credential
#Connect to vCenters
Connect-VIServer -Server $vc1 -Credential $credentials
Connect-VIServer -Server $vc2 -Credential $credentials
#Import CSV file with template names
$currentTemplates = Import-csv templates.csv
foreach($template in $currentTemplates){
#Check if all templates exist in vCenter 2. If found, delete template permanently (inventory and files). If not found (error action), go to Catch.
Try{
$checkTemplates = Get-Template -Name $($template.template) -Server $vc2 -ErrorAction Stop
Remove-Template -Template $checkTemplates -Server $vc2 -DeletePermanently -Confirm:$false
Write-Output "Removed template $($template.template) on vCenter $vc2"
}
Catch{
Write-Output "Template $($template.template) not found on vCenter $vc2"
}
#Clone existing templates in vCenter1 to vCenter1 in the same folder with a "-clone" amended to the name.
$newTemplate = "$($template.template)-clone"
New-Template -Template $($template.template) -Name $newTemplate -Confirm:$false
Write-Output "Cloned template $($template.template) to $newTemplate on vCenter $vc1"
# Get destination host and datastore
$esx2 = Get-VMHost -Name host2 -Server $vc2
$ds2 = Get-Datastore -Name ds2 -Server $vc2
Write-Output "Converting template $newTemplate to a VM on vCenter $vc1....."
Set-Template -Template $newTemplate -ToVM -Confirm:$false -Server $vc1
#Remove the NIC from VM and migrate to vCenter 2
Write-Output "Migrating VM $newTemplate to vCenter $vc2 on host $esx2 and datastore $ds2..."
$nic = Get-NetworkAdapter -VM $newTemplate
Remove-NetworkAdapter -NetworkAdapter $nic -Confirm:$false
Move-VM -VM $newTemplate -Destination $esx2 -Datastore $ds2
New-NetworkAdapter -VM $newTemplate -NetworkName "PortGroup Name" -StartConnected -Type Vmxnet3
Write-Output "Renaming VM $newTemplate to $($template.template) on vCenter $vc2...."
$newVM = Set-VM -VM $newTemplate -Name $($template.template) -Confirm:$false -Server $vc2
Move-VM -VM $newVM -destination "myfolder" -Server$vc2
Write-Output "Converting VM $newVM to a template on vCenter $vc2....."
Set-VM -VM $newVM -ToTemplate -Confirm:$false -Server $vc2
}
Disconnect-VIServer -Server $vc1 -Confirm:$false
Disconnect-VIServer -Server $vc2 -Confirm:$false
I have a GTS250 card (old I know), under WS14 my VM's are enabled for 3D acceleration and when VMs start there are no error messages. If I upgrade to WS15 the same VM now gets error messages that there is no 3D acceleration enabled in the host. If I uninstall WS15 and reinstall WS14 then that exact same VM starts up without any 3D acceleration error messages. Whats changed in WS15 that now results in my acceleration no longer working? If I look at the specs pages both say they need DX10.1 but obviously that can not be the case because WS14 works and WS15 doesn't. Any idea's?
Hi!
Does anybody know how to change/edit "Deployment" description after provisioning? End-user can easy change/add VMs description after deployment (using "Reconfigure" task), but I don't see any options to edit Deployment description... I haven't been lucky with vRO/REST API, looks like no methods/functions exists to update already deployed object VCACCAFE:CatalogResource (I'll be happy to be wrong on it). Could not believe that so obvious function is missing in vRA.
Hi Guys,
Totally newbie to VMware world, I have been trying to install Windows Server 2008 on my machine but gets the following error.
I am running Esxi 4.0 and all other machines are working perfectly except Windows Server 2008.
\windows\system32\drivers\volmgrx.sys
I assume it doesn't know my NIC driver.
Please help.
Thank you
Networkgeek
I have now tried with both Fusion Pro 10 and 11, I cannot get my Guest Windows 10 system to extend displays or detect my additional monitor. The touch bar on the Mac shows Extend and mirror when I have another screen connected and on the Mac (host) side this works as required. However in Fusion, it doesn't work, I have all the VMware tools installed, I have even done a clean install of Windows 10 and no difference I have tried to use all displays in Full screen and single view, with no luck, it just keeps mirroring the Windows 10 (guest) on each screen. Please advise what else I can try to get it to detect my additional monitor.
Thanks
Topic Name : Import a Virtual Machine to a vRealize Automation Environment
Publication Name : Preparing and Using Service Blueprints in vRealize Automation
Product/Version : vRealize Automation/7.4
Question :
Is there a method/way by which VRA detects an unmanaged VM deployed in a Hyerpvisor and imports the VM in VRA environment
Hi everyone,
I know it's possible to use VMware UAG for secure external access to the applications and virtual desktop of our organization.
But it seems doesn't appear in the VMware Horizon Enterprise Edition.
Can we buy directly the license from part or we have to pass directly on VMware Workspace One?
Thank's in advance.
Hi Luc,
will following syntax is sufficient enough to check any latency related log in vmkernel.
i have connected to esxi using powercli and run following
get-log -Key vmkernel|?{$_ -like "latency"}
also could yu suggest simple way to run esxtop using powercli and check latency related issue.
I am trying to create a layer 2 extension in my on-prem VC and it is failing with error "MtaException: MTA-02"
I have configured L2 appliance using tenant-cx UI and added 2 IP in the pool
In Cloud side I have deployed an ESG and converted it into advance networking services. Added a routed network as sub-interface.
Basically followed all steps mentioned in blog: https://kiwicloud.ninja/2017/11/vcloud-director-extender-part-5-stretch-networking-l2vpn/#comment-17120
On checking mobility.log in my on-prem cx appliance, I am seeing below errors
2018-10-03 11:21:18.940 [CloudExt-WorkflowPool-Thread-4] DEBUG c.v.h.m.c.w.d.WorkflowStretchNetwork.handleError(92)- - Error in WorkflowStretch : NetworkExtension [id=null, name=Cloud-New-Extn, sourceNetwork=NetworkIdentifier [id=dvportgroup-38, name=Mgmt-NW, type=PORT_GROUP], sourceEgressOptimization=[], destinationNetwork=VcdNetworkIdentifier [siteId=c01f97c2-3beb-4222-aac4-9a6636ffb307, siteName=vStellar Private Cloud, vdcId=d9e4ad92-9636-46b0-9a19-7e3bb8e82791, vdcName=Tenant1-VDC, id=406104db-64e0-47d5-a34a-c386c53c4776, name=Tenat1-Mgmt, type=ORG_VDC], destinationEgressOptimization=[], status=null, taskId=null, failedSubTask=null]
com.vmware.hybridcloud.mobility.cloudxt.adapter.mta.MtaException: MTA-02
at com.vmware.hybridcloud.mobility.cloudxt.adapter.mta.MtaVcdAdapterProxyImpl.getL2vpnConfig(MtaVcdAdapterProxyImpl.java:90)
at com.vmware.hybridcloud.mobility.cloudxt.adapter.VcdAdapter.getL2vpnConfig(VcdAdapter.java:127)
at com.vmware.hybridcloud.mobility.cloudxt.adapter.VcdAdapter.populateEdge(VcdAdapter.java:382)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.activity.stretch.GenerateAndSaveL2vpnConfigurationActivity.getOrgVcdEdge(GenerateAndSaveL2vpnConfigurationActivity.java:96)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.activity.stretch.GenerateAndSaveL2vpnConfigurationActivity.execute(GenerateAndSaveL2vpnConfigurationActivity.java:138)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.activity.BaseActivity.executeActivity(BaseActivity.java:107)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.process.SequentialProcessingEngine.execActivities(SequentialProcessingEngine.java:76)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.process.SequentialProcessingEngine.execActivities(SequentialProcessingEngine.java:43)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.WorkflowManagerImpl.executeWorkflow(WorkflowManagerImpl.java:70)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.process.WorkflowRunnable.run(WorkflowRunnable.java:51)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at com.vmware.hybridcloud.mobility.cloudxt.workflow.process.WorkflowThread.run(WorkflowThread.java:20)
Caused by: com.vmware.hybridcloud.mobility.mta.exceptions.MTAdapterClientException: Exception occurred while fetching L2VpnConfig for edge with urn: cf08e281-912d-454d-8d0e-88da6d54bbd3
at com.vmware.hybridcloud.mobility.mta.utils.MTAdapterUtils.handleAndThrowException(MTAdapterUtils.java:78)
at com.vmware.hybridcloud.mobility.mta.vcd.VcdNetworkServiceClient.getL2VpnConfig(VcdNetworkServiceClient.java:309)
at com.vmware.hybridcloud.mobility.mta.vcd.AdapterVcdClient.getL2VpnConfig(AdapterVcdClient.java:690)
at com.vmware.hybridcloud.mobility.cloudxt.adapter.mta.MtaVcdAdapterProxyImpl.getL2vpnConfig(MtaVcdAdapterProxyImpl.java:83)
... 13 common frames omitted
Caused by: javax.ws.rs.ForbiddenException: This operation is denied.
at com.vmware.hybridcloud.mobility.mta.vcd.networking.NsxClient.translateException(NsxClient.java:227)
at com.vmware.hybridcloud.mobility.mta.vcd.networking.NsxClient.getResource(NsxClient.java:132)
at com.vmware.hybridcloud.mobility.mta.vcd.networking.NsxClient.getResource(NsxClient.java:106)
at com.vmware.hybridcloud.mobility.mta.vcd.VcdNetworkServiceClient.getL2VpnConfig(VcdNetworkServiceClient.java:305)
... 15 common frames omitted
Caused by: org.springframework.web.client.HttpClientErrorException: 403 Forbidden
at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:63)
at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:700)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:653)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:613)
at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:531)
at com.vmware.hybridcloud.mobility.mta.vcd.networking.NsxClient.getResource(NsxClient.java:129)
... 17 common frames omitted
No help available on google regarding this topic.
Looking for guidance on how to troubleshoot this issue.
Evaluating this product on refurbed dual 2670v1 box..
Install one test VM, ubuntu, fine.
Install another, get this error msg : "The VM configuration was rejected. Please see browser Console"
- Ok that was fast. (no the folder is not present).
Try to manually create a folder on datastore. Nothing happens.
Now I try and power off the first VM, hard "Power off" ... nothing. Reset ... nothing. Log on to VM manually and shutdown Ubuntu manually that works.
First experience running this product do not inspire confidence!
recently our view environment has found a problem with a few pools not being able to use the Windows Search feature fro the start button. We used to be able to click Start then start typing and that no longer happens. Been trying to figure out why with NO luck. Those desktops work fine when we try to login to the console and the MASTER works as well. Strange thing is that it doesn't happen to all pools. I have 2 users (one being me) and after moving the computer account to a different OU i can use the search feature just fine. However the other user cannot. Everything is equal with both users. The stranger thing is that these pool use to work and now they do NOT. Everything else works just fine but the search feature and a ton of users want that feature back. Anyone have a clue where to look? All the Search services are started as nothing has changed in the environment except the master image. No major updates done to it just some software updates. Any help is certainly appreciated. Thanks for all the assistance.
P.
Windows 10 LTSB
Horizon 7.4 with 7.4 agent
APPVOL 2.13.2
Уважаемые!
имеем HA кластер растянутый на 2 блэйд корзины.
Можно ли как-то настроить так, чтобы DRS балансировал виртуалки в пределах отдельно каждой корзины (группы хостов), но в случае недоступности всей 1-й корзины со всеми хостами, HA перезапускал их на хостах 2 корзины, ну и на оборот (при отказе всех во 2-й перезапуск на хостах в 1-й)
Hi All,
We are using CA signed certificate in VMware Cloud Servers and we already added respective certificate in Trusted root certification Authority but in log file We are getting below error:
Log file :
vcac: [component="iaas:DynamicOps.DEM.exe" priority="Error" thread="5004"] [sub-thread-Id="21" context="" token=""] <?xml version="1.0" encoding="utf-16"?>
<boolean>false</boolean>
Workflow 'vSphereSnapshotInventory' failed with the following exception:
at DynamicOps.Common.GlobalCertificateValidationManager.ServerCertificateValidation(Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
at System.Net.ServerCertValidationCallback.Callback(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ServerCertValidationCallback.Invoke(Object request, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
at System.Net.Security.SecureChannel.VerifyRemoteCertificate(RemoteCertValidationCallback remoteCertValidationCallback)
at System.Net.Security.SslState.CompleteHandshake()
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
Please find below details of servers :
Certificate Details :
Please suggest
Where can I locate a detailed and up-to-date description of the features and limitation of the 6.5 and 6.7 versions of the free ESXi hypervisor?
Regards
mariua
hi
Is it possible to configure the same vlan as part of the trunk port and also as uplink port?
thanks
Hi All,
During installation I get following message "No Network Adapters". (in ESXi 5.5 versions)
In ESXi 6.7 versions server reboots while loading /sb.v00 or /s.v00.
Intel has only following driver to download i40en-1.3.1 but this driver is already included in custom images (HPE, Lenovo).
With best regards,
Ulukbek
Hello Luc,
I have been trying to find q depth of iscsi adapter as per following .but value is blank here .
C:\Windows\system32> $esx_cli.system.module.parameters.list("iscsi_vmk")|?{$_.name -eq "iscsivmk_HostQDepth"}
Description Name Type Value
----------- ---- ---- -----
Maximum Outstanding Commands Per Adapter iscsivmk_HostQDepth int
i thought of increasing the q depth as esxtop has high value of 780 under CMDS/s under iscsi adapter.
Hello,
I have a new 6.5 VCSA and new hosts 6.5 added to an existing vCD 8.2 environment that has been using a Windows vCenter 6.0 and old hardware (ESXi 6). I am looking for a way of migrating the existing vAPPS and VMs to the new vCenter/Hosts/resources. The storage is not shared, it can be if it makes it easier.
If anyone has any advice on how to migrate these it would be greatly appreciated?
I am investigating the use of the vCD Extender and using it to migrate from the old vCenter to the same existing vCD, if anyone has had experience with that, any guidance would be good?
Thanks