Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Presentation on VMWare Server Development Environment
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Steve Mitchell  
View profile  
 More options Jun 18, 10:31 am
From: Steve Mitchell <stevecmitch...@gmail.com>
Date: Thu, 18 Jun 2009 07:31:51 -0700 (PDT)
Local: Thurs, Jun 18 2009 10:31 am
Subject: Presentation on VMWare Server Development Environment
Has anybody given a presentation to the group about how best to
leverage VMWare Server to build a development environment? I know I
would be interested in hearing something like that. Do we have a
speaker for July yet?

What is the best host operating system for VMWare Server?  Sounds like
I should re-image my box with Fedora or Debian, install VMWare Server,
and then reinstall OpenSolaris as a guest.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Mitchell  
View profile  
 More options Jun 18, 11:29 am
From: David Mitchell <david.mitch...@gmail.com>
Date: Thu, 18 Jun 2009 10:29:28 -0500
Local: Thurs, Jun 18 2009 11:29 am
Subject: Re: [kcjava] Presentation on VMWare Server Development Environment
Yeah, Gary's post made me feel like I'm working with stone tools.

Hate it when he does that.

 ;-)

--David


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SteveM  
View profile  
 More options Jun 18, 1:03 pm
From: SteveM <stevecmitch...@gmail.com>
Date: Thu, 18 Jun 2009 10:03:14 -0700 (PDT)
Local: Thurs, Jun 18 2009 1:03 pm
Subject: Re: Presentation on VMWare Server Development Environment
David,

Me too, David! I did learn this much:

VMWare only officially supports Windows and Linux as a VMWare Server
host OS.  OpenSolaris doesn't get mentioned as a host. See
http://www.vmware.com/products/server/faqs.html

If you go to http://www.howtoforge.com and search "how to install
VMWare Server" you will find instructions for all the major Linux
distributions, like this one: http://www.howtoforge.com/how-to-install-vmware-server-2-on-ubuntu-9.04

Tonight I will blow away the OpenSolaris image I installed last night
and replace it with Ubuntu and VMWare Server.  I'll keep the host OS a
bare as possible, doing all "work" in a guest OS that is backed-up
somewhere. Next, I'll reinstall OpenSolaris as a guest and get
Netbeans working there.

Thank you Roger and Gary for steering me this direction.

Steve Mitchell
http://www.byteworksinc.com

On Jun 18, 10:29 am, David Mitchell <david.mitch...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roger O'Dell  
View profile  
 More options Jun 18, 1:15 pm
From: "Roger O'Dell" <roger.odell...@gmail.com>
Date: Thu, 18 Jun 2009 12:15:15 -0500
Local: Thurs, Jun 18 2009 1:15 pm
Subject: RE: [kcjava] Re: Presentation on VMWare Server Development Environment
You are welcome.

Once you install Open Solaris and update it comepletely, you can take a snap
shot of it. This is good incase you have problems and need to reset the
image. You can also take a snapshot once you install in configure netbeans.
This way you have 2 snapshots that you can use for testing. I like vm ware
as a good way to test software and not have it compromise my computer. You
can make VM images for almost any OS. I only have an Open Solaris VM right
now, but I will be doing Windows server, Ubuntu, XP, Vista and some others
eventually. With Ubuntu, Apache, and MyQL running you can test Web and
database content before publishing live. I hope we do have a session on VM
ware with java at a meeting. I am not an expert, but there is a VM ware
group in KC and I think they event meet at the same building. Perhaps we
could talk to them and find out if they can assist us.

Roger O'Dell


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
g...@hilbertinc.com  
View profile  
 More options Jun 18, 1:44 pm
From: g...@hilbertinc.com
Date: Thu, 18 Jun 2009 12:44:38 -0500 (CDT)
Local: Thurs, Jun 18 2009 1:44 pm
Subject: Re: [kcjava] Re: Presentation on VMWare Server Development Environment
I would be glad to share my VMware-based development environment at a future Java SIG meeting.  I will have to check my schedule for July, but Wednesdays are typically available.

I agree that the host OS should be as bare as possible and all of the "real" work is done on VMs.  That allows you to move them between physical machines when upgrading hardware or when you have a hardware failure as I did on my VMware server about six months ago.

Depending on the scope of work, I will sometimes create a VM that is specific to a customer. For example, one customer was using a 64-bit Windows machine for their server and thus I was using a 64-bit JNI library for development.  They have their own VM, since I am not interested in a 64-bit Windows machine for general use.  I was working with the vendor on the said JNI library and they couldn't recreate the problem I was having, so I just sent them the whole stinkin' VM.  It was pretty handy.

Speaking of 64-bit guest OS's.  You have to have a certain level of support in the BIOS for that to work - the name of which eludes me.  If you are buying a new motherboard, you will want to ensure that it has it.  Most new ones probably will, but my 2006 motherboard does not. (Sigh).  The ThinkPad T61 laptop does, though.

I also take backups of the whole VM on to USB drives on a periodic basis.  I can also share my incredibly paranoid backup strategy if there is interest.

--------------------------------------------------
On Jun-18-2009, SteveM <stevecmitch...@gmail.com> sent the following...

David,

Me too, David! I did learn this much:

VMWare only officially supports Windows and Linux as a VMWare Server
host OS.  OpenSolaris doesn't get mentioned as a host. See
http://www.vmware.com/products/server/faqs.html

If you go to http://www.howtoforge.com and search "how to install
VMWare Server" you will find instructions for all the major Linux
distributions, like this one: http://www.howtoforge.com/how-to-install-vmware-server-2-on-ubuntu-9.04

Tonight I will blow away the OpenSolaris image I installed last night
and replace it with Ubuntu and VMWare Server.  I'll keep the host OS a
bare as possible, doing all "work" in a guest OS that is backed-up
somewhere. Next, I'll reinstall OpenSolaris as a guest and get
Netbeans working there.

Thank you Roger and Gary for steering me this direction.

Steve Mitchell
http://www.byteworksinc.com

On Jun 18, 10:29 am, David Mitchell <david.mitch...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles Sharp  
View profile  
 More options Jun 19, 3:18 pm
From: Charles Sharp <cas.nixs...@gmail.com>
Date: Fri, 19 Jun 2009 12:18:46 -0700 (PDT)
Local: Fri, Jun 19 2009 3:18 pm
Subject: Re: Presentation on VMWare Server Development Environment

On Jun 18, 12:03 pm, SteveM <stevecmitch...@gmail.com> wrote:

> David,

> Me too, David! I did learn this much:

> VMWare only officially supports Windows and Linux as a VMWare Server
> host OS.  OpenSolaris doesn't get mentioned as a host. Seehttp://www.vmware.com/products/server/faqs.html

If you're interested in a Virtual Machine that treats [Open]Solaris as
a first-class citizen, you might take a look at VirtualBox (http://
www.virtualbox.org/).

I run Mac OS X 10.5.7 on a MacBook Pro and use virtual machines to run
XP for some work I do.  I switched from Parallels to VBox about three
months ago.  I have Ubuntu 9.04 (Jaunty), OpenSolaris (200906), Vista,
and XP running.  I had some issues with Vista's networking, but that
was the only thing that required much time from a setup standpoint.

An additional plus of VirtualBox is that there are a couple of sites
that have virtual machine images already loaded.  You just download
the linux you want, create a new image for it, import it, and you're
running.  Very handy.  Though hardcore linux folk might miss all the
fun of installation.

just a thought,
cas


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jon Brisbin  
View profile  
 More options Jun 19, 3:39 pm
From: Jon Brisbin <jon.bris...@gmail.com>
Date: Fri, 19 Jun 2009 14:39:11 -0500
Local: Fri, Jun 19 2009 3:39 pm
Subject: Re: [kcjava] Re: Presentation on VMWare Server Development Environment

I can vote for VirtualBox as well. I use it on my Mac and like it a  
little better than VMWare Fusion. I have to jump in there every once  
in a while to use WinXP to test in IE7 (uggh, I *hate* doing that) but  
I don't do any development in there. I don't have the patience for  
that. :)

Thanks!

Jon Brisbin
http://jbrisbin.com/

On Jun 19, 2009, at 2:18 PM, Charles Sharp wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google