Agentenkonfiguration für häufige Hardwarescans

IT Asset Management (Cloud)

Diese Funktion ergänzt die Einstellungen auf der Seite Inventarisierungseinstellungen im Bereich IBM reporting and archiving settings der Weboberfläche von IT Asset Management (siehe Durchführung häufiger Scans für IBM). Diese zusätzlichen Einstellungen sind zur Unterstützung von häufigen Hardwarescans für IBM PVU-Lizenzen konfiguriert, und normalerweise müssen Sie hier keine weiteren Änderungen vornehmen. Diese Einstellungen werden hier nur für die Ausnahmefälle angeführt.

Command line

The frequent hardware scanning relies on a custom command line for the installedFlexNet-Inventarisierungsagent. This command line cannot be altered. It uses the options shown in the following example:
ndtrack.exe -o WMI=true -o Hardware=true -o ManageSoftPackages=false -o MSI=false -o PlatformSpecificPackages=false -o Software=false -o TrackProductKey=false -o IncludeRegistryKey= -o IncludeDirectory= -o EmbedFileContentDirectory= -o OnlyGenerateIfHardwareChanged=true -o PerformSymantecSFScan=false -o PerformIBMWebSphereMQScan=false -o InventorySettingsPath="

Enabling uploads only on hardware change

The optionOnlyGenerateIfHardwareChangedcontrols whether the scanned hardware inventory is uploaded only when there are changes since the last report, or always uploaded. It is set totruein the command line above to minimize network traffic for additional uploads of hardware inventory.For more information, see the preference listing inGathering FlexNet Inventory.

Blocklisting irrelevant properties

The optionHardwareChangesClassPropertyBlocklistidentifies hardware properties that should be blocked or ignored in the check for hardware changes (that is, these values may change without triggering an upload of hardware inventory for this computer). This option has no effect ifOnlyGenerateIfHardwareChangedis false.

The option has a string value made up of semi-colon-separated WMI classes. Each entry may be a simple class name, or a class name with trailing class property/properties (using a dot separator).

The option and its value may be stored in the Windows registry or, for UNIX-like platforms, in theconfig.inifile. It takes effect from there because it is not being overridden in the command line shown above. (For more details, see the preference listing inGathering FlexNet Inventory.) If the option is not specified, the following default value is automatically used (wrapped here for readability):
Win32_OperatingSystem.FreePhysicalMemory.FreeVirtualMemory; Win32_Processor.CurrentClockSpeed; Win32_Processor.CurrentClockSpeedNonWMI; Win32_LogicalDisk.FreeSpace; SoftwareLicensingProduct; MGS_OperatingSystem.LastBootUpTime.FreePhysicalMemory.FreeVirtualMemory

IT Asset Management (Cloud)

Current