Iliad’s Online Labs Offers Quad Core ARMv7 Dedicated Servers

Iliad (Free) is a French company known to bring the price of technology down for the masses. Several years ago, they disrupted the Internet broadband market, by bringing low cost triple play broadband services to market, and more recently they entered the mobile market with 2 Euros 3G/4G monthly subscriptions. The company also owns Online.net providing hosting services, and which has recently launched a public preview for Online Labs cloud platform. Most hosted solutions nowadays relies on x86 servers and virtualization, but Online Labs instead features dedicated physical ARM servers connected to SSDs.

Iliad C1 Server Module
Iliad C1 Server Module

The company call their custom-made credit-card size server modules C1 boards, completely unrelated to ODROID-C1 boards, as those are powered by a quad core ARMv7 Marvell processor with 2GB RAM, and a 1Gb/s network interfaces. These are then assembled into racks as shown below.

OnlineLabs-C1-FrontBoardAnd finally 16 racks are inserted into a chassis with a control board, and power supply. Based on the picture above and below, I count 288 C1 servers, but the company claims “912 servers per rack”,

OnlineLabs-C1-Chassis-3q

That’s for the hardware. On the software front, a control panel offers options to create, snapshot, image and clone servers, and it takes two clicks to create a Linux server, and the system boot in about 30
seconds on SSDs. It also comes with on-demand storage, movable IPs and an S3 compatible object storage service.

A free 15-minute trial is available on labs.online.net, if you can access the service which is currently pretty busy. The trial server(s) run(s) Ubuntu Utopic 14.10 with docker pre-installed on a 20GB SSD. You can also “ask for an invite” to get a full preview.

I manage to get a free trial for 15-minutes, but instead of logging in the web browser, I logged in via SSH with is more convenient to copy/paste the terminal output.

I’ve run some command to get some more infor about the system:


The exact Marvell processor is Armada 370/XP running a recent Linux 3.17.


Let’s also check storage and RAM:


20 SSD and 2GB RAM as advertized.

Here’s the Linux kernel boot log for those who want to known more details without trying.

Finally, I’ve tested the network performance with speedtest command line:


I could only wish I had that kind of broadband speed at home…

Pricing and broad availability have not been announced, but I understand they may follow an hourly pricing, similar to what Digital Ocean offers based on an article on Venture Beat.

Thanks to Benjamin for the tip.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
12 Comments
oldest
newest
Someone from the other side
Someone from the other side
9 years ago

Not sure I really the point vs cheap virtualized servers that are much more easily tailored to the hardware requirements you have…

zoobab
9 years ago

/dev/nbd0 means a Network Block Device, so the disk is mounted through a SAN maybe?

zoobab
9 years ago

Some disk write test:

root@c1-10-1-21-11:~# time dd if=/dev/zero of=1G bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 13.3852 s, 78.3 MB/s

real 0m13.391s
user 0m0.030s
sys 0m10.160s

Djinn
9 years ago

If that is a standard 42U rack, and that “module” supports 288 of these I could see a full rack with at least 912. Although that would be 3.16 of these modules, which doesn’t make sense unless there is a different sized module that only has 48 of them.

Are they going to sell that “module”? Or did they just have them built so they could resell VPS?

Popolon
Popolon
9 years ago

After cpuinfo : vfpv3 <= so that's second generation Cortex A (Cortex-A5 or A9). the cheap odroid use A5, this could also be A9, so not fast as recent one (with a7 and/or A15 or rockchip a17).

So that's not the more efficient today, but could be far cheaper for a first test, the SoC daughterboard could be changed later…

Christophe
Christophe
9 years ago

Hello Jean-Luc, I have an invite an play well with about 10 C1-server since many weeks now ( i test a ceph cluster ). When you build your C1 server (in the web control panel when you have an invite), you can choose the linux distribution ( debian wheezy, gentoo, ubuntu utopic, ubuntu trusty, fedora 20 beta), the storage SSD and/or HDD (you can add many storage volume to 1 server). Some of C1 of the board are not accessible and dédicated to manage the storage (a SAN like). You can choose what kernel to use for your C1 with… Read more »

Thomas Petazzoni
Thomas Petazzoni
9 years ago

@Popolon Actually the Armada XP used by Iliad/Online is not a Cortex-A processor. Marvell has an architecture license from ARM, and the Armada XP use a PJ4B-MP core, which implements the ARMv7 instruction set, but isn’t a Cortex-A from ARM. Marvell now has some more recent chips (the Armada 375 and Armada 38x) that are Cortex-A9 based.

onebir
onebir
9 years ago

I wonder what advantages this might have over VPSs – which also seem pretty cheap these days? (eg see http://lowendbox.com/)

Khadas VIM4 SBC