Tier Classification Assessment
dc_assess_tier_classificationAssess your data center against Uptime Institute Tier I-IV standards, identify infrastructure gaps, and get recommendations to achieve your target classification.
Instructions
Assess a data center's Uptime Institute Tier classification based on its infrastructure configuration.
Evaluates power redundancy, cooling redundancy, distribution paths, concurrent maintainability, and fault tolerance against Tier I-IV requirements. Identifies gaps between current infrastructure and target tier.
Args:
target_tier (number): Target Tier level 1-4
power_redundancy (string): Current power config ("N", "N+1", "2N", "2N+1")
cooling_redundancy (string): Current cooling config
distribution_paths (number): Number of independent power paths
concurrently_maintainable (boolean): Can maintain without IT impact?
fault_tolerant (boolean): Automatic fault handling?
generator_backed (boolean): Generator backup available?
ups_runtime_minutes (number): UPS battery runtime (default: 10)
fire_suppression (boolean): Clean agent suppression installed?
monitoring_system (boolean): BMS/DCIM installed?
Returns target vs achieved tier, gap analysis with severity ratings, uptime expectations, and recommendations.
Examples:
"Does my N+1 facility qualify for Tier III?" -> target_tier: 3, power_redundancy: "N+1", cooling_redundancy: "N+1", distribution_paths: 1, concurrently_maintainable: false, fault_tolerant: false, generator_backed: true
"Assess our 2N facility against Tier IV" -> target_tier: 4, power_redundancy: "2N", cooling_redundancy: "2N", distribution_paths: 2, concurrently_maintainable: true, fault_tolerant: true, generator_backed: true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_tier | Yes | Target Uptime Institute Tier level (1-4) | |
| fault_tolerant | Yes | Whether any single component failure is automatically handled without IT impact | |
| fire_suppression | No | Whether clean agent fire suppression is installed in the IT space | |
| generator_backed | Yes | Whether the facility has generator backup power | |
| power_redundancy | Yes | Current power redundancy configuration | |
| monitoring_system | No | Whether BMS/DCIM monitoring system is installed | |
| cooling_redundancy | Yes | Current cooling redundancy configuration | |
| distribution_paths | Yes | Number of independent power distribution paths to IT equipment | |
| ups_runtime_minutes | No | UPS battery runtime in minutes at full load (default: 10 min) | |
| concurrently_maintainable | Yes | Whether any capacity component can be maintained without impacting IT load |