vzreport
vzreport
is used to compile a problem report and to automatically send it to the Parallels support team. It has the following syntax:
vzreport [
options
]
The following command-line options can be used with the
vzreport
utility:
Name
|
Description
|
-h, --help
|
Print usage information.
|
-q, --quiet
|
Quiet mode. Print error messages only.
|
-p, --progress
|
Causes
vzreport
to print additional information on its progress.
|
-n, --name
name
|
The name of the person submitting the problem report.
|
-c, --company
company
|
The name of the company where the person is working.
|
-e, --email
e-mail_address
|
The e-mail address to be used to contact the person generating the problem report.
|
-s, --subject
subject
|
The main subject of the problem report.
|
-m, --description
problem_description
|
Additional information which, in your opinion, can help solve the problem.
|
When launched without any options, the
vzreport
utility starts in the full screen mode; however, you can force it to run in the command line mode by specifying an option containing either your contact information (e.g.
-n
denoting your name) or the problem report description (e.g.
-m
used to provide additional information on your problem). Moreover, if you have specified at least one option with your contact information and/or problem description, you should also indicate all the other options.
|