10-02-2025 11:17 PM
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)
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)
10-03-2025 01:33 AM
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?
10-03-2025 03:01 AM
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.
10-08-2025 12:43 AM
10-08-2025 01:20 AM
The same error or another?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide