PowerProtect Data Manager: Linux-Bereitstellung Core-Statusberichte fehlerhaft
Oversigt: PowerProtect Data Manager Linux-Bereitstellung PPDMADMIN-Statusberichte Core ist aufgrund von HTTP-Proxys fehlerhaft
Symptomer
Die PowerProtect Data Manage (PPDM) Linux-Bereitstellung meldet den Status Unhealthy Core, während der Such- und Reportingstatus Healthy lautet.
+-----------+---------+-----------+----------+----------------------------+
| NAMES | STATUS | HEALTHY | INSTANCE | LAST UPDATED |
+-----------+---------+-----------+----------+----------------------------+
| core | Started | Unhealthy | 1/1 | 14 minutes ago |
| search | Started | Healthy | 1/1 | 1 week ago |
| reporting | Started | Healthy | 1/1 | 1 week ago (uptime 1 week) |
+-----------+---------+-----------+----------+----------------------------+
Protokollbeweise zeigen, dass der dp-aiassistant-Service fehlerhaft ist, was den Core-Status als fehlerhaft auslöst.
time="" level=info msg="[PID:] instance_state.go:334 Get container information: {...core-1_dp-aiassistant-service_1 Running Unhealthy ...}"
Validierungstest von der PPDM-Core-Shell meldet Service nicht verfügbar:
[2026-06-25 10:16:42.432] You are now in ppdm-core shell. Type exit and press Enter to return to the host shell.
[2026-06-25 10:16:42.705] ppdm-core:/home/admin # curl -skv -X GET https://dp-asassiassistant:8-010/aiassistant/v1/health
[2026-06-25 10:17:59.630] * Uses proxy env variable no_proxy == 'localhost, 127.0.0.1,172.24.0.192/26,ppdm-core,keycloak,ciam-bora,iam-gateway,iam-token-handler,ese,ese.ppdm.local,reporting-engine,search-instance-1,search-instance-2,search-instance-3,search-instance-4,search-instance-5'
. . .
[2026-06-25 10:17:59.644] * Establish HTTP proxy tunnel to dp-aiassistant:8010
[2026-06-25 10:17:59.644] > CONNECT dp-aiassistant:8010 HTTP/1.1
[2026-06-25 10:17:59.644] > Host: dp-aiassistant:8010
[2026-06-25 10:17:59.644] > User-Agent: curl/8.14.1
[2026-06-25 10:17:59.646] > Proxy-Connection: Keep-Alive
[2026-06-25 10:17:59.646] >
[2026-06-25 10:17:59.726] < HTTP/1.1 503 Service Unavailable
[2026-06-25 10:17:59.726] < Connection: Keep-Alive
[2026-06-25 10:17:59.726] <
[2026-06-25 10:17:59.726] * CONNECT tunnel failed, response 503
[2026-06-25 10:17:59.726] * closing connection #0
[2026-06-25 10:17:59.744] ppdm-core:/home/admin # exit
Beim Validierungstest vom Bare-Metal-Host tritt ein Gateway-Timeout auf:
[2026-06-25 10:18:45.135] Bare_Metal_Host:/# curl -skv -X GET https://172.24.0.193:8010/aiassistant/v1/health
[2026-06-25 10:19:36.916] * Uses proxy env variable no_proxy == 'localhost, 127.0.0.1'
. . .
[2026-06-25 10:20:29.948] ^C< HTTP/1.1 504 Gateway Time-out
[2026-06-25 10:20:51.963] < Connection: Keep-Alive
[2026-06-25 10:20:51.963] <
[2026-06-25 10:20:51.963] * CONNECT tunnel failed, response 504
[2026-06-25 10:20:51.963] * closing connection #0
Årsag
Die Integritätsprüfungs-API-Aufrufe zur Überprüfung des Status des dp-aiassistant-Dienstes schlagen aufgrund des Vorhandenseins von HTTP-Proxys fehl.
Løsning
Workaround:
Überprüfen Sie die HTTP-Proxys und entfernen Sie sie dann.
- Überprüfen Sie die genaue HTTP- und HTTPS-Proxysyntax mit einem Echo.
- Testen Sie beispielsweise sowohl Klein- als auch Großbuchstaben:
echo $http_proxy
echo $HTTP_PROXY
- Testen Sie beispielsweise sowohl Klein- als auch Großbuchstaben:
- Fahren Sie den PPDM-Core herunter.
ppdmadmin stop - Entfernen Sie die Proxy-Einstellung und alle konfigurierten HTTP-Proxys, die in Schritt #1 identifiziert wurden
unset PROXY_ENABLED
unset HTTP_PROXY
unset HTTPS_PROXY - Starten des PPDM-Core
ppdmadmin start