• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Yellow Bricks

by Duncan Epping

  • Home
  • Unexplored Territory Podcast
  • HA Deepdive
  • ESXTOP
  • Stickers/Shirts
  • Privacy Policy
  • About
  • Show Search
Hide Search

Workstation

VMware Workstation 6.5 and OVF

Duncan Epping · Nov 18, 2008 ·

I was looking into converting the VIMA appliance from OVF to a regular VM. I wanted to run VIMA directly from VMware Workstation. For the windows version of VMware Workstation there’s a conversion tool, and Arne of ICT-Freak wrote a nice howto. (Although it’s in Dutch you will figure it out cause of the large amount of screenshots!)

But I’m using VMware Workstation 6.5 on Ubuntu and it doesn’t contain the conversion features unfortunately. But luckily a beta version of VMware Converter has just been released, 4.0. As of this version VMware Converter is also available for Linux. And you can see where I’m going… You can use VMware Converter for converting .OVF appliances to VMware Workstation:

  1. Download VMware Converter
  2. Install it by unzipping the tar.gz file and running “./vmware-install.pl”
  3. Next, Next, Finish
  4. Start VMware Converter
  5. File, New, Convert Machine
  6. Source Type: Virtual Appliance
    And browse to the .OVF file
  7. Destination Type: VMware Workstation
    And pick a destination directory
  8. Next, Next Finish!

I think it’s great that more and more tools are available for Linux!

ESX in a Box with Shared storage but…

Duncan Epping · Nov 17, 2008 ·

I was just rebuilding my “ESX in a box” setup. I wanted to install an iSCSI Virtual San Appliance but why should I? Your answer probably is: well because you need shared storage to do a VMotion / HA / DRS etc. Yes you are completely right I do need shared storage to have these capabilities, but there’s no need for an iSCSI VSA or NFS appliance for that matter.

A while ago Bouke G. of Jume wrote a nice blog on how to set up shared storage without a SAN appliance. In short you just create an additional disk(scsi id 1:0) on the first ESX VM. Close down VMware Workstation and edit your .vmx file. I would suggest a copy and paste of the following lines and remove the duplicate lines. (scsi1:0.filename etc)

scsi1.present = “TRUE”
scsi1.virtualDev = “lsilogic”
scsi1.sharedBus = “VIRTUAL”
scsi1:0.present = “TRUE”
scsi1:0.fileName = “D:\Virtual Machines\shared_disk.vmdk”
scsi1:0.mode = “independent-persistent”
scsi1:0.redo = “”

disk.locking = “FALSE”
diskLib.dataCacheMaxSize = “0”
diskLib.dataCacheMaxReadAheadSize = “0”
diskLib.dataCacheMinReadAheadSize = “0”
diskLib.dataCachePageSize = “4096”
diskLib.maxUnsyncedWrites = “0”

Now copy the correct .vmx entries to the second ESX VM’s .vmx file and just boot them up. It’s as simple as that. Yes I know setting up iSCSI isn’t difficult but this will save you precious memory, especially when running this as a demo kit on your laptop!

Installing VMware Workstation 6.5 in Ubuntu…

Duncan Epping · Oct 22, 2008 ·

I just downloaded the .bundle file for my Ubuntu 8.10 Workstation at home. So what to do next? I’ve been using Debian and Ubuntu off and on for a while so I’m used to “apt-get install”. But this is a .bundle file, so no apt-get for this application. Well the answer was really simple just run the bundle file:

  • sudo sh VMware-Workstation-6.5.0-118166.i386.bundle
So far I really like Ubuntu 8.10! It seems to do everything it needs to do straight out ot the box! By the way, Sven Warren wrote an extensive howto for installing WS6.5 on Ubuntu. It would be nice if VMware would create a debian repository for this download so we can update it with apt-get…

OVF Tool and Nostalgia

Duncan Epping · Dec 31, 2007 ·

I was trying to convert the great Nostalgia Virtual Appliance to a VMware Workstation compatible format but just copying didn’t work. I did the following to get this thing running directly under VMware Workstation 6.02:

  • I exported the Nostalgia VM from VirtualCenter 2.5 into an OVF format.
  • Copied the OVF files to my PC(d:\ovftools).
  • Downloaded the OVF Tool and unzipped it into: d:\ovftools
  • Ran the following command cause the damn ovf batch file didn’t work: C:\Program Files\Java\jre1.5.0_05\bin\java” -jar d:\ovftool\ovftool.jar d:\ovftool\nostalgia.ovf d:\nostalgia\ (The batchfile was complaining about the fact that the JAVA_Home environment variable wasn’t set, but it actually was…)
  • Now it’s converted to a Workstation 6 compatible VM, just open it and start it.

Let’s see if I can fix that sound in the next couple of days…

Update:
Arne just posted a solution to the JAVA_Home environment error… And I just discovered that the fact that the ovftool.bat doesn’t work is because of the long file names within dos. You’ll have to set the environment variable with an 8.3 notation: JAVA_HOME = C:\Progra~1\Java\jre1.5.0_05\
No quotes or what so ever because VMware already used quotes in the batch file for the if exist statement.

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4

Primary Sidebar

About the Author

Duncan Epping is a Chief Technologist and Distinguished Engineering Architect at Broadcom. Besides writing on Yellow-Bricks, Duncan is the co-author of the vSAN Deep Dive and the vSphere Clustering Deep Dive book series. Duncan is also the host of the Unexplored Territory Podcast.

Follow Us

  • X
  • Spotify
  • RSS Feed
  • LinkedIn

Recommended Book(s)

Advertisements




Copyright Yellow-Bricks.com © 2025 · Log in