[01:49] Hi all ,i can use the maas to power on the node ,but the node can't commisioning sucessfully? That's why? [02:06] yuanyou: does the node actually network boot? it needs to (successfully) network boot. and the power on method needs to get the device to netboot [02:07] this works well with something like AMT, support for WOL and such is more limited.. on my NUCs they actualy have an option to netboot when WOL is used [02:07] wasnt' on by default though [02:09] lathiat: Hi , what do you mean network boot? [02:11] yuanyou: MAAS commissions and installs nodes, by using PXE to boot them from the network [02:12] lathiat: I know that, i use power type is virsh [02:12] does the virtual machine then attempt to PXE boot automatically? [02:13] how to make sure the virtual machine can PXE boot automatically? [02:15] + sudo virt-install --connect qemu:///system --name node3-control --ram 8192 --vcpus 4 --disk size=120,format=qcow2,bus=virtio,io=native,pool=default --network bridge=virbr0,model=virtio --boot network,hd,menu=off --noautoconsole --vnc --print-xml [02:15] + tee node3-control [02:15] [02:15] node3-control [02:15] 9083600d-5197-52b1-fe8d-c34e6460dedb [02:15] 8388608 [02:15] 8388608 [02:15] 4 [02:15] [02:15] hvm [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] destroy [02:16] restart [02:16] restart [02:16] [02:16] /usr/bin/kvm-spice [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:16] [02:21] yuanyou: looks like the virsh handler is setting it to do so, so the question is, why isn't it working.. if you look at the VM console, what do you see? [02:23] the VM console? do you mean "virsh"? [02:24] like basically you want to view its monitor [02:24] easy way to do that would be with virt-manager [02:25] what is the virt-managet? a tool? [02:27] onos@ubuntu:~$ virsh list [02:27] Id Name State [02:27] ---------------------------------------------------- [02:27] 267 opnfv-maas running [02:27] 276 node2-compute running [02:27] 277 node1-control running [02:27] 278 bootstrap running [02:27] https://virt-manager.org/ [02:27] basically a GUI version of virsh [02:28] otherwise you can connect to the display with VNC using virsh but its a bit more complex [02:32] can it install in ubuntu os?