Re: How to update IP and Network adapter using Java
Hi,I have found that different operating systems have an impact on custom settings, so you can't simply set the static IP with CustomizationSpec and CustomizeVM_Task. In the newer ESX version, the...
View ArticleHow to find management IP(s) of ESXi host from VcHostSystem (vRO 7.3 and...
I am trying to find the ESXi host to which a virtual machine is registered. From the vm I am able to find the host (VcHostSystem) in vRO. Searching the API it would appear that I need...
View ArticleRe: How to find management IP(s) of ESXi host from VcHostSystem (vRO 7.3 and...
P.S. I hope I got the correct forum.Unfortunately, you didn't This should go in the vRealize Orchestrator sub-forum where you'll get the best help.
View ArticleRe: How to find management IP(s) of ESXi host from VcHostSystem (vRO 7.3 and...
daphnissov: Thanks for the feedback. I was thinking (hoping?) that this was generic to the vSphere API and not dependent on the caller (vRO). Re-posted here:How to find management IP(s) of ESXi host...
View ArticleRe: IVirtualMachineOperations.StartProgramInGuest returns -1073740791 instead...
rohith470, Did you get solution to your problem? I am facing the similar issue. This is observed when I have updated the pyvmomi to version 6.7. The same code was working fine with vsphere SDK 6.5.
View ArticleHow to upload a ovf template to vCenter in URL ?
In vcenter, when you try to import a ovf, u can input the url, then , let vcenter do the download work, but, I can not find a way to do it via SDK, anyone knows how? thanks.
View ArticleESXi host local Disk IO performance data fetching through API
Suppose I do not have vROPS involved, could I get the following average/Peak disk bandwidth and IOPS performance data for every ESXi host with specifc time slot through vCenter API or PowerCLI ?Disk...
View ArticleSetting environment for vsphere-automation-sdk-python on Red Hat 7.3
Hi,I tried to setup environment for python3.5 according to https://github.com/vmware/vsphere-automation-sdk-python. When I runpip install --upgrade --force-reinstall -r requirements.txt...
View ArticleRe: IVirtualMachineOperations.StartProgramInGuest returns -1073740791 instead...
luminos, Nope, did not find any solution yet.
View ArticleRe: how get total and used disk space of a vm using disk path
Old thread but I wanted to do the same but never found a solution so hope this helps someone. I created the following script to get each disk of a VM and check the actual size of VMDK file and output...
View ArticleRe: Fetching Cluster Events using VI Java API
I hope if you use Entity type as "Datacenter", that will give you cluster add / remove alarms.
View ArticleHow to saving/export VM's configuration?
I have a requirement to create a new VM(different location) using exactly the same configurations as of existing VM. I have copy of its virtual disks and so I am only interested in VM's configurations....
View ArticleRe:Import and Export of alarms in vCenter - now with 5.1 support!
Hey Stripey, I really like your tool. but it's not working anymore on VCSA 6.7 ( connection failed, the underlying connection was refused )I suspect you will need to compile it again with the new WEB...
View ArticleVMware SDK with Java 10
Has anyone tried using the VMware SDK with Java 10? The samples work fine with Java 1.7 and 1.8 but i have challenges with 10.0.2 and 11.0.13. Connection to vCenter fails with the following...
View ArticleIncorrect VirtualDisk.NumberWriteAveraged from QueryAvailableMetric
I've recently been looking over some of the data collected by QueryAvailablePerfMetrics, and I came across some inconsistent data regarding the Disk Write IO metrics, specifically for Virtual Disks -...
View ArticleRe: 503 Service Unavailable (Error connecting tunnel on named pipe: (null))...
Hi, Please follow this url "HTML Console SDK 2.1 fails to initialize " to resolve this issue. I had same issue, i followed given instruction and fixed this issue.
View ArticleDetermining capacity of PCIeSSDs that are PassthruActive
Hi everyone! I have some PCIeSSDs that are being used as DirectPath I/O devices for my VMs. While they are in this configuration there doesn't seem to be any way (at the vSphere-level) to determine...
View ArticleVirtualDisk VDiskId always null
I'm trying to use the VcenterVStorageObjectManager ExtendDisk_Task operation to extend a virtual machine's virtual disk to 30GB, but for the VirtualDisk device it seems that the VDiskId property is...
View ArticleQuestions on Virtual Disk's UUID
Hi all, The API reference does not have much description about Virtual Disk UUID and so I would like to ask couple of questions.I am referring to the UUID we can retrieve from Virtual Disk's...
View ArticleRe:VMware SDK with Java 10
VSphere Management SDK not yet supported for JAVA 1.9 and above
View Article