Skip to content

Commit 9330877

Browse files
authored
Merge pull request #50463 from Kiranchandratrey/module4
Updates to module 4
2 parents 867c0b9 + 61f0ab5 commit 9330877

14 files changed

+278
-403
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.describe-best-practices-datacenter-operations.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: This content is a part of the Describe the best practices for datacenter operations.
7+
ms.date: 05/07/2025
8+
author: kiranchandratrey
9+
ms.author: elenasim
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/0-introduction.md)]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This module covers essential topics to ensure the efficiency, reliability, and security of datacenters.
2+
3+
In this module, you'll learn about:
4+
5+
- Real-time monitoring of datacenters, including environmental, performance, security, and infrastructure monitoring.
6+
- Key Performance Indicators (KPIs) used to track datacenter health and operational efficiency.
7+
- The role of automation and predictive monitoring in preventing downtime and ensuring reliability.
8+
- The importance of regular maintenance for hardware, software, power systems, cooling systems, and fire protection systems.
9+
- Disaster recovery strategies and techniques for maintaining low latency operations.
10+
11+
By the end of this module, you will have a solid understanding of maintenance and monitoring best practices, enabling you to manage datacenters effectively and ensure their optimal performance.
Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## What is datacenter monitoring?
2-
31
Datacenter monitoring is a critical aspect of datacenter operations. It ensures that all systems and infrastructure components are functioning optimally. Monitoring involves continuous tracking of factors such as environmental conditions, equipment performance, security, and overall system health.
42

53
By using advanced monitoring tools and technologies, datacenters can:
@@ -15,26 +13,10 @@ Proper datacenter monitoring helps ensure that servers, storage devices, cooling
1513

1614
Next let's review who is responsible for monitoring in each type of datacenter.
1715

18-
**Enterprise datacenters**
19-
20-
In enterprise datacenters (owned and operated by large organizations like banks, hospitals, or tech companies), the responsibility for monitoring is typically handled by in-house IT teams or specialized datacenter operations staff.
21-
22-
In-house IT teams: These teams are part of the organization and handle a broad range of IT tasks, including network management, user support, software updates, and cybersecurity.
23-
24-
Specialized datacenter operations staff: These are either internal teams dedicated exclusively to managing and maintaining datacenter infrastructure or external staff specifically trained for the job. They focus on servers, storage, cooling systems, and power management.
25-
26-
**Colocation datacenters**
27-
28-
In colocation datacenters, the datacenter provider typically handles the physical infrastructure monitoring (e.g., temperature, power, and security), while clients (e.g., tenant organizations) are responsible for monitoring their own equipment and software (e.g., servers, storage, network).
29-
30-
**Hyperscale datacenters**
31-
32-
In hyperscale datacenters (typically operated by large cloud providers like Amazon, Google, or Microsoft), monitoring is highly automated, with specialized teams in charge of continuous environmental monitoring and performance monitoring across massive datacenter fleets.
33-
34-
**Edge datacenters**
35-
36-
In edge datacenters (smaller facilities located closer to end-users, often supporting 5G or IoT applications), monitoring can be more distributed and may involve remote management tools. Local teams and automated monitoring systems are responsible for maintaining uptime and optimal performance.
37-
38-
**Managed services datacenters**
39-
40-
In managed services datacenters (like those run by Rackspace or IBM), the provider is responsible for both infrastructure and service level monitoring. These datacenters offer end-to-end managed services, including monitoring of hardware, software, and network.
16+
|Datacenter type|Responsible team|
17+
|----|---|
18+
|**Enterprise datacenters**|In enterprise datacenters (owned and operated by large organizations like banks, hospitals, or tech companies), the responsibility for monitoring is typically handled by in-house IT teams or specialized datacenter operations staff.</br>- *In-house IT teams:* These teams are part of the organization and handle a broad range of IT tasks, including network management, user support, software updates, and cybersecurity.</br>- *Specialized datacenter operations staff:* These are either internal teams dedicated exclusively to managing and maintaining datacenter infrastructure or external staff specifically trained for the job. They focus on servers, storage, cooling systems, and power management.|
19+
|**Colocation datacenters**|In colocation datacenters, the datacenter provider typically handles the physical infrastructure monitoring (e.g., temperature, power, and security), while clients (e.g., tenant organizations) are responsible for monitoring their own equipment and software (e.g., servers, storage, network).|
20+
|**Hyperscale datacenters**|In hyperscale datacenters (typically operated by large cloud providers like Amazon, Google, or Microsoft), monitoring is highly automated, with specialized teams in charge of continuous environmental monitoring and performance monitoring across massive datacenter fleets.|
21+
|**Edge datacenters**|In edge datacenters (smaller facilities located closer to end-users, often supporting 5G or IoT applications), monitoring can be more distributed and may involve remote management tools. Local teams and automated monitoring systems are responsible for maintaining uptime and optimal performance.|
22+
|**Managed services datacenters**|In managed services datacenters (like those run by Rackspace or IBM), the provider is responsible for both infrastructure and service level monitoring. These datacenters offer end-to-end managed services, including monitoring of hardware, software, and network.|

0 commit comments

Comments
 (0)