HTTPSConnectionPool

Antworten
ranahyvq
Beiträge: 3
Registriert: 01 Mär 2024, 09:36

HTTPSConnectionPool

Beitrag von ranahyvq »

Sehr geehrte Damen und Herren,

nach der Installation des OPSI-Servers stehe ich nun vor dem Schritt, Pakete zu installieren. Gemäß den Anweisungen von OPSI habe ich folgenden Befehl verwendet:

Code: Alles auswählen

opsi-package-updater -v install "OPSI-Paket"
Jedoch erhalte ich den folgenden Fehler:

Code: Alles auswählen

[3] [2024-03-01 09:46:22.483] [ ] Opsi-Service-Verbindungsfehler: HTTPSConnectionPool(host='localhost', port=4447): Max retries exceeded with url: /rpc (Ursache: NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f25ce75b250>: Failed to establish a new connection: [Errno 111] Connection refused')) (opsipackageupdater.py:454)
Können Sie mir bitte bei diesem Problem helfen?

Vielen Dank.
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1819
Registriert: 29 Mai 2008, 15:14

Re: HTTPSConnectionPool

Beitrag von j.schneider »

Hallo,

der opsiconfd-Service scheint nicht zu laufen.
Bitte einmal auf dem opsi-Server den folgenden Befehl ausführen:

Code: Alles auswählen

opsiconfd health-check
Grüße
Jan Schneider
ranahyvq
Beiträge: 3
Registriert: 01 Mär 2024, 09:36

Re: HTTPSConnectionPool

Beitrag von ranahyvq »

Code: Alles auswählen

● OPSI Configuration: OK
   ➔ No issues found in the opsi configuration.

● Opsiconfd config: OK
   ➔ No issues found in the configuration.

● SSL: OK
   ➔ No SSL issues found.

● Redis server: ERROR
   ➔ 'modules'

   OK - Connection to Redis is working.

● MySQL server: OK
   ➔ No MySQL issues found.

● Run as user: OK
   ➔ No issues found with user 'opsiconfd'.

● OPSI licenses: OK
   ➔ 0 active clients, no licensing issues.

● Operating System End Of Life: OK
   ➔ Version 12 of distribution debian is supported until 2026-06-10.

● System packages: OK
   ➔ All packages are up to date.

● Disk usage: OK
   ➔ Sufficient free space on all file systems.

● Depotserver check: OK
   ➔ No problems found with the depot servers.

● Products on depots: ERROR
   ➔ Out of 2 products on 1 depots checked, 2 mandatory products are not installed, 0 are out of date.

   ERROR - Out of 2 products on 1 depots checked, 2 mandatory products are not installed, 0 are out of date.

   ERROR - Mandatory product 'opsi-script' is not installed on depot 'opsi-server.ruhr-uni-bochum.de'.
   ERROR - Mandatory product 'opsi-client-agent' is not installed on depot 'opsi-server.ruhr-uni-bochum.de'.

● Products on clients: OK
   ➔ All important products are up to date on all clients.

● Deprecated RPCs: OK
   ➔ No deprecated method calls found.

● OPSI LDAP Connection: OK
   ➔ LDAP authentication is not configured.

● OPSI Users: OK
   ➔ No problems found with opsi users.

● System Repositories: ERROR
   ➔ System and opsi repositories are incompatible. System 'debian 12' using repository:
   https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.3:/stable/Debian_12

ERROR: Check completed with 2 errors and 0 warnings.
das was ich bekommen habe
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1819
Registriert: 29 Mai 2008, 15:14

Re: HTTPSConnectionPool

Beitrag von j.schneider »

Scheinbar gibt es ein Problem mit dem Redis-Server.

Bitte einmal folgenden Befehl ausführen:

Code: Alles auswählen

apt policy redis-timeseries
ranahyvq
Beiträge: 3
Registriert: 01 Mär 2024, 09:36

Re: HTTPSConnectionPool

Beitrag von ranahyvq »

Das hat geklappt vielen Dank :D
Antworten