Table of Contents

troubleshooting

context

dit document geeft wat troubelshooting info mbt Lansweeper

Scan logging

 Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
  tblAssets.AssetID,
  tblAssets.AssetName,
  tblAssets.Domain,
  tsysAssetTypes.AssetTypename As AssetType,
  tblAssets.Username,
  tblAssets.Userdomain,
  tblAssets.IPAddress,
  tblScanHistory.ScanTime,
  tblScanHistory.ScanServer,
  tsysScanningMethods.ScanningMethod,
  tblScanHistory.Description As ScanDescription
From tblScanHistory
  Inner Join tsysScanningMethods On tsysScanningMethods.ScanningMethodId =
    tblScanHistory.ScanningMethodId
  Inner Join tblAssets On tblAssets.AssetID = tblScanHistory.AssetId
  Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Order By tblScanHistory.ScanTime Desc

configuration changes

debugging

Stop the Lansweeper Server service on your Lansweeper server.

  Open the following file on the server with Notepad or another text editor and replace this with this: Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config

<appSettings>

  <add key="debug" value="0"/>

</appSettings>

<appSettings>

  <add key="debug" value="1"/>
  <add key="LogIpMain" value="7"/>
  <add key="LogSnmp" value="7"/>
  <add key="LogSsh" value="7"/>
  <add key="LogDeviceDuplicates" value="7"/>

</appSettings> waarde in te vullen, cfr scanning_service_debug_logging_17-09-2019_8_.xlsx

  Restart the Lansweeper service.
  ---generate debug entries--- *****[REPLACE THIS]*****
  Send us Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on your Lansweeper server.
      If there are multiple Errorlog.txt.* present, please send us all of them. 
  When you've sent us the Errorlog.txt file, revert Lansweeperservice.exe.config to its original settings to prevent exponential growth of your log file.

We recommend compressing these files into an archive (zip/rar/7z) prior to sending them to drastically reduce their size.

credentials

Om je toegang tot assets te controlen, heb je enkele LS tools:

Scan Exclusions

Batch Scanning

Note: lijkt wat voorbij te gaan aan de geldende scanning routine.
zo worden debug opties niet gehonoreerd. (zie: Scan Exclusions)

meer info

voeg hier linken toe naar verdere uitleg