All Posts

Wat is the recommended config for an interface connection to a down stream switch? Layer 2 trunk or a layer 3 sub-interfaces. Thanks!
Hi, after updating to Workstation 17 Pro 17.5.0 build-22583795, I start to have the same issue, the keyboard stops responding, It did this 5 times in less than 3 hours. I applied @banackm first sugg... See more...
Hi, after updating to Workstation 17 Pro 17.5.0 build-22583795, I start to have the same issue, the keyboard stops responding, It did this 5 times in less than 3 hours. I applied @banackm first suggestion: (1) Power off the VM, and add the config option: keyboard.allowBothIRQs = FALSE And after that, the issue is gone. Don't want to jinx it, but 1 full day of working without the issue. Many thanks!!!! Cheers, Diego
@LucD  Hi LucD, Yes, I totally understood.  Thanks, a lot. for your valuable time.  Thanks much for the Code.  It means a lot.  
Product Evaluation Center for VMware vSphere 8 and Register this product, as 60 days trial https://customerconnect.vmware.com/en/evalcenter?p=vsphere-eval-8    
@N3rdlicht  I've asked myself the same question at a customer a few months ago. I've tried numerous things to get rid of the Edge and Store icons at each logon but unfortunately nothing helped. I al... See more...
@N3rdlicht  I've asked myself the same question at a customer a few months ago. I've tried numerous things to get rid of the Edge and Store icons at each logon but unfortunately nothing helped. I also had never seen this happening at other customers.  I first thought I fixed it by running the following command on the golden image:  Import-StartLayout layout2.xml -MountPath $env:SystemDrive\ Happy me, happy customer, until a few weeks later the icons suddenly appeared again. There had been updates on the GI but nothing related to that. We ran the command again and it was back OK for a few weeks until the appeared again.  The ultimate fix we've done was to add the command in our post-sync script, so it gets run on each VDI that is provisioned. It's been stable for a few months now. Although I still have no idea why they kept coming back in the first place. Our layout2.xml file looks like this (we forced Chrome and Explorer in the taskbar and some pinned shortcuts on the start menu: <LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <LayoutOptions StartTileGroupCellWidth="6" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6"> <start:Group Name=""> <start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="\\domain.local\SYSVOL\DOMAIN.LOCAL\scripts\VDI\EndSession\Fermer.vbs" /> <start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="\\domain.local\SYSVOL\DOMAIN.LOCAL\scripts\VDI\EndSession\Deconnexion.vbs" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbar:DesktopApp DesktopApplicationID="Microsoft.Windows.Explorer" /> <taskbar:DesktopApp DesktopApplicationID="Chrome" /> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate>
vSphere Hypervisor 7.0 can be downloaded from the Download Center after the product has been registered as eval https://customerconnect.vmware.com/en/evalcenter?p=free-esxi7 VMware vSphere Hypervis... See more...
vSphere Hypervisor 7.0 can be downloaded from the Download Center after the product has been registered as eval https://customerconnect.vmware.com/en/evalcenter?p=free-esxi7 VMware vSphere Hypervisor (ESXi ISO) image, 2023-07-06, 7.0U3n, 382.05 MB, iso
Thank you Fernando. The RAID looks good (see image)  This is encouraging, as I am hoping to restore the server with no data loss...  I am trying to organize my troubleshooting, so I will focus ... See more...
Thank you Fernando. The RAID looks good (see image)  This is encouraging, as I am hoping to restore the server with no data loss...  I am trying to organize my troubleshooting, so I will focus on healing the "degraded" state of the volumes as reported by ESXi. I did see one thread where someone solved this with esxcli ssh commands as specified here at https://communities.vmware.com/t5/ESXi-Discussions/Disks-degraded-in-ESXi/m-p/1404465#M134443 I am a little shy to run these commands out of the box, but I feel better now...I can do this!   Any insights appreciated! Thank you all! bobd 
Are the components you use supported ? https://www.intel.com/content/dam/support/us/en/documents/memory-and-storage/Intel-VROC-VMD-Supported-Configs.pdf https://www.intel.com/content/www/us/en/supp... See more...
Are the components you use supported ? https://www.intel.com/content/dam/support/us/en/documents/memory-and-storage/Intel-VROC-VMD-Supported-Configs.pdf https://www.intel.com/content/www/us/en/support/articles/000030310/memory-and-storage/datacenter-storage-solutions.html  
Alas, I'm not sure. I eventually started with a fresh Windows 10 VM, until I got a new Mac where I haven't encountered the issue.
You wrote: But sharing (which didn't work in this VM before upgrading to 13.5) seems enabled on far too much, - so much so that I cant actually run windows explorer on the drive any more. Every i... See more...
You wrote: But sharing (which didn't work in this VM before upgrading to 13.5) seems enabled on far too much, - so much so that I cant actually run windows explorer on the drive any more. Every instance I try to run gives me only the files on the host! In fact even the VM's desktop shows the files on the host's desktop! I have never seen this before?? Have you tried turning off sharing in the VM's properties then turning, disabling all shares, and then turning them on again one-by-one?
Try the workaround @Flawinne_F suggested I have not had any other NAT related issues after trying that.
The fact that you work for a company that holds the partner level is a significant advantage for you, and you will save money. https://mylearn.vmware.com/mgrReg/plan.cfm?plan=46328&ui=www_edu In my... See more...
The fact that you work for a company that holds the partner level is a significant advantage for you, and you will save money. https://mylearn.vmware.com/mgrReg/plan.cfm?plan=46328&ui=www_edu In my opinion, the best way is to use VMware Digital Learning (On-demand courses) with VMware Hands-on Labs for learning. https://www.vmware.com/it/learning/training/certification-special-offers-beta-classes.html
With the JavaScript engine Rhino it is possible to implement Java interfaces. Here an example how to that with the java.util.Enumeration interface from the Rhino enum.js example: var array = [0, 1, ... See more...
With the JavaScript engine Rhino it is possible to implement Java interfaces. Here an example how to that with the java.util.Enumeration interface from the Rhino enum.js example: var array = [0, 1, 2]; var elements = java.util.Enumeration({ index: 0, elements: array, hasMoreElements: function() { return (this.index < this.elements.length); }, nextElement: function() { return this.elements[this.index++]; } }); while (elements.hasMoreElements()) { System.log(elements.nextElement()); } This example works in the Rhino environment without any problems but in an Aria Automation action it delivers the message: error instantiating (Access to Java class "adapter1" is prohibited. ... class java.util.Enumeration is interface or abstract ... Does anyone know a way to handle this? Thanks for hints and tips. Best regards Stefan
Hello everyone, I'm having an issue with the icons pinned to the taskbar in conjunction with DEM. Through the DEM Management Console, the "Taskbar" and "Windows Explorer" configs were loaded, and... See more...
Hello everyone, I'm having an issue with the icons pinned to the taskbar in conjunction with DEM. Through the DEM Management Console, the "Taskbar" and "Windows Explorer" configs were loaded, and newly added icons reappear after relogging. Additionally, there is a LayoutModification.xml distributed via GPO. On non-DEM computers, this is loaded at the first login of a user and also overwrites the three standard icons that are always attached (Explorer, Windows Store, and Edge Browser). However, in conjunction with DEM, this leads to strange phenomena: At the first login of a user, the taskbar is set up exactly as specified in the LayoutModification.xml. The three standard icons are not present. If I add an icon, it is included in the DEM profile. However, if you log out and log back in, the icons from the LayoutModification.xml are added again, and the three standard icons (Explorer, Windows Store, and Edge Browser) are also added. In the directory "C:\Users%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" you can see how new shortcuts are created after each new login. My question: Why do I get the three standard icons back after the second login?
You can query these Advanced Settings with Get-AdvancedSetting. The following will set isolation.tools.autoInstall.disable to False, when it is set to True. Note that this will not add the setting ... See more...
You can query these Advanced Settings with Get-AdvancedSetting. The following will set isolation.tools.autoInstall.disable to False, when it is set to True. Note that this will not add the setting when it isn't there (which shouldn't cause an issue for the AutoUpgrade setting). Get-VM -Name MyVM | Get-AdvancedSetting -Name isolation.tools.autoInstall.disable | where{$_.Value -eq 'True'} | Set-AdvancedSetting -Value False -Confirm:$false
I agree. ALL 16 of my VMs are offline unless I go bridged. Even bridged, IPV4 is not working only IPV6. 
This is really discouraging. I am facing the same issue. NAT is no longer working. Cannot ping the NAT gateway. If I go bridged is partially works. My VMs are can acess the internet but I can only pi... See more...
This is really discouraging. I am facing the same issue. NAT is no longer working. Cannot ping the NAT gateway. If I go bridged is partially works. My VMs are can acess the internet but I can only ping the gateway using IPV6. This really stinks.
I'm trying to automate the provisioning of a network for a new Org VDC.  In the VCD UI, I would go into a Tenant Org VDC, then open that in the tenant portal. From there, click on Networks, then New... See more...
I'm trying to automate the provisioning of a network for a new Org VDC.  In the VCD UI, I would go into a Tenant Org VDC, then open that in the tenant portal. From there, click on Networks, then New. The dialog box opens, I select 'Current Organizaton Virtual Data Center', then Network Type 'Imported' and 'NSX-T logical Switch'.  I select the logical switch I created for my customer, ie.  MikesWidget-LAN, give it a name and description and a gateway CIDR, then a static IP pool, and that's it.  Using Postman, I know that I have to use the /api/admin/vdc/{orgVdcID}/networks call.  Documentation here:   https://developer.vmware.com/apis/1703/doc/operations/POST-CreateOrgVdcNetwork.html and input parameters here:  https://developer.vmware.com/apis/1703/doc//types/OrgVdcNetworkType.html According to the documentation, only the ProviderInfo and the VimPortGroupRef are mandatory, but I just can't make this call work. The documenation in this case is just too vague. When it's looking for the VimPortGroupRef, VimServerRef, I assume it's looking for the Virtual Center we have connected? I have the MoRef for the network segment from vCenter, but it's giving me an error 403.  Anyway, short version, does anybody have this particular call working and would be willing to share their parameters for the body and header with me? Thanks! Mike    
I deleted a collector from vpshere in our DR location. i then noticed skyline showing the error. i recreated the connector and it now shows as a separate collector in skyline and the old one still sh... See more...
I deleted a collector from vpshere in our DR location. i then noticed skyline showing the error. i recreated the connector and it now shows as a separate collector in skyline and the old one still shows up with communication issues. There is absolutely no way I can see to remove that old collector from skyline. Any ideas?
is there a way to retrieve vc.uuid from guest os in new vsphere version