LSI ships 10 low-cost RAID controllers

EddieC 0 Tallied Votes 310 Views Share

LSI, three letters that are probably etched on nearly every hard drive controller you've ever owned, as of yesterday emblazon 10 more controllers of SAS, SATA and SSD storage devices. On Jan. 19, unveiled a series of new RAID controllers and host bus adapters that double the bandwidth to 6GB/s of four of its MegaRAID cards, increase the number of controllable hard drives to 1024, and deliver a sustained read and write performance for applications that require sequential storage such as video streaming and genomic research as seen in .

Cache is King
The LSI 3ware 9750 is a new family of 6Gb/s SATA and SAS RAID-on-chip controllers. The cache on these boards is backed up by an on-board battery, which according to Tom Kodet, LSI's worldwide channel product marketing manager, provides an important measure of data security. "What if data was written on cache and the server locked up or failed? How does one preserve the data in cache?" With most RAID controllers, you don't, and whatever was waiting to be written is lost. And if your application was streaming surveillance video, "those last two seconds of video could be the the most interesting," he said, perhaps revealing what caused the crash in the first place. "With battery-backed cache, the board can be removed with the battery, preserving the data in the cache. When you plug it in to a new server, it will resume writing data from the cache," Kodet said.

LSI's 3ware 9750 series are rated to deliver a 2.5Gb/s transfer rate for sequential reads, 1.1Gb/s for sequential writes, work with older boards, and are available in 4- and 8-port configurations starting at US$385. New MegaRAID series SATA/SAS controller cards are also now available with a 6GB/s interface starting at $229. MegaRAID comes in four- or eight-port configurations for internal or internal/external applications. And the LSI line of HBAs include the SAS 9200-16e, a 16-port SATA/SAS board that can handle as many as 1024 physical devices.

Dani AI

Generated

Good summary from about the new LSI announcement. Below are practical, hands‑on points and checks that are easy to miss in press writeups but matter in real deployments.

When evaluating a controller

  • Confirm driver/firmware support for the exact OS and hypervisor you plan to run; vendors often ship separate packages for Windows, Linux kernels and VMware.
  • Check the management utilities available (CLI and GUI) and whether they produce logs/alerts you can feed into monitoring.
  • Verify compatibility with your backplane/expander and the maximum practical array size (not just theoretical device counts).
  • Know the vendor’s maintenance policy for any power/energy components that protect pending writes and the expected replacement cycle.

Baseline tests before production

  • Capture baseline performance for both large sequential transfers and small random I/O (4K) — both matter for different workloads.
  • Measure rebuild behavior: simulate a failed drive and time the rebuild under realistic load — rebuilds are when arrays are most fragile.
  • Collect SMART and controller health info so you can detect early failures.

Useful commands (examples)

# controller status (vendor utility differs: storcli/megacli/tw_cli)
storcli /c0 show

# drive SMART check
smartctl -a /dev/sdX

# simple fio jobs for baseline (replace /dev/sdX with the logical device)
fio --name=seq --rw=write --bs=1M --size=2G --runtime=60 --time_based --iodepth=16 --filename=/dev/sdX
fio --name=rand4k --rw=randrw --rwmixread=70 --bs=4k --size=2G --runtime=60 --time_based --iodepth=32 --numjobs=4 --filename=/dev/sdX

Operational tips

  • Enable proactive alerts (SNMP/email), keep spare drives and tested rebuild procedures, and treat RAID as availability—not a backup substitute. Record firmware/driver versions with every benchmark so future regressions are traceable.
EddieC 0 Posting Whiz in Training

transfer rates should read GB/s (gigaBYTES) not Gb/s (gigaBITS).

Sorry about that folks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.