Jump to content

Server Powering

Go to solution Solved by Zeke,

Sure, a diesel-powered generator, for example. Large data centers also have kinetic energy storage units to supply power for several minutes before generators hit their nominal power output.

Hi, I'm planning on making a very very very important private network data center for storage and I heard about hot swappable power supplies. In addition to this, is there a way to always have a server running even in the event of a power outage? Like have a backup temporary power until the main power is functional again? 

Link to comment
https://linustechtips.com/topic/365109-server-powering/
Share on other sites

Link to post
Share on other sites

Sure, a diesel-powered generator, for example. Large data centers also have kinetic energy storage units to supply power for several minutes before generators hit their nominal power output.

Any unknown button should be pressed even number of times.

Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4945704
Share on other sites

Link to post
Share on other sites

@Yames

 

Couple things:

  1. Seeing that you need to ask this question on a tech forum and that you have "heard about hot swappable power supplies", I'm getting the feeling that you're quite new to the whole high-availability thing. Depending on the actual importance of this "very very very important" private network storage, it might be best getting help from a professional.
  2. High-availability means cost. Hot-swappable power supplies means two power supplies which both have to be paid for, not only in purchase but also in maintenance (they'll both be online, so they'll both wear). Uninterruptible power supplies are costly, again both in purchase and in maintenance. Battery banks need their batteries checked and replaced periodically, diesel generators need maintenance, flywheels are relatively cheap in the long run but will only power your systems for a very very short amount of time (usually just enough to put battery banks online which will provide power long enough to power up the diesel generators).
  3. In most cases you really don't need so high means of redundant power supply. I don't have much details about your specific use case but I'm guessing this either a home or a small office setup in which case you're probably able to survive short-term power breaks with a reasonable battery bank.
  4. Keeping a server running does not equal staying productive. If this is a home or a small office, the costs of keeping a single server at 99.99% uptime are probably doable (maybe not justifiable, though :P) but that doesn't include routers, switches, workstations, etc...
  5. Try to use common sense. You can keep anything running with 99.99% uptime if you throw enough money at the problem, but is it worth all that cash? Costs of keeping something up and running rise exponentially which means you'll very soon see diminishing returns on your investment.

As I said: I don't know what your specific project/use case is, but I get the feeling you're not quite in touch with the practical solutions.

Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4947100
Share on other sites

Link to post
Share on other sites

@Yames

 

Couple things:

  1. Seeing that you need to ask this question on a tech forum and that you have "heard about hot swappable power supplies", I'm getting the feeling that you're quite new to the whole high-availability thing. Depending on the actual importance of this "very very very important" private network storage, it might be best getting help from a professional.
  2. High-availability means cost. Hot-swappable power supplies means two power supplies which both have to be paid for, not only in purchase but also in maintenance (they'll both be online, so they'll both wear). Uninterruptible power supplies are costly, again both in purchase and in maintenance. Battery banks need their batteries checked and replaced periodically, diesel generators need maintenance, flywheels are relatively cheap in the long run but will only power your systems for a very very short amount of time (usually just enough to put battery banks online which will provide power long enough to power up the diesel generators).
  3. In most cases you really don't need so high means of redundant power supply. I don't have much details about your specific use case but I'm guessing this either a home or a small office setup in which case you're probably able to survive short-term power breaks with a reasonable battery bank.
  4. Keeping a server running does not equal staying productive. If this is a home or a small office, the costs of keeping a single server at 99.99% uptime are probably doable (maybe not justifiable, though :P) but that doesn't include routers, switches, workstations, etc...
  5. Try to use common sense. You can keep anything running with 99.99% uptime if you throw enough money at the problem, but is it worth all that cash? Costs of keeping something up and running rise exponentially which means you'll very soon see diminishing returns on your investment.

As I said: I don't know what your specific project/use case is, but I get the feeling you're not quite in touch with the practical solutions.

I'm new a little bit yeah and the reason I ask is because, there's not this much in depth information out there on youtube :\ Right now my main concern is having absolute control over a standard server with security and stuff 

Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4947139
Share on other sites

Link to post
Share on other sites

I'm new a little bit yeah and the reason I ask is because, there's not this much in depth information out there on youtube

That's because high availability usually doesn't come into play in home environments... The people that come in the need of HA usually already know how to do it or who to call ;)

 

 

Right now my main concern is having absolute control over a standard server with security and stuff 

  1. "a standard server" ? There's no such thing. Servers come in many different shapes, sizes, forms, and packages. They are powered by many different operating systems and run very different software. The term "server" actually just means that the machine serves content/offers services to another machine, so any system with a shared drive is technically a server.
  2. "having absolute control over security" is pretty freaking easy: never hook it up to the internet and you'll never have any issue whatsoever with security. In any other case, there's always some security vulnerability.
  3. "and stuff"... Again, it looks like you don't even know yourself what you want to do. What is it you're trying to do exactly and why is HA so important?
Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4947210
Share on other sites

Link to post
Share on other sites

I'm new a little bit yeah and the reason I ask is because, there's not this much in depth information out there on youtube :\ Right now my main concern is having absolute control over a standard server with security and stuff 

 

Don't bother looking for this on youtube, because this is not a youtube type of deal. People go to very expensive courses and schools to be able to plan redundant networks, etc.. If you need "absolute control" over a server filled with "securty and stuff", colocate it. Also listen to what @MG2R says.

Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4948963
Share on other sites

Link to post
Share on other sites

 

That's because high availability usually doesn't come into play in home environments... The people that come in the need of HA usually already know how to do it or who to call ;)

 

 

  1. "a standard server" ? There's no such thing. Servers come in many different shapes, sizes, forms, and packages. They are powered by many different operating systems and run very different software. The term "server" actually just means that the machine serves content/offers services to another machine, so any system with a shared drive is technically a server.
  2. "having absolute control over security" is pretty freaking easy: never hook it up to the internet and you'll never have any issue whatsoever with security. In any other case, there's always some security vulnerability.
  3. "and stuff"... Again, it looks like you don't even know yourself what you want to do. What is it you're trying to do exactly and why is HA so important?

 

It's not just a server, it's how the server comes into play with my already existing network, security for me has to be taken very carefully, and as you/I mentioned "and stuff" I am still planning and figuring out what needs to be done before full arrangements are made, I don't even have the processor picked out yet

Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4952276
Share on other sites

Link to post
Share on other sites

It's not just a server, it's how the server comes into play with my already existing network, security for me has to be taken very carefully, and as you/I mentioned "and stuff" I am still planning and figuring out what needs to be done before full arrangements are made, I don't even have the processor picked out yet

Well, good luck with whatever it is you're trying to accomplish. Without any concrete information, I'm afraid I can't give you any practical advice... :unsure:

Link to comment
https://linustechtips.com/topic/365109-server-powering/#findComment-4953149
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×