VMware ESX Server Driver Disk RPM for QLogic 4G Fibre Channel HBAs
Released 01-Feb-2007
Driver Disk
|
This update for ESX Server 2.5.4 contains a driver disk for installing ESX Server on machines with QLogic 4G HBAs.
Downloading the Driver Tarball
To download and extract the tarball:
- Download the tar file.
- Check the m5sum of the package:
# md5sum Qlogic_driver.tar.gz
The md5 checksum output should match the following:
e458c7ec19b32fdb6613e018f472d61b Qlogic_driver.tar.gz
To unpack the tar file and create a driver floppy disk:
For Windows Systems
- Unpack the tar file to extract the floppy image (.img).
- Use the WinZip program (or similar utility) to unzip the file:
Qlogic_driver.tar.gz.
- Rename the Qlogic_707-38650.img to a name with less than seven characters. (For example, driver.img).
- Place the renamed driver.img file into a temporary directory in C:\ (For example, c:\temp).
- Create a driver floppy disk.
To create a diver floppy disk from the extracted floppy image:
- Place the ESX 2.5.4 Installation CD into the CD ROM drive of the Windows system.
- Choose Start > Run and browse to the dosutils folder on the ESX Server 2.5.4 installation CD.
- Double click rawrite.exe.
- In the new pop-up command prompt window, the image file name along with its location and floppy drive letter must be specified. For example:
- Enter disk image source file name: c:\temp\driver.img.
- Enter target diskette drive: a.
- Insert a formatted diskette into the floppy drive and press Enter to create the driver disk.
For Linux Systems
- Unpack the tar file:
# tar -xzvf Qlogic_driver.tar.gz
- Create a driver floppy disk using the dd command:
# dd if=qla2300_707-38650.img of=/dev/fd0 bs=1440k
Installing ESX Server 2.5.4 Using the Driver Disk
To install ESX Server 2.5.4 using the driver disk:
- Insert the Vmware ESX Server 2.5.4 CD in to the CD-ROM drive when the BIOS startup messages display.
- The machine detects and boots from the CD.
- At the boot prompt menu, enter bootfromsan driverdisk.
- Place the floppy disk you created into the floppy drive.
- From the dialog box, choose Driver Disk.
- Continue to indicate that you have one driver disk only.
- Continue with the installation process for a standard installation of ESX Server 2.5.4.
- When you are prompted to reboot at the end of the installation, the installer will restart your system to run ESX Server.
Note: Linux-UP and SMP modules are not installed due to space constraints of the driver disk image. Boot into esx-san-safe instead of linux-up or linux mode for server maintenance. To boot into linux-up or linux mode, you must manually install the driver modules.
To manually install the Linux-UP and SMP driver modules:
- Copy the qla2300_707_up_smp-1.0-38650.i386.rpm from the extracted driver disk tar file: Qlogic_driver.tar.gz
- Install the RPM by running the following command:
# rpm -ivh qla2300_707_up_smp-1.0-38650.i386.rpm
|