RUCK may fail with the following error.
+-----------+--------------------+--------+-----------------------------------------------+-----------------------------------------------+ | Component | Check | Status | Message | Remedy | +-----------+--------------------+--------+-----------------------------------------------+-----------------------------------------------+ | ESXi | firmware_readiness | FAILED | Firmware pre-upgrade checks failed. [ XXX.XXX.| Use KB https://www.dell.com/support/kbdoc/191 | | | | | XXX.XXX ]: The cached response with Node Event| 627 to fix the issue. | | | | | Service is disabled. Node Event Service is in | | | | | | a degraded state,iDRAC Service Module is not | | | | | | available/active at this time. Check iDRAC S | | | | | | ervice Module/iDRAC status. | | +-----------+--------------------+--------+-----------------------------------------------+-----------------------------------------------+
The output of dpacli -agentinfo
(run from the ACM CLI) may show the agent status as "Degraded" or "Error."
"status": { "idraccache": "Degraded", "idracConnection": "N/A", "iSM": "N/A", "agent": "Degraded" }
"status": { "idraccache": "OK", "idracConnection": "OK", "iSM": "N/A", "agent": "OK" }
The ESXi log /scratch/log/pta_debug.log
may show the following pattern of errors.
2023/11/27 18:55:24[UTC] [2108525:172927808] WARN - HttpsClient::handle_handshake: <0x8cda828> async_handshake() failed - tlsv1 alert protocol version [336151598] 2023/11/27 18:55:24[UTC] [2108525:172927808] WARN - HttpsClient::handle_handshake: <0x8cda828> async_handshake() failed - tlsv1 alert protocol version [336151598] 2023/11/27 18:55:24[UTC] [2108525:197131072] WARN - WSManClient::isValidResponse: Http request to host: 169.254.0.1, failed with status code: -2 2023/11/27 18:55:25[UTC] [2108525:173456192] WARN - HttpsClient::handle_handshake: <0x8cda828> async_handshake() failed - tlsv1 alert protocol version [336151598] 2023/11/27 18:55:29[UTC] [2108525:172927808] WARN - HttpsClient::handle_handshake: <0x8cda828> async_handshake() failed - tlsv1 alert protocol version [336151598] 2023/11/27 18:55:29[UTC] [2108525:194489152] WARN - DoMethod: Failed to connect to server. Retrying once . . . 2023/11/27 18:55:29[UTC] [2108525:172927808] WARN - HttpsClient::handle_handshake: <0x8cda828> async_handshake() failed - tlsv1 alert protocol version [336151598] 2023/11/27 18:55:29[UTC] [2108525:194489152] WARN - isValidResponse: request failed with status code: -2. 2023/11/27 18:55:29[UTC] [2108525:194489152] WARN - DoMethod: RedFish request failed. [status: -2, response-body: ]
The iDRAC web server has been configured to accept connections using TLS version 1.3 only.
This configuration is unsupported for IDPA and PowerProtect DP series appliances.
To resolve this issue, perform the following steps.
Following these changes, the agent state should normalize within 5-10 minutes (requiring no further actions). If no change is observed, it is recommended to restart the iSM and PTAgent services on the host operating system.
root
" user/etc/init.d/dcism-netmon-watchdog restart
/etc/init.d/DellPTAgent restart