80 lines
2.6 KiB
Markdown
80 lines
2.6 KiB
Markdown
---
|
||
title: "Asset Management"
|
||
type: concept
|
||
tags: [itsm, operations, finops]
|
||
date: 2025-03-01
|
||
---
|
||
|
||
## Definition
|
||
|
||
资产管理(Asset Management)是[[ITSM]]的核心流程之一,负责**跟踪和管理IT资产从采购到退役的完整生命周期**,优化资产利用率、控制成本并确保合规。
|
||
|
||
## Asset Lifecycle
|
||
|
||
```
|
||
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
|
||
│ Procure │ → │ Deploy │ → │Operate │ → │Maintain │ → │ Retire │
|
||
└─────────┘ └─────────┘ └─────────┘ └─────────┘ └─────────┘
|
||
↓ ↓ ↓ ↓ ↓
|
||
Purchase Provision Monitor Patch/Update Archive/
|
||
Planning & Config & Optimize & Upgrade Dispose
|
||
```
|
||
|
||
## Asset Management Focus Areas
|
||
|
||
| 领域 | 描述 |
|
||
|------|------|
|
||
| Hardware Lifecycle | 服务器、网络设备生命周期 |
|
||
| Software Licensing | 软件许可管理(SAM) |
|
||
| Cloud Optimization | 云资源成本优化 |
|
||
| Shadow IT Prevention | 影子IT发现与治理 |
|
||
| Compliance | 许可证合规审计 |
|
||
|
||
## Modern Asset Management (ITSM 2.0)
|
||
|
||
在[[ITSM 2.0]]中,资产管理由AI驱动:
|
||
|
||
### Intelligent Features
|
||
|
||
| 能力 | 描述 | 价值 |
|
||
|------|------|------|
|
||
| Automated Lifecycle Tracking | 自动追踪资产状态 | 减少人工 |
|
||
| License Optimization | 许可证使用分析 | 成本节省 |
|
||
| Usage Analytics | 利用率分析 | Rightsizing |
|
||
| Cost Forecasting | 成本预测 | 预算规划 |
|
||
| Cloud Resource Optimization | 云资源优化 | FinOps |
|
||
|
||
### Cloud-Optimized SAM (Software Asset Management)
|
||
|
||
```
|
||
Software License Usage
|
||
├── Used Licenses: 80%
|
||
├── Unused Licenses: 15%
|
||
└── Over-licensed: 5%
|
||
↓
|
||
AI Analysis
|
||
├── Reclaim unused
|
||
├── Optimize purchases
|
||
└── Prevent overruns
|
||
```
|
||
|
||
## Key Metrics
|
||
|
||
| 指标 | 描述 |
|
||
|------|------|
|
||
| Asset Utilization Rate | 资产利用率 |
|
||
| License Compliance | 许可证合规率 |
|
||
| Shadow IT Count | 影子IT数量 |
|
||
| Cost per Asset | 单资产成本 |
|
||
|
||
## Related Concepts
|
||
|
||
- [[ITSM]] — 父框架
|
||
- [[FinOps]] — 云财务管理
|
||
- [[Rightsizing]] — 资源优化
|
||
- [[Cloud-Optimization]] — 云优化
|
||
|
||
## Sources
|
||
|
||
- [[understanding-complete-itsm]] — Intelligent Asset Lifecycle Tracking
|