MikeInAZ
Flight Engineer
Flight Engineer
  • 147 Views

Unable to connect to the server: EOF

Jump to solution

I just build my environment, everything shows as "Active", but I'm getting this error. 

MikeInAZ_0-1727228817288.png

 

1 Solution

Accepted Solutions
Chetan_Tiwary_
Community Manager
Community Manager
  • 94 Views

@MikeInAZ When you create a fresh lab or just restart your lab, even though your VMs show active, the OCP cluster is not yet ready. It takes some time to get ready with all its components before you can send requests to the API.

There is a wait time of 20-30 minutes for the cluster to be ready. Please don't execute any lab script while cluster sync process is running. Even if you restart your VMs , check if the cluster is ready or not before starting with the labs.

You can check if the cluster is ready or not by following the below commands - 

1. ssh to the utility VM as lab user - ssh lab@utility   ( from workstation )
2. On the utility VM , run the command - " ./wait.sh --wait " . Wait for the script to finish running . Once all the components are ready, you can start with the lab start script on the "workstation" VM.

View solution in original post

3 Replies
MikeInAZ
Flight Engineer
Flight Engineer
  • 128 Views

It's working now, maybe there were so backend processes that were taking longer than expected

shashi01
Moderator
Moderator
  • 124 Views

@MikeInAZ 

That makes sense! Sometimes backend processes or services can take longer to initialize, especially if the OpenShift API server or other components are still starting up or there’s temporary network latency. Glad to hear it’s working now!

0 Kudos
Chetan_Tiwary_
Community Manager
Community Manager
  • 95 Views

@MikeInAZ When you create a fresh lab or just restart your lab, even though your VMs show active, the OCP cluster is not yet ready. It takes some time to get ready with all its components before you can send requests to the API.

There is a wait time of 20-30 minutes for the cluster to be ready. Please don't execute any lab script while cluster sync process is running. Even if you restart your VMs , check if the cluster is ready or not before starting with the labs.

You can check if the cluster is ready or not by following the below commands - 

1. ssh to the utility VM as lab user - ssh lab@utility   ( from workstation )
2. On the utility VM , run the command - " ./wait.sh --wait " . Wait for the script to finish running . Once all the components are ready, you can start with the lab start script on the "workstation" VM.

Join the discussion
You must log in to join this conversation.