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

# 상세 업그레이드 후 검증

> Ubuntu 24.04, DP 6.6.0, Cluster Readiness, Service 및 최종 작업 상태를 상세히 검증합니다.

# 상세 업그레이드 후 검증

마지막 명령이 성공적으로 종료되었다는 이유만으로 Maintenance Window를 종료하지 마십시오. OS와 DP Application 상태를 모두 검증합니다.

## Operating System

```bash theme={null}
cat /etc/os-release
uname -r
```

Node가 Ubuntu 24.04와 예상 Kernel을 실행하고 있는지 확인합니다.

## DP Version 및 Status

DP CLI에서 Target Release와 Platform 상태를 확인합니다.

```text theme={null}
show version
show status
```

현재 Mirror Manager Target은 **DP 6.6.0**입니다.

## NTP 및 DNS

업그레이드 후 Time Synchronization과 DNS를 검증합니다. DP Build에 맞는 명령을 사용합니다.

```bash theme={null}
timedatectl
systemctl is-active ntpsec systemd-timesyncd 2>/dev/null
```

`ntpsec`을 사용하는 경우:

```bash theme={null}
ntpq -p
```

Clock이 동기화되지 않았다면 DP를 서비스에 복귀시키기 전에 원인을 확인하십시오.

## Cluster Node

Multi-node 구성에서는 다음을 실행합니다.

```bash theme={null}
kubectl get nodes -o wide
```

모든 예상 DL/DA Master 및 Worker가 존재하고 Ready인지 확인한 뒤 Release별 Label과 Cluster Networking을 검증합니다.

## Application Check

최소한 다음을 확인합니다.

* 예상 DP Version = 6.6.0
* 모든 예상 Node Ready
* 필수 Pod 및 Host Service Running
* DNS 설정 정상
* NTP 동기화 정상
* 필요한 경우 Licensing/OTP 상태 정상
* DL/DA Role별 Service 정상
* Web UI 및 일반 DP 운영 기능 접근 가능

## Log 및 Evidence

Mirror Server에서:

```bash theme={null}
ls -lt /var/log/ubuntu-mirror-automation/
cat /etc/ubuntu-mirror/dp-upgrade-mirror.status
```

Phase 1을 수행한 DP에서는 다음 Upgrade Evidence를 보존합니다.

```text theme={null}
/var/log/aella/auto_os_upgrade.log
/opt/aelladata/os-upgrade/
```

Pre-upgrade Snapshot을 삭제하기 전에 Warning, Blocked State, Failed Check 또는 예상하지 못한 Version 문제를 모두 확인하십시오.
