All Posts

Hi, Our expectation is to have the new User Guide uploaded to the community forum webpage in approximately 2 months. VProbes is not supported on ESXi.
Hi mcarbone, When will the "vProbes Programming Reference" be updated? Does vProbes works on ESXi 5.5 as well?
Hi, Thank you for using VProbes! The "VProbes Programming Reference" is a bit outdated, and we are currently working on a new, updated version. Basically, the syntax for guest probes has chan... See more...
Hi, Thank you for using VProbes! The "VProbes Programming Reference" is a bit outdated, and we are currently working on a new, updated version. Basically, the syntax for guest probes has changed. If you replace GUEST_WRITE with GUEST:WRITE, your script should load. Regarding your second question, the CPU provides facilities to intercept CR3 writes made by the guest, but the same is not true for general-purpose registers, making it hard to implement what you suggest. Just out of curiosity, what are you using VProbes for?
Hi, This community forum is reserved for questions and discussions about VProbes. Please direct your question to the appropriate forum.
Hi, I'm using vprobes in VMware Workstation (10.0.1 build-1379776). I am using a dynamic probe to monitor for a guest write on a specific memory address. My script is taken from the exampl... See more...
Hi, I'm using vprobes in VMware Workstation (10.0.1 build-1379776). I am using a dynamic probe to monitor for a guest write on a specific memory address. My script is taken from the example: (vprobe GUEST_WRITE:0xb8000 (printf "Write to VGA text RAM.\n")) However, the problem is that I have an error when I try to vprobeLoadFile the script. vprobeLoadFile: error: Unrecognized characters ':0xb8000' in probe 'GUEST_WRITE:0xb8000' vprobeLoadFile: 0 warnings, 1 errors Error: Unknown error I have tried many different addresses after GUEST_WRITE, but I always get the same error: "Unrecognized characters". Also why is there only a Guest_CR3Write and not Guest_OtherRegister here? Like rax, ldtr, etc.
Guys, I have a doubt it would be possible to create an executable that can communicate with vmware and capture all ip's used in the vm's? If yes would have some example or some material to st... See more...
Guys, I have a doubt it would be possible to create an executable that can communicate with vmware and capture all ip's used in the vm's? If yes would have some example or some material to study? I found this here: http://www.vmware.com/support/developer/vc-sdk/ But I did not know that research properly because I did not find anything. Pessoal, Tenho uma duvida seria possível criar um executável que consiga se comunicar com o vmware e capturar todos os ip's usados nas vm's? Se sim teria algum exemplo ou algum material para estudo? Achei esse aqui: http://www.vmware.com/support/developer/vc-sdk/ Mas acho que  não soube pesquisar corretamente pois não achei nada.
Hi, This community forum is reserved for questions and discussions about VProbes. Please direct your question to the appropriate forum.
I have client server program that written in c# . It works fine in a physical server but when i run the server in a Virtual machine it stop working after a moment . I put my source files Can ... See more...
I have client server program that written in c# . It works fine in a physical server but when i run the server in a Virtual machine it stop working after a moment . I put my source files Can any body please Help me
We are working on a project that analyzes datacenter utilization and decides how to optimize VMs. We just released our VMware data collector. The data collectors continuously gets utilization dat... See more...
We are working on a project that analyzes datacenter utilization and decides how to optimize VMs. We just released our VMware data collector. The data collectors continuously gets utilization data from your VMs and sends the data to our server. The data you provide will help improve our modeling and optimization engine. We only collect block box VM utilization metrics and we have no idea what is running in your datacenter. If you would like to participate, our data collector can be found here: http://cloubrain.com/download.htm
We are having the Linux psuedo block driver and we want to port it for ESXi. Basically this intercept the write requests and replicate the data. Question is that : I have downloaded the ESXi sou... See more...
We are having the Linux psuedo block driver and we want to port it for ESXi. Basically this intercept the write requests and replicate the data. Question is that : I have downloaded the ESXi source and shall i modify the block driver source code to my need ? Is it permited by VMware? What i am thinking is that modify CCISS driver for my need. Please someone can help me in this regard. thanks
Jack, I apologize that we hadn't replied to your question. The good news is that we've been hard at work making vprobes better. So no, it's not going away. We plan to roll out a lot more infor... See more...
Jack, I apologize that we hadn't replied to your question. The good news is that we've been hard at work making vprobes better. So no, it's not going away. We plan to roll out a lot more information about vprobes shortly. In the meantime, feel free to email me directly (ricardog@) and I can provide more details. And, just briefly, if you have WS 9 or Fusion 5, you no longer need the vprobes toolkit.  The vprobes CLI and the Emmett compiler are not part of the standard installation. We need to update the README.
Hello everyone, I'm a newbie who's trying to compile some sample codes from the SDK. I followed the steps in the Devloper's Setup Guide PDF, but Im still missing reference to AppUtil... I gene... See more...
Hello everyone, I'm a newbie who's trying to compile some sample codes from the SDK. I followed the steps in the Devloper's Setup Guide PDF, but Im still missing reference to AppUtil... I generated 4 dlls: Vim25Service2010, Vim25Service2010.XmlSerializers, VimService2010 and VimService2010.XmlSerializers For example there's a program named VMCreate in the smaples folder, and it uses AppUtil. Any help will be appriciated. Thanks, Dan.
No, I don't think there is a build in mysql-out function. You will have to write yourself one, maybe with the example I posted earlier and pass your output to that function that puts it into t... See more...
No, I don't think there is a build in mysql-out function. You will have to write yourself one, maybe with the example I posted earlier and pass your output to that function that puts it into the database.
Hmmmm... so i guess it has to be another script.. it cant be done directly withing ps1 script.. right? Thx
Hi, you can write a function to connect to a mysql server and insert or alter entries. Google gave me this example as first output: http://universitytechnology.blogspot.de/2009/09/powers... See more...
Hi, you can write a function to connect to a mysql server and insert or alter entries. Google gave me this example as first output: http://universitytechnology.blogspot.de/2009/09/powershell-mysql-insert.html Regards
Hi, is there a way to export output of ps1 script into mysql db under Linux/Windows..? Im trying to google it, but no luck... Thank you.
Just wanted to check what the status of vprobes is. I think it might be useful to me, but I see there haven't been any updates in 8 months, and I don't want to learn it if there's something else ... See more...
Just wanted to check what the status of vprobes is. I think it might be useful to me, but I see there haven't been any updates in 8 months, and I don't want to learn it if there's something else I should be learning, or if it's going to go away. I also saw reference to it in ESXi 5.1 but there's no documentation referring to compatibility with that. So should I learn this for my ESXi box? Thanks Jack
Hi, I would like to mount a VMDK file in linux. I dont wanted to use vmware-mount utility. Is there any other tool for doing it? /Thanks
Look at VMCreate.java and VMDiskCreate.java and see if those help.
Hi, I couldnt find how i can create new machine using SDK and also i couldnt find if i can do OS reload via SDK?