> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 故障排查

> AiOS 中常见启动、部署、Agent 执行与日志关联排障路径。

# 故障排查

> 当前仓库尚未交付下列 `aios ...` 排障命令。它们只作为未来 CLI 排障流的方向示意。

## 适用对象

本页面适用于负责安装、部署、Agent 执行与运行时排障的开发者和运维人员。

## 目标与范围

本页整理高频排障路径，帮助你在 CLI、任务状态、日志与 UI 之间快速定位问题。

## 常见排障路径

### 集群或平台启动失败

```bash theme={null}
aios doctor
aios infra cluster status
```

### Agent 任务卡住或无输出

```bash theme={null}
aios agent run list --limit 20
aios agent run get <run-id>
aios agent run logs <run-id>
```

### CLI 与 UI 交叉排障

```bash theme={null}
aios infra app logs <app-name> --since 30m > app.log
```

## 常见问题 / 风险提示

* 排障时不要把 audit 误当成普通日志。
* 单实例内存态状态会显著放大排障难度。

## 相关页面

* [运维与安全总览](/operations/index)
* [日志架构](/operations/logging)
* [Web UI 操作手册](/operations/web-ui-guide)
