PowerFlex Management Platform – Certificate_generator_MDM_USER. Py kann keine Zertifikate erstellen
Yhteenveto: Die Bundles aus PowerFlex Intelligent Catalog (IC) und RCM (Release Certification Matrix) enthalten eine SLES 15-OVA. Wenn die virtuelle SLES 15-Maschine jedoch keinen Zugriff auf ein externes Netzwerk hat, schlägt die Installation des pyOpenSSL-Submoduls fehl. ...
Oireet
Certificate_generator_MDM_USER.py Erstellen von Zertifikaten schlägt fehl mit dem Fehler "Keine übereinstimmende Verteilung für pyOpenSSL gefunden - Fehler beim Installieren des pyOpenSSL-Submoduls"
Darüber hinaus ist das pyOpenSSL-Submodul nicht auf dem SLES 15 OVA vorinstalliert, was bedeutet, dass eine manuelle Installation erforderlich ist. Das certificate_generator_MDM_USER.py Skript wurde entwickelt, um den Installationsprozess für das pyOpenSSL-Modul zu initiieren.
Der Versuch, das Skript zum Erzeugen von Zertifikaten auszuführen, schlägt mit der folgenden Fehlermeldung fehl:
/opt/emc/scaleio/mdm/cfg # python3 ./certificate_generator_MDM_USER.py --generate_ca mgmt_ca.pem
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f511c156b70>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyopenssl/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f511c156358>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyopenssl/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f511c1564e0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyopenssl/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f511c156eb8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyopenssl/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f511c1569b0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/pyopenssl/
ERROR: Could not find a version that satisfies the requirement pyOpenSSL (from versions: none)
ERROR: No matching distribution found for pyOpenSSL
Failed to install pyOpenSSL submodule |
Auswirkungen
Der MDM-Cluster kann nicht erstellt werden, da die Zertifikate nicht erzeugt werden.
Syy
Die VM verfügt nicht über externen Netzwerkzugriff, sodass das erforderliche pyOpenSSL nicht heruntergeladen und installiert werden kann.
Tarkkuus
Das pyOpenSSL-Modul muss manuell heruntergeladen werden - https://pypi.org/project/pyOpenSSL/19.1.0/#files
Die zum Herunterladen erforderliche Datei lautet: pyOpenSSL-19.1.0-py2.py3-none-any.whl
Übertragen Sie die Datei auf die VM und installieren Sie sie:
pip install pyOpenSSL-19.1.0-py2.py3-none-any.whl Processing ./pyOpenSSL-19.1.0-py2.py3-none-any.whl Requirement already satisfied: cryptography>=2.8 in /usr/lib64/python3.6/site-packages (from pyOpenSSL==19.1.0) (2.9.2) Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.6/site-packages (from pyOpenSSL==19.1.0) (1.14.0) Requirement already satisfied: cffi!=1.11.3,>=1.8 in /usr/lib64/python3.6/site-packages (from cryptography>=2.8->pyOpenSSL==19.1.0) (1.13.2) Requirement already satisfied: pycparser in /usr/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.8->pyOpenSSL==19.1.0) (2.17) Installing collected packages: pyOpenSSL Successfully installed pyOpenSSL-19.1.0 |
Betroffene Versionen
PowerFlex RCM 3.7.0.0
, PowerFlex RCM3.7.1.0
, PowerFlex IC 40.370.00
, PowerFlex IC 40.371.00
Behoben in Version
PowerFlex RCM 3.7.3.0
PowerFlex-IC 40.373.00