User's Manual

Table Of Contents
Importing Inventory
Inventory Management 5-45
Configuration/inventory parameters generator file—You use the configuration/inventory parameters
generator file to gather the configuration and inventory parameters for a specific manufacturer or
model. Table 5-15 lists the configuration/inventory generator file properties.
Table 5-15 Configuration/Inventory Parameters Generator File Properties
Property Name Property Description
Configuration File
Property Name
parameters.information.file
Default File Name
invconfigparams.csv
File format:
CSV file contain
two rows—one for
provisioning
parameters and
other for inventory
parameters
A row for provisioning parameters requires the following:
“config” keyword in first column.
In successive columns, it contains a key-value pair for each parameter; for example,
config_param_name=config_param_value.
The interface provisioning parameters can be provided as a sequence of attribute name,
value, and category; for example, attributeName=attributeValue,CATEGORY.
The category can be one of INTERFACE, POWERSUPPLY, CONSOLE, and FILESYSTEM.
This row for inventory parameters requires the following data:
“inventory” keyword in first column.
In successive columns, it contains key-value pair for each parameter; for example,
inventory_param_name=inventory_param_value.
The interface inventory parameters can be provided as a sequence of attribute name, value,
category, type, and location; for example,
attributeName=attributeValue,CATEGORY,TYPE, LOCATION.
The category can be one of INTERFACE, POWERSUPPLY, CONSOLE, and FILESYSTEM. The
type and location are the other applicability parameters, where location is numeric and
specifies the ‘n
th
’ interface of the type and category, on which the attribute is applicable.