Re: Accessing values stored in configuration element
Yes, array ellements are accessed positionally/via index. Which values appear blank in the another workflow? All values stored in the configuration element, or only the additional value you are adding?...
View ArticleRe: Not able to clone from PowerCLI
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> New-VM -Name clone1 -VM TLI-BUILD-1 -VMHost 10.64.69.253New-VM : 5/3/2013 5:13:11 PM New-VM Could not find VMHost...
View ArticleRe: Not able to clone from PowerCLI
No . I am surprised from GUI i am able to clone with same folder, datastore , why not from PowerCLI ?
View ArticleRe: Unable to obtain hardware information for the selected machine
Check if all the required pors are open and Use VMWare Converter version 4.0.1, it will work for sure.
View ArticleSMUX-Error caused by E1000-Networkcard
Hey everyone One of our virtua lSQL-Server Server has a Problem. The Server takes 100% PCU.The user getting a Error-Message: SQLSTATE = 08S02 [MICROSOFT] [SQL NATIVE CLIENT 10.0] SMUX PROVIDER:...
View ArticleRe: vifptarget: command not found since upgrading
I contacted support, if not 5.1 before upgrade then you need to install fresh. They referred me to installation notes: You can install the patch over an existing vMA 5.1 installation.Important: You...
View ArticleRe: Accessing values stored in configuration element
Hi,Yes, only the one value which I've added is not being populated. I will look at the order again between the two workflows. Thanks.
View ArticleRe: adding an additonal disk
Hi, would there be an easier way to take it a bit further than: Thank you!!! if ($HDD2 -ne 0) { $vm | New-HardDisk -CapacityGB $HDD2 } if ($HDD3...
View ArticleRe: Removed Cluster from my Datacenter
Thanks Rubek !!So this would be the case for Cluster Addition to a datacenter as well right ?I mean to say we cannot find info in logs for this specific event but ideally in the vCenter Tasks &...
View ArticleRe: Not able to clone from PowerCLI
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> New-VM -name clone1 -Location DEBAJPAL -VM TLI-BUILD-1 -VMHost 10.64.69.196New-VM : 5/3/2013 5:19:29 PM New-VM The...
View ArticleRe: vifptarget: command not found since upgrading
mine was 5.1 already before upgrading though.I contacted support as well, but they weren't as helpful as your rep. They suggested I download a fresh copy and use that instead. duh! obviously starting...
View ArticleRe: Not able to clone from PowerCLI
Which PowerCLI version are you using ? Do aGet-PowerCLIVersion
View Articleaccess the internet in VM workstation
Hi All I am using VM workstation 9.0 . I using the windows 2012 server OS inside the VM.I want access the internet insidse of The VM. I enabled the Network Adapters and network type NAT. but i am not...
View ArticleSAN Data Migration To New Storage Appliance
Hello All, We are getting ready to migrate to a new SAN storage appliance very soon. I have been considering several approaches to how I might migrate the VM data to the new LUNs in the least...
View ArticleRe: Creating Templates, do I use sysprep.
The reason for using the sysprep is to customize the guest OS, If you are deplying a Windows VM with a template and if you are not customizing the VM then the SID will be the same and you face issues....
View ArticleRe: adding an additonal disk
You mean something like this ? Get-Variable-NameHDD*|%{ $vm|New-HardDisk-CapacityGB$_.Value}
View ArticleTroubleshooting "a general system error occurred migration failed while...
Hi Everyone, Looking for a bit of help on this one. I am having real problems doing migrations from 1 host in a cluster of 8 hosts. Whenever I try to do a vmotion of more than one machine it gives the...
View ArticleRe: VMs marked as "Managed by solution VMware vCenter Site Recovery Manager...
Yes, we use SRM. This was resolved by VMware tech support running a scrpt in PowerCLI that registered these VMs back to the primary site. Apparently a known issue and I have kept the script in case it...
View ArticleRe: Device 'Video card ' is not supported K1 Grid esxi 5.1u1
For some reason now the xorg service starts.... i was able to create the VMs but.. im not sure if they are truly using the GPU if they are the the perfomance is actually worse than with the software...
View Article