Re: power-on network adapters script
I see.The following can set the Connected and StartConnected tickbox. Get-VM|Get-NetworkAdapter|where {!$_.ConnectionState.StartConnected}...
View ArticleRe: Problem changing root password with Invoke-VMScript
Actually, the script works when the VM is powered off. The password is changed to the desired password but only that the script returns non-zero code because of the copy command failure. If I run the...
View ArticleRe: Scripting on a multitenant vCDirector environment
Hi Jake,it was exactly what I was looking for!Thanks a lot!Best,Raffaello
View ArticleRe: New e.x.p. build 1245816 breaks multi-monitor support
Hi Carl, in the multimon menu, only the graphics changed between the previous preview release and this one; the implementation did not, so I can't think of a reason why you wouldn't be able to switch...
View ArticleRe: QueryChangedDiskAreas crashes for one VM
Hi intripoon,I just recently installed that VM. The Hardware Version is 8. Now, another VM got affected by this. Any suggestions?OK let's see if we can hunt this down now. The good news is that I was...
View ArticleRe: Preparing an Active Directory–based Authorization Store for vCAC
I used the following string in my environment: msldap://realchadc01:389/CN=vCACAzManStore,DC=Realize,DC=Net my domain controller is realchadc01 in the realize.net domain. The first time I did it, I was...
View ArticleRe: MAC address problems VMWARE Fusion on OS 10.8.4
I upgraded to OS 19.8.4 and then had to upgrade to VMWARE Fusion 5.0.3. Since then I have a problem with the MAC address. I had discussed this back in 2011 and thought I had the answer by just...
View ArticleRe: Removed LUNs still showing on one FC path
Hi. I think that the error might be because of the error i get: An error occurred while communicating with the host. Call "HostDatastoreSystem.QueryAvailableDiskForVmfs" for object "datastoreSystem-31"...
View ArticleRe: The VMDK chain gets broken after using VixDiskLib_CheckRepair() for a...
Hi RManickam, That sounds all perfectly logical to me. The VDDK docs also tell us not to open intermediate child disks in R/W mode because of the exact same problem you are describing. So my question:...
View ArticleRe: New e.x.p. build 1245816 breaks multi-monitor support
Thanks. Yes, when it happens, I do see two occurrences. I've restarted the hose (and client) twice now without luck.
View ArticleVappTemplate uploadFile(String fileName, InputStream is, long startByte, long...
Hi, I'm trying to use the uploadFile() API in the VappTemplate class to upload large VMDK files in chunks so I can determine and report upload progress over the entire upload time using...
View ArticleRe: Help with datastore migration script
Not all the VMs on the datastore need to be moved, only those that are part of a specific project. Would this work? Get-VM -Name $ent.vmnames -Datastore "*QADEVOS_VSP986*" |
View ArticleRe: VMWare Fusion, Windows 8, and Thunderbolt Port Support?
Does anyone know if/when VMware plans to add support to Fusion for external Thunderbolt drives/devices? I totally failed to consider that Windows as a Guest might not be able to connect to an external...
View ArticleRe: vFabric SQLFire Hibernate Dialect is Available
Hi Mahesh, We have shared Hibernate Dialect code to help users customize as per their requirement. Above doc along with dialect code will give you fair idea of support and limitations. You may also...
View ArticleRe: Failed to connect to the Serengeti Management Server
I saw the log said " com.vmware.vim.sso.client.impl.SecurityTokenServiceImpl$RequestResponseProcessor: Server returned 'request expired' less than 0 seconds after request was issued, but it shouldn't...
View ArticleRe: Imprimantes après un recompose
J'ai trouvé un problème similaire au tiens sur un post précédent : Question about recomposing and printers Apparemment tu n'as pas les drivers de tes imprimantes sur ta gold image. C'est pourquoi...
View ArticleWill VIX API continue to be supported in vSphere 5.5 ?
Hi, Will the current VIX API's continue to be supported for the upcoming vSphere version - 5.5?I know that, now similar functionality are exposed by Web Services APIs. Still wanted to check whether the...
View ArticleRe: Network problems
Hi, Daniel What is the version of Workstation you use? Have you try it on the latest version of Workstation ?
View ArticleRe: After SAN migration vms report to be slow
Thanks for your reply, But we are using FC cable which is connected to SAN
View Article