cancel
Showing results for 
Search instead for 
Did you mean: 
aleks_first
Mission Specialist
Mission Specialist
  • 183 Views

DO 180 OC Admin cluster issue

Jump to solution

Hi all

I have issue with lab 

Whrn I start command 

lab start pods-review

it starting to check cluster status and not finish to do it 

In logs I see next 

```

File

"/home/student/.cache/uv/archive-vo/USBPyc9wSytQkhjkFtcYz/lib/python3.13/site-packages/labs/lab.py", line 349, in

start grading•prestart()

NANNANNNANNANANNAA

File

"/home/student/.cache/uv/archive-vo/USBPyc9wSytQKhjkFtcYz/lib/python3.13/site-packages/labs/grading.py", line 27,

in prestart self.start()

N~NNANNNNNAA

File"/home/student/.cache/uv/archive-vo/USBPyc9wSytQkhjkFtCYz/lib/python3.13/site-packages/do180/pods-review.py",lin

e 28, in start

wait_cluster_step()

NNNNNNNNNNNNNNNNNAA

File

"/home/student/.cache/uv/archive-v0/USBPyc9wSytQKhjkFtCYz/lib/python3.13/site-packages/rht_labs_ocpcli/health.py"

line 78, in wait_cluster_step

with step (label, grading, fatal) as step:

٢٧٧٧٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨٨

File "/home/student/.cache/uv/archive-vo/USBPyc9wSytQKhjkFtCYz/lib/python3.13/site-packages/labs/ui/step.py", line 62, in __exit__ self.end()

~M٨٨

File

"/home/student/.cache/uv/archive-vo/USBPyc9wSytQKhjkFtCYz/lib/python3.13/site-packages/labs/ui/step.py", line 143

in end

raise StepFatalError (self)

labs.ui.step.StepFatalError: Step 'Verifying cluster state' has
```

Labels (1)
1 Solution

Accepted Solutions
BhawyyaMittal
Flight Engineer Flight Engineer
Flight Engineer
  • 121 Views

@aleks_first For all OCP related courses, there is a wait time of 30-40 mins before you can continue with the lab start script. 

When your lab VMs are active, please donot run any lab script unless the OCP cluster is ready to take your requests which generally takes 30 mins approx. If you want you can check the current OCP cluster initialization status by doing ssh to utility server as lab user i.e  

[student@workstation ~]ssh lab@utility 

then run "./wait.sh --wait"

let the script finish on its own and then you can logout from utility server and run the lab start script  in workstation VM.

View solution in original post

2 Replies
BhawyyaMittal
Flight Engineer Flight Engineer
Flight Engineer
  • 122 Views

@aleks_first For all OCP related courses, there is a wait time of 30-40 mins before you can continue with the lab start script. 

When your lab VMs are active, please donot run any lab script unless the OCP cluster is ready to take your requests which generally takes 30 mins approx. If you want you can check the current OCP cluster initialization status by doing ssh to utility server as lab user i.e  

[student@workstation ~]ssh lab@utility 

then run "./wait.sh --wait"

let the script finish on its own and then you can logout from utility server and run the lab start script  in workstation VM.

Sunnykumar1
Mission Specialist
Mission Specialist
  • 72 Views
Hello @aleks_first 

There is a wait time of 30-40 minutes for the cluster to be ready if you create the lab from scratch. Please don't execute any lab script while the cluster sync process is running. Even if you restart your VMs  (wait time is 15 to 20 minutes), 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 from Workstation Machine -    $ ssh lab@utility
2. On the utility VM , run the command -    "./wait.sh" you can try the lab start command once the script finishes.
Once all the components are ready, you can start with the lab start script on the "workstation" VM.
0 Kudos
Join the discussion
You must log in to join this conversation.