VMware
1 ... 3 4 5 6 7 ... 23 Previous Next 342 Replies Last post: Jun 2, 2009 3:35 PM by AlbertChurba   Go to original post

Re: SATA Support Clear as Mud!?

60. Jan 17, 2008 9:55 AM in response to: asgard
Click to view Dave.Mishchenko's profile Guru 8,943 posts since
Nov 15, 2005
You might want to try what I posted here - http://communities.vmware.com/message/834672#834672. Is it ESX 3i or 3.5 that you have installed and if you run lspci, what device ID does the ICH5 controller show.

Re: SATA Support Clear as Mud!?

61. Jan 17, 2008 10:19 AM in response to: asgard
Click to view rpartmann's profile Expert 223 posts since
Feb 8, 2007
Hi there,

did your "mount" command execute succesfully?
try mount without parameters, and check what is where mounted.
/mnt/eroot ist the root (=/) partition of your new esx server.
make a ls -al /mnt/eroot and check what is there.

Check a running ESX server in /etc/vmware/pciid

hth, Reinhard

ps: Award points if you find answers helpful. Thanks.

Re: SATA Support Clear as Mud!?

62. Jan 17, 2008 11:12 PM in response to: asgard
Click to view pdewild's profile Lurker 7 posts since
Oct 14, 2007

Hi Asgard, the "script" is for nVidia controllers only. Perhaps it's an idea to expand the script for use with an Intel chipset based mainboard, but I'm not sure if that's an option :) (because I don't have the Intel based option to try out)... Can you provide a "lspci" and seperate a "lspci -n" :).... Perhaps the SATA/IDE option in a BIOS would provide a solution, but again, I don't have one of those here....

Re: SATA Support Clear as Mud!?

63. Jan 24, 2008 7:15 AM in response to: rpartmann
Click to view supz's profile Lurker 2 posts since
Jan 9, 2008
So, I tried getting ESX 3.5 to install on an IBM x306 server with SATA drives am also having the root drive failing to mount problem. Attached are my lspci output as well as a modified version of the script rpartmann has graciously provided. I noticed that on Ubuntu 7.10, when running the script I was getting the following error:

./enable_ml110g2_sata_esx3.5_v0.1.sh: 61: lines: not found


Which turned out to be due to the way the script was doing its arithematic in bash... I put in a quick fix to use the bc command instead, and the script runs fine, however it still doesn't help me with booting up ESX properly.


The SATA controller is an Intel 6300ESB with a PCID of 25a3... Has anyone else tried installing on similar hardware?


Paul

Update: I had to go into the BIOS and totally disable my IDE controller, at which point I was able to boot and mount the local SATA disk with no issues. Thanks to everyone in this thread for the fantastic help!

Attachments:

Re: SATA Support Clear as Mud!?

64. Jan 23, 2008 11:06 PM in response to: supz
Click to view Dave.Mishchenko's profile Guru 8,943 posts since
Nov 15, 2005
I have the controller recorded as working (on a supermicro motherboard) in a list I'm compiling here - http://www.vm-help.com/esx/esx3.5/Whiteboxes_SATA_Controllers_for_ESX_3.5_3i.htm - but make note of the BIOS changes that were required.

Re: SATA Support Clear as Mud!?

65. Jan 24, 2008 12:25 AM in response to: Dave.Mishchen…
Click to view myxiplx's profile Enthusiast 113 posts since
Apr 4, 2006

Dave, for the x2200 you're pointing to a source that doesn't appear to say anything about how to get it working, it might be worth directing people to this thread instead.

The x2200 uses the MCP55 SATA controller just like the HP ML115, and the script on this thread works fine if you're using SATA drives.

I believe (but have not tested) that with SAS drives ESX just works. The x2200 is on VMware's HCL, and from what I've read the server was certified for use with ESX with SAS drives fitted.

Re: SATA Support Clear as Mud!?

66. Jan 24, 2008 12:50 AM in response to: myxiplx
Click to view Dave.Mishchenko's profile Guru 8,943 posts since
Nov 15, 2005
I've updated it. Thanks.

Re: SATA Support Clear as Mud!?

67. Jan 24, 2008 4:27 PM in response to: supz
Click to view supz's profile Lurker 2 posts since
Jan 9, 2008

I'm able to boot into ESX after having disabled the IDE controller in my BIOS, however now the system recognizes the disks as /dev/hd* devices, and not /dev/sd* devices, so it doesn't mount any of the local vmfs storage I created to run my VMs off of.

Is anybody else experiencing a similar issue? Is there anyway to get ESX to recognize these formerly created VMFS partitions, or recreate new ones on the /dev/hd* partitions?

Re: SATA Support Clear as Mud!?

68. Jan 28, 2008 2:33 PM in response to: The-Kevster
Click to view stephdum's profile Lurker 2 posts since
Dec 14, 2007

ESX Server 3i 3.5.0 build-70348 : setup ran just fine on an Asus Pundit P3-P5G33

SATA controller ICH9

only add to put an Intel Pro /1000 GT

(but no way to setup ESX Server 3 3.5.0 build 64607 - cannot pass the controler card choice stage)

steph


Re: SATA Support Clear as Mud!?

69. Jan 28, 2008 3:41 PM in response to: Dave.Mishchen…
Click to view rpartmann's profile Expert 223 posts since
Feb 8, 2007
Hi Dave,

another system which works: hp d330 (intel 82801EB (ICH5) SATA Controller 8086:24d1 )
Is in the ata_piix.xml on the standard install.

(very similar to the hp d530 systems i think)

kind regards,
Reinhard

ps: Award points if you find answers helpful. Thanks.

Re: SATA Support Clear as Mud!?

70. Jan 29, 2008 12:50 AM in response to: stephdum
Click to view Dave.Mishchenko's profile Guru 8,943 posts since
Nov 15, 2005
I had a similar problem with an Intel board with the ICH9 controller and had to use an HTTP install to install ESX 3.5. http://communities.vmware.com/thread/123254

Re: SATA Support Clear as Mud!?

71. Jan 29, 2008 2:19 PM in response to: Dave.Mishchen…
Click to view stephdum's profile Lurker 2 posts since
Dec 14, 2007

Many thanks, great news, So I guess it should work too. I was a bit frustrated not being able to choose between versions. I initially thought about this option, but it was really uncertain, so switched to 3i, and it was ok.

I will give a try when time permit on another disk and post the outcome.

steph

Re: SATA Support Clear as Mud!?

72. Feb 4, 2008 1:46 PM in response to: Dave.Mishchen…
Click to view jaapr's profile Lurker 4 posts since
Jan 31, 2007

Hi,

I have a Sun Ultra 40 M2 with two internal SATA disks. It install well, but does not reboot.

I followed the "Service Console" procedure from Dave and also the "script" procedure

from Reinhard. In both cases I do not have a good result. It still fails on the mounting

root failed.

I have attached the lspcii output when I'm booted with the Ubuntu LiveCD. There are

multiple SATA controller entries with 10de:037f. This Ultra 40M2 has 8 slots for disks.

In the BIOS I did not configured RAID (I did one time, but ESX still sees two disks).

Hope sombody has another suggestion for me to fix this issue.

Thanks in advance,

Jaap


Attachments:

Re: SATA Support Clear as Mud!?

73. Feb 8, 2008 6:20 AM in response to: Dave.Mishchen…
Click to view rpartmann's profile Expert 223 posts since
Feb 8, 2007
Hi Dave,

tested another SATA Controller
Intel SCRS28x / PCI-X 8xSATA Firmware rev. 814D RaidBIOS H431
http://www.intel.com/design/servers/raid/srcs28x/index.htm

/etc/vmware/pciid/megaraid2.xml

<device id="0409:8086:3008">
<vmware label="scsi">
<driver>megaraid2</driver>
</vmware>
<name>LSI Logic MegaRAID SATA</name>
<table file="pcitable" module="megaraid2">
<desc>LSI Logic|MegaRAID</desc>
</table>
<table file="pcitable.Linux" module="megaraid2">
<desc>LSI Logic SATA|MegaRAID SATA</desc>
</table>
</device>

as i figured out in that case it was important to also add the SUBSYSTEM ID´s because the boot process didn´t continue.

bye,
Reinhard

ps: Award points if you find answers helpful. Thanks.

Re: SATA Support Clear as Mud!?

74. Feb 8, 2008 8:32 AM in response to: Dave.Mishchen…
Click to view rpartmann's profile Expert 223 posts since
Feb 8, 2007
Hi Dave,

next System for your list
hp xw8200 (Dual Xeon Workstation) ICH5 (82801EB)
http://h10010.www1.hp.com/wwpc/us/en/sm/WF10a/12454-12454-296719-307907-296721-424560.html?jumpid=oc_R1002_USENC-001_HP%20xw8200%20Workstation&lang=en&cc=us

bye,
Reinhard.

ps: Award points if you find answers helpful. Thanks.

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