H H SCSI & RAID Devices Driver Download



IBMpSeries

PCI-XDual Channel Ultra320 SCSI RAID Adapter
CCIN: 5703

Package Contents: AHA-3985 MultiChannel PCI-SCSI RAID AdapterAdaptec RAID and driver software for NetWareAdaptec CI/O Single Server SoftwareSytron ProServe CX Lite tape backup software for NetWareDevice support for hard disk, removable, MO, CD-ROM tape, and DAT drives and scannersTwo internal, 5 position SCSI ribbon cables with active termination. ./ #ifndef SCSISCSIH #define SCSISCSIH 1 #include h /. SCSI opcodes./ #define TESTUNITREADY 0x00 #define REZEROUNIT 0x01 #define REQUESTSENSE 0x03 #define FORMATUNIT 0x04 #define READBLOCKLIMITS 0x05 #define REASSIGNBLOCKS 0x07 #define READ6 0x08 #define WRITE6 0x0a #define SEEK6 0x0b #define READREVERSE 0x0f #. Up to 15 SCSI devices Board Dimensions. Low-profile card: 2.5 in. L 6.4 cm H x 16.8 cm L Power Consumption. 4 amps @ +5V Operating Temperature. 0 C to 55 C Regulatory Certification. FCC, UL, C-tick, CE, VCC. Mean Time Before Failure (MTBF) 815,067 hours at 40 degrees C.

SCSI

Table of Contents

2.0.0 General Information
2.0.1 Installation Time
2.0.2 Machine's Affected
2.0.3 AIX Requirements

4.0.1 Downloadingand Unpacking the Firmware UpdatePackage from CORE
4.0.2 Downloading the RPM Format File to the TargetServer
4.0.3 Downloading File from the Microcode CD-ROM

1.0Microcode Change History:
0061
Prior to microcode update, ashutdown is performed to the I2C bus to acquiesce activity. Thisprevents the I2C bus from getting hung and the Virtual SES devices fromcoming up 'defined'.
005f
-Virtual SES code fix (SF2,L4).
1) (SF2, L4) I2C bus may hang when adapter reset occurs while theadapter is reading the EEPROM on the I2C bus. Reduce window ofoccurrence.
2) (L4). I2C bus timeout when adapter is reset and runningdiagnostics.
-SCSI RAID fix.
1) Fix for Adapter Unit Check when Fast/Write Cache not operational(e.g. bad battery, bad NVRAM stick).
2) Added Notification of battery/charger not working.
3) Enhanced error log for Read Cache error .
4) Change in cache implementation from Stack (LIFO) to Queue (FIFO).
005d
-Virtual SES fixes: a) LEDfix for L4 system and b) PCI-X Quad Channel Ultra320 SCSI RAID Adapterfix for all systems
-Error log changes: a) Differentiated a error condition. Adapter now logs a specific error instead of generic for a givensituation. b) Return the correct error information to the pSeriesAdapter Device Driver (ADD) so a SCSI adapter detected CRC error islogged instead of a program error microcode problem. Problem was seenon L4, SF2 and SF4.
-Added Linux support features and fixed Linux drive replacement problem
-Force SE mode to 20MBps when an SE device is connected to the7029-6C3/6E3 new feature backplane. This backplane expands theIntegrated SCSI Controller adding an external port.
0059
External SE device fix; external SE devices are limited to 20MBps.
Added support for unique vendor command on 3580/3583 LTO tape device.
Modification to run Ultra320 speeds using Linux kernel 2.6.
Various performance enhancements.
0051
Resolves SCSI_ERR10 (SCSI BusReset) condition upon Diagnostic's System Verification or MicrocodeDownload in 7028-6C1 w/ safte device.
004d
Enhanced SCSI signal pathvalidation.
Removed extended Target Mode delays.
Removed erroneous AIX errors logged during drive microcode download.
Added unique RAID array identifiers for Linux support.
Removed erroneous SCSI bus reset error logged when a device reports anerror condition.
Corrected extended SCSI bus reset that may occur when running HACMP.
0042
Installing two 4-pack backplanesin a p615 may cause the second backplane (sesX) to boot in the definedstate or not be seen. Microcode 0042 corrects this problem.
002f
GA level

Scsi.h - Include/scsi/scsi.h - Linux Source Code (v5.10.12 ...

H H SCSI & RAID Devices Driver DownloadNote: In order for Ultra320 to function properly a minimum levelof microcode is required for the DASD. These are listed below
Drive Type
Microcode Level (Hex)
Microcode level (ASCII asappears in VPD)
Cheetah73LP (9GB)
C54E43353445
Cheetah73LP (18GB+)
C50E43353045
Cheetah146LPC50F43353046
Cheetah73LP-X15C51A43353141
Ultrastar73S5DE53354445
US146Z10S28C53323843


2.0.0General information

SUBJECT: PCI-XDual Channel Ultra320 SCSI RAID Adapter

******* PLEASE READ THIS ENTIRE NOTICE *********


2.0.1Installation Time:
Approximately 30 minutes
2.0.2Machine's Affected:
7028-6C1/6E1,6C4/6E4
7029-6C3/6E3
7038-6M2
7039-651
7040-671/681/61D/61R
7311-D10/D20
9111-520
9112-265
9114-275
9117-570
9124-550/720
9406-520/550/750

2.0.3AIX Requirements:
Forsupport: AIX 5.1 ML_04 or AIX 5.2 ML_01
For U320 support: AIX5.1 ML_05 or AIX 5.2 ML_02 along w/ the aforementioned minimum DASDmicrocode requirements.

3.0Determine the Current Microcode Level:

4.0.1Downloading and Unpacking the Firmware Update Package from CORE

NOTE: The CORE image will now be the RPM Format File.
1) After downloading the files from CORE on to your personal systemfind the file 'sisraid.0061.rpm'in the CORE desintation directory.
2) Log in to the Target Server
3) Create a directory, if not already there (mkdir /tmp/microcode/RPM)
4) Transfer the file to the Target Server '/tmp/microcode/RPMdirectory' using ftp or another method.
5) Unpack the RPM file by using the following command: 'rpm -ihv ignoreos sisraid.0061.rpm'

4.0.2 Downloading the RPM Format Fileto the Target Server
Use thismethod to download to an AIX system:

Note:The instructions that follow are specific AIX commands. AIX commandsareCASE (lower and upper) SENSITIVE, and must be enteredexactlyas shown, including filenames.

a) Make adirectory on an AIX system to receive the RPM format file.
Enter: mkdir /tmp/microcode/RPM

b) Transfer theRPM format file to the /tmp/microcode directory (using 'Save as ...').
You'll see the filename is sisraid.0061.rpm

c) Unpack the file by executing the instructions below:
Enter the commands:
rpm -ihv --ignoreossisraid.0061.rpm

The microcode files will be added to /etc/microcode/

4.0.3 Downloading File from theMicrocode CD-ROM

Copy microcode updates from the CD-ROM to standard locations on yourlocal disk:

1. RPM packaged microcode files will be copied to'/tmp/microcode/RPM'
2. Unpack the file by executing the instructions below:
Enter the commands:
rpm -ihv --ignoreos sisraid.0061.rpm
3. Microcode files will be copied to '/etc/microcode'.

Notes:

- '/etc/microcode' is a symbolic link to '/usr/lib/microcode'.
- If permission does not allow the copy to the above stateddirectory
or file then the user will be prompted for a new location.

5.0Microcode Download Procedure-PCI-X Dual Channel Ultra320 SCSI RAIDAdapter

NOTE: Microcode download must be performedseperately for each Adapter under distinct Logical Partitions(LPAR's).
Please save current and older versions of the microcode update files incase you need to restore your system.
NOTE: Microcode Download CAN be performed concurrently.

Installation Time: Approximately30 min System Time.

Please verify the file size and checksum of the raw microcode filesin /etc/microcode/. See step 10H.
Filesize: 1025924
Checksum: 59594

Procedure:
1. Stop all applications.
2. Enter diag
3. Select the 'Task Selection' from diagnostics menu.
4. Select 'Microcode Download' from 'Task Selection'menu.
5. Select all of the PCI-X Dual Channel Ultra320 SCSIRAID Adaptersthat needs to be updated from the list of devices by pressing 'Enter'. The devices will be displayed as sissioa#, where # is the number of thedevice. Press 'F7'.
6. A diaglogue box will be displayed on screen. Press 'Enter' tocontinue.
7. Select '/etc/microcode'.
8. A dialogue box will may be displayed on screen. It will statethatthe current microcode level on the adapter is not in the /etc/microcodedirectory. This is acceptable as you will be flashing newmicrocodeonto the adapter. Also, incorrect code will automatically berejected. Press 'Enter' to continue.
9. An 'M' will be displayed next to the latest level of microcode inthe /etc/microcode directory. Select that level and press 'Enter'.
10. The following messagewillappear on the screen when download is completed: 'Microcode downloadcomplete successfully. The current microcode level for the devicesisscsia# is ..... Please run diagnostics on the adapter toensurethat it is functioning properly.' DO NOT rundiagnostics on the device at this time.
11. Exit diagnostics.

12. For systems that have LPAR installed, themicrocode file must be placed on all partitions that have a SCSI RAIDdevicein order to update the code. Follow this procedure for eachpartition:

A. Log into thetarget partition.
B. Type: cd/etc/microcode
C. FTP to the partitionthat has the media bay assigned. (ie. ftp partition1.ibm.com)
D. Type: cd/etc/microcode
E. Type: bin
F. Type: get 5052414D.03090061
G. Type: quit
H. Verify the filesizeand checksum of the file by typing:
1) Filesize: 'ls -l
5052414D.03090061'. The filesize shouldbe 1025924.
2) Checksum: 'sum 5052414D.03090061'. The checksum should be 59594.
I. Follow the above procedure todownload the microcode to all PCI-X Dual Channel Ultra320 SCSI RAIDAdapter'in the partition.

H H Scsi & Raid Devices Driver Download 64-bit

13. Verify the code level is 0061 by typing'lscfg -vl sisraid#' for each scsi device updated. <Where# isthe number sisraid device>

Driver Zone

Scsi Adapter Driver

We recommend to use the following drivers for the respective hard disk controller, RAID controller, motherboard chipset or listed hardware device. These may be not the most recent versions of the drivers, but they were tested either by us or reported by most users as actually working, meaning that they do allow getting complete hard disk status information and they do enable important disk features, as e.g. TRIM on SSD drives. Different versions from the ones listed here _might_ work on your system, but usually they have been found to be quite buggy and therefore we do not recommend their use.

The following drivers are tested and recommended to use for the appropriate hard disk controller, RAID controller, motherboard chipset or related hardware device to get complete hard disk status information:

Disk ControllerRecommended Driver(s)
3ware 7000/8000 RAID mode
version: 1.15.0.52 download driver
(Windows 2000/XP/2003/Vista/7/8/10/2012 32/64 bit)
Accusys 75170 firmware update RAID mode
version: 1.21 download driver
(Windows 2000/XP/2003/Vista/7/8/2012)
Accusys 76510 firmware update RAID mode
version: 1.27.05 download driver
(Windows 2000/XP/2003/Vista/7/8/2012)
Adaptec SATA/SAS RAID controller
(2xxx, 3xxx, 4xxx, 5xxx, 6xxx) RAID mode

version: 5.2.0.18300 download driver
(Windows 2000/XP/Vista/7/Windows
Server 2003/2008 32/64 bit)
Adaptec SATA/SCSI/SAS RAID controller
(2xxx, 3xxx, 4xxx, 5xxx, 6xxx, 7xxx) RAID mode

version: 7.1.0.30034 download driver
(Windows 2000/XP/Vista/7/8/Windows
Server 2003/2008/2012 32/64 bit)
AMD RAID controller RAID mode
version: 3.2.1540.92 download driver
(Windows 7 32/64 bit)
version: 3.2.1540.92 download driver
(Windows 7 64 bit)
version: 3.3.1540.22 download driver
(Windows Vista 32 bit)
version: 11.8 (chipset) download driver
(Windows XP 32/64 bit)
version: 11.2 (chipset) download driver
(Windows 7 32/64 bit)
AMD SATA AHCI controller
version: 1.2.1.263 download driver
(Windows 7 32 bit)
version: 1.2.1.263 download driver
(Windows 7 64 bit)
version: 3.3.1540.17 download driver
(Windows XP)
ASMedia ASM1051 USB3.0 bridge
version: 101026_00_63_01 download driver
(Windows XP/2003/Vista/7/2008)
ASMedia USB 3.0/3.1 controller
version: 1.16.51.1 download driver
(Windows 7/8/10 32/64 bit)
Dawicontrol DC133 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC150 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC154 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC300e/310e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC324e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC3410 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC4300/4320 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC600e/610e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC622e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC624e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Gigabyte GBB36X RAID mode
version: 1.17.62 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit WHQL)
IBM ServeRAID 8i/8k/8s controller RAID mode
version: 5.2.0.18300 download driver
(Windows 2000/XP/Vista/7/Windows
Server 2003/2008 32/64 bit)
Intel ICH7/ICH8/ICH9/ICH10/3400 RAID mode
version: 10.5.0.1026 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit)
version: 10.1.0.1008 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit)
version: 9.6.5.1001 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit)
Intel ICH8/ICH9/ICH10/Z68/C216 RAID mode
version: 12.8.0.1016 download driver
(Windows 7/8 32/64 bit)
version: 11.6.0.1030 download driver
(Windows 7/8 32/64 bit)
Intel (Dell Dimension Desktop series)
version: A10 6.0.1.1002 download driver
(Windows XP)
Intel NVMe SSD driver
version: 1.0.0.1023 download driver
(Windows 7/8/10 32/64 bit)
Intel NVMe SSD driver
version: 4.4.0.1023 download driver
(Windows 10 32/64 bit)
Intel RST Driver (NVMe/SATA/RAID) RAID mode
version: 15.2.1020 download driver
(Windows 7/8/10 32/64 bit)
Intel RST Driver (NVMe SSD+Win7) RAID mode
version: 15.7.1014 download driver
(Windows 7/8/10 32 bit)
version: 15.7.1014 download driver
(Windows 7/8/10 64 bit)
Intel RST Driver (NVMe/SATA/RAID) RAID mode
version: 17.8.1065 download driver
(Windows 10 32/64 bit)
ITE 8212F (ATA/ATAPI BIOS+driver)
version: 1.7.2.9 download driver
(Windows 2000/XP/2003/Vista 32/64 bit)
JMicron JMB36X RAID mode
version: 1.17.62 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit WHQL)
version: version 1.17.62 eSATAdownload driver
(Windows XP/2003/Vista/7/2008 32/64 bit WHQL)
JMicron JMS562 RAID firmware RAID mode
version: 31.21.1.4 download driver
(Windows updater)
LSI SAS2 Falcon SAS/SATA RAID controller RAID mode
version: 2.0.63.0 download driver
(Windows 7/8/2008)
Marvell 61xx SATA controller
version: 1.2.0.60 download driver
(Windows XP/2003/Vista/7 32/64 bit)
version: 1.2.0.57 download driver
(Windows XP/2003/Vista/7 32/64 bit)
Marvell 64xx SAS controller RAID mode
version: 4.0.0.1200 download driver
(Windows XP/2003/Vista/7 32/64 bit)
Marvell 9128 SATA 6 Gbps controller
version: 1.0.00.1034 download driver
(Windows XP/2003/Vista/7/8.1/2008 32 bit)
version: 1.0.00.1034 download driver
(Windows XP/2003/Vista/7/2008 64 bit)
Marvell 9230 SATA RAID controller RAID mode
version: 1.2.0.1047 download driver
(Windows XP/2003/Vista/7/8.1/10/2008/2012 32/64 bit)
Maxtor (Promise) Ultra ATA 100
version: 2.0.0050.42 download driver
(Windows 2000/XP)
Mediasonic ProRaid HUR3-SU3S3 2 Bay 3.5 SATA Hard Drive Enclosure RAID mode
version: 20.01.01.06 download driver
(Windows 7/8/10)
NVIDIA 650i/750i
version: 8.43 download driver
Windows 2000/XP 32 bit
NVIDIA 650i/750i
version: 8.43 download driver
Windows XP/2003 64 bit
NVIDIA nForce RAID mode
version: 11.1.0.43 download driver
(Windows 7 64-bit)
version: 11.1.0.43 download driver
(Windows Vista/7 32-bit)
NVIDIA nForce2
version: 4.84 (2.6) download driver
(Windows 2000/XP)
NVIDIA nForce4 RAID mode
version: 10.3.0.46 download driver
(Windows 32-bit)
version: 11.1.0.33 download driver
(Windows 64-bit)
OCZ / Toshiba NVMe SSD driver (Windows 7)
version: 1.2.126.842 download driver
(Windows 7 32/64 bit)
Plextor NVMe SSD driver (Windows 7)
version: 1.4 download driver
(Windows 7 32/64 bit)
RaidON MR2020-2S-S2R firmware update0 RAID mode
version: 1C09 download driver
(Windows 2000/XP/2003/Vista/7/8/2012)
RocketRAID 2640 RAID mode
version: 1.3.9.423 download driver
(Windows Vista/7/2008 32/64 bit)
Samsung NVMe SSD driver
version: 1.1 download driver
(Windows 7/8/10 32/64 bit)
Samsung NVMe SSD driver (Windows 7)
version: 1.4.7.17 download driver
(Windows 7 32/64 bit)
Silicon Image 3112 / 3512 SATA RAID mode
version: 1.3.68.2 download driver
(Windows XP/2003/Vista/7/2008 32 bit ATA/ATAPI BIOS)
version: 1.0.65.1 download driver
(Windows XP/2003/Vista/7/2008 32 bit RAID BIOS)
version: 1.0.17.1 download driver
(Windows 64 bit)
Silicon Image 3114 RAID mode
version: 1.5.20.3 download driver
(Windows XP/2003/Vista/7/2008 32 bit)
version: 1.5.20.3 download driver
(Windows XP/2003/Vista/7/2008 64 bit)
Silicon Image 3124 SATA RAID mode
version: 1.5.23.0 download driver
(Windows XP/2003/Vista/7/2008 32 bit)
version: 1.5.23.0 download driver
(Windows XP/2003/Vista/7/2008 64 bit)
Silicon Image 3132 RAID mode
version: 1.5.19.0 download driver
(Windows XP/Vista/7 64 bit)
Silicon Image 0680 IDE
version: 1.2.30.0 download driver
(Windows XP/2003/Vista/7/2008)
Silicon Image 0680 RAID
version: 1.0.5.0 download driver
(Windows XP/2003/Vista/7/2008)
SiS 180 Controller
version: 5.1.1039.2110 download driver
(Windows XP/2003/Vista/7/2008)
ULI SATA M1573
version: 1.0.5.8 download driver
(Windows 2000/XP 32/64 bit)
VIA SATA RAID Controller RAID mode
version: 5.1.2600.581 download driver
(Windows 2000/XP/Vista 32/64 bit)
VIA SATA RAID Controller RAID mode
version: 6.10a download driver
(Windows Server 2003/2008 64 bit)
VIA USB 3.0 controller
version: 6.1.7600.4903 download driver
(Windows XP/Vista/Windows 7/8/10)
VIA Falcon Controller
version: 7.0.7000.294 download driver
(Windows 2000/XP/Vista 32/64 bit)

Note that all hard disk controllers provide hard disk status information in single/standalone mode only unless RAID mode is listed for the appropriate hard disk controller (RAID controller).

Note: the firmware update for ASMedia ASM1051 USB3.0 bridge may work with enclosures, adapters based on this chip to get the missing status information. Not recommended for SIIG JU-SA0212-S1 as the device does not work with the new firmware.

Please check back for new, updated, tested and verified drivers for different disk controllers.

BLOCK_DEVICE_RANGE_DESCRIPTOR

In some situations, the newest (most recent) drivers may not be working correctly, in this case the updated version is not listed and you should select a driver from this list.