Showing posts with label Microserver. Show all posts
Showing posts with label Microserver. Show all posts

Tuesday, 24 September 2013

N36L hardware and installing FreeNAS to a USB flash drive

The Hardware

The N36L Microserver comes with the following specifications
  • Chassis: Desktop
  • CPU: 1.3GHz AMD Athlon II Neo N36L
  • Memory: 1GB 800MHz UDIMM DDR3 expandable to 8GB
  • Storage: 250GB Seagate Barracuda SATA hard disk in cold swap carrier
  • RAID: embedded AMD SATA RAID controller
  • Array support: RAID 0, 1, JBOD
  • Expansion: 2 x PCI Express
  • Ports: eSATA; 7 x USB2 (6 external, 1 internal);
  • Network: Gigabit Ethernet
Unboxed N36L Microserver
There is a custom BIOS update  floating around that allows you change the IDE 5.25 drive bay and eSATA to AHCI. This is recommended as you can then install THIS to take advantage of the empty 5.25 drive bay and install an additional SATA Disk drive. I replaced the 1GB memory with 8GB. I've added 4 2TB green SATA drives and moved the 250GB drive into the 5.25 bay.

The internal USB will be used to boot into FreeNAS installed on a flash drive.

Installing FreeNAS 9.1.1

Download the most recent disk image from HERE (should be a *.xz file) and the tools Win32DiskImager and 7zip and install them. Use 7zip to extract the *.img file from the downloaded *.xz file. Plug your USB flash drive, run Win32DiskImager ans choose the drive letter of your flash drive. Select the Freenas *.img file and click write, wait for the process to finish. You now have Freenas installed on your USB flash drive.

Booting into FreeNAS for the first time

Configure the BIOS of the N36L to make USB the first bootable device, insert your FreeNAS USB flash drive into the internal USB port and turn on the server. All being well after a few minutes you will end up at a menu screen (11 options) and a URL to be able to configure your NAS via a browser. At this point I configure the NAS to have a fixed IP (configured to be DHCP initially).

When you have fixed the IP we can go to a browser to continue to configure FreeNAS

Configuring FreeNAS via the Web GUI - Part 1

Using a HP Proliant N36L Microserver and FreeNAS to build a home media server.

As a media centre enthusiast I have a bunch of different devices running either XBMC or PLEX and I use DNLA for streaming to others. There are several Android phones and tablets, a smart TV as well as Windows and Macs and all these devices need to connect to a central storage hub containing all my media. 
This hub was on my N36L running Ubuntu which provided SAMBA and NFS shares as well as running Sabnzbd, Sickbeard, Plex Server, SubSonic and Logitech Media Server. My storage was 4 x 2GB drives set up as 2 x RAID1 pairs using the N36L RAID controller.
After some thought I've decided to change track and go for a dedicated NAS device and a new server to run ESXi for my OS needs. I'd looked at a few dedicated NAS devices on the market but most are out of my meagre price range. I've known about FreeNAS for some time so gave it a look. It ticks most of my boxes.
  • Affordable
  • CIF and NFS shares
  • Plugins
  • Great online support
I was a little apprehensive about using ZFS as its not as easy to recover from as a simple UFS mirrored disk but I enjoy playing with new tech so gave it a go.

So my plan is to use the N36L as a NAS and a new N50L for ESXi