SAM User Guide
SAM User Guide
Version 5.4
SNOWSOFTWARE.COM
CONTENTS
1 Introduction ............................................................................................................................. 4
2 Installation ............................................................................................................................... 7
3 Management .......................................................................................................................... 20
5 Uninstall ................................................................................................................................. 24
7 Troubleshooting ..................................................................................................................... 26
Page 2 of 42 SNOWSOFTWARE.COM
8.8 Module Configuration ................................................................................................... 36
Page 3 of 42 SNOWSOFTWARE.COM
1 INTRODUCTION
This document describes how to install, configure, manage, and troubleshoot Snow Inventory
Server.
For environments that have Snow Inventory Server 3.2 in production and plan do upgrade, contact
Snow Software or your local Snow partner for assistance with the necessary pre-upgrade checks
and post-upgrade validations.
1.2 PREREQUISITES
1.2.2 CERTIFICATES
For communication using HTTPS, an SSL certificate must be available prior to the installation of
Snow Inventory Server is started.
If the Snow Inventory database has been created beforehand, a SQL account with db_owner
privileges is needed for accessing that database.
If the Snow Inventory database is to be created via Snow Inventory Server Configuration Manager,
a SQL account with sa privileges is needed. This account will be used for accessing the database
after the installation, so it is recommended to reduce the account privileges to a db_owner level
after the installation.
Page 4 of 42 SNOWSOFTWARE.COM
1.3 DEFINITIONS
Term Description
Discovery site name Used for identification of the Inventory server and for all discovery data. A
Discovery site name can be of a geographical or organizational nature, or
any other that will suit the needs.
Snow Inventory Snow Inventory Agents collect software information, software usage
Agents (metering), hardware specifications, and user information from the
computers within the organization. Each agent sends its inventory result to
a Master Server instance for processing, either directly or via a Service
Gateway instance.
Master Server The Master Server instance receives the inventory data reported by the
agents, processes the data and writes to the Inventory database. Also, it
processes and writes Active Directory Discovery data to the database.
Service Gateway To ensure high-availability of the Master Server, Service Gateway instances
can be configured for load-balancing. Service Gateway instances can also
serve as proxies in segmented networks.
Standalone Receiver The Standalone Receiver can be used in environments where the agents
are not allowed to communicate directly with a Master Server or a Service
Gateway. This can be the case in companies with high security
requirements or in environments with no internet access.
The Standalone Receiver instance receives inventory data from the agents
and any SIM connectors, and then saves the data either locally or to a file
share. A process must then be in place for transferring the inventory data
from the "isolated" environment to the Master Server or any Service
Gateway.
Snow Inventory The Snow Inventory database is used for storing the inventory data
database reported by the Snow Inventory agents. The Inventory database is an SQL
server database.
Requires a license X - -
Page 5 of 42 SNOWSOFTWARE.COM
Functionality Master Service Standalone
Server Gateway Receiver
Page 6 of 42 SNOWSOFTWARE.COM
2 INSTALLATION
The installation files of Snow Inventory Server 5 are delivered as an installation package. Once the
package has been installed, installation and configuration of Master Server and Service Gateways
can take place by using the Snow Inventory Server Configuration Manager.
▪ Snow Management and Configuration Center (will only be installed if Snow License Manager
is not already installed on the target machine)
▪ Snow Inventory Admin Console plug-in (plug-in for Snow Management and Configuration
Center)
When running the installation, a selection must be made whether to install a Master Server or a
Service Gateway. A Master Server installation includes all of the components listed above, while a
Service Gateway installation only includes the Snow Inventory Server component.
NOTE
▪ Inventory 5 will share the components Snow Management and Configuration Center
(SnowMACC) and Snow Update Service (SUS) with Snow License Manager 8. Therefore,
these components will always be installed in the location of the system variable
%PROGRAM FILES% and not in the selected destination folder. Please make sure that the
user running the installation package has access to that path.
▪ Snow Update Service will be installed in a default folder on the C: drive. Do not move
Snow Update Service from this location as this is not a supported configuration.
Page 7 of 42 SNOWSOFTWARE.COM
File name Location Description
Page 8 of 42 SNOWSOFTWARE.COM
4. Click Next.
Page 9 of 42 SNOWSOFTWARE.COM
6. Click Next.
Page 10 of 42 SNOWSOFTWARE.COM
11. In the HTTP Bindings step:
▪ For HTTPS (recommended)
Select an existing server certificate in the list. Select Network interface, and type a
Port and a DNS name that will be used for accessing this Snow Inventory server.
▪ For HTTP
Type a Port and a DNS name that will be used for accessing this Snow Inventory
server.
NOTE
If Snow Inventory will use the same port as another application on the server, for
example Snow License Manager, this is achieved by using unique DNS names for each
respective application.
Page 11 of 42 SNOWSOFTWARE.COM
14. Click Next.
Page 12 of 42 SNOWSOFTWARE.COM
4. Click Next.
Page 13 of 42 SNOWSOFTWARE.COM
7. A Summary of the configuration is presented.
8. To create the Service Gateway instance according to the specified configuration, click
Create.
NOTE
▪ A Standalone Receiver can only receive data from Inventory agents and SIM connectors.
It cannot communicate with the Master Server or any Service Gateways in the Inventory
5 infrastructure.
▪ Since the Master Server does not know about its existence, the Standalone Receiver isn't
visible in the Snow Inventory Admin Console.
▪ Updates of the Standalone Receiver and the agents reporting to it must be performed
manually.
▪ For HTTP:
Type a Port and a DNS name that will be used for accessing this Snow Inventory
server.
Page 14 of 42 SNOWSOFTWARE.COM
5. Click Next.
6. In the Server Settings step, type the path to the Incoming folder where all inventory files
will be received by the Standalone Reciever, or click to browse for the folder.
7. Click Next.
During the installation, the StandaloneReceiver element of the configuration file is created and
configured, where:
Page 15 of 42 SNOWSOFTWARE.COM
▪ IncomingFolder is the location where the inventory data will be stored, either in a local
folder or on a file share
▪ BaseAddress is the default endpoint address (including the port number) where the
Standalone Receiver will receive data.
EXAMPLE
<Configuration>
<StandaloneReceiver>
<Server>
<IncomingFolder>D:\Incoming</IncomingFolder>
<BaseAddress>http://MyStandaloneReceiver:8778</BaseAddress>
</Server>
</StandaloneReceiver>
</Configuration>
Page 16 of 42 SNOWSOFTWARE.COM
6. In the Credentials for administrator user step:
a. Type an Administrator user name.
b. Type the associated password in the Administrator password and Re-type
password boxes.
This administrator account will be used as the default account for logging in to the Snow
Inventory plug-in in Snow Management and Configuration Center.
7. Click Next.
Page 17 of 42 SNOWSOFTWARE.COM
2.6 EXPORT DEVICES
Use the export functionality to migrate data or to consolidate databases. This functionality is only
compatible with Snow Inventory 5 databases.
▪ Type User ID and Password of an SQL user account with permissions on the
database (db_owner).
d. To add additional settings for the database connection, select the Use these
additional connection string properties check box and type the properties in the
box that is displayed. Use semi-colon as delimiter.
5. Click Next.
a. Type the path to the Output folder for the export file, or click to browse for the
folder.
b. Use the Limit historical data to at the most option to set a limit for export of
information, such as metering and login history.
Page 18 of 42 SNOWSOFTWARE.COM
7. Click Export.
Page 19 of 42 SNOWSOFTWARE.COM
3 MANAGEMENT
When Snow Inventory Server is installed, the Welcome page of the Snow Inventory Server
Configuration Manager shows a number of administrative tasks. Information on whether the
service is running or not is displayed, as well. This example is from a Master Server instance.
NOTE
▪ To enable the options Change configuration , Change service account and Remove
master/service gateway service , the current service needs to be stopped.
▪ Local administrator privileges are required for starting and stopping the service instance.
The Service Gateway service is responsible for receiving inventory data from the agents and
forwarding that data to the Master Server. Also, it is responsible for all discovery activities. If the
service is stopped, neither inventory data nor discovery data will be handled.
Page 20 of 42 SNOWSOFTWARE.COM
3.3 CHANGE SERVICE ACCOUNT
By default, the Inventory services are run by Local System . This can be changed in order to meet
any internal policies within the organization.
NOTE
▪ In a scenario where Active Directory Discovery will be used as an inventory source, the
service needs to be run by an account with read privileges in that specific Active
Directory.
To stop using a specified service account and go back to using Local System , type the following
credentials on the Set service logon credentials page:
When a Service Gateway instance is removed from the server, the service is uninstalled.
Page 21 of 42 SNOWSOFTWARE.COM
4 COMMAND LINE
The general command line format for the Snow Inventory Server is:
-j <#threads> Number of worker threads, default is one thread per logical processor.
Available commands:
Command Description
dmc
install
start
stop
test <test-case>
uninstall
Page 22 of 42 SNOWSOFTWARE.COM
4.1 COMMAND: START
The start command cannot be used with command line arguments in a command prompt.
Instead, it uses arguments entered in the registry, which means that arguments must be set in the
registry in order for the start command to take effect. The arguments are set in the following path:
Registry path:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SnowInventoryServer5
Key:
ImagePath
Example:
Page 23 of 42 SNOWSOFTWARE.COM
5 UNINSTALL
Snow Inventory Server is uninstalled via Programs and Features in the Windows Control Panel.
Page 24 of 42 SNOWSOFTWARE.COM
6 KNOWN LIMITATION
There is a known limitation with setup packages for older versions of Snow License Manager
(version 8.0.04 and lower).
Scenario:
▪ Snow Inventory Server (Master Server or Service Gateway) and Snow License Manager are
installed on the same machine
▪ Snow License Manager was installed using a setup package with version 8.0.04 or lower.
If Snow License Manager is uninstalled, registry keys will be deleted, not only those related to
Snow License Manager but also keys related to Inventory Server, Snow Management and
Configuration Center (SnowMACC), and Snow Update Service (SUS).
To correct this, use the repair functionality in Snow Inventory Installer which resets all registry keys
and values so that Snow Inventory, SnowMACC, and SUS can work properly as before.
The repair functionality is available via Programs and Features in the Windows Control Panel.
Page 25 of 42 SNOWSOFTWARE.COM
7 TROUBLESHOOTING
The following chapter contains tips related to troubleshooting of both installation and running of
the Snow Inventory Server 5.
7.1 INSTALLATION
If the installation for some reason cannot be completed and must be cancelled, the Inventory 5
database must be deleted manually, and a new one must be created.
7.2 CERTIFICATES
If a certificate is selected in the HTTP Bindings step of the installation process, but another
different certificate is already associated with that <ip>:<port> combination, a warning will be
displayed and the installation cannot proceed.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
\SslBindingInfo
The <ip>:<port> parameter is typically used with the unassigned IP address 0.0.0.0 but can be used
to bind to a specific interface as well. However, the port has to be unique and you can only have a
single certificate hash bound to a specific port.
This can be verified in the Certificates MMC since a certificate with a private key is indicated by an
icon with a key.
Page 26 of 42 SNOWSOFTWARE.COM
To solve this:
Page 27 of 42 SNOWSOFTWARE.COM
8 ADVANCED CONFIGURATION
<Configuration>
<Master>...</Master>
<ServiceGateway>...</ServiceGateway>
<StandaloneReceiver>...</StandaloneReceiver>
<Logging>...</Logging>
<AgentIdentity>...</AgentIdentity>
<ModuleConfiguration>...</ModuleConfiguration>
</Configuration>
NOTE
The tool creates a key that needs to be copied to a folder on the Inventory server (all keys must be
located in the same folder) as well as to a folder on the computer(s) to be inventoried. The file is
named <fingerprint>.cryptkey.
Use this setting in the configuration file of the Inventory server to specify the folder where the
crypto keys are located:
<Master>
<Server>
<CryptoKeyFolder>drive:\path\to\folder\with\cryptokeys</CryptoKeyFolder>
</Server>
</Master>
Use these settings in the configuration file of the agent to specify the fingerprint of the crypto key
to use for Snowpack encryption, and the folder where it is located (optional):
<SystemSettings>...
<Setting key="snowpack.encryption_fingerprint"
value="b6089ea5556a6ab86775bf19ed65791c"/>
<Setting key="snowpack.encryption_path" value="path/to/folder/with/cryptokey"/>
</SystemSettings>
If no folder path is specified, the path to the agent itself will be used.
Page 28 of 42 SNOWSOFTWARE.COM
8.3 SITE NAME AUTHENTICATION
Site name authentication is only applicable to Snow Inventory agents, that is for Snow Inventory 5
and higher versions, and not for Snow Inventory clients, that is for Snow Inventory 3.7 and lower
versions.
By default, the Inventory server processes files (.snowpack and .inv files) from any site. However,
by specifying a list of site names in the configuration file of the server it is possible to control which
sites to process data from.
Besides the site name, information on a so called "thumbprint" can also to be specified; a secret
shared between the agent and the server. In this case the thumbprint of an SSL certificate is used
and needs to be distributed to all computers within the current site. The thumbprint is then
included in the HTTP header of the incoming connection when the inventory file is sent to the
server. If no thumbprint is specified, all inventory files from that site will be blocked.
Site names and thumbprints are specified in the SiteNameAuthenticationList element of the
server configuration file:
<Configuration>
<Master>
...
<Server>
...
<SiteNameAuthenticationList>
<SiteName name="">
<Thumbprint>...</Thumbprint>
</SiteName>
</SiteNameAuthenticationList>
...
</Server>
...
</Master>
</Configuration>
The control is carried out by checking both the site name and the thumbprint against the
SiteNameAuthenticationList element. In the control, the site name is either approved or not
according to the following definitions (also, see image):
◦ The site name is listed in the server configuration file, and the thumbprint matches
one of the specified site name-thumbprint pairs.
◦ the thumbprint doesn’t match one of the defined site name-thumbprint pairs, or
Page 29 of 42 SNOWSOFTWARE.COM
Figure 1. The process for deciding which inventory files to process when site name authentication
is used.
The site name is included in the HTTP header of the incoming connection from the following agent
versions (and higher versions):
For older versions of the Inventory agents, the site name is not included in the HTTP header. This
means that the .snowpack file needs to be inspected in order to get information about the site
name (see image).
The procedure for implementing site name authentication can be summarized as:
1. Decide what certificate to use. The thumbprint is shown in the properties of the certificate
and can be copied from there.
2. Create a .pfx file containing the certificate (and the thumbprint).
3. List the site name and the corresponding thumbprint(s) in the
SiteNameAuthenticationList element of the server configuration file.
4. Distribute the .pfx file to the computers within the site. This is done as an agent update job
in the Inventory Server Admin Console, where the .pfx file is included as a support file.
Page 30 of 42 SNOWSOFTWARE.COM
EXAMPLE
In this example, two thumbprints are specified for site MyCompany1 while no thumbprint is
specified for site MyCompany2. Site MyCompany3 is not specified.
<SiteNameAuthenticationList>
<SiteName name="MyCompany1">
<Thumbprint>9C85010679CF10F8F04895914835BA06A4FB61AC</Thumbprint>
<Thumbprint>156CE5D2A979267199550AF49A77DAA6BAF6DD7D</Thumbprint>
</SiteName>
<SiteName name="MyCompany2" />
</SiteNameAuthenticationList>
▪ .snowpack files that have site name MyCompany1 will only be processed if they have a
thumbprint that matches
Use the <WhiteList> element to define file extensions of all file types to be processed, or use the
<BlackList> element to define file extensions of all file types not to be processed.
This example will only process files with extensions .exe and .txt:
<Master>
<DataProcessor>
<ApplicationProcessing>
<FileExtensions>
<WhiteList>
<Extension>exe</Extension>
<Extension>txt</Extension>
</WhiteList>
</FileExtensions>
</ApplicationProcessing>
</DataProcessor>
</Master>
Page 31 of 42 SNOWSOFTWARE.COM
This example will process all files but the ones with the extensions .dll and .log:
<Master>
<DataProcessor>
<ApplicationProcessing>
<FileExtensions>
<BlackList>
<Extension>dll</Extension>
<Extension>log</Extension>
</BlackList>
</FileExtensions>
</ApplicationProcessing>
</DataProcessor>
</Master>
NOTE
If file extensions have been defined in the <WhiteList> element, any defined extensions in the
<BlackList> element will be ignored.
Information on published web application patterns needs to be available on the Inventory Server,
where it can be checked by the agents. To configure Inventory Server where to look for this
information, use the following setting in the <ModuleConfiguration> element of the Inventory
Server configuration file:
<ModuleConfiguration>
<Module typeName="SnowSoftware.Inventory.Server.MasterServerModule">
<Setter propertyName="SnowLicenseManagerConfigurationUri">
"http://SLMSERVER/IDX/InventoryConfigUpdate.ashx"</Setter>
</Module>
</ModuleConfiguration>
Example:
<Server>
<RequireClientCertificate>true</RequireClientCertificate>
<ClientCertificateWhitelist>
<Thumbprint>a2bc6b0d3db17c9eed17647393f079eabc95238f</Thumbprint>
<Thumbprint>a3bc8b0d7db17a9eed17523993f079eabe25938f</Thumbprint>
</ClientCertificateWhitelist>
</Server>
NOTE
If the RequireClientCertificate is set to true, Thumbprint elements must be specified
under ClientCertificateWhitelist, or any client certificate will be allowed.
Page 32 of 42 SNOWSOFTWARE.COM
8.7 COMPUTER IDENTITY - HOSTNAMEONLY MODE
In Snow Inventory, an inventoried computer is identified by its site name, hostname, BIOS
manufacturer and BIOS serial number, and unique identifier (UID). If one of these properties
changes while at the same time, all other properties stay the same, Snow Inventory assumes that it
is still the same computer. This behavior might not be desired in a scenario where, for example, a
VM is cloned. Despite being a unique computer, the clone could get the same BIOS serial number
and/or UID as the cloned VM.
Use the <HostNameOnly> element in the server configuration file to enable the HostNameOnly
mode for a subset of computers. In this way, the identification is forced to use only site name and
hostname to distinguish between those computers.
The subset of computers is defined through boolean expressions that evaluate groups of
criteria. The table shows the parameters that can be used in the expressions. Use "*" as a wildcard
character.
NOTE
The HostNameOnly mode applies for all computers that report to Snow Inventory, via both
Inventory agents and Inventory clients.
SiteNames The site name of the computer, defined in the Inventory Agent configuration
file.
EXAMPLE
<SiteName>MySite</SiteName>
ConfigNames The name of the Inventory Agent configuration, defined in the agent
configuration file.
EXAMPLE
<ConfigName>MyWindowsConfig</ConfigName>
EXAMPLE
<HostName>MyServer1*</HostName>
EXAMPLE
<BiosSerialNumber>123456*</BiosSerialNumber>
Page 33 of 42 SNOWSOFTWARE.COM
Available criteria Description
group
The Name attribute of the OperatingSystem tag from the agent is used, for
example *Windows*, AIX, Red Hat Enterprise Linux Server, or macOS.
EXAMPLE
<OperatingSystem>*Windows*</OperatingSystem)
NOTE
Take a look in the Admin Console to see what Operating System Names
are reported by the inventoried computers.
NOTE
Currently applicable for the Unix agent only.
8.7.1 CONFIGURATION
A SiteConfiguration group contains a boolean expression and groups of criteria. Each group is
given a name used as identifier in the boolean expression. Each group of criteria is evaluated to
true or false, depending on whether the evaluated computer fulfills the criteria or not, and then it
is added in the boolean expression. Finally, if the boolean expression evaluates to true, then
HostNameOnly mode is used to identify the computer.
NOTE
<AgentIdentity>
<HostNameOnly>
<SiteConfiguration expression="{A} AND {B}">
<IsVirtualized name="A">True</IsVirtualized>
<OperatingSystems name="B">
<OperatingSystem>AIX</OperatingSystem>
</OperatingSystems>
</SiteConfiguration>
</HostNameOnly>
</AgentIdentity>
For older installations of Inventory Server, manually add the element to the configuration file.
Page 34 of 42 SNOWSOFTWARE.COM
8.7.1.2 CONFIGURATION EXAMPLES
EXAMPLE 1
<Configuration>
<AgentIdentity>
<HostNameOnly>
<SiteConfiguration expression="{A}">
<SiteNames name="A">
<SiteName>*</SiteName>
</SiteNames>
</SiteConfiguration>
</HostNameOnly>
</AgentIdentity>
</Configuration>
EXAMPLE 2
Target: All computers in MySite, and with a configuration that is either MyConfig1 or MyConfig2.
<Configuration>
<AgentIdentity>
<HostNameOnly>
<SiteConfiguration expression="{A} AND {B}">
<SiteNames name="A">
<SiteName>MySite</SiteName>
</SiteNames>
<ConfigNames name="B">
<ConfigName>MyConfig1</ConfigName>
<ConfigName>MyConfig2</ConfigName>
</ConfigNames>
</SiteConfiguration>
</HostNameOnly>
</AgentIdentity>
</Configuration>
EXAMPLE 3
Target: All computers with operating system AIX, and with a configuration that is either MyConfig1
or MyConfig2.
<Configuration>
<AgentIdentity>
<HostNameOnly>
<SiteConfiguration expression="{A} AND {B}">
<ConfigNames name="A">
<ConfigName>MyConfig1</ConfigName>
<ConfigName>MyConfig2</ConfigName>
</ConfigNames>
<OperatingSystems name="B">
<OperatingSystem>aix</OperatingSystem>
</OperatingSystems>
</SiteConfiguration>
</HostNameOnly>
</AgentIdentity>
</Configuration>
EXAMPLE 4
Page 35 of 42 SNOWSOFTWARE.COM
▪ Scenario 1:
◦ site is MySite
▪ Scenario 2:
<Configuration>
<AgentIdentity>
<HostNameOnly>
<SiteConfiguration expression="({A} AND {B} AND {E} and not{C}) or {D}">
<SiteNames name="A">
<SiteName>MySite</SiteName>
</SiteNames>
<ConfigNames name="B">
<ConfigName>MyConfig1</ConfigName>
<ConfigName>MyConfig2</ConfigName>
</ConfigNames>
<HostNames name="C">
<HostName>*bde*</HostName>
<HostName>host2</HostName>
</HostNames>
<BiosSerialNumbers name="D">
<BiosSerialNumber>To Be Filled By O.E.M.</BiosSerialNumber>
<BiosSerialNumber>System Serial Number</
BiosSerialNumber>
<BiosSerialNumber>0123456789</BiosSerialNumber>
</BiosSerialNumbers>
<OperatingSystems name="E">
<OperatingSystem>aix</OperatingSystem>
</OperatingSystems>
</SiteConfiguration>
</HostNameOnly>
</AgentIdentity>
</Configuration>
Page 36 of 42 SNOWSOFTWARE.COM
EXAMPLE
The following sections describe some useful modules. For detailed configuration examples, see
Technical Reference: Module Configuration examples for Snow Inventory Server (.xml file).
SNOWSOFTWARE.INVENTORY.DATAPROCESSOR.FILEPROCESSORMODULE
This module is used for configuration of data processing settings for the inventory files.
propertyName Description
UserName
Default = true
Default = false
Page 37 of 42 SNOWSOFTWARE.COM
propertyName Description
▪ DEVICE_DRIVER
▪ EXPANSION_SLOT
▪ FONT
▪ KEYBOARD
▪ MODEM
▪ MOUSE
▪ MULTIMEDIA
▪ ODBC
▪ PCI_BUS
▪ PORT
▪ SCSI_ADAPTER
▪ TAPE_DRIVE
▪ UNIVERSAL_SERIAL_BUS
EXAMPLE
SNOWSOFTWARE.INVENTORY.DISCOVERY.ACTIVEDIRECTORY. ACTIVEDIRECTORYDISCOVERYMODULE
This module is used for configuration of Active Directory Discovery settings.
Page 38 of 42 SNOWSOFTWARE.COM
propertyName Description
Interval Set the period of time for when a new Active Directory Discovery scan will begin
after the previous scan has completed (D.HH:MM:SS).
EXAMPLE
With an Interval to "7.00:00:00" the next scan will start 7 days after the
previous scan completed.
EXAMPLE
SNOWSOFTWARE.INVENTORY.DISCOVERY2.NETWORKDISCOVERYMODULE
This module is used for configuration of Network Discovery settings.
propertyName Description
Interval Set the period of time for when a new Network Discovery scan will begin after the
previous scan completed (D.HH:MM:SS).
Default = 1.00:00:00
EXAMPLE
With the default Interval "1.00:00:00" the next scan will start 1 day after the
previous scan completed.
NOTE
If the value is set to less than 30 seconds, the server will use an interval of 30
seconds.
EXAMPLE
Page 39 of 42 SNOWSOFTWARE.COM
8.8.4 GARBAGE COLLECTION
SNOWSOFTWARE.INVENTORY.SERVER.GARBAGECOLLECTIONMODULE
This module is used for configuration of garbage collection settings. Garbage collection is used for
removal of historical inventory data from the Inventory database.
propertyName Description
IsEnabled Set to true , garbage collection will run. Only set number
of value changes will be saved.
Default = true
Default = 1
SqlCommandTimeOut Set the time limit of duration (in seconds) for how long
garbage collection will run for each individual data table
of the client. When set to 0 , the duration has no limit
(infinite duration).
Default = 30
Default = 365
EXAMPLE
SNOWSOFTWARE.INVENTORY.SERVER.OWINWEBAPISERVERMODULE
This module is used for configuration of multiple URL:s with different ports. This can be used in
scenarios where the Inventory Master server (Endpoint) is required to receive data on different
ports.
Page 40 of 42 SNOWSOFTWARE.COM
propertyName Description
EXAMPLE
http://MyInventoryServer:8778
AltBaseAddresses Set one or more additional Endpoint addresses. Use comma as separator.
EXAMPLE
<ModuleConfiguration>
<Module typeName="SnowSoftware.Inventory.Server.OwinWebApiServerModule">
<Setter propertyName="BaseAddress">"http://SERVERNAME:80"</Setter>
<Setter propertyName="AltBaseAddresses">["http://SERVERNAME:81","http://
SERVERNAME:82"]</Setter>
</Module>
</ModuleConfiguration>
SNOWSOFTWARE.INVENTORY.SERVER.REPLICATION.MEASUREMENTMETRICREPLICATIONMODULE
This module enables archiving of performance statistics of the data processing. The feature is used
for troubleshooting, and has little impact on the server performance.
propertyName Description
Default = false
EXAMPLE
SNOWSOFTWARE.INVENTORY.CLOUDMETERING.CLOUDMETERINGMODULE
This module is used for configuration of Cloud metering settings.
Page 41 of 42 SNOWSOFTWARE.COM
propertyName Description
IncomingFolder The folder on the Inventory Server where the DIS rules distributed by SUS will be
stored.
Interval Set the period of time for how often the Inventory Server will check the
IncomingFolder for updates (D:HH:MM:SS).
EXAMPLE
Page 42 of 42 SNOWSOFTWARE.COM