Skip Navigation LinksALVAO 10.1ALVAO Asset ManagementSystem Implementation in an OrganizationInstallationInstalling ALVAO WebApp and AM Collector Separately on Two Different Servers Skip Navigation Links. Skip Navigation Links Skip Navigation Links.


Installing ALVAO WebApp and AM Collector Separately on Two Different Servers

ALVAO Asset Management WebService is installed separately and serves for communication with autonomous Agents.

Changing Detection Save Folder

By default, AM WebService saves received detections in the %ProgramData%\ALC\ALVAO Asset Management Collector\Detections folder. This folder is also where AM Collector loads these detections from. If you want to change this folder (for example if the ALVAO WebApp and AM Collector are installed in different machines), follow the steps below:

  1. Open Microsoft SQL Management Studio and connect to the SQL Server running the ALVAO database.
  2. In the tree on the left, select the Databases node and click on the ALVAO database.
  3. Click on New Query.
  4. In the tab that opens, enter
    exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', '<folder path>', NULL, NULL, NULL
    , where <folder path> is a path to the folder where the AM Web Service detections are to be saved. The ALVAO WebApp must have the permissions to write to this folder.
  5. Query examples:
    1. UNC path: exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', '\\server1\detections', NULL, NULL, NULL
    2. Local path: exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', 'E:\detections', NULL, NULL, NULL
  6. Click on Execute.

 

Did not find what you were looking for? Ask our technical support team.