Re: ESXi 5.x on an Intel J1900 board (Q1900-ITX Asrock) issue
The USB-keyboard was the culprit. Thanks for the hint!
View ArticleHow can I set the vSwitch (vmnet) to support an MTU larger than 1500 ?
I'm using Fusion 7 on Mac 10.10 , I have a setup where 2 VMs that are configured with an MTU of 1580 are unable to communicate with one another when the "do not fragment" flag is on. Is there a way to...
View ArticleRe: ESXi 5.5 ASUS H97M Plus, Intel I218-V "No Network Adapters" Error
Cheers, Im glad it worked out for you. Regards, Jonas
View ArticleRe: prompt host name to user for cloning blueprint
Add the custom property hostname and make sure it's set to prompt user at either the blueprint or build profile level (that way you can control when/where it gets prompted).
View ArticleSharing DAS/NAS between VMs
In VMware Fusion, is it possible to run VMs (say 6-10 concurrently) off my Mac's SSD while adding vmdk's for each VM that are stored on a single:a) DAS (USB3, Firewire, or thunderbolt)b) NAS If so, can...
View ArticleRe: Vmware Workstation 10.0.1 build-1379776 patch for Linux kernel 3.17
Pavilinux, Thanks for your reply; however, got hung up here: adler@adler-HP-Spectre-XT-Ultrabook-PC ~ $ sudo mkdir /tmp/vmware && cd /tmp/vmware[sudo] password for adler:...
View ArticleMissing .vmdk file
I am trying to troubleshoot/fix this problem for a friend. I have no prior VMWare experience. We are using a Macbook Air running OS10.9.5 and VMWare Fusion 5.0.5 I have a Virtual Machine running...
View ArticleDoes VMware Fusion handle multiple VMs running concurrently very well?
I'm looking to setup a lab containing Oracle RAC cluster, application, web, and other servers. Probably 7-10 VMs in total, running concurrently. Provided my Mac has sufficient memory, will VMware...
View ArticleRe: Missing .vmdk file
If this was a default creation of a Virtual Machine then the .vmdk files would reside inside the Virtual Machine's Package and so based on the error and the picture you show of the packages content the...
View ArticleRe: vSphere 5.5 vDS traffic filter automation
Curious if anyone was able to develop a script that will enable traffic filtering and create rules?
View ArticleRe: Sharing DAS/NAS between VMs
While what you're asking, assuming one has appropriate Host Resources to concurrently run the number of VM needed, is technically doable nonetheless I would not recommend it simply because it just to...
View ArticleRe: Copying pre-exisiting vm on new virtual device node
As mentioned earlier, it depends on the guest OS, and whether it's a system partition or a data partition. Did you already take a look at the Converter? This might be the easiest way to do the job. André
View ArticleRe: Does VMware Fusion handle multiple VMs running concurrently very well?
Is there any particular reason? That doesn't give me much to go on.
View ArticleGet VM Name, MAC, IP
Does anyone have a script handy that gets the VM name, MAC and IP from a text file containg specific VM names using the Get-Content function? Thanks,
View ArticleRe: Get VM Name, MAC, IP
Try something like this Get-vm-Name (Get-Content-PathC:\vmnames.txt) |SelectName, @{N="IP addr";E={[string]::Join(',',$_.Guest.IPAddress)}}, @{N="MAC addr";E={[string]::Join(',',($_.Guest.Nics...
View ArticleRe: Vmware Workstation 10.0.1 build-1379776 patch for Linux kernel 3.17
JJMacey wrote: adler@adler-HP-Spectre-XT-Ultrabook-PC /tmp/vmware $ sudo ls /usr/lib/vmware/modules/source/*.tar Any insight here? Thanks in advance for any ideas. That is not the proper command! The...
View ArticleRe: Vmware Workstation 10.0.1 build-1379776 patch for Linux kernel 3.17
echo - is rulezz command 1. Download patch from 1 message2. remove echo string from HOWTO ---- Patched source archive http://filebin.ca/1f5pRZ50e5NOExtract & put tar files to...
View ArticleRe: Does VMware Fusion handle multiple VMs running concurrently very well?
Because IMO a Lab consisting of what you presented thus far, and assuming it runs 24/7/365 then ESXi is the way to go. If this is something that's just going to run once in a while then VMware Fusion...
View Article