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:


Linux and macOS

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

/usr/local/zend/bin/support_tool.sh

Note:

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 as $TMPDIR/ZSST_<hostname>_<version>_<timestamp>.tar.gz (if TMPDIR is not defined, it defaults to /tmp), for example:

[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 ~]#





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):

Note:

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: 

5. Press Next.

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




IBM i

1. Log in with a *SECOFR class user profile and go to a 5250 command line.

2. Go to the Zend Server menu and run Support Tool:

2.1. On Zend Server 9.x and later:

go zendphp7/zsmaint

Select option "40. Run Support Tool"

2.2. On Zend Server 8.5.3 to current version of 8.5.x:

go zendsvr6/zsmaint

Select option "40. Run Support Tool"


2.3. On Zend Server 6, 7, or 8 prior to 8.5.3:

go zendsvr6/zsmenu

Select option "3. Run Support Tool"


A job named ZSVR_REP will be submitted. Allow this job to complete.

3. In the Display Job menu, select option "4. Display spooled files"

5. Find and open the QPRINT spool file with a single page, containing the path and filename of the Support Tool archive

Alternatively, simply find the Support Tool archive in the /tmp directory of IFS. The file name in newer releases of Zend Server follows this pattern:

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

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

zend_server_report_bug_<timestamp>.tar.gz











  • No labels