1 Rookie
•
90 Posts
0
17806
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
0
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
Moderator
•
9.4K Posts
0
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
4 Operator
•
1.2K Posts
0
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