VMware

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
12 Replies Last post: Nov 7, 2007 10:49 PM by Dave.Mishchen…  

Installing Adaptec SCSI Ultra320 Card ASC-29320LP drivers using ESX Server 3 posted: Oct 26, 2007 1:21 PM

Click to view KYLE_BLAKE's profile Enthusiast 32 posts since
Oct 26, 2007

Hi

The default ESX drivers present on the CDROM do not seem to identify the hardware asc-2930LP using ESX Server 3.

The scsi adapter is on the esx HCL list but the AIC7xxxx driver choice comes up with

"driver not FOUND"

Can anyone suggest what I do?

Should I go to Adaptec's site and download the driver for UNIX or something?

It's a single SCSI HARDDRIVE attached to SCSI Ultra320 Card ASC-29320LP.

So obviously I need a driver for ESX, but from where?


Click to view djflux's profile Enthusiast 103 posts since
Jan 12, 2006
According to the HCL the 29320LP uses the aic79xx driver, not the aic7xxx driver. Do you see the card and disk show up when the server POSTs?
Click to view oreeh's profile Guru 9,872 posts since
Nov 30, 2005
FYI: this thread has been moved to the ESX 3.x Configuration forum.

Oliver
VMTN User Moderator
Click to view djflux's profile Enthusiast 103 posts since
Jan 12, 2006
Looks like the linux kernel that the ESX install CD uses isn't detecting your IDE controller. If you want you can do a network install to get around this issue (although you may not be able to use the physical CDROM in any of your VM's if the kernel doesn't detect your IDE controller after ESX is installed).

To do a network install just copy the entire contents of the ESX CD to a server with an FTP or HTTP service running and on a network to which the server that you are trying to install has network access. If you have a Red Hat/CentOS Linux box on your network you can use it. Here are some docs for setting it up:

http://www.faqs.org/docs/Linux-HOWTO/Network-Install-HOWTO.html#s6

Basically you copy the ESX CD contents to a server and then choose the Install Method you want (FTP/HTTP) and click next. The installer will then ask you for the server hostname/IP address and the path to install files. For example, if you copy the ESX CD to a Linux box at 10.10.10.10 into directory /var/www/html/esx/ then your method would be HTTP, IP address would be 10.10.10.10, and path would be esx/

Do a Google search for Red Hat network install (since the ESX installer is based on Red Hat's anaconda installer) and you should be able to get more detailed information if you need it.

Good luck
Click to view djflux's profile Enthusiast 103 posts since
Jan 12, 2006
Are you trying to run this server in a production environment or just for testing? VMware will only support installations on hardware that is in the HCL. Although it may work initially, you never know what kind of results you'll get running non-supported hardware in a production environment.

If you want to just install ESX to do testing for your class, just install ESX into a VM. Download VMware Server, install it on the OS of your choice, create a VM and then edit the VMX file as described in one of these articles:

http://taylorbanks.com/blog/vmware-virtual-infrastructure-on-a-macbook-pro-part-i/
http://vmprofessional.com/index.php?content=fusion-esx

They apply to installing ESX in Fusion (VMware's virtualization production for Mac OS X), but editing the VMX with the appropriate options should allow you to run ESX on pretty much any VMware product (Workstation, Server, Fusion, or ESX).
Click to view djflux's profile Enthusiast 103 posts since
Jan 12, 2006
If you used the automatic partitioning during installation then I believe you should have at least one vmfs3 volume on which to store VMs. You could always re-install, do manual partitioning, and then create a vmfs3 volume.

This is the partitioning scheme I usually use if I do manual:

/boot 100M sda1
/ 5000M sda2
/var/log 2047M sda2
swap 1600M sda5
vmkcore 100M sda7
vmfs3 rest of disk sda6
Click to view Dave.Mishchenko's profile Guru 8,943 posts since
Nov 15, 2005

Hi Kyle, so are you seeing no data store in Configuration\Storage or SCSI target in Configuration\Storage Adapters once the install is complete?

You may want to try to create the VMFS partition and format it manually. In your case you would need to delete the existing VMFS partition and then create a new one. The vmkfstools format command would need to be altered to match your setup.

FDISK - creating a new disk with VMKFSTOOLS

Run fdisk -l to see devices

Run fdisk /dev/sda

If you have to add a VMFS - create the partition (n) then change the type (t) to fb. Then (w) save the changes.

Check fdisk /dev/sda again and list partitions (p) - it should list as fb.

If so , exit and run vmkfstools -C -S "data_store_name" /vmfs/devices/disks/vmhba0:0:0:10

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