cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
188
Views
0
Helpful
4
Replies

KVM domain error

hiyon-imu-463
Level 1
Level 1

I'm trying to use Junos EVO 23.2R2-21 on CML 2.7, so I started a virtual machine using the information in the URL below.
However, I'm getting the following error and it won't start.
Do you know how to fix this?

https://github.com/billgraham5/cml-junos/blob/main/PTX.yaml

I've seen several similar posts, but they're not the same situation, so I'd appreciate any advice.

・error

PTX-0: Failed to start (Unable to start node: 84151a7f-b887-4edf-9516-02b485fa5cb3 KVM domain could not be started)

 

※EX
https://community.cisco.com/t5/%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9/cisco-cml%E3%81%A7%E3%83%8E%E3%83%BC%E3%83%89%E3%81%AE%E8%B5%B7%E5%8B%95%E3%81%AB%E5%A4%B1%E6%95%97%E3%81%99%E3%82%8B/td-p/4603015

Cannot Start Cisco Devices in the web interface ----- Failed to start (Unable to start KVM node: 3529d124-a439-4774-b384-29883f26464a KVM domain could not be started)

Failed to start (Unable to start KVM node: 321cab22-615c-42c5-b618-c66d7f954a71 KVM domain could not be started)

4 Replies 4

Torbjørn
VIP
VIP

Since the git repo specifically lists 2.7 as functioning I am inclined to think there is either a problem with your CML deployment or the node image. Are you able to start other nodes? Have you verified the integrity of the image you are using?

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev

I am guessing here after some digging around, but something are worth a try! In the YAML file

sim:
  linux_native:
    libvirt_domain_driver: kvm
    driver: server
    disk_driver: virtio
    ram: 8096
    cpus: 4
    cpu_limit: 100
    cpu_model: host-passthrough  <-- CHANGE THIS LINE
    nic_driver: virtio
...

You will have to delete and add again after this change, start again etc.... You could even remove this line from the YAML and i think CML will use its default CPU model.

See how that goes.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

I tried to fix it as you suggested, but it didn't work.

The same error or another?

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io