Entries filed under “Storage”

HPC-related storage news.

DDN to Support Blue Waters Super with 100 GB/s Storage

Today DDN announced that NCSA has selected the DDN SFA12K storage array to deliver 100GB/s of storage performance for archiving data on the upcoming Blue Waters supercomputer. With a sustained performance of over 1 Petaflop on a range of real-world science and engineering applications, this system is expected to be one of the most powerful supercomputers in the world.

Since 2002, DDN has partnered with NCSA on world-leading supercomputing endeavors and has been associated with each of their major computing initiatives,” said Alex Bouzari, CEO and cofounder, DDN. “We are pleased to once again work with NCSA and be part of the Blue Waters project, which will play a critical role in enabling breakthrough advancements in many fields of science.”

Built by Cray, the Blue Waters supercomputer will have more than 380,000 AMD processor cores and 25,000 compute nodes, and is designed with an integrated archive environment that is scalable to over 500 petabytes. Read the Full Story.

Also posted in HPC, HPC Hardware | Leave a comment

Interview: Todd Gresham from Xyratex on the Business of HPC Storage

In this video, Xyratex Senior Vice President Todd Gresham discusses the company’s go-to-market strategy for HPC. Read the Full Story at the Xyratex blog: When Size and Scale Matter.

In related news, Xyratex will be joining OpenSFS and the rest of the Lustre community at the LUG 2012 meeting in Austin on April 23 – 25. Register now.

Also posted in HPC, HPC Hardware, Video | Leave a comment

Interview: Ken Claffey from Xyratex on how ClusterStor Changes the Game in HPC Storage

In this video, Ken Claffey from Xyratex discusses how ClusterStor changes the storage playing field in HPC. Claffey is Sr. Director - ClusterStor Business Line Management at the company.

ClusterStor 3000 is designed for OEMs and end-users who want to build petascale computing systems and solutions for high performance computing in areas such as scientific research, simulation, climate modeling and oil and gas exploration. ClusterStor is the only truly integrated Lustre storage solution – engineered for high performance computing. ClusterStor consolidates controllers, storage, operating system, and the Lustre file system creating a new optimal scale-out storage platform for The Future of HPC Data Storage.

Read the Full Story

In related news, Xyratex will be joining OpenSFS and the rest of the Lustre community at the LUG 2012 meeting in Austin on April 23 – 25. Register now.

Also posted in HPC, HPC Hardware, Video | Leave a comment

Podcast: NetApp Storage Solutions for HPC

In this podcast, Rich Clifton from NetApp discusses the company’s storage solutions for HPC.

Download the MP3 * Subscribe on iTunes * If Dropbox is blocked, download from this Google page.

Also posted in HPC, HPC Hardware, Podcast | Leave a comment

Interview: EMC Speeds Lustre Integration with Whamcloud

This week Whamcloud announced that the company is extending its working relationship with EMC Corporation to provide deeper integration between the Parallel Log-structured File System (PLFS) and Lustre. To get the full story, I caught up with Percy Tzelnic from EMC’s CTO Office and the SVP Fast Data Group.

insideHPC: What is the nature of the collaboration with EMC that you announced this week?

Percy Tzelnic: The collaboration between EMC and Whamcloud is designed to help Lustre improve metadata handling and small file I/O performance, leveraging PLFS, which is open source software whose development started at Los Alamos National Lab and continues as a joint project with EMC. In the extreme HPC domain (large supercomputing clusters), PLFS also reduces checkpoint time by a large order of magnitude.

insideHPC: EMC is a big player in the enterprise storage space. Does this collaboration indicate a growing interest in Lustre on the commercial computing side of the fence?

Percy Tzelnic: EMC has been very active in the HPC domain. A large portion of commercial HPC has been very successfully addressed with EMC Isilon, as well as VNX as block storage for file systems such as StorNext and even Lustre. The current Fast Data initiative is focused on both extreme, as well as commercial HPC. EMC is definitely interested in commercial HPC, and Lustre has emerged in some of the verticals as another valuable tool, enabling VNX block to be deployed in very high bandwidth and low latency use cases.

insideHPC: The news release mentions that this extension of an existing collaboration with EMC. What have been the results so far?

Percy Tzelnic: EMC has been working with Whamcloud for over a year. This collaboration helped with the development of a Lustre appliance that includes EMC VNX technology, in a partnership with a third party. This appliance is being currently test marketed and elicited a high level of interest.

insideHPC: How will this collaboration help with the goal of getting the Lustre client included in the upstream Linux kernel?

Percy Tzelnic: EMC is interested in making Lustre readily consumable by our commercial HPC customers. EMC is collaborating with the Linux community and Whamcloud to enable the availability of Lustre client software as part of the standard Linux distribution.

insideHPC: With tighter integration with PLFS, will Lustre enable much faster checkpoint/restarts for large file systems?

Percy Tzelnic: Yes, PLFS improves checkpoint performance by several orders of magnitude in a Lustre filesystem environment. This is a specific use-case, mostly present in extreme HPC — but PLFS also addresses certain commercial HPC applications needs when deployed with Lustre.

Also posted in Collaborations, HPC, HPC Hardware, HPC Software | Leave a comment

For Performance, Keep File Counts Small

Brock Palen writes that the act of writing too many small files can kill application performance, but there is a remedy.

Lustre meta-data (the existence of the file) lives on its’ own server. There is only one for an entire file system. That huge 10′s PB filesystem?  Only 1 meta-data server.  This can be a bottle neck.  To open a file, first the client talks to this MDS (meta-data server) which tells the client which OSS (storage server) to write data to.  Lustre will have many OSS’s.  If the client keeps creating new files or opening and closing the same file, it keeps making that trip back to that single MDS.  If the client creates one file, doesn’t close it, and keeps writing to it, the client never speaks to the MDS again!  Just to the, many, OSS nodes. Obviously the client can avoid making the extra network trip over to the MDS and back multiple times, but it also avoids this single server bottle neck.

Read the Full Story.

Also posted in HPC, HPC Hardware, HPC Software | Leave a comment

Amplidata Smashes the Object Pedal Against the Metal

By Chris Mellor • Get more from this author

Amplidata has pushed the accelerator pedal to the floor with its AmpliStor XT object storage system. It’s increased throughput, raised the IOPS rate and dropped latency, saying these things make its product better suited to big unstructured data applications.

This move follows Scality’s ESG performance work but has obviously been in development for many months.

Amplidata says each one of its controllers can now stream object data at 750MB/sec. There can be multiple controllers in racks and multiple AmpliStor racks to get performance up to the tens of GB/sec level, with claimed linear scaling of throughput.

It has enhanced its BitSpread Erasure Coding software to lower latency and raise IOPS, and says its controllers can drive 10 GbitE interfaces at full capacity. There is an object caching facility in the controllers, using either disk or SSD, and that gets you faster object access for repeat requests and/or the situation where objects are accessed remotely across a WAN.

The firm says API enhancements for http/REST and .Net applications speed development, and provide enhanced security for online applications. There is an improved GUI for monitoring and reporting, and SNMP support to allow alerting and browsing in common frameworks.

Amplidata also says it offers automated installation of petabyte scale and beyond deployments. ®

This article originally appeared in The Register. It appears here in its entirety as part of a cross-publishing agreement.

 

Also posted in HPC, HPC Hardware | Leave a comment

Lustre for Broadcasting: Terascala to Demo High Throughput Storage Appliances at NAB

Today our friends at Terascala announced that the company will demo its Terascala Integrated Storage Information System (TISIS) software suite for high throughput storage optimization at the National Association of Broadcasters show April 16 -19 in Las Vegas.

Organizations focused on rendering, post production, streaming, webcasting, gaming and social networking struggle daily with how to improve their ability to process pools of big data,” said Steve Butler, CEO of Terascala. “Together, our line of high throughput, high capacity storage solutions, combined with our industry-leading TISIS storage optimization software, delivers up to 10x application performance improvement. We’re thrilled to be part of the Intel booth and to demonstrate our technology to NAB attendees.”

TISIS was designed to enable real-time storage optimization of Fast Data storage, which accelerates the delivery of data to large pools of servers so it can be processed and leveraged by organizations as quickly as possible. TISIS v3.0 is a browser-based solution that is available on a range of Terascala-based appliances or as a downloadable software module that can work with any Lustre or parallel-based file system on the market today.

The Terascala technology will be featured in the Intel booth, #SL12810. Read the Full Story.

In related news, Terascala will be joining OpenSFS and the rest of the Lustre community at the LUG 2012 meeting in Austin on April 23 – 25. Register now.

Also posted in Events, HPC, HPC Hardware, HPC Software | Leave a comment

Slidecast: SGI NAS – Scalable, Modular Open Storage

In this slidecast, Floyd Christofferson from SGI presents: SGI NAS - Scalable, Modular Open Storage. The company has combined a number of leading-edge, open technologies including ZFS and DTrace to accelerate network attached storage.

Read the Full Story * Download the MP3 * Subscribe on iTunes * If Dropbox is blocked, download from this Google page.

Also posted in HPC, HPC Hardware, Podcast, Video | Leave a comment

Interview: Xyratex CEO Steve Barber on Raising the Bar for HPC Storage

In this video, Xyratex CEO Steve Barber discusses the company’s role in the HPC market as an OEM provider of high-speed storage systems based around the Lustre file system.

Nearly all of the significant data storage acquisitions over the last 3-4 years have a common theme – the company being acquired leveraged Xyratex for the platform while they focused on their application. Hence EqualLogic, XiV, Data Domain, 3PAR and Compellent, which all based their solutions on Xyratex platforms, all proved such attractive targets for acquisition.

Read the Full Story at the Xyratex blog: When Size and Scale Matter.

Xyratex will be joining OpenSFS and the rest of the Lustre community at the LUG 2012 meeting in Austin on April 23 - 25. Register now.

Also posted in HPC, HPC Hardware, Video | Leave a comment

Video: SRP Update and Directions

In this video, Dave Dillow from ORNL presents: SRP Update and Directions. The SCSI RDMA Protocol (SRP) allows one computer to access SCSI devices attached to another computer via remote direct memory access (RDMA).

Recorded at the Open Fabrics Workshop on March 27, 2012 in Monterey, CA.

Also posted in Events, HPC, HPC Hardware, Network, Open Fabrics Workshop, Video | Leave a comment

Video: Application Benefits of SSD/Flash

In this video, Tony Roug from Virident presents: Application Benefits of SSD/Flash. Recorded at the Open Fabrics Workshop on March 27, 2012 in Monterey, CA.

Also posted in Events, HPC, HPC Hardware, Open Fabrics Workshop, Video | Leave a comment

Scalable Informatics Launches siFlash SSD and Flash Array Systems

Today Scalable Informatics announced performance enhancements to their popular siFlash flash-based storage systems with support for GlusterFS and Lustre.

“Scalable Informatics is very excited about this product update.” said Dr. Joseph Landman, CEO of Scalable Informatics. “Our siFlash product, already one of the fastest sustained performance flash- and SSD-based storage arrays in market, has been accelerated even further by leveraging the high performance Deneva 2 SSDs from OCZ, and the new E5 series processors from Intel. These updates enable siFlash customers to significantly increase performance and storage density, and to do so cost-effectively. With best-of-breed performance, scalability, and reliability, siFlash doesn’t just hit the mark, it blows it away.”

Scalable is offering siFlash-SSD units with up to 48x 2.5 inch SSD drives, and measured, sustained performance of 7+ GB/s streaming, 330k IOPS, with up to 46TB raw storage in 4U of rack space. siFlash units utilizing the new OCZ PCIe flash cards are configurable up to 75TB raw capacity in a 4U rack space, with sustained performance exceeding 10GB/s on streaming workloads and well more than 1M IOPS.

Read the Full Story.

Also posted in HPC, HPC Hardware | Leave a comment

Lustre 2.2 Released Today with New Parallel Directory

Lustre 2.2 is out today, and Whamcloud’s Bryon Neitzel writes that it’s new Lustre Parallel Directory does a lot to improve performance.

Until now in Lustre, filename lookup and file system modifying operations (such as create and unlink) were protected by a single lock for an entire directory, thus limiting file writes to the directory to serialized access. Whamcloud has eliminated this bottleneck by introducing a parallel locking mechanism for the entire directory. This capability, called parallel directory operations (PDO), enables multiple metadata service threads to concurrently perform lookup, create, and unlink operations on a single directory. Multiple Object Indexes (MOIs) have also been implemented with PDO. These allow parallel lookups of a files inode from the File Identifier (FID), which is how a client identifies a unique file in the Lustre file system.

Read the Full Story or Download the 2.2 release. In related news, the Lustre community will meet in Austin on April 23-25 for LUG 2012.

Also posted in HPC, HPC Software, LUG 2012 | Leave a comment

Panasas Kingpin: What’s the Solid State State of Play?

By Chris Mellor • Get more from this author

What can NAND flash do now for high-performance computing (HPC) storage and how will it evolve? Garth Gibson, the co-founder and chief technology officer for Panasas, the (HPC) storage provider, has definite views on it. Here’s a snapshot of them.

El Reg: How can solid state technology benefit HPC in general?

Garth Gibson: The most demanding science done in HPC is high resolution simulation. This manifests as distributed shared memory — the science is limited my memory size. Memory is typically 40 per cent of capital costs and 40 per cent of power costs, and can be said to be the limiting technology in future HPC systems.

Solid state promises new choices in larger, lower power memory systems, possibly enabling advances in science better and faster. More narrowly, solid state technology does not have mechanical positioning delays, so small random accesses can have latencies that are two orders of magnitude shorter.

El Reg: Does Panasas have any involvement with NAND in its products? If so, how and why?

Garth Gibson: Panasas uses NAND flash to accelerate small random accesses. In HPC storage, the bulk of the data is sequentially accessed, so this means that the primary use of small random access acceleration is file system metadata (directories, allocation maps, file attributes) and small files.

But we also use this space for small random accesses into large files, which, although rare, can lead to disproportionately large fragmentation and read access slowdown. I am totally enamored of STT-RAM because it promises infinite rewrite and DRAM-class speeds.

El Reg: What are your views on SLC NAND and MLC NAND in terms of speed (IOPS, MB/sec), endurance, form factor and interfaces?

Garth Gibson: Our experience is that the NAND flash technologies are becoming more mature, and we can increasingly trust in the reliability mechanisms provided. This means that enterprise MLC is sufficiently durable and reliable to be used, although SLC continues to be faster when that extra speed can be fully exploited.

El Reg: Where in the HPC server-to-storage ‘stack’ could NAND be used and why?

Garth Gibson: The driving use of NAND flash in HPC by the end of this decade is likely to be so called “burst buffers”. These buffers are the target of memory to memory copies, enabling checkpoints (defensive IO enabling a later “restart from checkpoint” after a failure) to be captured faster.

The compute can then resume when the burst buffer drains to less expensive storage, typically on magnetic hard disk. But shortly after that use is established I expect scientists to want to do data analytics on multiple sequential checkpoints while these are still held in the burst buffer, because the low latency random access of NAND flash will allow brute-force analysis computations not effective in main memory or on magnetic disk.

El Reg: Does Panasas develop its own NAND controller technology? If yes or no – why?

Garth Gibson: Panasas is using best-in-class NAND flash controller technology today. But changes in NAND flash technology and vendors are rapid and important and we continue to track this technology closely, with an open mind to changing the way we use solid state.

El Reg: What does Panasas think of the merits and demerits of TLC NAND (3-bit MLC)?

Garth Gibson: TLC NAND flash is a new technology, not yet ready for use in Panasas equipment. As it evolves, it might become appropriate for burst buffers … hard to say now.

El Reg: How long before NAND runs out of steam?

Garth Gibson: As usual, technologists can point to challenges with current technology that seem to favor alternative technologies in a timeframe of 2 to 4 generations in the future. I’m told in such discussions that 2024 looks quite challenging for NAND flash, and much better for its competitors.

However, with that much time, the real issue is how much quality investment is made in the technology. The market impact of NAND flash is large enough now to ensure that significant effort will go into continued advances in NAND flash. This is not as clear for its competitors.

El Reg: What do you think of the various post-NAND technology candidates such as Phase Change Memory, STT-RAM, memristor, Racetrack and the various Resistive-RAMs?

Garth Gibson: I am totally enamored of STT-RAM because it promises infinite rewrite and DRAM-class speeds. Totally magic! I just hope the technology pans out, because it has a long way to go. Phase change is much more real, and suffering disappointing endurance improvement so far.

El Reg: Any other pertinent points?

Garth Gibson: Magnetic disk bits are small compared to solid state bits, and solid directions are available to continue to make them smaller. As long as society’s appetite for online data continues to grow, I would expect magnetic disk to continue to play an important role. However, I would expect that the memory hierarchy – on-chip to RAM to disk will become deeper, with NAND flash and its competitors between RAM and disk.

Not such good news in his views on memristor technology. Maybe HP will surprise us all. ®

This article originally appeared in The Register. It appears here in its entirety as part of a cross-publishing agreement.

 

Also posted in HPC, HPC Hardware | Leave a comment

Advertisement

ClusterStor Ad

View All Videos

insideHPC.com is a production of insideHPC, LLC. © 2006-2011 Sitemap