vmware

Using Hamachi to develop XNA on one PC

Hi all, I'm currently trying to develop a network game for XNA (LAN only as no desire to release), however I only own 1 PC. I've been trying many different things but all seem to have failed. I'm running VMWare Player with a Win7 Prof image (with vs2008 + XNA 3.1 installed) from my main PC (Win 7, everything installed). I've installed...

Debug GWT application in a remote browser

I try to debug the GWT app in a remote browser (located on other computer than Eclipse instance) for example in VMware environment. Unfortunately while opening address below there is no connection. http://192.168.1.2:8888/app_test.html?gwt.codesvr=192.168.1.2:9997 I've tried adding -Dgwt.args="-bindAddress 0.0.0.0" to Arguments -> VM ...

What is vSphere and vCloud ?

Can any one help me in understanding vSphere n vCloud director? And difference in both? How to use vCloud's REST URI's in own Java application once it has been installed? Any Java example of using vCloud REST API will be really helpful..!! :-) ...

Make vmrun.exe bypass Ctrl+Alt+Del login screen WITHOUT editing Guest Registry?

When automating some virtual machines with vmrun I am encountering the issue with not being able to bypass the Guest OS ctrl+alt+del login screen. For example vmrun.exe -gu user -gp pass -T server -h my.server.local:443/sdk -u admin -p pass runProgramInGuest "[datastore] path-to-VMX" iexplore will not proceed. Without me manually goin...

How do i create a VM Ware Image of an AIX LPAR?

Hi, I want to clone a AIX LPAR and was wondering if the physical machine could be converted into a VM Image? I have used the VMWare Converter to create a VM Image of a physical windows box and the documentation states that you can do that for Linux Boxes too. http://www.vmware.com/products/converter/ I don't see information on AIX ...

VMWare fusion NAT + host tunnel; access from vm

I'm having trouble accessing a port on my OSX host from a vm. I'm using NAT in VMware fusion. In my (OSX host) hosts file, I have the ip address for vmnet8 mapped to 'mac'. From my vm, I can 'ssh user@mac' and it works as expected: I am logged into the host. So, my hosts file is working. I have a tunnel from my OSX host to an Oracle s...

Is it possible to access/tunnel through my virtual machine(vmware fusion) from my local machine where it is running?

I'm running vmware fusion and was wondering if its possible to to access the centos running on my virtual machine like I would access a regular server? Maybe through ssh or an ip address? ...

How to boot in vmware?

I came across these two lines in osdev wiki. nasm kernel.asm -f bin -o kernel.bin dd if=kernel.bin of=/dev/fd0 It copies the kernel binary to a flopy. Does this means the flopy becomes bootable? I don't want to create a bootable flopy , instead of that I want to create a iso image by which I can boot in vmware. is it possible? If...

How can I run vmware server (or equivalent free vmmachine server) on a cluster of several machines?

I would like to create a cluster of computers in order to run a virtual machine server (preferably vmware) as if the cluster were 1 big machine. What software and OS do I need for this and how do I need to configure it? Is there a way to balance the load of any applications over a cluster or do applications need to be built in a certain...

Internet Explorer only browser not to connect to site on local network

I am using VMWare Fusion on my mac to test sites on a windows XP virtual machine (ie6). My mac has the Static IP 192.168.0.220 and the site is being hosted via django, using port 8000. Using both Bridged and NAT mode I can successfully access this site using either Chrome or Firefox (installed on the windows virtual machine) through ht...

VmWare SDK MigrateVM_Task issue

Hi, I just started using WebSphere SDKs and I get stuck on this trivial task: how to get reference to a VMware Host knowing its dnsname? I want then to use it in a migration like ManagedObjectReference task = sc.Service.MigrateVM_Task( VirtualMachine.Create(sc, byVnUUID).getMor(), null, ?, VirtualMachineMovePriority.highPriority, Virt...

The "vmStatsProvider" is successfully initialized for this virtual machine

I'm running my application on a virtual machine. Every time an exception is being thrown, I get this message in event log. The "vmStatsProvider" is successfully initialized for this virtual machine. This application that I'm writing connect to another server to get notification in a form of string. I want to find out, what does thi...

How host a ssh server in ubuntu?

I have installed ubuntu as my guest Os using vmware as a virtual machine. I want to host a ssh server in my virtual machine(Ubuntu) and access it via ssh client in my windows. First of all , how to start a ssh server in ubuntu ? And how to achieve the above ? ...

How can I disable PXE network booting through vSphere on a virtual machine running on VMware ESXi 4.1.0 as host??

How can I disable PXE network booting through vSphere on a virtual machine running on VMware ESXi 4.1.0 as host? ...

When I'm using VMware Workstation, Can I access the localhost of my Guest server from the Host?

I'm newbie to the linux and apache server configuration so please give me some advice. I installed VMware in my WinXP and installed CentOS5 to it. After I set up Apache server in my CentOS, I can access that server from my CentOS(of course). But is there a way to access that from my Windows? I think that is definitely possible if some...