Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all 176561 articles
Browse latest View live

TESTING CDF INTEGRATION - DEC 13th 2019 Release


"Unable to query vSphere health information" and "Unable to query vSAN health information" after certificate replacement - VCSA 6.7U2

$
0
0

I attempted to replace my machine cert on my VCSA server.  After a few attempts I gave up and performed a full certificate reset using the `/usr/lib/vmware-vmca/bin/certificate-manager` tool.

 

Now I'm seeing the following errors in the UI when looking at any Health or vSAN information.   Anyone know how to resolve this?  I upgraded to 6.7.0.40000 and that didn't help.

 

Screen Shot 2019-10-23 at 11.14.28 AM.png

Screen Shot 2019-10-23 at 11.14.43 AM.png

Screen Shot 2019-10-23 at 11.14.54 AM.png

 

in my /var/log/vmware/vsphere-ui/logs/vsphere_client_virgo.log I see lots of:

Caused by: com.vmware.vsphere.client.vsandp.core.sessionmanager.common.NotAccessibleException: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint doesn't match

at com.vmware.vsphere.client.vsandp.core.sessionmanager.common.PbmClient.getConnection(PbmClient.java:70)

at com.vmware.vsphere.client.vsan.base.impl.PbmDataProvider.getProfileIds(PbmDataProvider.java:181)

at com.vmware.vsphere.client.vsan.base.impl.PbmDataProvider.getStoragePolicies(PbmDataProvider.java:131)

at com.vmware.vsphere.client.vsan.base.impl.PbmDataProvider.getObjectCompatibleStoragePolicies(PbmDataProvider.java:118)

... 119 common frames omitted

Caused by: com.vmware.vim.vmomi.client.exception.SslException: com.vmware.vim.vmomi.core.exception.CertificateValidationException: Server certificate chain is not trusted and thumbprint doesn't match

at com.vmware.vim.vmomi.client.common.impl.ResponseImpl.setError(ResponseImpl.java:256)

at com.vmware.vim.vmomi.client.http.impl.HttpExchange.run(HttpExchange.java:56)

at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingBase.executeRunnable(HttpProtocolBindingBase.java:226)

at com.vmware.vim.vmomi.client.http.impl.HttpProtocolBindingImpl.send(HttpProtocolBindingImpl.java:106)

at com.vmware.vim.vmomi.client.common.impl.MethodInvocationHandlerImpl$CallExecutor.sendCall(MethodInvocationHandlerImpl.java:629)

...

vCD 9.7.x / issue after update VMs template (Windows) by Flex Client and next download OVA by tenant client

$
0
0

Hello.

 

We have vSphere 6.7 u3

 

I opened this post because looks like i dont understand how should looks like update process for operating systems. Issue starting after some operations in catalog during OS update.

 

We have opened SR: 19080739611

 

The problem looks that.

 

We have now affected all Windows Server template. After some long troubleshooting what we have.

 

When client download VM to OVA by tenant portal and next try import to vCD process is hanging on 1%

 

on NFS we have VMDK capacity is 0:

After some time we have timeout... and task fails with specific description....

 

7 zip is not working to extract OVA (worked before we performed planned OS updates)

 

Working only WinRar. And after extracting OVA to 3 files and importing them by tenant or flex client is possible to import VM again.

 

 

 

Problem is not observed when we have a fresh template (created inside vCD). When we create some new VMs we can download and import OVA with success.(by tenant client)

The problem started after some time. Last time we observed this issue after Windows Server 2019 update. Maybe this is not related to the specific OS but some activity on vCD level.

 

The process which we performed during update ( i received this from our OS engineer)

 

## Update process:

1. Deployment vAPP from Catalog (in Public ORG for templates):.

2. Start VM with network ==> UPDATE OS ==> Stop VM

3. Add to Catalog (with overwrite option and with Customize Vm settings)

4. Deployment vAPP from Catalog (in Public ORG for templates):.

5. Remove network (ORG VDC Network) from vAPP and VM

6. Add to Catalog (with overwrite option and with Customize Vm settings)

 

Im not sure why we are twice time adding to Catalog... but this is normal operation in my opinion.

 

From GSS support we not received the good solution. Because "they don't know what we did exactly during this update process".... and suggest importing new VMs from vCenter...( maybe every month ? )

 

Problem not exist in Flex client... which will be not available in next vCD version...

 

What is strange OVA from tenant and flex client is different inside.... (exactly that same VM)

 

 

For importing those OVA to vSphere we have problems too... but for this, we have different workaround VMware Knowledge Base

 

For now,for vCD we have only workaround related to WinRar.

 

How looks like you update OS process ? in your environments?

 

Sebastian

Transport (VMDB) error -14: Pipe connection broken; macOS Catalina Fusion 11.5.1

$
0
0

Hello

 

I get the above error when trying to create or start any VM.

Permissions in Preferences -> Security & Privacy seems good; VMware are allowed full disk access and screen recording, accessibility, and Input monitoring.

In the VMware Fusion Service.log I have the following error:

 

Waiting for vmci kext...

Warning: FusionServicesWaitForKext: CTLIOCGINFO failed: No such file or directory

 

I've tried a complete removal of VMware, reboot, and reinstallation.

 

Does anyone know how to fix this?

 

logs are attached.

 

BR

Patrik

Trying to count the number of NICs on VMs

$
0
0

 

Hi All

 

 

Have been trying to create a script to simply count the number of NICs in a VM ?!? In all honesty havent a clue where to start ?!??! I do know there is a count 'property' but can't get to figure out how I can incorporate this into counting the Nics

 

 

Thanks ALOT in advance

 

 

Munster

 

 

Problems trying to undeploy vapp using rest api on vcloud director 9.5

$
0
0

Hi , i have a problem , maybe is my fault but:

 

i am trying to undeploy a vapp and get some weird behavior,

query : PUT https://myserver/api/vApp/vapp-somenumber/action/undeploy

 

with the headers:

Content-Length: 212

Content-Type: applicatapplication/vnd.vmware.vcloud.undeployVAppParams+xml; charset=ISO-8859-1

Accept: application/*+xml;version=31.0

x-vcloud-authorization: somethingsomething

 

with the body:

<?xml version="1.0" encoding="UTF-8"?>

<vcloud:UndeployVAppParams

    xmlns:vcloud="http://www.vmware.com/vcloud/v1.5">

    <vcloud:UndeployPowerAction> force </vcloud:UndeployPowerAction>

</vcloud:UndeployVAppParams>

 

 

and i get:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Error

  xmlns="http://www.vmware.com/vcloud/v1.5"

  xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1"

  xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData"

  xmlns:common="http://schemas.dmtf.org/wbem/wscim/1/common"

  xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData"

  xmlns:vmw="http://www.vmware.com/schema/ovf"

  xmlns:vmext="http://www.vmware.com/vcloud/extension/v1.5"

  xmlns:ovfenv="http://schemas.dmtf.org/ovf/environment/1"

  xmlns:ns9="http://www.vmware.com/vcloud/versions" majorErrorCode="415" message="Unsupported Media Type" minorErrorCode="UNSUPPORTED_MEDIA_TYPE"/>

 

Any hints ? somebody? i also tried with bearer token authentication with the same error.

504 error while launching VDI Desktop

$
0
0

Hi,

 

We are getting 504 errors while launching the VDI desktop and the VM is showing, VMware tools not running. THis is happening random for VM's in a cluster.

 

Any ideas..

Webcam not working after using Fusion 8.5

$
0
0

Macbook Pro, MacOS 10.12.5, Fusion 8.5

 

Does anybody have the issue that the Webcam on the MacBook no longer works after using VMware Fusion 8.5. The solution is to do a shutdown, restart of the Macbook to have it working again. Any other solutions available?


ESXi 6.0 host - Some VMs go offline intermittently

$
0
0

Recently, like some of you, I've been going through the process of upgrading/migrating my services from Server 2008 to Server 2012-->2016. I also recently upgraded our ESX host to version 6.0, and will upgrade again to 6.5 (the newest version my server is compatible with) in the coming weeks when I can schedule a maintenance period.

 

Some of my VMs have now been going offline intermittently. I have to disable and reenable the NIC on the VM to bring it back online. I've been checking through windows logs but cannot find much. I've heard recommendations to upgrade VMware tools, which I've done for these servers.

 

What can I do to trouble shoot this?

 

Are there logs on the host that will give me data on this?

 

Thank you all.

vRO vCloud Plugin: Download a vApp template Workflow

$
0
0

Hi,

 

I am trying to use the "Download a vApp template" workflow but it does not work as expected. The workflow completes successful but looking at the download I get 2 files. One is the OVF file with the OVF file contents, and the other one is a vmdk file, however the content is exactly the same as in the OVF file. So it is not downloading the disk file, instead it downloads the ovf file again. In the API calls I can see it is only accessing the ovf file from the /transfer/ endpoint.

 

In order to troubleshoot this I created a small workflow which calls the downloadFile() method on the vAppTemplate object but no matter which filename I specify it always get's and dumps the OVF content.

 

Is someone successfully using this Workflow?

 

This is vRO 8.0, vCloud Plugin 10.0 and vCloud 9.7. I have seen this problem in the past with earlier versions as well.

Invoke-VMScript and Bash Returns

$
0
0

Hi All.

 

I'm going to make my first Invoke-VMScript experiences. I have a bash script doing until now nothing usefull, but it works from command line in linux. It seems it works on a Win system running PWSH ISE...

 

Invoke-VMScript -ScriptText /opt/microsoft/powershell/ps_script/doPwsh.sh -ScriptType Bash -VM <vm name> -Debug

AUSFÜHRLICH: 03.12.2019 14:58:53    Invoke-VMScript    Started execution

DEBUG: 03.12.2019 14:59:00    Invoke-VMScript    133152341-4243-ad56-423-4b612e15c71c

AUSFÜHRLICH: 03.12.2019 14:59:04    Invoke-VMScript    Finished execution

DEBUG: 03.12.2019 14:59:05    Invoke-VMScript  

 

But I have to terminate it by Ctrl-C and I get no bash outputs.

 

Why?

ESXi 6.7 U3 Receive Length errors

$
0
0

While monitoring one of our hosts we noticed network interface errors. Checked cabling but no problems found. Checked NIC stats and the errors are 'receive length errors' only. Tried updating the BIOS and NIC driver, to no avail.

 

Stats of the NIC after rebooting, receive length errors are slowly increasing:

[root@rdcvms01:~] esxcli network nic stats get -n vmnic0

NIC statistics for vmnic0

   Packets received: 177327

   Packets sent: 494927

   Bytes received: 30356313

   Bytes sent: 662112740

   Receive packets dropped: 0

   Transmit packets dropped: 0

   Multicast packets received: 5267

   Broadcast packets received: 8459

   Multicast packets sent: 503

   Broadcast packets sent: 1274

   Total receive errors: 1877

  Receive length errors: 1877

   Receive over errors: 0

   Receive CRC errors: 0

   Receive frame errors: 0

   Receive FIFO errors: 0

   Receive missed errors: 0

   Total transmit errors: 0

   Transmit aborted errors: 0

   Transmit carrier errors: 0

   Transmit FIFO errors: 0

   Transmit heartbeat errors: 0

   Transmit window errors: 0

 

 

Host: Proliant ML350 Gen10, latest SPP

HPE Customized Image ESXi 6.7.0 Update 2 version 670.U2.10.4.1

Updated with ESXi 6.7 U3

Single NIC in use at present.

Updated Intel NIC driver to the latest version: Download VMware vSphere , no change in status, errors still increasing.

Switch is a HPE 1920s, no errors seen on any of the interfaces.

All interfaces and connections are set to standard MTU size (1500).

 

Anyone has seen this before?

 

P.s this person has the same issue, and hasn't found a solution either:

Receive Length Errors on Host NIC : vmware

 

Thanks for any tips!

vCenter 6.0 windows to vCenter 6.5 windows upgrade fails with error (UPGRADE_EXPORT_TIMEOUT)

$
0
0

Hello!

 

I try to upgrade my vCenter 6.0 on Windows 2008R2 to 6.5 version.

Upgrade fails with error:

to6.5.png

 

Can anybody help me?

 

System extension in Windows don't help.

UPGRADE_EXPORT_TIMEOUT=600

UPGRADE_IMPORT_TIMEOUT=600

Unable to remove Floppy Drive

$
0
0

Hi Guys,

 

We can't seem to remove a floppy drive on our VM.

 

 

We have tried so many times on removing it, but it keeps on coming back.

 

So we just try to disable it on BIOS, lo and behold, there's no disable option

 

 

This as been causing some issues with our Altaro Backup, as it does not take an Application backup due to this:

 

Error 12/5/2018 5:15:08 AM VSS 12289 None – Volume Shadow Copy Service error: Unexpected error DeviceIoControl(\\?\fdc#generic_floppy_drive#6&2bc13940&0&0#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} – 0000000000000538,0×00560000,0000000000000000,0,000001F790975F90,4096,0). hr = 0×80070001, Incorrect function.

Error 12/5/2018 4:45:50 AM VSS 12289 None – Volume Shadow Copy Service error: Unexpected error DeviceIoControl(\\?\fdc#generic_floppy_drive#6&2bc13940&0&0#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} – 000000000000055C,0×00560000,0000000000000000,0,0000028292B56260,4096,0). hr = 0×80070001, Incorrect function.

Error 12/5/2018 2:30:01 AM VSS 12289 None – Volume Shadow Copy Service error: Unexpected error DeviceIoControl(\\?\fdc#generic_floppy_drive#6&2bc13940&0&0#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} – 0000000000000540,0×00560000,0000000000000000,0,000001E3EF393440,4096,0). hr = 0×80070001, Incorrect function.

 

Any ideas on how can we remove the floppy device on our VM? We're on ESXI 6.5.

Thanks!

MS Cluster machine on Vmware

$
0
0

Hi,

i'm running two host esxi 6.7 and i have two vm which is install MS failover Cluster and DB cluster with RDM disk attach as shared storage.

and i have a problem is that i'm not able take snapshot of that vm which in cluster.

is there any other way to create cluster and after that can i take snapshot ?

pls guide.

thanks..


Script to convert VM from thin to thick eager zeroed while it is powered on

$
0
0

My VM has two disks located on Datastore_005 and Datastore_006

The disk located on Datastore_005 is Thin

The disk located on Datastore_006 is EagerZeroedThick

 

I can convert the VMs disks from thin to thick eager Zeroed by:

 

move-vm MyVM01 -datastore Datastore_007 -DiskStorageFormat  EagerZeroedThick

 

Is it possible to convert on the disk located on Datastore_005 to Thick Eager Zeroed without moving it to another Datastore while the VM is online ?

Horizon 7 and OpenLDAP Server

$
0
0

Hi to all, following my environment: • One OpenLDAP Server for domain "domain.com" • One Active Directory Server for domain "horizon.com" With a Horizon 7 for linux license, I have installed horizon connection server on a windows 2012 server under domain "horizon.com" Now I need to connect to horizon thin client (both horizon client and ubuntu client) with users under "domain.com". Is it possible? How can I connect users of "domain.com" to "horizon.com"? Thanks

VM Visibility - vRO / vRA

$
0
0

Hi All,

 

We've developed a set of workflows that take a VC:VirtualMachine as one of the inputs. This is fine when using the flows within vRO, but we also have a requirement to use them within vRA.

 

The workflows have been published as XAAS blueprints within vRA, when a user selects the VC:VirtualMachine they are able to see all of the machines in all the vCenters configured within vRO. We need to limit this to display only the machines they are entitled to see, so for example a user from vRA business group a can select machines a1, a2, a3, a user from business group b can select machines b1, b2, b3.

 

We've had a look at the VCAC:VirtualMachine type, but that seems to display all machines as well. Is there a built-in type we can use that will do this, or will we have to "roll our own"?

 

Any advice would be appreciated!

 

Thanks,

 

Tim.

Bulk VM managment - MAC

$
0
0

Hi,

I have powershell script for creation of bulk VMs. I want to turn this into a GUI via python.

One of the aspects I'm checking before I head down this path, is around spectific MACs.

For the enviroment I need to be able to define the MAC for each VMs NIC. As this is bulk creation, i need to specific and subsquently number the end of the MACs to match other details within the enviroment - so that verios conversion are all inline for easy understanding and troubleshooting.

In the Automation SDK, the closest I can find is:

Ethenet - update PATCH https://{server}/rest/vcenter/vm/{vm}/hardware/ethernet/{nic} Updates the configuration of a virtual Ethernet adapter.

But does that incluse setting a defined MAC?

Or is that an eixting tool for bulk managment of VMs where I can state MAC during the creation?

High level is Stat/start/restart/create/delete, but its the very details aspacts during the create that i cant seem to find any tools for - hense the creation of my own.

 

Thanks

Slow login/Performance App volumes with Symantec client installed

$
0
0

We`ve been troubleshooting slow login and poor application performance on our Non Persistent VDI for a while now. App Volumes and Symantec Endpoint Protection doesn`t seem to like each other.

 

Without a SEP cliënt installed everything is performing well and user experience feels like a persistent VDI. When SEP is installed including all obvious exceptions and even using the virtual image exception tool no significant change in performance is noticed. We`ve been testing all scenario`s disabling components of symantec. Only disabling "Application & Device Control" seems to improve login and application performance.

 

Login times :

 

Symantec all components on + 3 Appstacks                        2,36 Min

Symantec Application & Device Control off + 3 AppStacks  2,06 Min

 

Symantec all components on + 1 Appstack                          1,51 Min

Symantec Application & Device Control off + 1 Appstack    1,25 Min

 

No Symantec cliënt installed + 3 Appstacks                         0,50 Min

 

Anyone dealing the same issues? We can`t skip Symantec or move to another AV vendor. (large enterprise)

 

Horizon View 7.8

App Volumes 2.16 (computer assigned)

UEM 9.6

SEP RU1 14.2.3335.1000

Viewing all 176561 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>