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: 2044
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


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


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: 2044
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


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


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

Re: HTTPSConnectionPool

Beitrag von ranahyvq »

Das hat geklappt vielen Dank :D
nockdown
Beiträge: 13
Registriert: 09 Mär 2020, 13:54

Re: HTTPSConnectionPool

Beitrag von nockdown »

I have the same problem:

Code: Alles auswählen

sudo opsiconfd health-check --upgrade-check

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

sudo apt policy redis-timeseries

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?
Benutzeravatar
fkalweit
uib-Team
Beiträge: 212
Registriert: 23 Okt 2020, 16:14

Re: HTTPSConnectionPool

Beitrag 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


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


nockdown
Beiträge: 13
Registriert: 09 Mär 2020, 13:54

Re: HTTPSConnectionPool

Beitrag von nockdown »

fkalweit hat geschrieben: 31 Jul 2024, 16:36 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
Fabian, thank you you very much!!!
Antworten