Questions tagged [vmware]

QUESTIONS ABOUT SERVER ADMINISTRATION ARE OFF-TOPIC. General VMWare questions may be asked on superuser.com or serverfault.com. VMware is a brand of virtual machine software that provides a virtualized set of hardware to the guest operating system.

VMware software virtualizes the hardware for a video adapter, a network adapter, and hard disk adapters. The host provides pass-through drivers for guest USB, serial, and parallel devices. In this way, VMware virtual machines become highly portable between computers, because every host looks nearly identical to the guest. In practice, a system administrator can pause operations on a virtual machine guest, move or copy that guest to another physical computer, and there resume execution exactly at the point of suspension.

VMware's desktop software runs on Microsoft Windows, Linux, and Mac OS X, while VMware's enterprise software hypervisors for servers, VMware ESX and VMware ESXi are bare-metal embedded Hypervisors that run directly on server hardware without requiring an additional underlying operating system.

References:

VMware Products:

3250 questions
0
votes
3 answers

How to give an ip to guest os on esxi

I am very new at networking, i just rent a dell server and installed ( hostig company installed ) an esxi. I create a guest os but i cant give the ip adress to this guest. There is no panel or someting. I installed vSphere client. Can you guys help…
Semih
  • 9
  • 1
  • 1
  • 4
0
votes
3 answers

does C# lock affect other processes on the same computer system

I'm trying to understand whether a process would interfere another process running on the same piece of hardware system. This could happen in a wild range of products. ie. vmware or as simple as running multiple .net applications. If I have…
Bamboo
  • 2,046
  • 2
  • 16
  • 21
0
votes
1 answer

Python Psphere Issue

Looking at using psphere. I've successfully installed it via pip but run into an issue when I execute the following code (taken from the psphere documentation site): from psphere.client import Client from psphere.managedobjects import…
Paul
  • 537
  • 2
  • 5
  • 15
0
votes
1 answer

Accessing a VM (ESXi) by its hostname doesn't work

I've set up a VM running Debian Squeeze within VMware ESXi 5.0. It has a running webserver and some other stuff. My goal is to access this machine by its hostname from other computers in my local network. This isn't working, currently I can only…
André
  • 189
  • 3
  • 14
0
votes
2 answers

Access Rails app from Fedora (guest virtual machine) in Windows XP (host)

I have installed Fedora 14 on Windows XP using VMware with NAT as ethernet type (since I need to access internet through wireless data card). I am using Fedora for Rails app development, which i can access using normal Webrick on…
railerhelper
  • 103
  • 9
0
votes
2 answers

Why is VMware workstation adding keystokes when I type?

I'm having a very strange problem. I'm remote desktoping into a system and running vmware workstation there(its a pretty powerful server and wanted to test a cluster on it). My problem is when I type it repeats the characters. For example,…
Lostsoul
  • 25,013
  • 48
  • 144
  • 239
0
votes
2 answers

VMware and Linux screen adjustment

I have installed Linux-Mint on my VMware Workstation8 but I don't know how to make its screen fit inside the VMware client screen even when I resize the VMware windows. …
0
votes
1 answer

VMWare ESXi 4.1 - Shrink Thin disk (without Storage vMotion or "sdelete"/filling disk with 0's)

I have a 100GB Thin disk which is about 80GB vmdk file on the storage device. The disk really only has 10GB of files stored on it (ie ~70GB free). How can I shrink the ~80GB vmdk back down to ~10GB noting that the VMWare tools show the "shrink"…
user72003
  • 425
  • 1
  • 5
  • 7
0
votes
1 answer

Apache return blank page in IE, chrome download all files

I upgraded my ubuntubox from 10.10 to 11.04 and after that i have problem. If i execute http://oller.angst.nu/phpinfo.php or test.txt in windows and IE it return a blank page. If i look at the source i see header information. If i execute the same…
Qvarting
  • 13
  • 6
0
votes
2 answers

vmware .net api help vmware.vim.dll problems

Vmware's .net api reference is somewhat confusing and hard to follow. I have been able to connect to my vcenter host then get a list of esxi hosts. Then I have been able get all the running modules on the host using HostKernelModuleSystem, and probe…
john johnson
  • 699
  • 1
  • 12
  • 34
0
votes
1 answer

pkgin on Ubuntu with VMWare

I'm attempting to execute a binary file via the command line in Ubuntu which is being supported by VMWare. When attempting to perform this task I get: Error opening terminal: xterm It looks like this is something encountered by others as well, as…
Vincent Russo
  • 1,087
  • 3
  • 20
  • 33
0
votes
1 answer

Are VMWare pefromance metric IDs stable?

I am monitoring VMWare vCenter hosts and VMs using VMWare's .NET SDK. I am using the metric key as a key in a database. How stable are those keys? I could not find any word about it in the documentation. Do they change depending on VMWare/vSphere…
wilx
  • 17,697
  • 6
  • 59
  • 114
0
votes
2 answers

StackOverFlowException: Is it programming error (recursion) or not enough maximum default stack size?

I am trying to get virtual machine configuration info for a VM in VMware using webservices SDK approach. I was able to get virtual machine configuration info from simple console application, command line interface (Powershell) of my tool. However…
Dreamer
  • 3,371
  • 2
  • 34
  • 50
0
votes
0 answers

Cannot connect to SQL Server using VMWare

I am having problem connecting to a SQL Server database on windows 7 from SQL Server Management Studio on vmware. Is there any setting that I must set to be on or off in my windows 7?
Irman
  • 21
  • 1
  • 6
0
votes
5 answers

how to make better use of the coding platform if 800MB out of 4GB RAM is not used?

My coding platform is a Vista machine with 4GB RAM. And while the machine is slick, I know there are 800MB of RAM that is not used at all. (only about 3.2GB or 4GB is used). can I installed something to help my platform for coding? I think Wubi…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
1 2 3
99
100