I have an issue where my Samsung Smart TV emulator v 5.1 no longer connects to the network and as such I can't test apps whether launching from Eclipse or Standalone
I am running it on OS X Mavericks and have tried both the latest versions of VirtualBox (4.3) and the Samsung compatibility version. (4.2.1.6)
What I found was the issue is don't let VirtualBox generate a new MAC address, once that is happened the network will never connect and there doesn't appear to be a way to get into the VM and fix as you would on a linux.
Fix is to delete your OVA/VMDK and install a new one downloaded from the Samsung site.
Related
Good day
Is it possible to virtualize ESXi 6.7 in an existing ESXi 6.0?
The reason for this is to do tests before upgrading the main ESXi 6.0.
Main:
hpe-DL380 --- ESXi 6.0 --- vCenter6.0-vm
Want to test:
hpe-DL380 --- ESXi 6.0 --- nested ESXi 6.7
Found these nested ESX packages from here.
https://williamlam.com/nested-virtualization/nested-esxi-virtual-appliance
Thank you.
So, today, i downloaded this file, Nested_ESXi6.7_Appliance_Template_v1.ova and tried to deployed it in the ESXi 6.0.
The result is a failure.
vSphere client complained about the unsupported hardware family, vmx-13.
Looks like the nested ESXi version must be at least the same version as the physical ESXi.
You may be in luck due to using 6.0 but you will need a very specific configuration and this procedure is completely bleeding edge and totally unsupported. Furthermore it's been a few years since I worked at VMware and I don't have access to an ESXi host so the commands may have some minor typos.
get to the ESXi command line (https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-12E27BF3-3769-4665-8769-DA76C2BC9FFE.html) and list the USB drivers manually using "vmkload_mod -l". If you see "usb-storage" you are in luck. If you see "vmkusb" then you're out of luck and can stop here (see below for why).
configure your ESXi 6.0 host to have no requirement for USB storage. For example, if your host boots from an SD card attached to the motherboard via a USB SD card reader then you need to get another host.
backup all your data or migrate the VMs you care about or whatever.
run these 3 commands (typos are possible)
service usb-arbitrator stop
vmkload_mod -u usb-storage
service usb-arbitrator start
You will have to repeat this after every reboot but you can make it permanent with this procedure: https://kb.vmware.com/s/article/2147565.
download a bootable ISO image of ESXi 6.7 from, for example, https://customerconnect.vmware.com/downloads/details?productId=742&downloadGroup=ESXI670
burn the ISO image to a USB flash drive using, for example, https://miketabor.com/create-bootable-esxi-installer-usb-flash-drive/
attach the USB flash drive to your host and pass it through to your VM when your VM is powered off.
boot your VM from the ISO image on the USB flash drive and install the desired version of ESXi.
With newer versions of ESXi (6.7, 7.0) on the host this is no longer possible because the vmkusb native driver is monolithic so when the storage functionality is unloaded the host controller functionality also goes away.
I was given a VMWare image running Windows Server 2008 which was imported on my PC perfectly fine and works.
I really want to run it on my MacBook Pro and would have to use Oracle Virtual Box as it seems there is no VMWare Player for OSX.
According to the Internet, the strategy for opening a VMWare machine in Oracle Virtual Box is to create a new machine and attach an existing hard drive.
On the Mac I tried this and get into a situation "Windows Error Recovery" which I am unable to recover from.
On the PC I get exactly the same problems with Oracle Virtual Box with that same image as I do on the Mac.
On the PC (as stated) I can run the VM in VMWare BUT if I have already attempted to open the VM in Oracle Virtual Box, the image is corrupted and can't then be opened on the PC with VMWare.
My question is if anyone has any knowledge of what settings need to be changed in Oracle Virtual Box before opening the VM and destroying the image with it.
Many thanks
Kevin
I worked around this issue by attaching the Windows Server 2008 disk image as additional Storage to another VM that was already working (e.g. an IE8 Win7 VM downloaded from Microsoft). You can set the hard disk as master or slave, or switch when booting up the main VM.
Apologies if this has been asked already, searching the web reveals lots and lots of threads about installing the Win8 beta on VMware but not the other way around.
I am trying to install VMware Server 2.0.2 on a Windows 8 Preview machine. It appears to install correctly but I cannot then reach the web based homepage to configure virtual machines, i.e.
https://localhost:8333/ui/
gives the error that the "connection attempt to localhost was rejected. The website may be down or your network may not be properly configured".
Has anyone had any success running VMware Server 2.0.2 on Windows 8 Preview? If so were there any gotchas you needed to avoid?
I don't think it will ever be resolved. VMware Server was declared End Of Availability in January 2010; There will be no support for Windows 8.
Your best try would be trying launching the services in compatibility mode, but why would you do that? Why not use the much more advanced VMware Player or VMware Workstation products?
I've found a way to run it on Windows 8.
On my PC with a x64 version of Windows 8, when I installed VMware Server 2, I found there was a service called VMware Host Agent that cannot be run. When I opened the system Service Manager and clicked to launch this service, it gave me the error.
My solution is to create a service with the same command string and set it to start automatically by using the "sc create" command in cmd.exe. And it worked for me!
This question must be a repeat since it sounds obvious but I cannot seem to find a solution online. I have win 7 x64 running vmware workstation. I need to create a guest vm which is a clone of my host os. (win 7 x64). Can this be done ? If yes please post the link or getting started solution or steps. Do not confuse with the clone feature in vm. That merely clones an existing guest vm so you can take it to another machine. thanks
The VMware Converter does what you want. I tested that sometime ago and it worked pretty good. But I think you need a second Windows license for that.
i'm a developer working with another developer geographically somewhere else, and we have to build software for mac osx 10.4 and windows xp sp2 and later. right now we each have our own laptops which do not have identical software installations on them, and we have a bunch of other nonrelated software installed.
does there exist some kind of build environment service in the cloud that lets you instantly create a win xp sp2 + mac osx 10.4 virtual machine with developer tools preinstalled that we could use as a "build server" somehow?
http://aws.amazon.com/ec2/vmimport/
We uploaded our build environments - works great.