All of sudden NSX Host Preparation Clusters are showing “Not Ready”
How can I fix the cluster “Not Ready” error in Host Preparation Tab, I could see NSX installation (VIB’s) status is showing all green, Firewall, communication channel and VMK status is also showing...
View ArticleWith the NSX-T manager 3.0. Is it possible to reset/change the ip address of...
Had to move the server to a new ip address. After moving it is impossible to configure a new target in the NSX-T manager
View ArticleGet SUM of VCPU from vms array
Hi!How i can get sum of VCPU of vms from array?Whats wrong in my script?$newvms = @( "myvm01", "myvm02" ) Foreach ($newvm in $newvms) { $report = Get-VM | ? name -Like $newvms* } $report |...
View ArticleRe: Health report
Hi LucD, I agree with you. I'll try to search your old thread, but the old thread mostly includes event based thread. Example - VM's deleted or created in last 7 days, but the name of VM's created and...
View ArticleMy solution to the "/dev/vmmon: Broken pipe" error
Yesterday I got the "/dev/vmmon: Broken pipe" error when tried to fire up my VM running on Mojave 10.14.6. After trying all sorts of things suggested in this forum, including uninstalling and...
View ArticleRe: Returning output from vRA (vRO workflow)
There you are via API: $ curl -s -k -X GET --header "Content-Type:application/json" --header 'Accept: application/json' --header "Authorization: Bearer $token"...
View ArticleRe: All of sudden NSX Host Preparation Clusters are showing “Not Ready”
Are you using proxy in vcenter for Update Manager? Thats a known issue. If you are using proxy, disable the proxy and check again.
View ArticleWindows VM gets minimized on OS/X on VMware Fusion 11.5
Hello, I am using VMware Fusion 11.5 on OS/X to run Windows 10 VM. Windows 10 is my dev environment. Sometimes the Windows 10 VM gets minimized or changes dimensions. I would like to know if there is...
View ArticleRe: Returning output from vRA (vRO workflow)
Thx again - That was exactly what I needed. I am still new to the vRA API. If I may trouble you a last time related to this topic. Where do you find good insight on the vRA API? I often find it rather...
View ArticleDEM taking 20 minute to log off
Hello, I have 1 RDS Farm with 3 RDS host, there is one server that is taking consistently 20 minutes to log off because of DEM agent, while the other 2 rds server are logged off normally ( a minute or...
View ArticleRe: Get SUM of VCPU from vms array
You are overwriting $report each time.Since Get-VM accepts an array on the Name parameter, you can do $newvms=@("myvm01","myvm02")Get-VM-Name $newvms|Measure-Object-Property NumCpu -Sum
View ArticleRe: ESXi 7.0 free and XSIBackup free
The simplest way to overcome this lockdown is to disable the firewall during the SMTP submission process. This might not be suitable for enterprises with stark security requirements, but may be...
View ArticleRe: "Drive Z:\ not found" while adding files to virtual disk
I used my other XP VM to replace files and it works.
View ArticleFile not found error when attempting to start VM
Hello,I am attempting to start my virtual machine but I got the following error:"File not found: /****My Windows 10 x64.vmwarevm/Windows 10 x64.vmdkThis file is required to power on this virtual...
View ArticleRe: Problems with VMWare tools
Nope... even the 10.0.6 (not the 10.0.8... I was wrong), whitch works fine on the workstations, on the server doesn't work. I still can't see server properties (CPU, Memory, Disk usage) and still have...
View ArticleRe: File not found error when attempting to start VM
Welcome to the Community, please check whether all files that make up the virtual disk are present in the VM's folder/bundle.With default settings, each virtual disk (and/or snapshot) consists of a...
View ArticleRe: Get SUM of VCPU from vms array
Thx LUCD!But what about if i wont to use:-Like $newvms* ?
View ArticleRe: Still Haven't Got My Windows 98 VM Up And Running
The thread starter's problem relates to his used Ryzen CPU.You might probably fix that by using VMware 12, see details here: Re: Windows 98 SE installation fails
View ArticleRe: Get SUM of VCPU from vms array
You could do Get-VM |where{$_.Name-like"myvm*"} or Get-VM|where{$newvms-contains$_.Name}
View ArticleUnable to start CentOS7 VM
Hello Guys, I hope you are doing well! I am facing an issue while starting the CentOS7 VM. Please find the below details: Issue: Getting an error "VMware Workstation and Hyper-V are not compatible....
View Article