User Tools

Site Tools


network_stuff:juniper:vmx:step-by-step

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:juniper:vmx:step-by-step [2022/09/06 18:47] – external edit 127.0.0.1network_stuff:juniper:vmx:step-by-step [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 361: Line 361:
   vagrant ssh vmx-vcp-01   vagrant ssh vmx-vcp-01
      
-TROUBLESHOOTING AUTOMATED DRAFT:\\+TROUBLESHOOTING AUTOMATED:\\
  
   virsh list --all  | egrep -v "Name|------" | awk '{print $2}' > /var/tmp/temp   virsh list --all  | egrep -v "Name|------" | awk '{print $2}' > /var/tmp/temp
Line 368: Line 368:
   virsh vol-list default | egrep "^ " | egrep -v Name | cut -d' ' -f 2 > /var/tmp/temp2   virsh vol-list default | egrep "^ " | egrep -v Name | cut -d' ' -f 2 > /var/tmp/temp2
   while read -r line; do virsh vol-delete --pool default $line ; done < /var/tmp/temp2   while read -r line; do virsh vol-delete --pool default $line ; done < /var/tmp/temp2
-  rm -f /var/lib/libvirt/images/+  rm -f /var/lib/libvirt/images/
-  systemctl restart libvirtd +  sudo systemctl restart libvirtd 
network_stuff/juniper/vmx/step-by-step.1662490020.txt.gz · Last modified: (external edit)