Versions Compared

Key

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

...

Code Block
### Typical case
[root@opmantek ~]# /usr/local/nmis8/admin/support.pl action=collect

### When log files are too big for the default zip size, try this option.
[root@opmantek ~]# /usr/local/nmis8/admin/support.pl action=collect maxzipsize=31457280

### If the problem is related to a specific node, focus the support tool on it.
[root@opmantek ~]# /usr/local/nmis8/admin/support.pl action=collect node=r1

### If the problem is related to several nodes, we can focus the support tool inon them.  Separate the node names by commas as below.
[root@opmantek ~]# /usr/local/nmis8/admin/support.pl action=collect node=r1,r2,r3

### If the analysing the problem requires detailed data for all nodes we may run the command as follows.
[root@opmantek ~]# /usr/local/nmis8/admin/support.pl action=collect node=*

...