Hardware:
1x Lenovo ThinkServer TS140 70A4001LUX - $399.99 - $50 rebate (newegg)- Intel Xeon E3-1225v3 3.2GHz
- 4GB DDR3 1600
- No Hard Drive
- Gigabit Ethernet
1x Old Western Digital Caviar 250 GB w/ sata cable - Already had
1x 18 inch Monoprice Sata III cable with 90 degree angle plug - $2.66 (amazon)
1x Trendnet USB to PS/2 adapter (TU-PS2) - $8.99 (amazon)
1x Small zip tie - Already had
Software:
Xubuntu 14.04 LTS 64bit - Free (xubuntu.org/getxubuntu/)Total Cost: $591.62 + tax
Hardware Installation:
- Opened up the case
- Removed Thumb screws (had to use screwdriver to get it started)
- Pressed in the side release button
- Removed side panel
- Installed the 250GB primary drive (in what Lenovo calls the tertiary drive slot)
- Pressed the quick release button
- Pushed the 5.25 to 3.5 adapter out from the inside
- Be careful as the fan power cord is not long!
- Placed the hard drive in the adapter
- Flipped over while supporting hard drive
- Aligned screw holes and fastened screws (make sure to use included screws as they are longer due to anti-vibration gaskets)
- Pushed adapter back into place and assured that quick release snapped back into place
- Attached Sata
- Removed front USB motherboard connector
- Moved existing Sata cable from Sata0 to Sata1
- Reattached front USB motherboard connector
- Attached Sata cable to Sata0 ran thru cord fastener on motherboard side and attached to HD
- Attached Power
- Clipped zip tie holding power cable in place
- Un-did loop in power cable so it could reach HD
- Attached power cable to HD
- Zip tied all cables back into place
- Installed the 2x 3TB drives
- Pulled out the drive caddy
- Installed pegs into one side of the HD
- Stretched caddy so that pegs would go into other side of the HD
- Pushed HD + caddy back into place
- Attached sata (Sata1 and Sata2) and power cable
Testing:
I wanted to do an extended drive test on all the drives to ensure they were in good working order before proceeding with my software install. I used the Western Digital DOS diagnostic tool (wdc.com). It took about 7 hours for each of the 3TB drives and just over an hour for the 250GB drive.Software Installation:
- First I created a linux live USB from the ISO
- Booted from the USB in Try Xubuntu mode
- As I was recycling a drive from an old FakeRaid array, I had to delete the raid metadata. I opened up a terminal window and ran:
sudo dmraid -E -r /dev/sdX
- where X is the letter of the old raid array drive
- Ran the install Xubuntu icon on the desktop
- Followed the prompts to install to the 250GB drive
- Used advanced partition setup:
- /boot: 537MB
- /: 100GB
- /home: 139 GB
- swap: 8GB
- Remove USB and Reboot
- Installed Updates
sudo update-manager
- Reboot
- Made sure Red Drives had WD Load/Unload update installed
- Setup the ZFS mirrored raid
sudo apt-get install zfs-fuse
ls /dev/disk/by-id/
sudo zpool create storage mirror /dev/disk/by-id/ata-WDC_WD30EFRX-68EUZN0_WD-SERIAL#1 /dev/disk/by-id/ata-WDC_WD30EFRX-68EUZN0_WD-SERIAL#2
sudo zpool status
Thoughts:
- The server is dead quiet which is one of the major reasons I bought it
- With the Trendnet for some reason the scroll on the mouse causes the mouse to jump instead of scrolling, but as I plan to use this as a mainly server this is a small issue
No comments:
Post a Comment