autosupport.8 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .TH AUTOSUPPORT 8 "Dec 14th, 2011" "autosupport" "Linux Programmer's Manual"
  2. .SH NAME
  3. .B autosupport
  4. \(em interactive script to provide Digium[tm]'s support with information
  5. .SH SYNOPSIS
  6. .PP
  7. .B autosupport [OPTION] [prefix]
  8. .SH DESCRIPTION
  9. \fBautosupport\fR is a script that is normally run by a user contacting Digium's Technical
  10. Support to automate gathering support information. It will probe the
  11. system for some run\-time and system information, and generate a backup
  12. of Asterisk related configuration. An optional parameter for a prefix
  13. may be specified which is typically used to specify a Digium Technical
  14. Support Ticket ID.
  15. .PP
  16. The script requires root privileges to run, and writes all output in the
  17. home directory of the user running the script. For the purposes of this
  18. document, this will be referred to as /root/ henceforth.
  19. .PP
  20. The system information is written to /root/digiuminfo.txt and the backup
  21. of configuration (and the system information file) are written to a tarball
  22. in /root/ with a base name of digium\-info. A Date Stamp will be appended,
  23. and if specified the optional parameter will be a prefix. The tarball at
  24. least is expected to be attached to a support ticket with Digium.
  25. .SH OPTIONS
  26. .SS Arguments:
  27. .TP 15
  28. \fBprefix\fR
  29. Used to prefix the file names. Typically a Digium Technical Support Ticket ID
  30. .SS Options:
  31. .TP 25
  32. \fB\-n, \-\-non-interactive\fR
  33. Run without requiring user input
  34. .TP 25
  35. \fB\-h, \-\-help\fR
  36. Show help about options
  37. .SH FILES
  38. .B /root/digiuminfo.txt
  39. .br
  40. .B /root/digium\-info_YYYYMMDD.tar.gz
  41. .SH SEE ALSO
  42. asterisk(8)
  43. .SH AUTHOR
  44. autosupport was written by John Bigelow <support@digium.com> in conjunction with
  45. Charles Moye and Trey Blancher. This manual page was written by
  46. Tzafrir Cohen <tzafrir.cohen@xorcom.com> and updated by Charles Moye. Permission
  47. is granted to copy, distribute and/or modify this document under the terms of
  48. the GNU General Public License, Version 2 any later version published by the
  49. Free Software Foundation.
  50. .PP
  51. On Debian systems, the complete text of the GNU General Public
  52. License can be found in /usr/share/common\-licenses/GPL\-2.