The scaleio_sdc_mdm_connection_state
alert indicates that your ScaleIO Data Client (SDC) is disconnected from the ScaleIO MetaData Manager (MDM). This disconnection can lead to potential performance issues or data unavailability in your storage infrastructure.
Verify that the SDC and MDM nodes are reachable by performing a ping
or using traceroute
from the SDC node to the MDM node and vice versa. Network connectivity issues such as high latency or packet loss may cause the disconnection between SDC and MDM.
Review the SDC and MDM log files to identify any error messages or warnings that can indicate the reason for the disconnection. Common log file locations are:
/opt/emc/scaleio/sdc/logs/sdc.log
/opt/emc/scaleio/mdm/logs/mdm.log
Verify that the ScaleIO services are running on both the SDC and MDM nodes. You can check the service status with the following commands:
sudo systemctl status scaleio-sdc
sudo systemctl status scaleio-mdm
If any of the services are not running, start them and check the connection state again.
If the issue still persists after verifying the network connectivity and services' statuses, try to reconnect the SDC to MDM manually. Use the following command on the SDC node:
sudo scli --reconnect_sdc --mdm_ip <MDM_IP_ADDRESS>
Replace <MDM_IP_ADDRESS>
with the IP address of your MDM node.
If the disconnection issue persists after trying the above steps, consider contacting technical support for assistance.