Skip to main content
Solved

after Installing Nutanix SE always Error: Cannot connect to Prism Gateway

  • September 2, 2025
  • 8 replies
  • 277 views

EKT
  • Adventurer
  • 3 replies

i have installed Nutanix SE on a old HPE DX380 Node without problems. I can ping the CVM and AHV Host IPs and i have also ssh connect but i cant connect via Browser with the CVM IP.

 

no matter what command I run via ssh it always comes: Error: Cannot connect to Prism Gateway

i tried to configure proxy, name servers but always the same problem

What it’s wrong?

Thanks for every hint/help

Best answer by JeroenTielen

2025-09-02 12:53:26,522Z CRITICAL MainThread cluster:3241 Cluster is currently unconfigured. Please create the cluster.
nutanix@NTNX-189ea9ec-A-CVM:10.93.19.51:~$ 

 

it is a standalone host… it needs cluster configuration?
 

run this command: cluster -s 10.93.19.51 --redundancy_factor=1 create

This topic has been closed for replies.

8 replies

Gurdeep Sandhu
Forum|alt.badge.img+1
  • Trailblazer
  • 10 replies
  • September 2, 2025

Hi,

 

Check Prism Gateway service, this isn't running or is misconfigured on your Nutanix cluster.  You can SSH to the CVM (Controller VM) and ping both the CVM and AHV host IPs means that the network layer is working correctly, but the web server component of Nutanix's management interface is not. The error message "Error: Cannot connect to Prism Gateway" from the SSH shell confirms this.


EKT
  • Author
  • Adventurer
  • 3 replies
  • September 2, 2025

How i check this?


Gurdeep Sandhu
Forum|alt.badge.img+1
  • Trailblazer
  • 10 replies
  • September 2, 2025

The main network port used to access the Nutanix Prism Gateway is TCP port 9440. Check whether it is allowed in F/Wall or not

TCP 9463, 9361, 9362 are used for secure communication between Prism Central and Prism Element.

Ports TCP 3205 and 3260 are used for iSCSI data and control plane connections, respectively.

TCP 22 is used for SSH access to the Controller VMs (CVMs) and AHV hosts.

TCP 2074 is used for communication between the CVM and guest VMs for NGT.


EKT
  • Author
  • Adventurer
  • 3 replies
  • September 2, 2025

there are no blocks in the firewall, how can i check is prism gateway service is running via ssh?

I can only acess via ssh at the moment :-(


Gurdeep Sandhu
Forum|alt.badge.img+1
  • Trailblazer
  • 10 replies
  • September 2, 2025

in SSH run the command:

 cluster status

up means the service is running

down means the service is stopped

 


EKT
  • Author
  • Adventurer
  • 3 replies
  • September 2, 2025

2025-09-02 12:53:26,522Z CRITICAL MainThread cluster:3241 Cluster is currently unconfigured. Please create the cluster.
nutanix@NTNX-189ea9ec-A-CVM:10.93.19.51:~$ 

 

it is a standalone host… it needs cluster configuration?
 


Gurdeep Sandhu
Forum|alt.badge.img+1
  • Trailblazer
  • 10 replies
  • September 2, 2025

Yes, ofcourse. We have to create cluster of one host.

 


JeroenTielen
Forum|alt.badge.img+8
  • Vanguard
  • 1788 replies
  • Answer
  • September 3, 2025

2025-09-02 12:53:26,522Z CRITICAL MainThread cluster:3241 Cluster is currently unconfigured. Please create the cluster.
nutanix@NTNX-189ea9ec-A-CVM:10.93.19.51:~$ 

 

it is a standalone host… it needs cluster configuration?
 

run this command: cluster -s 10.93.19.51 --redundancy_factor=1 create