How to inventory a stand-alone Unix system | v8+

certero logo_cropped_png-01 1.png

Using a feature of Certero you can inventory stand-alone Unix systems that are not normally available to the solution.

Learn more about the basics, command-line parameters and download the Windows Command-Line Agent for Windows as per

.

Set as executable:

The command-line inventory agent needs the execute bit to be set by running the following on the downloaded file:

chmod +x

Syntax:

csinvcli.sh {-d [data_path]} {-l [log_path]} {-v} {-q}

Parameter

Action

Notes

-d [data_path]

Specifies the output folder in which the inventory data files will be placed.

If this parameter is omitted, data files will be generated in the current directory.

-l [log_path]

Specifies the directory in which the log files are generated.

If this parameter is omitted, no log file will be generated. See the -q for details on how to suppress console logging.

-v

Turns on verbose logging.

 

-q

Turns on quiet mode.

By default, output is also logged to the console. Use this switch for silent operation.

Additional functionality has been added to enable inventory data to be uploaded into the Certero Platform using standard UNIX commands, an article on how to use the new functionality can be found

.