Seite 1 von 1
HTTPSConnectionPool
Verfasst: 01 Mär 2024, 09:53
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:
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.
Re: HTTPSConnectionPool
Verfasst: 01 Mär 2024, 10:04
von j.schneider
Hallo,
der opsiconfd-Service scheint nicht zu laufen.
Bitte einmal auf dem opsi-Server den folgenden Befehl ausführen:
Grüße
Jan Schneider
Re: HTTPSConnectionPool
Verfasst: 01 Mär 2024, 10:15
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
Re: HTTPSConnectionPool
Verfasst: 01 Mär 2024, 13:18
von j.schneider
Scheinbar gibt es ein Problem mit dem Redis-Server.
Bitte einmal folgenden Befehl ausführen:
Re: HTTPSConnectionPool
Verfasst: 01 Mär 2024, 14:02
von ranahyvq
Das hat geklappt vielen Dank

Re: HTTPSConnectionPool
Verfasst: 31 Jul 2024, 16:28
von nockdown
I have the same problem:
Code: Alles auswählen
● Products on depots: ERROR
➔ 2 upgrade issues
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 'opsi2.xxx.xxx'.
ERROR - Mandatory product 'opsi-client-agent' is not installed on depot 'opsi2.xxx.xxx'.
ERROR: Check completed with 2 errors and 0 warnings.
Code: Alles auswählen
redis-timeseries:
Installed: 1.6.19.4-1
Candidate: 1.6.19.4-1
Version table:
*** 1.6.19.4-1 500
500 https://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.3:/stable/Debian_12 Packages
100 /var/lib/dpkg/status
opsi-server-full 4.3.3.3-1, debian 12, kernel 6.1.0-23-amd64
How can I install opsi-script and opsi-client-agent packages?
Re: HTTPSConnectionPool
Verfasst: 31 Jul 2024, 16:36
von fkalweit
Hi,
you can install the packages from our download server:
-
https://opsipackages.43.opsi.org/
With opsi-package-updater install <package name> you can install the Packages.
You can configure the repos under /etc/opsi/package-updater.repos.d/. But the repos should be configured correctly.
Or you can download the .opsi file and use the opsi-package-manager.
With the package-manager, you can install an opsi package on all depot using -d all
Here some docu Links:
-
https://docs.opsi.org/opsi-docs-de/4.3/ ... ducts.html
-
https://docs.opsi.org/opsi-docs-de/4.3/ ... ge-updater
-
https://docs.opsi.org/opsi-docs-de/4.3/ ... ge-manager
I hope this helps.
Regards
Fabian
Re: HTTPSConnectionPool
Verfasst: 01 Aug 2024, 16:35
von nockdown
Fabian, thank you you very much!!!