For what must have been a few months now I've had parts lying around for a bitchin' home server/nas thing that'll run an ass ton of stuff for my home network. I haven't had the time with personal happenings, being a functioning human being, and work hours (my 60+ hour boys, have a drink along reading this post for me.)
But none of that shit is in the way anymore so it's time to my ass in gear. Grab your preferred nicotine delivery system, a mug of coffee, and a glass of your favorite vodka, your preferred OST going, and let's get to work.
The plan for the system is to run ESXi with freenas running virtualized with another couple of OSes. Probably debian and ubuntu for servers and media respectively. Because fuck paying for unraid, and fuck running plugins out the ass when I could just use a different OS to do any other shit. I have heard about plugins for freenas, and every single time I have seen it mentioned it is followed by threats of suicide.
Now before we get any further, I have never had any experience and I haven't read enough on ZFS, Freenas, or Vsphere as much as I probably should have at this point. So my unbearable stupidity will be coming out in full force during this experience. It will very much be a learning experience for me. But I've found the fastest and easiest way to retain knowledge for me is to just get my hands dirty and try it out.
I'll be writing this as I am doing the project, currently, the ONLY thing that I have done is put that bad boy together to see it POST, get in the bios, turn on VT-d, figure out the reseller for the board was not kind enough to leave the IPMI open, and have the sata controller fail to see 5 of the 6 drives. Yippee... Before we get to far, the part list.
CPU(s)
2x x5560 xeon
CPU coolers
Some dynatron coolers I found on ebay that sound like vacuum cleaners
Motherboard
SuperMicro X8DTL-3F rev2.01
RAM
4x SAMSUNG 8GB 2Rx4 LOW PROFILE PC3-8500R ECC Reg at 1033MHz. so, eh.
Storage
6x Hitachi HGST Ultrastar 7K3000 2TB
PSU
Some EVGA -850 80+ gold modular thing not really important
Case
Viper Z from rosewill It's actually a really nice case for the money with a very robust front I/O if that's your thing.
I got all of the hardware for around $550. If you really want to play with some server grade stuff but don't have the pockets the x55xx chips are an absolute steal. I'm not sure why, maybe I've knee capped myself with these
Now, The task for this first post is to get the IPMI working. So before I do all this I boot my boy up, look at the DHCP leases on my router, and plug in the IP of the only device I know could be it into the address bar. This brings me to a supermicro login page. The default login creds are "ADMIN" and "ADMIN." I try it, no dice. Time for plan B, google that shit.
Google search brings me to here Telling me I need to make a dos live disk with the firmware and ipmicfg on the disk.
So first I make a partion on the USB stick for fat32 and dd the freedos image to it. For those of you that are following along and are just getting your feet wet for the first time you can use dd to convert and copy files. You can use tools like rufus on windows and unetbootin on linux (unetbootin always makes an ubuntu installer for me so I never use it) but it's also a great tool to copy partitions over to other places and make backups and the ilk.
sudo dd if=/path/to/img of=/dev/sde1
It does it's thing and I can't see the usb stick in dolphin. Red flag one. It's telling me that the sectors are fucked and I did something wrong. So instead I do
sudo dd if=/path/to/img of=/dev/sde
And everything shows up fine. The one partion on my drive has been resized from 1Gb to 512MBs and we're all hunky dorry. I slap the firmware and ipmicg files on the drive plug it in and power on the black box.
Once I'm in I tell it I don't want to install and I'm into the command line. Once there I create a new user and give it operators permissions.
I give it the command
ipmicfg -user add 3 username password 3
Done
All set. I test it out and I'm in
Only problem is I don't have admin privileges and that means should I want things like DDNS if I want to access this box from the internet or run a mail server on it without occasionally not getting emails due to the IP being changed I'm I'm out of luck.
So I try to set it to factory defaults which goes like
ipmicfg -fd
Well shit. Maybe I can make my new user an admin
impicfg -user level user-id# 4
Done
Ahhhh yes. It's good. It's in. I can login, and I can power the machine on and off from my web browser.
So what had been months of procrastination and legitimate busy schedules was about 4 hours of time after documenting everything for a forum post and laying the groundwork for future posts. Feels good man.
It's 3 o'clock in morning and I've still got some vodka to finish off. Hopefully this weekend I'll have another reply to this topic where I'm installing ESXi and freenas but more than likely it will be me finding hardware issues on the board and wonder whether or not to use the sas ports instead of the sata.
If you really just hated it leave a vote. If you would like to see my next adventure leave a vote. If you have sage advise please bestow it upon me.
- Post some more
- Never come back
0voters