Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. [root@LCENT02:/home/bluethundr]#virsh list
  2.  Id Name                 State
  3. ----------------------------------
  4.   0 Domain-0             running
  5.   9 vm10                 idle
  6.  10 vm11                 idle
  7.  11 vm12                 idle
  8.  12 vm13                 idle
  9.  13 vm14                 idle
  10.  14 vm15                 idle
  11.  
  12.  
  13. [root@LCENT02:/home/bluethundr]#virsh list | grep -v -e Id -e --- -e 0 | awk '{print $1}'
  14. 11
  15. 12
  16. 13
  17. 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement