2012-05-14 10:27:47 -04:00
|
|
|
---
|
2015-04-10 16:17:45 -04:00
|
|
|
layout: doc
|
2015-10-13 23:31:03 -04:00
|
|
|
title: qvm-run
|
2015-10-28 18:14:40 -04:00
|
|
|
permalink: /doc/dom0-tools/qvm-run/
|
2015-10-11 03:04:59 -04:00
|
|
|
redirect_from:
|
2015-10-28 18:14:40 -04:00
|
|
|
- /en/doc/dom0-tools/qvm-run/
|
2015-10-11 03:04:59 -04:00
|
|
|
- /doc/Dom0Tools/QvmRun/
|
|
|
|
- /wiki/Dom0Tools/QvmRun/
|
2012-05-14 10:27:47 -04:00
|
|
|
---
|
|
|
|
|
2015-05-05 13:24:29 -04:00
|
|
|
qvm-run
|
|
|
|
=======
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
|
|
|
|
qvm-run - run a command on a specified VM
|
|
|
|
|
|
|
|
Date
|
|
|
|
2012-04-11
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
|
|
|
|
qvm-run [options] [\<vm-name\>] [\<cmd\>]
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
|
|
|
|
-h, --help
|
|
|
|
Show this help message and exit
|
|
|
|
|
|
|
|
-q, --quiet
|
|
|
|
Be quiet
|
|
|
|
|
|
|
|
-a, --auto
|
|
|
|
Auto start the VM if not running
|
|
|
|
|
|
|
|
-u USER, --user=USER
|
|
|
|
Run command in a VM as a specified user
|
|
|
|
|
|
|
|
--tray
|
|
|
|
Use tray notifications instead of stdout
|
|
|
|
|
|
|
|
--all
|
|
|
|
Run command on all currently running VMs (or all paused, in case of --unpause)
|
|
|
|
|
|
|
|
--exclude=EXCLUDE\_LIST
|
|
|
|
When --all is used: exclude this VM name (might be repeated)
|
|
|
|
|
|
|
|
--wait
|
|
|
|
Wait for the VM(s) to shutdown
|
|
|
|
|
|
|
|
--shutdown
|
|
|
|
(deprecated) Do 'xl shutdown' for the VM(s) (can be combined this with --all and --wait)
|
|
|
|
|
|
|
|
--pause
|
|
|
|
Do 'xl pause' for the VM(s) (can be combined this with --all and --wait)
|
|
|
|
|
|
|
|
--unpause
|
|
|
|
Do 'xl unpause' for the VM(s) (can be combined this with --all and --wait)
|
|
|
|
|
|
|
|
-p, --pass-io
|
|
|
|
Pass stdin/stdout/stderr from remote program
|
|
|
|
|
|
|
|
--localcmd=LOCALCMD
|
|
|
|
With --pass-io, pass stdin/stdout/stderr to the given program
|
|
|
|
|
|
|
|
--force
|
|
|
|
Force operation, even if may damage other VMs (eg. shutdown of NetVM)
|
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
|
|
|
|
|
|
|
Joanna Rutkowska \<joanna at invisiblethingslab dot com\>
|
|
|
|
Rafal Wojtczuk \<rafal at invisiblethingslab dot com\>
|
|
|
|
Marek Marczykowski \<marmarek at invisiblethingslab dot com\>
|