qvm-run.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. =======
  2. qvm-run
  3. =======
  4. NAME
  5. ====
  6. qvm-run - run a command on a specified VM
  7. :Date: 2012-04-11
  8. SYNOPSIS
  9. ========
  10. | qvm-run [options] [<vm-name>] [<cmd>]
  11. OPTIONS
  12. =======
  13. -h, --help
  14. Show this help message and exit
  15. -q, --quiet
  16. Be quiet
  17. -a, --auto
  18. Auto start the VM if not running
  19. -u USER, --user=USER
  20. Run command in a VM as a specified user
  21. --tray
  22. Use tray notifications instead of stdout
  23. --all
  24. Run command on all currently running VMs (or all paused, in case of --unpause)
  25. --exclude=EXCLUDE_LIST
  26. When --all is used: exclude this VM name (might be repeated)
  27. --wait
  28. Wait for the VM(s) to shutdown
  29. --shutdown
  30. (deprecated) Do 'xl shutdown' for the VM(s) (can be combined this with --all and --wait)
  31. --pause
  32. Do 'xl pause' for the VM(s) (can be combined this with --all and --wait)
  33. --unpause
  34. Do 'xl unpause' for the VM(s) (can be combined this with --all and --wait)
  35. -p, --pass-io
  36. Pass stdin/stdout/stderr from remote program
  37. --localcmd=LOCALCMD
  38. With --pass-io, pass stdin/stdout/stderr to the given program
  39. --force
  40. Force operation, even if may damage other VMs (eg. shutdown of NetVM)
  41. AUTHORS
  42. =======
  43. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  44. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  45. | Marek Marczykowski <marmarek at invisiblethingslab dot com>