Questions on Homelab setup


Userlevel 7
Badge +9

I wish to build a new HOMELAB. Here is a guide and many others I found on Reddit.
- How is your lab setup? What would you recommend? Main virtualisation solution would be VMware (would need multiple hosts here). I would also have HyperV and Proxmox VE within this environment. Yes, this is possible!

I have got my ideas, but would like to learn from you. Keep in mind, I need a cost effective solution ranging from hardware to Power etc. Here is a talking point but just talking about the installation. I do NOT need help with the setup (deployment) tips as this is a walkthrough for me. Just ideas on how to setup low a cost effective lab, but yet a Lab to be reckoned with.

  •  


62 comments

Userlevel 7
Badge +7

Throwing this out there, but would having a cloud based lab be considered a home lab?

Especially with the option to automate deployment of an environment and the ability to quickly re-create it again. Suppose, one disadvantage is not having access to the underlying hardware to tinker on. 

I think that it’s almost a requirement.  I mean, you see the likes of Rick Vanover and Anthony Spiteri run labs that I think span both premise and cloud.  For sure they have to have cloud to spin up labs for cloud-base products, etc.  I mean, it’s not all of the sexiness of running hardware in your own datacenter, but for the purposes of learning and testing, I suppose it’s pretty much a requirement.  In fact, the other day I was looking for free/NFR versions of Azure to do some testing of cloud-based services as well as extending to object storage in Blob, etc.

Definitely, and having an on-prem physical lab brings it’s on intricacies but also ‘tinkerability’ with it so I’d say a physical lab definitely count and a cloud based version can be an extension of the lab. A hybrid-lab if you will.

Userlevel 2
Badge

Hi All,

Im very new to Veeam so i would like to apologize for the questions.

I recently bought a laptop. Yes, not a server. The specs are Ryzen 7 Pro 5950u with 8 core, 16 threads, 1TB SSD, and 48gb ram. 

 

I am planning to create my homelab prior to my VMCE training this coming end of October 2022. Will i be able to do it with a laptop? I dont have servers with me and im really new to VMWare and other things so i wanted to know if i can do it in the laptop or i am just wasting time trying to replicate a home lab there. I hope you can enlighten me.


Regards,

Sean

Userlevel 7
Badge +17

Hi Sean,
your laptop should work for the Veeam server.
https://helpcenter.veeam.com/docs/backup/vsphere/system_requirements.html?ver=110
But for replication you will need at least a second ESXi Host (or a cluster). Perhaps you can do some nested VMware installation….

Userlevel 7
Badge +20

Hey! Absolutely you can! Here’s how I did it:

 

You’ll want to use a ‘daily driver’ OS for the laptop I imagine, as you won’t get any guarantees of supported hardware if you ran ESXi or Hyper-V natively on it. Windows or Linux doesn’t really matter.

 

Depending on Windows or Linux you’ve got some options, these will be ‘type-2’ Hypervisors in that, they’ll run on top of your OS, performance won’t be as good, but I doubt you’ll see any major bottlenecks here.

If you’re using Windows, you can install VMware Workstation, OR, Hyper-V, or even something like VirtualBox. On Linux you won’t have the Hyper-V option but the other options remain.

 

Now, you won’t be using Veeam to interact with these, instead you’ll be using nested virtualisation to run a supported Hypervisor within Workstation/Windows 10 Hyper-V/VirtualBox. Why you might ask? Because Veeam needs to leverage APIs to interact with a host for VM processing. The two main hypervisors that Veeam supports are ESXi and Microsoft Hyper-V. Now the complicated part: You’ll need to enable exposing virtualisation capabilities to your VM within whichever type-2 hypervisor you chose (Workstation/Windows 10 Hyper-V/VirtualBox), there are different ways of doing this depending on the application you choose to use, but they’re only a google search away, or state here what you’re planning to use and we can hopefully point you in the right direction.

 

Once you’ve deployed a virtual hypervisor such as ESXi or Hyper-V into your type-2 hypervisor, you can then either deploy a Veeam VM within your virtual hypervisor, or within your type-2. Your only networking requirements are that you create a bridged network between your host (laptop), your other VMs, and your virtual hypervisor.

 

Now onto some specifics:

ESXi free edition doesn’t provide the APIs required to backup data, either use a trial, or NFR key if possible to license this, you don’t actually need vCenter, just a licensed ESXi.

 

Fun fact: Your laptop is more powerful than the PC I used for my lab when I was studying my VMCE, it’s a quad core with 32GB RAM and I still achieved what you’re trying to do.

 

So, hopefully this helps you get started, and I’ll do my best to answer any questions I can to get you going!

Userlevel 7
Badge +7

Hi All,

Im very new to Veeam so i would like to apologize for the questions.

I recently bought a laptop. Yes, not a server. The specs are Ryzen 7 Pro 5950u with 8 core, 16 threads, 1TB SSD, and 48gb ram. 

 

I am planning to create my homelab prior to my VMCE training this coming end of October 2022. Will i be able to do it with a laptop? I dont have servers with me and im really new to VMWare and other things so i wanted to know if i can do it in the laptop or i am just wasting time trying to replicate a home lab there. I hope you can enlighten me.


Regards,

Sean

Hi Sean,

Aligned with @MicoolPaul My first lab is my “Labtop” portable and powerful enough to run some stuff

I have a MacBook Pro 15 with i7 six core and 32GB of ram
I have installed VMware workstation, and nested 2 VMware hosts, vcenter, dns and shared storage, all virtualized into the laptop.

Just keep in mind that you will be “eating” the SSD!

If you need any help, do not hesitate to contact me to give you some advice or give you a hand setting up the lab!

cheers.

Userlevel 7
Badge +8

I’d also add 2 more thoughts to this.

 

My “Lab” quickly became “PROD” in my house, running home assistant, IP Cameras etc. This seems to happen to many of us.

 

Servers take a while to boot. Make sure to get a UPS, or something that can boot fast. There is nothing quite like haivng the power go out for 1 second, and waiting for a server, ESXI, Then a windows DC, then Home Assistant to turn on before you can have lights.   The sequence was automated, but took 5-10 minutes. Same goes for a TV restarting vs missing 10 minutes of a show because you are waiting on the DHCP server/DC to boot.

 

To add to that, once it becomes “Home PROD” as I like to call it, fan noise is pretty annoying 24 hours a day if the server is in your house.  I switched to a NUC for my Home Assistant due to low power and no fans. Removed a few of the 48 port PoE switches and replaced them with PoE injectors upstairs. 

 

I still have my monster server, but only power it on when I need. I also don’t have my house relying on AD with a DC anymore haha. 

Userlevel 7
Badge +9

Hey! Absolutely you can! Here’s how I did it:

 

You’ll want to use a ‘daily driver’ OS for the laptop I imagine, as you won’t get any guarantees of supported hardware if you ran ESXi or Hyper-V natively on it. Windows or Linux doesn’t really matter.

 

Depending on Windows or Linux you’ve got some options, these will be ‘type-2’ Hypervisors in that, they’ll run on top of your OS, performance won’t be as good, but I doubt you’ll see any major bottlenecks here.

If you’re using Windows, you can install VMware Workstation, OR, Hyper-V, or even something like VirtualBox. On Linux you won’t have the Hyper-V option but the other options remain.

 

Now, you won’t be using Veeam to interact with these, instead you’ll be using nested virtualisation to run a supported Hypervisor within Workstation/Windows 10 Hyper-V/VirtualBox. Why you might ask? Because Veeam needs to leverage APIs to interact with a host for VM processing. The two main hypervisors that Veeam supports are ESXi and Microsoft Hyper-V. Now the complicated part: You’ll need to enable exposing virtualisation capabilities to your VM within whichever type-2 hypervisor you chose (Workstation/Windows 10 Hyper-V/VirtualBox), there are different ways of doing this depending on the application you choose to use, but they’re only a google search away, or state here what you’re planning to use and we can hopefully point you in the right direction.

 

Once you’ve deployed a virtual hypervisor such as ESXi or Hyper-V into your type-2 hypervisor, you can then either deploy a Veeam VM within your virtual hypervisor, or within your type-2. Your only networking requirements are that you create a bridged network between your host (laptop), your other VMs, and your virtual hypervisor.

 

Now onto some specifics:

ESXi free edition doesn’t provide the APIs required to backup data, either use a trial, or NFR key if possible to license this, you don’t actually need vCenter, just a licensed ESXi.

 

Fun fact: Your laptop is more powerful than the PC I used for my lab when I was studying my VMCE, it’s a quad core with 32GB RAM and I still achieved what you’re trying to do.

 

So, hopefully this helps you get started, and I’ll do my best to answer any questions I can to get you going!

Good points! You may have to enable virtualization in the BIOS if it hasn’t already been enabled. I would recommend VMware Workstation and not the player or VirtualBox! This will help should in case you ever run into this issue: https://techdirectarchive.com/2022/02/07/enable-virtualization-in-bios-determine-if-the-intel-vt-x-or-amd-v-virtualization-technology-is-enabled-in-bios/

 

Userlevel 2
Badge

Hey! Absolutely you can! Here’s how I did it:

 

You’ll want to use a ‘daily driver’ OS for the laptop I imagine, as you won’t get any guarantees of supported hardware if you ran ESXi or Hyper-V natively on it. Windows or Linux doesn’t really matter.

 

Depending on Windows or Linux you’ve got some options, these will be ‘type-2’ Hypervisors in that, they’ll run on top of your OS, performance won’t be as good, but I doubt you’ll see any major bottlenecks here.

If you’re using Windows, you can install VMware Workstation, OR, Hyper-V, or even something like VirtualBox. On Linux you won’t have the Hyper-V option but the other options remain.

 

Now, you won’t be using Veeam to interact with these, instead you’ll be using nested virtualisation to run a supported Hypervisor within Workstation/Windows 10 Hyper-V/VirtualBox. Why you might ask? Because Veeam needs to leverage APIs to interact with a host for VM processing. The two main hypervisors that Veeam supports are ESXi and Microsoft Hyper-V. Now the complicated part: You’ll need to enable exposing virtualisation capabilities to your VM within whichever type-2 hypervisor you chose (Workstation/Windows 10 Hyper-V/VirtualBox), there are different ways of doing this depending on the application you choose to use, but they’re only a google search away, or state here what you’re planning to use and we can hopefully point you in the right direction.

 

Once you’ve deployed a virtual hypervisor such as ESXi or Hyper-V into your type-2 hypervisor, you can then either deploy a Veeam VM within your virtual hypervisor, or within your type-2. Your only networking requirements are that you create a bridged network between your host (laptop), your other VMs, and your virtual hypervisor.

 

Now onto some specifics:

ESXi free edition doesn’t provide the APIs required to backup data, either use a trial, or NFR key if possible to license this, you don’t actually need vCenter, just a licensed ESXi.

 

Fun fact: Your laptop is more powerful than the PC I used for my lab when I was studying my VMCE, it’s a quad core with 32GB RAM and I still achieved what you’re trying to do.

 

So, hopefully this helps you get started, and I’ll do my best to answer any questions I can to get you going!

Thank you for this MicoolPaul. I already started my journey and what i did was my laptop OS is a fresh install. I installed Windows 10 Pro. After that, i also installed VMWare Workstation 16 (Using NFR) licese. I then installed ESXi (Vshphere 7.0.0), yes, not the latest due to my storage is not being detected by that Vsphere 7.0.3u. 

 

Some questions i have is, i understand i will be installing other VMs inside my V sphere. So many GB should i in my Vsphere considering other things that i will be doing to with it for the process. 

 

I understand i need to put a Windows Server inside, how many gb should i allocate there as well.

So far this is where i am at. I will encounter more questions for sure but will like to be able to move past this step.

Userlevel 2
Badge

Hi All,

Im very new to Veeam so i would like to apologize for the questions.

I recently bought a laptop. Yes, not a server. The specs are Ryzen 7 Pro 5950u with 8 core, 16 threads, 1TB SSD, and 48gb ram. 

 

I am planning to create my homelab prior to my VMCE training this coming end of October 2022. Will i be able to do it with a laptop? I dont have servers with me and im really new to VMWare and other things so i wanted to know if i can do it in the laptop or i am just wasting time trying to replicate a home lab there. I hope you can enlighten me.


Regards,

Sean

Hi Sean,

Aligned with @MicoolPaul My first lab is my “Labtop” portable and powerful enough to run some stuff

I have a MacBook Pro 15 with i7 six core and 32GB of ram
I have installed VMware workstation, and nested 2 VMware hosts, vcenter, dns and shared storage, all virtualized into the laptop.

Just keep in mind that you will be “eating” the SSD!

If you need any help, do not hesitate to contact me to give you some advice or give you a hand setting up the lab!

cheers.

Thanks for the confirmation. At least the resources i have is sufficient. Will i be using the whole 1TB for this? or you think i should get a 2 TB instead? 

Thank you Hunter, i’ll definitely need some help.

Userlevel 2
Badge

Good points! You may have to enable virtualization in the BIOS if it hasn’t already been enabled. I would recommend VMware Workstation and not the player or VirtualBox! This will help should in case you ever run into this issue: https://techdirectarchive.com/2022/02/07/enable-virtualization-in-bios-determine-if-the-intel-vt-x-or-amd-v-virtualization-technology-is-enabled-in-bios/

 

Yes, im going ahead with VMWare Workstation 16. :) Thank you for the link! I was able to install and set it up. Does that mean i can skip this step?

Userlevel 7
Badge +20

Good points! You may have to enable virtualization in the BIOS if it hasn’t already been enabled. I would recommend VMware Workstation and not the player or VirtualBox! This will help should in case you ever run into this issue: https://techdirectarchive.com/2022/02/07/enable-virtualization-in-bios-determine-if-the-intel-vt-x-or-amd-v-virtualization-technology-is-enabled-in-bios/

 

Yes, im going ahead with VMWare Workstation 16. :) Thank you for the link! I was able to install and set it up. Does that mean i can skip this step?

Regarding this, if you can run a virtual machine (and you’ve said you’re running ESXi), then you’re fine and this is enabled!

Userlevel 7
Badge +20

Hey! Absolutely you can! Here’s how I did it:

 

You’ll want to use a ‘daily driver’ OS for the laptop I imagine, as you won’t get any guarantees of supported hardware if you ran ESXi or Hyper-V natively on it. Windows or Linux doesn’t really matter.

 

Depending on Windows or Linux you’ve got some options, these will be ‘type-2’ Hypervisors in that, they’ll run on top of your OS, performance won’t be as good, but I doubt you’ll see any major bottlenecks here.

If you’re using Windows, you can install VMware Workstation, OR, Hyper-V, or even something like VirtualBox. On Linux you won’t have the Hyper-V option but the other options remain.

 

Now, you won’t be using Veeam to interact with these, instead you’ll be using nested virtualisation to run a supported Hypervisor within Workstation/Windows 10 Hyper-V/VirtualBox. Why you might ask? Because Veeam needs to leverage APIs to interact with a host for VM processing. The two main hypervisors that Veeam supports are ESXi and Microsoft Hyper-V. Now the complicated part: You’ll need to enable exposing virtualisation capabilities to your VM within whichever type-2 hypervisor you chose (Workstation/Windows 10 Hyper-V/VirtualBox), there are different ways of doing this depending on the application you choose to use, but they’re only a google search away, or state here what you’re planning to use and we can hopefully point you in the right direction.

 

Once you’ve deployed a virtual hypervisor such as ESXi or Hyper-V into your type-2 hypervisor, you can then either deploy a Veeam VM within your virtual hypervisor, or within your type-2. Your only networking requirements are that you create a bridged network between your host (laptop), your other VMs, and your virtual hypervisor.

 

Now onto some specifics:

ESXi free edition doesn’t provide the APIs required to backup data, either use a trial, or NFR key if possible to license this, you don’t actually need vCenter, just a licensed ESXi.

 

Fun fact: Your laptop is more powerful than the PC I used for my lab when I was studying my VMCE, it’s a quad core with 32GB RAM and I still achieved what you’re trying to do.

 

So, hopefully this helps you get started, and I’ll do my best to answer any questions I can to get you going!

Thank you for this MicoolPaul. I already started my journey and what i did was my laptop OS is a fresh install. I installed Windows 10 Pro. After that, i also installed VMWare Workstation 16 (Using NFR) licese. I then installed ESXi (Vshphere 7.0.0), yes, not the latest due to my storage is not being detected by that Vsphere 7.0.3u. 

 

Some questions i have is, i understand i will be installing other VMs inside my V sphere. So many GB should i in my Vsphere considering other things that i will be doing to with it for the process. 

 

I understand i need to put a Windows Server inside, how many gb should i allocate there as well.

So far this is where i am at. I will encounter more questions for sure but will like to be able to move past this step.

Depending on the VMs you’re creating, you’ll likely need an average of 40-60GB space. In any case, you’ll want to configure thin provisioning for your virtual disks, both for VMware Workstation and for ESXi, this means that the disks only consume the space required initially, rather than reserving it all. This way if you create a virtual disk with 100GB maximum capacity, but only use 8GB, that’s what gets consumed! Though be aware, once a disk is grown, aka more space has been consumed, it doesn’t automatically shrink back.

 

For ESXi data stores I’d actually recommend you create a disk in VMware workstation per VM you intend to create in ESXi. This means that when you no longer need a VM, you can delete the datastore from ESXi, then the disk from VMware Workstation, and that way you’ve reclaimed your space on your laptop.

 

As for required capacity, depends on how much you need to test but 400-500GB should be sufficient to get going and build a decent amount of infrastructure.

Userlevel 7
Badge +9

Good points! You may have to enable virtualization in the BIOS if it hasn’t already been enabled. I would recommend VMware Workstation and not the player or VirtualBox! This will help should in case you ever run into this issue: https://techdirectarchive.com/2022/02/07/enable-virtualization-in-bios-determine-if-the-intel-vt-x-or-amd-v-virtualization-technology-is-enabled-in-bios/

 

Yes, im going ahead with VMWare Workstation 16. :) Thank you for the link! I was able to install and set it up. Does that mean i can skip this step?

You will be able to determine this when you get an error 😁 

Userlevel 2
Badge

Hi Everyone,

It's me again. i am just wondering why everytime i change the IP Address I am not able to access the web Url using that IP address for IPv4 and when i set it to static.

 

I used Bridge as connection. However, after resetting it back to original, i am able to access it.

Userlevel 7
Badge +20

Hi Everyone,

It's me again. i am just wondering why everytime i change the IP Address I am not able to access the web Url using that IP address for IPv4 and when i set it to static.

 

I used Bridge as connection. However, after resetting it back to original, i am able to access it.

Hi @seanrockvz13, can you give us some more info on your setup please.

 

You mentioned you’ll use VMware Workstation on Windows. As this is a laptop, it’s quite possible that you’ve got multiple NICs. Bridged mode is, by default, provisioned in auto-bridge mode, so if you’ve got multiple network interfaces such as WiFi & Ethernet, could it be using the wrong interface? If you have a specific interface you want the traffic to traverse via, you should configure the bridge to reflect this.

 

Am I correct in assuming your issues with IP addressing are related to your ESXi VM within VMware Workstation, or is it a layer deeper and virtual machines running inside your ESXi VM?

Userlevel 7
Badge +9

In addition to what Paul has said, remember private IPs’ are not routable. To get this to work correctly, you must have the right settings in place with any of your type 2 virtualisation solutions.

Userlevel 7
Badge +7

For avoiding networking issues, I normally virtualize a pfsense or OPNsense and NAT the “external” network, and then I start deploying host only networks or NAT networks, keeping them separated from the Bridge network, so I don't get any dependency on the local “real”nics and the IP ranges.

Userlevel 7
Badge +8

I just got the opportunity to grab several HP Gen9’s with about 512GB of memory each.

Cheap home lab approved, (no cost) but the power bill and fan noise may not be worth it.  They run between 170-230 watts average, so 500watts will average about $40 a month where I live.

 

I think i’ll keep a second as a spare powered down. I also have the opportunity to grab a pretty large SAN, but I’ll most likely decline as the power draw is really overkill for my homelab. 

 

I’ll keep the NUC for home assistant, cameras, and things that run 24/7. I think the second ESXI lab will only get powered on for test purposes to keep costs down.    With my work lab being so powerful, i find my homelab getting used less and less these days. 

Userlevel 7
Badge +6

Cheap home lab approved, (no cost) but the power bill and fan noise may not be worth it.  

 

One things I hate about HPE (among a few things) is that if you put a non-HPE branded/approved component, all of the fans will run full out on the server.  This included NIC’s and I think memory...not sure about disks.  If you want to keep it quiet, you need to stick with HPE components.

 

I think i’ll keep a second as a spare powered down. I also have the opportunity to grab a pretty large SAN, but I’ll most likely decline as the power draw is really overkill for my homelab. 

 

This is a good plan.  I have a spare host as well since I don’t have a need - though I’m toying with the idea of loading the Linux Hardened Repo on an old Dell R610 I have with a crappy RAID controller that has no cache memory.  But it seems like overkill for home since I have a copy of my data going to Wasabi which is immutable.

 

I’ll keep the NUC for home assistant, cameras, and things that run 24/7. I think the second ESXI lab will only get powered on for test purposes to keep costs down.    With my work lab being so powerful, i find my homelab getting used less and less these days. 

This is what I have going on as well….my work lab has a lot of stuff going on, and is ready to be refreshed when I can find the time, but I don’t need much running at home.

Userlevel 7
Badge +6

Funny how this came up...last weekend I finally got around to installing a 20amp circuit in my garage so I could use a Tripp-Lite 2000VA UPS that I had laying around and got most of my gear plugged into it.  I had planned on sharing, so now seems as good time as any to post some pictures.  The homelab is pretty crude as it sits on top of a refrigerator in my garage and is subjected to extreme hot and extreme cold temperatures and humidity (and lack thereof).  But it gets the job done and really this hardware is solid.  The R610 that this R520 replaced ran for 3 or 4 years after it was retired from my client’s site, so in all, it was finally about 10 or 11 years old when it let out the magic smoke. 

Please don’t mind the disaster that is my garage…..I’ve learned that if you have a lot of space, you keep a lot of crap.

 

Homelab on top of the garage fridge.  Tripp-Lite 2000VA UPS, Dell PowerEdge R520 running VMware ESXi 8.0, Extreme Summit 1Gb POE 48-port switch, Ubiquiti Unified Security Gateway Pro, Synology 2-bay NAS connected via NFS for primary Veeam repository.  The CenturyLink Zyxel DSL Modem/Fiber router is a cold spare in case the Ubiquiti USG fails.  Onkyo receiver on top of everything is used to power some outdoor speakers in the back yard and indoor speakers in the garage and audio signal is supplied by a Google ChromeCast audio.

 

Side-view of the home lab with VMware ESXi 8.0 console on the monitor.

 

Rear view of the homelab equipment with a Geist PDU and and the newly installed 20amp circuit on the ceiling to power the UPS.

 

Userlevel 7
Badge +8

Nice.   Previously I had a set of FC switches and a small SAN.  The opportunity I have now is infract an SSD SAN. I think I might actualy jump on it the more I think about it. I don’t know that many people that have 200TB at home worth of SSD.  I’ll connect it to my home assistant to monitor power maybe and do a blog post about power consumption and why owning too much storage is less efficient than the cloud or something haha. 

Userlevel 7
Badge +6

Nice.   Previously I had a set of FC switches and a small SAN.  The opportunity I have now is infract an SSD SAN. I think I might actualy jump on it the more I think about it. I don’t know that many people that have 200TB at home worth of SSD.  I’ll connect it to my home assistant to monitor power maybe and do a blog post about power consumption and why owning too much storage is less efficient than the cloud or something haha. 

I have an old Equallogic PS6210E that is going to replace the PS6000 in the work lab, but these things are big with a lot of drives and pull a lot of power, and honestly kills the runtime I have on the UPS.  I just racked up a new PowerVault ME5024 for production which will free up a couple of PS6100 arrays, but not really better than the PS6210E except one has a couple of SSD’s in it for a cache.  I also have an old HPE MSA and two Equallogic PS6500’s laying around, but are not of much use and will probably just end up at the recyclers at some point. I am also going to replace the 5 or 6 PowerEdge R610 servers that I have in a cluster with a couple R720’s and possibly an R820.  I actually have four R720’s but really only need two for the lab, and the other two and the R820 can be used for swing servers, crash kits, and for testing a Linux Hardened Repo in the lab.  I’d also like to try out the virtual edition of a Quantum DXi deduplicating appliance on one, but time has prevented me from really giving this much thought.

All of these old arrays (and servers) are pretty power hungry, and while power is relatively cheap, it kills the UPS runtime as well.  SSD’s may not be too bad for power draw and maybe can be more reliable without much for moving parts, so assuming the wear isn’t too bad on those disks, that could be a great array for a lab environment.

Userlevel 7
Badge +7

Lucky guys!
Im setting up my lab with super low power / consumption hardware, 
the electricity bill is killing me here in Spain!!

Does anyone have spare ram for a Proliant Gen 8??
128GB extra would be soooo nice!

🤣🤣🤣

cheers!

🤙

Userlevel 7
Badge +8

Lucky guys!
Im setting up my lab with super low power / consumption hardware, 
the electricity bill is killing me here in Spain!!

Does anyone have spare ram for a Proliant Gen 8??
128GB extra would be soooo nice!

🤣🤣🤣

cheers!

🤙

How much is power there? It’s about .09/kWh where i live. in CAD.  so $0.07 USD roughly.

 

Plus we can use the heat in the winter to help heat our houses hahahaha

Userlevel 7
Badge +6

Lucky guys!
Im setting up my lab with super low power / consumption hardware, 
the electricity bill is killing me here in Spain!!

Does anyone have spare ram for a Proliant Gen 8??
128GB extra would be soooo nice!

🤣🤣🤣

cheers!

🤙

How much is power there? It’s about .09/kWh where i live. in CAD.  so $0.07 USD roughly.

 

Plus we can use the heat in the winter to help heat our houses hahahaha

 

Oh wow...that’s pretty cheap...mine is more expensive - at least in the summer months, this is a lower rate for me because I have SEER 14 heat pump - people with less efficient cooling have to pay a couple pennies more per kWh.  I should be paying .0936/kWh in the summer, and .0484/kWh in the non-summer months since I haven’t used less than 1000 kWh in the past two years.  I should check my UPS and see what it’s showing for my daily usage from just the lab.  Although I still haven’t plugged my firewall/switch/modem into it yet (kids don’t like me turning off the internet terribly)….

 

 

Comment