Skip to main content
Question

Adding to Prism Central

  • February 15, 2019
  • 1 reply
  • 1159 views

Morning, i am attempting to add my other NUTANIX instances to my Prism Central instance, and for both they get the "REMOTE CONNECTION CREATION TIMED OUT" error.
This topic has been closed for replies.

1 reply

RichardsonPorto
Nutanix Employee
Forum|alt.badge.img+5
  • Nutanix Employee
  • 112 replies
  • February 15, 2019
Looks like a network issue, the following ports are used between PC and PE:

  • Port 9440 needs to be open for both inbound and outbound connections between PC and PE.
  • Port 80 is used during the initial registration.
You can use netcat to test connectivity:

$ nc -z 80 -vv
$ nc -z 9440 -vv

Also, if you are using proxy, make sure you add the PC/PE IP on proxy whitelist.