VMware Archives ~ fitzmoskal https://fitzmoskal.me/tag/vmware/ You are _here_ Thu, 29 Feb 2024 16:50:07 +0000 en-GB hourly 1 https://wordpress.org/?v=6.9.4 https://fitzmoskal.me/wp-content/uploads/2024/02/cropped-result_880649-32x32.jpeg VMware Archives ~ fitzmoskal https://fitzmoskal.me/tag/vmware/ 32 32 11678478 German Car Systems Maker – Storage Integration https://fitzmoskal.me/german-car-systems-maker-storage-integration/ Mon, 26 Feb 2024 16:31:21 +0000 https://fitzmoskal.me/?p=1468 I worked with this German company to enhance their Discovery and CMDB with various storage metadata and data from unsupported

The post German Car Systems Maker – Storage Integration appeared first on fitzmoskal.

]]>

I worked with this German company to enhance their Discovery and CMDB with various storage metadata and data from unsupported storage systems. I wrote extensive TPL code which integrated with APIs for NetApp, Dell Isilon, IBM Spetrum, and Nasuni.

For Nasuni I had to develop the whole model using data extracted from the APIs to model the Management Console, Volumes and Shares.

The outcome of this project was to allow the client to accurately track storage usage and billing.

During this time I also assisted the client in troubleshooting Azure discovery and retrieving additional matadata from VMware.

The post German Car Systems Maker – Storage Integration appeared first on fitzmoskal.

]]>
1468
VMware Image Quick Fix https://fitzmoskal.me/vmware-image-quick-fix/ Mon, 06 Sep 2010 06:30:04 +0000 http://wafitz.net/?p=557 Recently I had a virtual machine set to use 2gb ram which I was trying to run in VMware Player

The post VMware Image Quick Fix appeared first on fitzmoskal.

]]>
Recently I had a virtual machine set to use 2gb ram which I was trying to run in VMware Player on my work laptop which also has 2gb phyiscal memory.

I don’t have the full workstation license for my laptop so I couldn’t edit the image and modify the ram but I did find a quick and dirty hack by going into the vmx file, which is a simple text file, and altering the settings there.

All I needed to do was power down my virtual maching and then open up the .vmx in gedit or similar text editor and then locate the following line:

memsize = "2064"

I changed the value to “512”, problem solved.

You can do this for a number of different settings which I haven’t tested, but be careful. Make a backup copy of your virtual machine, it is possible to screw something up this way.

The post VMware Image Quick Fix appeared first on fitzmoskal.

]]>
557