Question

Adding to Prism Central

  • 15 February 2019
  • 1 reply
  • 1092 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 comments

1 reply

Userlevel 3
Badge +5
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.