PowerFlex Management Platform – Certificate_generator_MDM_USER. Det går inte att skapa certifikat
Yhteenveto: Paketen för PowerFlex Intelligent Catalog (IC) och Release Certification Matrix (RCM) innehåller en SLES 15 OVA. Men om den virtuella SLES 15-datorn saknar åtkomst till ett externt nätverk misslyckas installationen av pyOpenSSL-undermodulen. ...
Oireet
Certificate_generator_MDM_USER.py kan inte skapa certifikat med felet "Ingen matchande distribution hittades för pyOpenSSL – Det gick inte att installera pyOpenSSL-undermodulen"
Dessutom har SLES 15 OVA inte pyOpenSSL-undermodulen förinstallerad, vilket innebär att en manuell installation är nödvändig. Det certificate_generator_MDM_USER.py skriptet är utformat för att initiera installationsprocessen för pyOpenSSL-modulen.
När du försöker köra skriptet för certifikatgeneratorn misslyckas det med följande felmeddelande:
/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 |
Påverkan
MDM-klustret kan inte skapas på grund av att certifikaten inte genereras.
Syy
Den virtuella datorn har inte åtkomst till externt nätverk, så det går inte att ladda ned och installera den pyOpenSSL som krävs.
Tarkkuus
PyOpenSSL-modulen måste laddas ner manuellt – https://pypi.org/project/pyOpenSSL/19.1.0/#files
Filen som behövs för nedladdning är - pyOpenSSL-19.1.0-py2.py3-none-any.whl
Överför filen till den virtuella datorn och installera den:
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 |
Versioner som påverkas
PowerFlex RCM 3.7.0.0
, PowerFlex RCM3.7.1.0,
PowerFlex IC 40.370.00
, PowerFlex IC 40.371.00
Åtgärdat i version
PowerFlex RCM 3.7.3.0
PowerFlex IC 40.373.00