Tagged Questions
The esx tag has no wiki summary.
6
votes
5answers
8k views
How can I tell if I'm running in a VMWARE virtual machine (from linux)?
I have a VMWARE ESX server. I have Redhat VMs running on that server. I need a way of programatically testing if I'm running in a VM. Ideally, I'd like to know how to do this from Perl.
4
votes
5answers
7k views
XenServer vs VMware Infrastructure
Does anyone have experience of comparing Xen Server 5 and VMWare Infrastructure 3. I'm planning a virtualization project and looking at the Enterprise edition of both. They both seem to offer very ...
3
votes
4answers
5k views
Is it possible to correct partition table errors without a reboot?
When trying to partition a hard drive on ESX server I frequently run into the following problem:
$ fdisk /dev/sdd
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
...
2
votes
1answer
1k views
Which VMware API should I use?
I'm trying to write a fairly simple application in C# (or at least, I think it should be simple) that polls a vCenter for all of its ESX servers, then each ESX server for all of its VMs. It will ...
2
votes
3answers
530 views
How to distribute Python/Django App via RPM
I've read over this question and I think that is a great start, but I'm looking for more insight.
I have written an application using Python 2.6 and Django 1.2.1.
I would like to deploy this ...
2
votes
1answer
139 views
Automatic VM deployment
I have an idea to streamline deployments of prototypes within our team using VMs. The idea would be that a developer would be able to deploy their artifacts to Maven, then use a Web interface to pull ...
1
vote
0answers
42 views
Issue with SFCB, the python-binding layer and python providers in ESX 4.0
We are writing SFCB providers in python, Since SFCB talks to only C++ providers we need to have an intermediate layer(cmpi-bindings, a python extension module) which can talk to SFCB and start the ...
1
vote
1answer
246 views
Programmatically add VMware ESX host to vCenter during kickstart
I'd like to have my ESX hosts add themselves to vCenter during the kickstart process (or in a script that runs after the first boot).
I can't find a method for doing this; is there one?
1
vote
2answers
554 views
How can I perform HTTP PUT uploads to a VMware ESX Server in PowerShell?
VMware ESX, ESXi, and VirtualCenter are supposed to be able to support HTTP PUT uploads since version 3.5. I know how to do downloads, that's easy. I've never done PUT before.
Background information ...
0
votes
1answer
21 views
How to deploy mofs and regs file to SFCB in ESX 4.x correctly,
I am working on one cimom based solution in ESX. ESX4.x uses sfcb as a default cimom daemon and sfcb gives specifications (sourceforge) on how to develop MOF and reg files for the providers in the ...
0
votes
0answers
32 views
Access vm on a esxi host located on a different network through vCenter
I'm trying to setup an environment consisting of a vCenter installation and several ESXI hosts hosting virtual machines.
My challenge is that I would like the ESXI hosts to be on a seperate network ...
0
votes
2answers
189 views
Using System.Management to Query a VMware Server
Summary: is it possible to specify a port to use when querying WMI using System.Management;
I have a python script under Linux that queries, using WBEM, classes on a number of ESXi servers to check ...
0
votes
2answers
208 views
command to get the number cpu exists on vmware
Is there any cli command to know the configuration details of VM like, number of existing cpus, number of network cards etc., in VM.
0
votes
2answers
290 views
How to get a content of a hidden file over https?
Now I am successfully using WebClient.DownloadString to get file content from ESX server. My URI is something like:
...
0
votes
2answers
369 views
Common API for ESX, Hyper-V, Virtual Server?
ESX, Hyper-V, and Virtual Server all have their own, non-interoperable APIs. Do you know of any library that unifies these?
Thanks, J.
0
votes
1answer
1k views
VMware Virtual Infrastructure Remote CLI finding unused machines/disks in ESX/i
In VMware ESX/i, how can I use the VMware Virtual Infrastructure Remote CLI to find unused machines/disks? I have a huge inventory and many files on disk, and I want to find files that are candidates ...
0
votes
4answers
151 views
What is the recommened HW specs for virtualizations?
We are a startup company and doesnt have invested yet in HW resources in order to prepre our dev and testing environment. The suggestion is to buy a high end server, install vmware ESX and deploy ...
0
votes
1answer
716 views
How to get VMWARE ESX 3i Image from infrastructure client using script
I've download the SDK to try to copy the image to my PC from the server but no cmdlet for copy just get info moving etc
any help?
0
votes
1answer
880 views
My VMware ESX server console volume went readonly. How can I save my VMs?
Two RAID volumes, VMware kernel/console running on a RAID1, vmdks live on a RAID5. Entering a login at the console just results in SCSI errors, no password prompt. Praise be, the VMs are actually ...