NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Unable to connect to management interface of NetApp storage device

regine
10,176 Views

I am getting this error when i try to connect to the Management interface (with ip address <ip>) of the NetApp storage device from the SMI-S agent which is a windows server VM.

 

command typed on SMI-S agent:

 

> smis addsecure <ip> <username>

 

error:

 

cimcli CIMException Cmd=ci Object=ONTAP_FilerData Code=1 CIM_ERR_FAILED:Filer return:can't connect to host <err=10060>. - With storage system <ip>

 

Please help!

4 REPLIES 4

NAYABSK
10,168 Views

Hi,

 

Thank you for contacting NetApp community, May i know if you have enabled http or https to complete this operation ?

 

 

7-Mode:-


options httpd.enable on

 

options httpd.admin.enable on

 

 

 

C-Mode:-

 

system services web modify -http-enabled true

 

system services web modify -https-enabled true

 

Then try again smis command and let us know.

 

 

Thanks,

Nayab

regine
10,148 Views

I did set http and https to true. Below is the output of the "system services web show" command on the netapp storage device:

 

External Web Services: true
Status: online
HTTP Protocol Port: 80
HTTPs Protocol Port: 443
TLSv1 Enabled: true
SSLv3 Enabled: false
SSL FIPS 140-2 Enabled: false

suna
10,131 Views

Can you check your windows firewall is disabled?

regine
10,117 Views

yes.firewall is disabled.

Public