Introduction

The NMIS Support Tool collects all relevant information regarding an NMIS server's status and configuration which can be used to provide support.  It will also create a simple report that users can use for self-diagnostics.

Usage

This tool is run from a command prompt.

sudo /usr/local/nmis9/admin/support.pl action=collect

Once completed, the support tool will generate a list of any simple errors that it finds, such as low disk space or invalid names.  It will also create a support file containing the critical information and tell the user where that support file is - please include that support file in any requests for support.

Selftest and Automatic Repair

The Support Tool also runs the NMIS selftest, displays any problems detected, and runs NMIS' automatic repair procedure if correctables are detected (i.e. file ownerships, permissions and directory existence are verified and fixed if incorrect).  The Support Tool will report any errors when it runs and also create a support_report.html file which contains an easy-to-read report containing useful information for troubleshooting.

What is done

The Support Tool:

Diagnostics for Opmantek Support

The tool will collect information about your installation which will help Opmantek support in fixing your problem and place it in a support file in the directory given for report_dir (/tmp in the example above).  Please attach this file in your request to Opmantek support.

What is collected and where you can find it

Options when Running Support Tool

Running support.pl without arguments shows a help screen.

The syntax for support.pl is:

support.pl action=[collect/run-bot] [report_dir=...] [public=t/f] [node=nodeA] [node=nodeB ...] [bot=0] [support_file=] [maxzipsize=] [maxlogsize=] [maxopstatus=] [maxoperrors=] 

Download Links

You most likely already have the support tool installed.

NMIS 8.5G and NMIS 9.1.0G and newer ship with the support tool preinstalled.  It can be found in the admin folder - typically /usr/local/nmis9/admin for NMIS9 and /usr/local/nmis8/admin for NMIS8.

If your installation is older, the tool can be downloaded from the following links:

Related Topics

The Opmantek Support Tool