PowerFlex 4.x : Impossible de déployer le cluster de stockage PowerFlex. Erreur « Failed Bootstrap operation failed »
Summary: PowerFlex 4.x : Impossible de déployer le cluster de stockage PowerFlex. Erreur « Failed Bootstrap operation failed »
Symptoms
PowerFlex 4.x : Impossible de déployer le cluster de stockage PowerFlex. Erreur « Failed Bootstrap operation failed »
Le cluster MDM n’est pas encore formé. Seuls les RPM MDM sont installés sur les SVM.
exception.log présente l’erreur suivante :-
#<ASM::UserException: VXFM307::Bootstrap operation failed for operations: Bootstrap operation failed for operations: [{"name"=>".AddCaCommand",
"message"=>"Command failed: Could not connect to XX.XX.XX.XX. Ensure that the relevant service (LIA) is running and that the server can communicate with the node"}, {"name"=>".AddCaCommand", "message"=>"Command failed: Could not connect to XX.XX.XX.YY. Ensure that the relevant service (LIA) is running and that the server can communicate with the node"}, {"name"=>".AddCaCommand", "message"=>"Command failed: Could not connect to XX.XX.XX.ZZ. Ensure that the relevant service (LIA) is running and that the server can communicate with the node"}].>
/opt/asm-deployer/lib/asm/provider/elementmanager/scaleio.rb:10156:in `configure_security_bootstrap'
/opt/asm-deployer/lib/asm/provider/elementmanager/scaleio.rb:10405:in `configure_scaleio_gateway'
/opt/asm-deployer/lib/asm/service_deployment.rb:4156:in `process_scaleio'
scaleio-block-legacy-gateway_exception.log présente l’erreur suivante :-
#<ASM::UserException: VXFM307::Bootstrap operation failed for operations: Bootstrap operation failed for operations: [{"name"=>".AddCaCommand",
"message"=>"Command failed: Could not connect to XX.XX.XX.XX. Ensure that the relevant service (LIA) is running and that the server can communicate with the node"}, {"name"=>".AddCaCommand", "message"=>"Command failed: Could not connect to XX.XX.XX.YY. Ensure that the relevant service (LIA) is running and that the server can communicate with the node"}, {"name"=>".AddCaCommand", "message"=>"Command failed: Could not connect to XX.XX.XX.ZZ. Ensure that the relevant service (LIA) is running and that the server can communicate with the node"}].>
Les journaux de suivi LIA sur les SVM sont remplis avec les éléments suivants à quelques secondes d’intervalle.
2024/12/13 15:34:12.925210 LOW:7ff568389db0:netPath_StartAsServer_CK:00539: :: Disconnected Live SERVER path 0x7ff5683c8480 of portal (nil) net 0x8fb000 socket 14 inflights 0 HS:0 Start connection from IP XX.XX.XX.XX:43739 to XX.XX.XX.YY:9098
2024/12/13 15:34:12.925220 LOW:7ff568389db0:netPath_StartAsServer_CK:00552: :: Disconnected Live SERVER path 0x7ff5683c8480 of portal (nil) net 0x8fb000 socket 14 inflights 0 HS:1 Registered with manager
2024/12/13 15:34:12.925735 LOW:7ff568389db0:netSec_Accept_CK:00310: Starting secure accept
2024/12/13 15:34:12.929886 MED:7ff568389db0:mosSecurity_PrintLibX509StoreCtxError:01115: SSL certificate verification error: unable to get local issuer certificate
2024/12/13 15:34:12.929900 LOW:7ff568389db0:mosSsl_HandleError:00429: ERROR: Handshake: error:1417C086:SSL routines:tls_process_client_certificate:certificate verify failed, SSL error: 1
2024/12/13 15:34:12.929903 LOW:7ff568389db0:netSec_SslHandshake_CK:00486: ERROR: Handshake failed (CERT_VERIFY_FAILURE)
2024/12/13 15:34:12.929905 LOW:7ff568389db0:netPath_StartAsServer_CK:00568: ERROR: :: Disconnected Live SERVER path 0x7ff5683c8480 of portal (nil) net 0x8fb000 socket 14 inflights 0 HS:1 secure accept failure (CERT_VERIFY_FAILURE)
La commande suivante a été exécutée sur le MVM avec les adresses IP des SVM pour valider que le port 9099 pour LIA était ouvert
echo ""> /dev/tcp/XX.XX.XX.XX/9099 && echo "Port is open" || echo "not open"
Toutefois, le déploiement du cluster MDM de stockage PowerFlex a échoué
Cause
Le client disposait d’un pare-feu matériel qui bloquait le port 9099.
Resolution
Vérifiez avec le client qu’il n’utilise pas de pare-feu matériel susceptible de bloquer la communication LIA sur le port 9099 lors du déploiement.