VMware

This Question is Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
13 Replies Last post: Feb 25, 2006 5:10 AM by Dave P  

Solaris 10 Install posted: Dec 16, 2005 1:36 PM

Click to view mark.dormady's profile Enthusiast 62 posts since
Nov 3, 2005
I am trying to test Solaris 10 on ESX 2.5.2. I cannot get the install to detect my SCSI drives. Are there specific parameters for the scsi controller, scsi drives?

Re: Solaris 10 Install

1. Dec 31, 2005 9:35 AM in response to: mark.dormady
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
Getting Solaris to run on ESX is a little bit tricky but possible. In thread http://www.vmware.com/community/thread.jspa?threadID=25995&start=0&tstart=0 I posted some step by step instructions. You will need VMware Workstation and a subscription for Solaris updates from Sun (to get mpt version 1.26) to follow these instructions. Be sure to complete reading to the end of the thread, as there are some additional paramaters needed to not only get it to run, but also get it stable!

In the meantime, I made patches also for the SCSI driver of the Solaris 10 base distribution (mpt version 1.24). Patches for both versions (1.24 and 1.26) can be found at http://wotho.ethz.ch/ESX_solaris/Solaris_10_patches_for_VMware_ESX.tar. The installation process for the 1.24 version is the same as mentioned in the above thread, except that there is no need for updating Solaris after installing from the distribution media and correspondingly no need for patching /platform/i86pc/kernel/unix.

I also made a modified Solaris 10 Installation DVD, which can be installed directly on ESX, without the diversion to VMware Workstation. Installation from this DVD automatically sets the correct parameters to get a stable Solaris VM. If you like to try it, I can make the iso image available to you.

If you got it to run: On http://wotho.ethz.ch/ESX_solaris/vmware-tools-lxrun.tar you find some files needed, if you want to get vmware-guestd to run. See the README file included for instructions. Of course, I can provide a directly installable iso image for this also. Functionality is of course only delivering of heartbeats and configuration info to the ESX server and executing poweroff and reboot commands if requested by the server. No vmware-toolbox, no hgfs, no vmmemctl and no vmxnet...

Re: Solaris 10 Install

2. Dec 31, 2005 10:13 AM in response to: Winkelmann
Click to view KevinG's profile Guru 16,980 posts since
Jan 8, 2004
Hi Winkelmann

Thanks for sharing your information with the group :-)
Happy New year !!

Re: Solaris 10 Install

3. Jan 3, 2006 9:45 AM in response to: mark.dormady
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
I think, the many replies in different threads are a bit confusing. So you now find brief step by step instructions for the installation of Solaris 10 on ESX Server 2.5.x at http://wotho.ethz.ch/ESX_solaris/Install_Solaris_on_ESX.html

Re: Solaris 10 Install

4. Jan 6, 2006 2:59 AM in response to: Winkelmann
Click to view hmarcel's profile Enthusiast 41 posts since
Aug 31, 2003
Hi Winkelmann

do you think it would be possible to put the vmware-solaris-tools.iso.gz in a
non password protected area to be able to download it.

Danke im voraus.

hmarcel

Re: Solaris 10 Install

5. Jan 6, 2006 4:54 AM in response to: hmarcel
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
Hi Marcel,

I password protected the images to avoid legal problems... please send an e-mail to my adress mentioned in the step by step instructions and I will be glad to provide you with the information necessary.

Best Regards, Juergen

Re: Solaris 10 Install

6. Jan 14, 2006 9:41 AM in response to: mark.dormady
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
FYI:

A few days ago Sun released kernel patch 118844-27. This solves some problems with the Solaris 10 boot process on ESX (they finally managed using grub instead of Configuration Assistant), but unfortunately not all.

More details can be found in my step by step instructions at http://wotho.ethz.ch/ESX_solaris/Install_Solaris_on_ESX.html

Re: Solaris 10 Install

7. Jan 20, 2006 6:44 AM in response to: mark.dormady
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
FYI: Solaris 10 Update 1 (1/06) can now be installed on ESX using my step by step instructions at http://wotho.ethz.ch/ESX_solaris/Install_Solaris_on_ESX.html

Re: Solaris 10 Install

8. Feb 4, 2006 7:41 AM in response to: Winkelmann
Click to view lairdnet's profile Enthusiast 46 posts since
May 19, 2004
I downloaded your image for update 1 and attempted the instructions on ESX 2.5.2 but it never gets past the "Solaris Interactive" prompt. Sets there for hours with the rotating slash. Any idea what might be going on? I set up the vm hardware as you specified. Thanks.

Re: Solaris 10 Install

9. Feb 4, 2006 7:53 AM in response to: lairdnet
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
I've no idea on first sight... but perhaps I find something, if you mail me the .vmx and vmware.log file from the VM you used for installing.

I received lots of feedbacks from people having successfully installed update 1 on ESX 2.5.2. So the problem is most likely specific to your VM configuration.

Re: Solaris 10 Install

11. Feb 25, 2006 3:46 AM in response to: lairdnet
Click to view Dave P's profile Lurker 2 posts since
Feb 25, 2006
I have not seen this on ESX but i have had the same problem on Workstation 5.5.1... the machine in question would not start the installer (both graphical and text).. turned out that the machine did not have the latest AGP drivers installed (in this case the AGP drivers for the harddrive controller bridge)... after installing all sweet....

Re: Solaris 10 Install

12. Feb 25, 2006 4:12 AM in response to: Dave P
Click to view Winkelmann's profile Enthusiast 40 posts since
Oct 21, 2005
The cause of the problem in the ESX case was too high access latency of the installer ISO, if it is stored on an slow NFS or CIFS/SMB share. The Solaris ATA CDROM driver obviously isn't able to handle this during installer startup.

In this case the solution is simple: Just copy the ISO to the /vmfs tree or to a local disk of the ESX server.

Re: Solaris 10 Install

13. Feb 25, 2006 5:16 AM in response to: Winkelmann
Click to view Dave P's profile Lurker 2 posts since
Feb 25, 2006
Hi Winkelmann

Having looked back at the message I left... I think the problem I experienced is more than likely the same issue you posted about...

What I should have mentioned;

I have installed Solaris 5.11 using the Solaris 10 Guest machine config.... on workstation 5.5.1 on two machines.. the first a woefully underpowered dell celeron 1500mhz (which just happens to look alot like the bottom spec intel mac and which happily runs macosx).. which installed solaris with little or no problems.. the other was a high spec fujitsu-siemens laptop.. which refused to start the installer at all at first until I upgraded the agp drivers... the virtual cddrom was getting hammered (I tried both local images and physical media.. tried setting legacy mode and connection exclusive to no avail...)

My conclusions (or to state the obvious)... anything that causes latency on the virtual cdrom drive is likley to cause the solaris installer/ata driver to fail or appear to 'hang'...

I have been quite happy with my install of 5.11 the only thing I have'nt been able to do sofar is make the update system work.... keeps giving an general error during analysis of the system.....

Message was edited by:
Dave P

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities