Apex_Ops

updated

5 years ago

A

Apex_Ops

1 Rookie

90 Posts

0

18059

April 30th, 2021 07:00

Failed to establish a new connection: [Errno 111] Connection refused

Hi all,

Im trying to run a playbook to an Isilon but I get this error back:

"msg": "Failed to get details of Filesystem ifs/data/test1 with error HTTPSConnectionPool(host='10.241.80.184', port=50004): Max retries exceeded with url: /session/1/session (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused',)) "

Any tips on how to fix/check?

Is there a manual way of checking this? telneting to the ip & port from the client?

Open ports on isilon side?

 

  • Apex_Ops

    1 Rookie

    90 Posts

    16764

    0

    Posted May 4th, 2021 05:00

    Yes, ansible. Your reply helped me to correct the problem. Incorrect config on my part. I have it working now. Thanks

  • DELL-Josh Cr

    Community Manager

    9698 Posts

    43691 Points

    16899

    0

    Posted April 30th, 2021 14:00

    Hi ronanb2,

    Are the ports open? Page 24 https://dell.to/336LkWV

    You could try using ssh to it and seeing if it can open a connection. Let us know if you need anything else.

  • Peter_Sero

    6 Operator

    1169 Posts

    17740

    0

    Posted May 3rd, 2021 02:00

    Your talking about Ansible playbooks, right?

    The connection will go via the OneFS API over HTTPS on port 8080, rather than port 50004. Also make sure that the target IP address is NOT the OneFS SmartConnect address, which is only used for DNS-based load balancing. 

    A simple connection test can be made with telnet as suggested. "Functional" API tests can be performed with curl right from a terminal, there are some examples (under cURL code samples) on the Isilon SDK Hub:

    <ADMIN NOTE: Broken link has been removed from this post by Dell>

    hth

    -- Peter