Re: Java Scripts in VRO action
I was using below script which is returning the vallue in array , I just need value in string instead of array , Could you please fix that if (clusterName == null || tenantName == null) return [];var...
View ArticlevRO Plugin Development -...
I am trying to get started with learning vRO Plugin Development, and are have issues setting up my "dev-machine". I have deployed a vRO Appliance version 7.3.0.21553 Build 5521409 I have a Windows...
View ArticleRe: LVM lost FSTYPE can't mount drive
vmfs-fuse version 2.5.1 is too old for current ESXi versions.So please specify what exactly you tried and which ESXi build you use.Read Create a VMFS-Header-dump using an ESXi-Host in production |...
View ArticleRe: vmtools current but not running
To resolve this issue, you must reinstall VMware Tools after deleting the C:\Program Files\VMware\VMware Tools and C:\ProgramData\VMware\VMware Tools folders:Uninstall VMware Tools from the virtual...
View ArticleRe: Get Guest partition Path & Capacity in one line
Here's the result D:\ 14.754878997802734375 GB,C:\ 49.656246185302734375 GB Based on your suggestion i was able to adapt my first idea. This one output exactly what i want Get-VM "MyVM" | Select...
View Articlebasic question NSX solution
hey community hope your answer some question do I have: How do I license VMware NSX per socket?Could NSX integrated with Hyper-V or KVM?NSX is limited if the NICs on the Hypervisor are 1GB or 10GB?...
View ArticleRe: PSC Compatibility
Both component should be on same version If you upgrade only PSC 6.0 to 6.5 and leave Vcenter server 6.0 it will create issue.
View ArticleMonitoring, at OS level, a PanOS vm-series Firewall from vROPs 6.5?
Hello VMware communities! I am working on migrating most of our monitoring and data collection over from Solarwinds and into vROPS, Log Insight, and (soon to be) Network Insight. In doing this, I've...
View ArticleRe: Fusion 10 on MacOS High Sierra won't run any VM
I struggled with this as well and might be able to shed some more light on it. In addition the non-starting VMs, I found another oddity that even though I started Fusion from the dock icon it would...
View ArticleRe: Fusion 10 on High Sierra existing and new VMs do not start, get Internal...
I think I solved this in Fusion 10 on MacOS High Sierra won't run any VM post #22.Shut Fusion down and use Finder (not any other file manager) to move the VM Ware Fusion.app to another folder and then...
View ArticleFusion 10 on High Sierra existing and new VMs do not start, get Internal Error
Installed Fusion 10 this afternoon, no vm will start now. Linux, Windows or MacOS get the same Internal Error. Have created a new VM, does not start with the same error. Have rebooted the MacBook Pro,...
View ArticleChange vcuuid
Does anyone have some example code that changes the vc.uuid of a VM? Either an arbitrary value or random generator would be fine.
View ArticleRe: USB Devices not mounting - Fusion 8.5.7 + High Sierra
Hi valadezm, Did other USB devices appear in USB settings? What guest OS are you running with? Regards,-Rick
View ArticleRe: Ugly fonts in Windows 10 guest w/Workstation 12.5 and 14
I assume that your host is Windows as well. I posted a workaround Re: Workstation Player 12: Chrome does not render tabs on Windows 10 guest in the same thread that you referred. Probably disable the...
View ArticleRe: 7.3 Upgrade Can't accept license agreement?
Hello. We have not heard of any SSL issues with the Horizon Client 4.6 for Windows. Please open a ticket with VMware tech support if you continue to have difficulty.
View ArticleRe: Fixed Path via PowerCLI on new Datastores in Stretched Clusters
You could expand the Where-clause and only take the paths that not set as preferred. Get-ScsiLun-VmHostesx01*|Get-Scsilunpath|where { ($_.SanID -eq"20:00:00:00:00:00:00:01"-or$_.SanID...
View ArticleRe: Change vcuuid
Try like this $vmName='MyVM' $left= (1..8|%{'{0:X2}'-f (Get-Random-Maximum255)}) -join' '$right= (1..8|%{'{0:X2}'-f (Get-Random-Maximum255)}) -join' '$newUuid=$left,$right-join'-'...
View ArticleRe: Fusion 10 on MacOS High Sierra won't run any VM
Congratulation!And thanks for sharing the solution.
View ArticleRe: VMware Workstation Pro 14 - Fails To Start Due To CPU Non-Support
Same issue here Intel Xeon CPU W3530 so going back to old version ...
View ArticleRe: Dell Servers - Retrieve IPMI SEL request to host failed
For me it was sufficient to set the general log level in the second row of your file to <level>info</level> instead of verbose. You can further set the loglevel for memory...
View Article