PowerFlex 4.x: Não é possível implementar o cluster de armazenamento do PowerFlex. Erro "Falha na operação de inicialização"
Summary: PowerFlex 4.x: Não é possível implementar o cluster de armazenamento do PowerFlex. Erro "Falha na operação de inicialização"
Symptoms
PowerFlex 4.x: Não é possível implementar o cluster de armazenamento do PowerFlex. Erro "Falha na operação de inicialização"
O cluster do MDM ainda não foi formado. Somente os rpms do MDM são instalados nas SVMs.
exception.log tem o seguinte erro:-
#<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 tem o seguinte erro:-
#<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"}].>
Os logs de rastreamento do LIA nas SVMs são preenchidos com o seguinte a cada poucos segundos.
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)
O comando a seguir foi executado no MVM com endereços IP das SVMs para validar que a porta 9099 do LIA estava aberta
echo ""> /dev/tcp/XX.XX.XX.XX/9099 && echo "Port is open" || echo "not open"
No entanto, houve falha na implementação do cluster do PowerFlex Storage MDM
Cause
O cliente tinha um firewall de hardware que estava bloqueando a porta 9099.
Resolution
Verifique com o cliente se ele não está usando nenhum firewall de hardware que possa estar bloqueando a comunicação do LIA na porta 9099 durante a implementação.