vcenter Questions
6
I am following this VMware documentation. What headers are to be provided to authenticate to vCenter Server while using REST API?
0
I'm trying to create a VM based on a template (ubuntu 18.04) using terraform and vsphere provider. The final error showed by terraform apply.. command is:
* vsphere_virtual_machine.vm: timeout wai...
4
I am currently investigating terraform, is it possible to create VM with Terraform on Esxi 6 without vCenter Server? Since I only have free version of Esxi 6 installed. Thank you in advance.
3
Solved
Using C#, .Net 4.5, I'm trying to send out a web request through HttpWebRequest on a remote server. Please see the code below.
I tried most of the solutions suggested by some forums but I always e...
Beseech asked 28/10, 2013 at 16:14
2
I am using the code below in order to add a NIC configured with DistributedVirtualSwitch to an existing VM (via pyVmomi):
def __AddNIC(si, vmconf_dict, network_name):
vm = __get_vm(si, vmconf_dic...
1
Solved
I'm using VMWare's PowerCLI to run this command to output an inventory of sorts from vCenter.
Get-VM | Select-Object Name,MemoryGB,NumCpu,UsedSpaceGB,@{n="TotalHDSizeGB"; e={(Get-HardDisk -VM $_ |...
Essen asked 13/10, 2014 at 22:42
1
© 2022 - 2024 — McMap. All rights reserved.