SYSINFO

Provides the means to create a report on various aspects of Reality. It optionally outputs the report to either the screen, a print job, or an item (which can be directed to tape).

The following default information is reported when no options are specified:

SYSINFO is useful as a source of information which can be included in a support call to NEC Software Solutions.

Syntax

SYSINFO {(options}

Options

The following options select information that is not included in the defaults:

E Includes native environment variables.

W Includes WHERE and native process information.

C Includes the database configuration file.

L Includes daemon log (on UNIX, you need to be root).

N Includes network logs, session and event logs.

A Includes all of the above.

The following options provide additional control:

M Minimal report that includes only what has been selected by the options above (that is, excluding the default information).

T Sends the report to a tape drive (you are prompted for the specific unit). The report is output to tape as a T-DUMP.

P Prints the report to the currently-selected formqueue.

H Displays help information about this command.

The T and P options cannot be used together.

Prompts

Restrictions

Made available in the SYSMAN and SYSPROG accounts, but may be copied to user accounts.

Comments

Sometimes additional information may be useful, such as DataBasic object details using PRINT-CATALOG, or ANALYZE information for another port. The CAPTURE command can be used to append this information to the report. The T (for tape) option can be supplied to the final CAPTURE to T-DUMP the complete report to a tape device.

Example

In the following example, the default SYSINFO report is augmented with information about environment variables, Reality processes and the database configuration file, and the result written to item 110209 in SYSDATA.

:SYSINFO (EWC
TO:110209
Add System Configuration
Add Reality Build and Fixes
Add Feature Keys
Add Custom Options
Add POVF
Add TCL Stacker Configuration
Add Host Environment
Add WHERE (SC
Add Host Processes List
Add Database Configuration

The report has been saved to 110209 in SYSDATA.

If the problem was in DataBasic please use something like:

CAPTURE PRINT-CATALOG [FILE] [PROGRAM]
TO:(SYSDATA 110209

to append DataBasic details to this report. Include the T
for tape option to T-DUMP the final item to a tape device.