Page 1 of 1

cat9k node not starting on cluster satellite

Posted: Sat Apr 05, 2025 2:16 pm
by camerond01
I am having an identical issue to this post from 2024: viewtopic.php?f=3&t=22546&p=42204&hilit=cluster#p42204. In the post, the issue was resolved with an update, I have a fresh install that is up to date. Both my master and satellite are being hosted in GoogleCloudPlatform and are communicating. I am able to run things like IOL nodes on the satellite but not the 9kv. The cat9k (or other qemu nodes) start on the master with no problem but will not start on the satellite. I get the same output as the user in the post mentioned above.

Re: cat9k node not starting on cluster satellite

Posted: Sat Apr 05, 2025 6:01 pm
by Uldis (UD)
SSH to your satellite and show me output:

Code: Select all

root@eve-sat1b:~# kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
root@eve-sat1b:~# 
it must show KVM CAN be used

Re: cat9k node not starting on cluster satellite

Posted: Sat Apr 05, 2025 8:56 pm
by camerond01
This was the issue, I guess I was a bit tired and selected an E2 instance instead of the N2 when I started the satellite in GCP. Thank you for your help.