cat9k node not starting on cluster satellite
Moderator: mike
-
- Posts: 2
- Joined: Sat Apr 05, 2025 1:59 pm
cat9k node not starting on cluster satellite
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.
-
- Posts: 5177
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: cat9k node not starting on cluster satellite
SSH to your satellite and show me output:
it must show KVM CAN be used
Code: Select all
root@eve-sat1b:~# kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
root@eve-sat1b:~#
-
- Posts: 2
- Joined: Sat Apr 05, 2025 1:59 pm
Re: cat9k node not starting on cluster satellite
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.