Skip to main content

Data center capacity planning

 What is data center capacity planning, simply explained?

Data center capacity planning is the establishment of a strategy that ensures an IT organization's computing resources, power load, footprint and cooling capacity will be able to meet the workload demands of its users and customers.

Why is capacity planning important?

Data centers are limited in terms of footprint, power consumption and cooling capacity. While redundant backup power and fault-tolerant server clusters can potentially increase uptime, they can also reduce the total available power capacity. 

Planning too much capacity for the given workloads wastes capital expenditures and might draw power to idle, unused servers. Over-provisioning computer room air conditioners also results in below optimal efficiency operation.

Under-planning capacity is also a big problem, because it can debilitate business operations. Without adequate power and cooling for the data center's workload, outages are more common. Without enough computing, network and storage capacity, applications encounter bottlenecks and potentially stop working or take too long to ramp up new applications.

How does capacity planning work?

IT organizations should start capacity planning with agreed-upon service performance metrics, such as storing data for X amount of days, and running applications with a response time of X. To be effective, the capacity planning process requires sophisticated load calculations both at normal and peak performance times. To determine optimal capacity, IT organizations can benchmark operations with either simulated or real load testing, trend analysis or modeling using tools designed for this purpose.

Capacity planning software tools can help the administrator calculate the resources and power draw that a data center must support, given current and projected future operations. Such tools range from simple spreadsheets to 3D renderings of the data center with automated asset discovery and documentation. Some sophisticated capacity management tools will even suggest outsourcing options when major power, space and cooling upgrades to the physical site are cost or time prohibitive.

Virtualization, which allows data center managers to consolidate servers by stacking multiple workloads onto one physical server and powering off others, should also be considered in data center capacity planning. With virtualization and cloud computing, companies can plan for more flexible capacity that scales up and down without one-to-one investments in power or IT systems. For example, the retail organization can scale up on hosted cloud servers in Q4, keeping its data center build appropriate to normal demand. To handle a temporary spike in transactions during a large sale, the retailer can increase server utilization via virtualization. This requires applications to be designed for agility across platforms and management tools that can oversee multiple infrastructures.

Who is responsible for data center capacity planning?

It is usually the data center manager or IT director's responsibility to chart a capacity plan and determine what strategy will accommodate business needs best. IT service management frameworks like ITIL provide the planner with detailed recommendations for capacity management.


Comments

Popular posts from this blog

Ghosting

Ghosting is to cease communications without notification. The use of the word "ghost" as a verb originated in social media in reference to dating, but the term is now used by employers to describe employees and potential employees who suddenly disappear. Typically, ghosting is used to describe: Job candidates who suddenly stop responding to messages. New hires who fail to show up for their first day of work. Employees who do not show up for a shift. Employees who leave work in the middle of the day and never come back. Some analysts blame ghosting on millennial entitlement. The reasoning is that members of the millennial generation have been brought up to feel they are special -- so special, in fact, that they do not need to follow conventional rules of behavior. Other analysts, however, maintain that ghosting behavior stems from changes in the job market and the phenomenon is simply a reflection of the laws of supply and demand in a healthy jo...

Data deduplication

Data deduplication -- often called intelligent compression or single-instance storage -- is a process that eliminates redundant copies of data and reduces storage overhead. Data deduplication techniques ensure that only one unique instance of data is retained on storage media, such as disk, flash or tape. Redundant data blocks are replaced with a pointer to the unique data copy. In that way, data deduplication closely aligns with incremental backup, which copies only the data that has changed since the previous backup. For example, a typical email system might contain 100 instances of the same 1 megabyte (MB) file attachment. If the email platform is backed up or archived, all 100 instances are saved, requiring 100 MB of storage space. With data deduplication, only one instance of the attachment is stored; each subsequent instance is referenced back to the one saved copy. In this example, a 100 MB storage demand drops to 1 MB. Target vs. source deduplication Data deduplica...

A Graphics Processing Unit (GPU)

A graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations, primarily for the purpose of rendering images. A GPU may be found integrated with a central processing unit (CPU) on the same circuit, on a graphics card or in the motherboard of a personal computer or server. In the early days of computing, the CPU performed these calculations. As more graphics-intensive applications such as AutoCAD were developed; however, their demands put strain on the CPU and degraded performance. GPUs came about as a way to offload those tasks from CPUs, freeing up their processing power. NVIDIA, AMD, Intel and ARM are some of the major players in the GPU market. GPU vs. CPU A graphics processing unit is able to render images more quickly than a central processing unit because of its parallel processing architecture, which allows it to perform multiple calculations at the same time. A single CPU does not have this capability, although multi...