Skip to main content

IBM chases Intel with new Power-based Linux servers sold over the Web




IBM is gunning for a slice of Intel's x86 server chip business with a new family of Power systems that run Linux and will be sold directly to customers over the Web.
The LC family of servers, which went on sale Thursday, is aimed at organizations deploying clustered or cloud environments, particularly for running Hadoop, Spark and other workloads that involve crunching large volumes of data.
IBM already sells Power servers running Linux, but these new boxes differ in a number of ways, and mark the latest effort by IBM to expand its Power platform into new markets, said Stephanie Chiras, director and business line executive for scale-out Power systems.
For a start, the servers make use of industry standard components, including the memory DIMMs, to keep prices lower, and they don't automatically "call home" to IBM if there's a failure, as other Power systems do. They're also sold with a lower-cost warranty, where customers order replacement parts themselves.
In short, IBM is taking some lessons from the x86 market to offer servers that will be more cost-competitive with Intel-based systems from the likes of Hewlett-Packard and Lenovo.
It's a different model from the one IBM has typically pursued with its Power systems, in which products command higher prices in return for higher levels of reliability and support.
The new model is evident in the buying process, too. While customers usually go through IBM's sales team or a channel partner to buy Power systems, IBM will offer some preconfigured options that customers can "click to buy" over the Web with a credit card.
"We want those folks who are used to running x86 to know there's a choice out there," Chiras said.
IBM kicked off a new effort last year to broaden the market for Power systems. It now lets third parties build Power servers, and encourages involvement from partners like Nvidia, Mellanox and Canonical, whose Ubuntu OS is offered as an option for the new servers, along with Red Hat and Suse.
It was a necessary move for IBM, whose own Power systems business has been declining with the Unix market as a whole. "It was time to make some bold moves," Chiras said. IBM is now trying to muscle into Intel's turf by selling these scale-out Linux boxes.
The servers are targeted at enterprises, managed service providers and HPC customers, and IBM hopes they'll eventually buy tens or even hundreds of Power Systems LC servers at a time, though they're likely to start by kicking the tires with one or two systems.
It's not chasing the entire Linux market, but the place where it thinks it can differentiate itself. Power processors are well suited for analyzing big data because of the high memory bandwidth they support and the high number of processor threads per core.
There are three new systems. The S812LC is a one-socket, 2U system, equipped with up to 10 processor cores, 1TB of memory, 115GB/s memory bandwidth, and up to 14 disk drives. It starts at under US$7,000, though a fully loaded system will be considerably more. 
There are also two 2-socket systems. The S822LC, for commercial and HPC workloads, has up to 20 cores and 230GB/sec of memory bandwidth. The S822LC is aimed squarely at HPC customers and packs two of Nvidia's Tesla K80 GPU accelerators. More information about pricing and specs is here.
Now that IBM has sold its own x86 server business to Lenovo, its happy to talk trash about that architecture. It claims the S812LC can run almost twice the number of Spark workloads as a similarly configured system based on an Intel Xeon E5 processor -- though that's based on internal IBM tests, which have to be taken with a grain of salt.
In addition, clients running their Linux applications on x86 would have to port them to Power -- an easier task now that the processors support little endianLinux, the same as x86 -- then also tune them to get the most out of the chip's multithreading.
Still, it may prove worth the effort for some workloads, and IBM is stirring up the market for scale-out Linux servers, giving customers some more leverage with their x86 suppliers

Comments

Popular posts from this blog

Fix error 0xc000007b “The Application Was Unable To Start Correctly”

Fix error 0xc000007b “The Application Was Unable To Start Correctly” Windows is one of the most popular OS ( Operating System ) used today by several users. There are lot of versions available for the Windows. The most popular version of the window is Window 7.0. Some user switches to the newest version but still there are lot of people who is using the older version. There is one of the most common error  “The application was unable to start correctly 0xc00007b”  is faced by the all windows user. Today we are going to show you how to solve this error.  Before we get to the solutions of this error let’s take a look at the reason behind this error. There could be any reason of this error but we listed some of the most common reason for this error. The 32-bit app tries to execute on a 64-bit system. You might be trying to play a Game on your PC and after launching the application, error code  0xc00007b  may flash on your screen. You might be...
How to find and remove duplicate files from PC uplicate files can cause all kinds of problems on your computer, taking up precious storage room, confusing your photo or media manager apps, and generally getting in the way of searches and other operations when you'd rather they didn't. You don't have to accept duplicate files as an inevitability of running a PC, though: Here's how to get rid of them. Duplicate files can crop up for all kinds of reasons: Maybe you downloaded a file, forgot it was there, and then downloaded it again; maybe you copied a folder of images and then never got around to getting rid of the originals. Whatever the reason, they clog up your disk space and shouldn't be left to gather dust. For the purposes of this guide we're going to use DupeGuru-it's Lifehacker's pick as the best duplicate file finder for Windows, and it's available for Mac and Linux as well. If you're not taken with DupeGuru, then some of the best al...

Dynamic Host Configuration Protocol (DHCP)

The Dynamic Host Configuration Protocol (DHCP) is a network service that enables host computers to be automatically assigned settings from a server as opposed to manually configuring each network host. Computers configured to be DHCP clients have no control over the settings they receive from the DHCP server, and the configuration is transparent to the computer's user. The most common settings provided by a DHCP server to DHCP clients include: IP address and netmask IP address of the default-gateway to use IP adresses of the DNS servers to use However, a DHCP server can also supply configuration properties such as: Host Name Domain Name Time Server Print Server The advantage of using DHCP is that changes to the network, for example a change in the address of the DNS server, need only be changed at the DHCP server, and all network hosts will be reconfigured the next time their DHCP clients poll the DHCP server. As an added advantage, it is also ...