All Posts

Geordy, Thanks for responding, I tried a force sync on all three hosts and also the cluster but the switch still seems to exist.  Very strange issue Michael
Hey Micheal, Try a force sync in the installation tab, that might solve the issue for you
  Hi could someone please provide the right download links  for VOVA.ova file i tried this link http://partnerweb.vmware.com/programs/vmdkimage/vova/VOVA_ICEHOUSE.ova and can't re... See more...
  Hi could someone please provide the right download links  for VOVA.ova file i tried this link http://partnerweb.vmware.com/programs/vmdkimage/vova/VOVA_ICEHOUSE.ova and can't reach . bR< Rushi.
Hi All, Having an issue with my NSX test lab and a logical switch that I created that has somewhat disappeared from the GUI and API.  Full details are on my blog here: M80ARM - Virtualizati... See more...
Hi All, Having an issue with my NSX test lab and a logical switch that I created that has somewhat disappeared from the GUI and API.  Full details are on my blog here: M80ARM - Virtualization Warrior: Missing logical switch in NSX GUI Anyone has any ideas then let me know Thanks Michael
First I got the cookie like below curl -k -c cookie.file -Happlication/x-www-form-urlencoded -d "username=user&&password=xyzn" -X POST https://<fqdn>/ws.v1/login and tried using the following... See more...
First I got the cookie like below curl -k -c cookie.file -Happlication/x-www-form-urlencoded -d "username=user&&password=xyzn" -X POST https://<fqdn>/ws.v1/login and tried using the following request curl -k -b cookie.file -Happlication/x-www-form-urlencoded -X GET https://<fqdn>/ws.v1/control-cluster/node?_page_length=1000&fields=* tried  other similar request they all return 501  Not Implemented Similar request we have tried using the API inspector  inside the NSX Manager ( Multi-hypervisor), It worked !!!. Any help Greatly Appreciated !!!! Thanks in Advance
Is this an opensource version of NSX? No. Like many other companies, VMware incorporates various existing 3rd party Open Source components using licenses like the GNU GPL in their products. ... See more...
Is this an opensource version of NSX? No. Like many other companies, VMware incorporates various existing 3rd party Open Source components using licenses like the GNU GPL in their products. For example, on ESXi hosts a few of those are OpenSSL, busybox, grub bootloader, libxml and many more. The GPL requires that the source code is published if the code is modified or directly incorporated. VMware does that with all of their products in the form of bundles like this. However, that doesn't mean all source code of the whole product needs to be published. There is still a lot of core proprietary code that you won't find in these tarballs. I couldnt find any relevant information on how to install and configure NSX using this file. You can't. As explained above, the important core proprietary code is not part of these bundles.
Hi team, I could find an opensource NSX tarball file in the VMware site at this location Download VMware NSX for vSphere Is this an opensource version of NSX? I couldnt find any relevant... See more...
Hi team, I could find an opensource NSX tarball file in the VMware site at this location Download VMware NSX for vSphere Is this an opensource version of NSX? I couldnt find any relevant information on how to install and configure NSX using this file. Can anybody help? Regards, Shiji
Hello, You need to contact your local VMware sales or SE in order to be able to download it with your username password.
Hi Guys, i am not able to download the NSX manager" i receive this warning: You either are not entitled or do not have permissions to download this product. Check with your My VMware Super ... See more...
Hi Guys, i am not able to download the NSX manager" i receive this warning: You either are not entitled or do not have permissions to download this product. Check with your My VMware Super User, Procurement Contact or Administrator. If you recently purchased this product through VMware Store or through a third-party, try downloading later. can somebody help me with the ovf file?
The best option would be to remove the ESXi host from the prepared cluster which will uninstall any NSX components automatically. Then once the VMkernel interfaces are aligned, you can re-add the... See more...
The best option would be to remove the ESXi host from the prepared cluster which will uninstall any NSX components automatically. Then once the VMkernel interfaces are aligned, you can re-add the host to the cluster which will re-install the NSX components & create the VXLAN VTEP.
Hello and Welcome to NSX VMTN, In NSX we have 3 different VIB vib names are: esx-dvfilter-switch-security esx-vsip esx-vxlan VXLAN VIB verification ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... See more...
Hello and Welcome to NSX VMTN, In NSX we have 3 different VIB vib names are: esx-dvfilter-switch-security esx-vsip esx-vxlan VXLAN VIB verification ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ we can verify vib exist by this command: esxcli software vib get --vibname esx-vxlan VMware_bootbank_esx-vxlan_5.5.0-0.0.1641394    Name: esx-vxlan    Version: 5.5.0-0.0.1641394    Type: bootbank    Vendor: VMware    Acceptance Level: VMwareCertified    Summary: Vxlan and host tool    Description: This package loads module and configures firewall for vxlan networking.    ReferenceURLs:    Creation Date: 2014-03-02    Depends: esx-base >= 5.5, esx-base << 5.6, nsx-api <= 1, vmkapi_2_2_0_0    Conflicts:    Replaces:    Provides: vxlan = 2.0.0.0-nsx, vdr = 1.0.0.0    Maintenance Mode Required: False    Hardware Platforms Required:    Live Install Allowed: True    Live Remove Allowed: False    Stateless Ready: True    Overlay: True    Tags:    Payloads: esx-vxla Remove VXLAN VIB esxcli software vib remove -n esx-vxlan Removal Result    Message: The update completed successfully, but the system needs to be reboot                                                                                                                                                             ed for the changes to be effective.    Reboot Required: true    VIBs Installed:    VIBs Removed: VMware_bootbank_esx-vxlan_5.5.0-0.0.1641394    VIBs Skipped: you can remove all 3 VIB this way.
After deploying NSX I have noticed the IP pool for the VXLAN VMKernel port didn't get applied to the same nic as the rest of the cluster. There does not appear to be a way of "unpreparing" an ind... See more...
After deploying NSX I have noticed the IP pool for the VXLAN VMKernel port didn't get applied to the same nic as the rest of the cluster. There does not appear to be a way of "unpreparing" an individual host. If anyone knows a way please do tell.