Cannot connect to localhost:5989
NetApp SMI-S Provider can fail to connect to localhost:5989 when HTTPS connections are disabled, the HTTPS port is misconfigured, or the provider has stopped responding. Verify your HTTPS connection settings and restart the provider to resolve the issue.
-
Message
Cannot connect to localhost:5989. Connection failed. Trying to connect to localhost:5989 -
Description
This message occurs when HTTPS connections are disabled or the HTTPS port is not set to 5989, or if the provider has stopped working and remains in a hanging state.
-
Corrective action
Verify that the values of
enableHttpsConnectionandhttpsPortare correct:cimconfig -g enableHttpsConnectioncimconfig -g httpsPortIf
enableHttpsConnectionis not set to “true”, enter the following commands:cimconfig -s enableHttpsConnection -psmis cimserver restartIf
httpsPortis not set to 5989, enter the following commands:cimconfig -s httpsPort=5989 -psmis cimserver restartIf the provider has stopped working and remains in a hanging state, open Task Manager and end the process, and then restart the provider.