Questions tagged [datacenter]

is a facility used to house computer systems and associated components, such as telecommunications and storage systems

Data centers have their roots in the huge computer rooms of the early ages of the computing industry. Early computer systems were complex to operate and maintain, and required a special environment in which to operate. Many cables were necessary to connect all the components, and methods to accommodate and organize these were devised, such as standard racks to mount equipment, elevated floors, and cable trays (installed overhead or under the elevated floor). Also, a single mainframe required a great deal of power, and had to be cooled to avoid overheating. Security was important – computers were expensive, and were often used for military purposes. Basic design guidelines for controlling access to the computer room were therefore devised.

321 questions
2
votes
6 answers

How to disable destructive database commands?

Most sysadmins would understand the risk of destructive commands like DROP or DELETE being executed by hackers to the SQL databases they manage. Is there a way to completely disable such commands from being executed, maybe by configuring MySQL / MS…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
2
votes
2 answers

Place server machines in relatively humid underground room during the summer?

My company has around 20 servers which we want to operate in an underground room, where the temperature over whole year ranges from 5°C to 28°C. The only thing I am worried about is that in the summertime, the place will be relatively humid, around…
c2h2
  • 768
  • 2
  • 9
  • 20
2
votes
1 answer

Redundant Data Centers

I currently have an ASP.NET web app running on a cluster in a data center talking to a SQL Server DB. I need to make this setup redundant with a hot-hot DB in another data center as well as a replicated web cluster. What architectural options are…
Guy
  • 1,839
  • 5
  • 22
  • 28
2
votes
1 answer

Forensics on Virtual Private servers

So these days with talks about having hacked machines being used for malware spreading and botnet C&C, the one issue that is not clear to me is what do the law enforcement agencies do once they have identified a server as being a source or…
intiha
  • 123
  • 2
2
votes
3 answers

how to find a good data center?

At my start-up, we're getting to the point where we should be hosting our servers at a data center. I'd appreciate any tips and tricks y'all can offer on finding a reputable place to colocate our racks. Are there any Web sites with customer reviews…
drewda
  • 121
  • 4
2
votes
4 answers

How many hp dl360 g7 in a rack?

It might sound as "how long is a piece of string"? In my current job the process is to leave 1U spacing, with no blinders, between servers; this incurs a considerable loss of space, no event sparking about turbulent air flow. Everyone is adamant…
Alex
  • 143
  • 1
  • 5
2
votes
5 answers

Monitor bandwidth usage of a datacenter

I would like to know what application is best for measuring bandwidth usage in large datacenters. Our company is in the process of setting up a DC which will have around 1000 physical servers. We want to measure the outgoing and incoming traffic…
Debianuser
  • 421
  • 4
  • 12
  • 29
2
votes
3 answers

Selecting the right router for our Data Center

We are currently in the planning stages. In the initial phase, we're looking at 6 servers (2 Varnish, 2 web and 2 database). The Data Center we're planning on going with states they have "blended, Multi-Homed Bandwidth (Redundant uplinks for HSRP,…
Doug Kress
  • 180
  • 1
  • 1
  • 8
2
votes
3 answers

Cross-Connect Between Data centers

Is it possible to cross connect between different data centers? I'm looking to connect to a financial exchange and need extremely low latency. The cost for a data center 100 metres down the road is substantially less. Is there a cost-effective way…
DD.
  • 3,114
  • 11
  • 35
  • 50
2
votes
13 answers

What is the most creative IT solution you've ever come up with?

I'll start. I was working the night shift at a data center and a snowstorm knocked out our power. One of our Generators failed, but it was the one that controlled the AC. Nobody else could make it in to help out and the servers started to heat up.…
MathewC
  • 6,957
  • 9
  • 39
  • 53
2
votes
1 answer

Normal ping between VPSs of one hoster

I use two VPS's from one hoster: one under Windows and other under Linux. I have sent ping from Windows instance to Linux and got 69ms time. I was shocked. I expected values like 1ms (as I previously asked support and got an answer that both VPSs…
SiberianGuy
  • 635
  • 1
  • 8
  • 19
2
votes
2 answers

What happens if services like DynDNS to control failovers fails? It's probably?

In the next diagram I'm trying to have a backup web page in another datacenter and a service like DynDNS that controls failovers in SERVER A to switch to SERVER B. But, what happens if DynDNS fails? What is more probably, that DATACENTER A fails or…
Wiliam
  • 143
  • 7
2
votes
1 answer

Website & database hosted across multiple data centers

We recently had a major data center outage from our hosting provider. They lost a fibre connection, causing a 9 hours outage, where most of our customers could not connect. This has caused us to consider housing our website across 2 independent…
Minal
  • 131
  • 1
2
votes
2 answers

Any way to speed up my website in other countries?

My website(social network) was built with django, cassandra && memcache, rabbitmq, mysql it used rabbitmq to serve POST requests (often it user submitted contents), to balance the load of mysql. And memcache && cassandra to serve GET requests (often…
springrider
  • 127
  • 3
2
votes
2 answers

guidelines for large Unix data center setup?

Are there any blogs/ recommended readings on how to setup/configure/manage large ( 500 + ) unix servers in a single / multiple data center ? I am trying to understand best practices, network design suggestions as well. Thanks
vidyarthi
  • 51
  • 2