Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Support Tool gathers logs, configuration files, and setup information from the Zend Server instance. This data is used to help Zend's support team to troubleshoot issues, and provide comprehensive and efficient support.

The instructions to generate a Support Tool archive on all supported operating systems can be found below:

HTML
<a id="Linux"></a><br />

Linux and

...

macOS

1. Run the following command in the terminal as 'root':

Panel
bgColor#eeeeee
/usr/local/zend/bin/support_tool.sh


Info
titleNote:
The script accepts options (add --help for the list), however, refrain from using --full and --get-dbs, unless the Support personnel asked for these options specifically.


2. The Support Tool archive will be created in as $TMPDIR/zend-support-tool_$TIMESTAMPZSST_<hostname>_<version>_<timestamp>.tar.gz (if TMPDIR is not defined, it defaults to /tmp), for example:

Code Block
languagetext
themeFadeToGrey
[root@server ~]#/usr/local/zend/bin/support_tool.sh
Plugins :
  "Zend Server Database"
  "System Information"
  "System Overview"
  "HTML phpinfo() Collector"
  "Zend Server Logs Collector"
  "Zend Server Information"
Archive created at /tmp/ZSST_server_2019.0.3_2019-11-26-133805.tar.gz
[root@server ~]#

...

HTML
<a id="Windows"></a><br />

Windows

1. From the Start Menu, select Zend Server | Support Tool. On most systems you will receive a UAC prompt, which you'll have to accept.

2. Select the Create Support Tool archive with these options radio button (selected by default):

Image Modified

Info
titleNote:
Marking the Full logs and/or SQLite databases checkboxes may seem a good idea. However, in most cases this simply increases the size of the archive significantly without adding useful information. Please mark these checkboxes only when the Support personnel asked you to do so.

3. Press Next.

4. Enter a location for the archive to be created in: 

Image Modified

5. Press Next.

6. The Support Tool archive will be created in the location specified in step 4:

Image Modified


...

HTML
<a id="IBMi"></a><br />

...

ZSST_<version>_<timestamp>.tar.gz

Image Modified Image Modified

In older releases of Zend Server the file name pattern is this:

zend_server_report_bug_<timestamp>.tar.gz

Image Modified Image Modified


...