Skip to main content

Migrating Target Servers and Host Lists to Source Groups

Overview

This procedure covers inventorying the host lists in your legacy Netwrix Access Analyzer installation and recreating them as source groups and sources in Access Analyzer 26.

Before starting this procedure, complete Migrating Connection Profiles to Service Accounts. The source group creation wizard requires a service account to be present before you can create a group.


Key difference: host lists vs. source groups

In the legacy product, a single host list can contain any mix of target system types. A list named "East Coast Servers" might include file servers, Active Directory domain controllers, and SharePoint sites.

AA26 source groups are single-type. Each group is created for one connector type, and that type is permanent — it can't be changed after creation. You must split mixed-type host lists into separate source groups before you begin.

Planning example:

Legacy Host ListHostsAA26 Source Groups
East Coast Servers12 file servers, 2 AD domainsEast Coast — File Servers (12 sources)
East Coast — Active Directory (2 sources)
Cloud ResourcesEntra ID tenant, SharePoint siteCloud — Entra ID (1 source)
Cloud — SharePoint Online (1 source)

Plan your source group structure on paper before creating anything in AA26.


Supported connector types

AA26 currently supports the following connector types. Only hosts of these types need to be migrated:

Legacy Collector / Target TypeAA26 Connector
File System (FSAA) — Windows file serversFile Server
File System (FSAA) — NetApp ONTAPFile Server
File System (FSAA) — Isilon/PowerScaleFile Server
File System (FSAA) — Dell VNX, Celerra, UnityFile Server
AD Inventory / ADActivity — Active DirectoryActive Directory
Azure AD / Entra IDEntra ID
SPAA — SharePoint OnlineSharePoint Online

Legacy jobs targeting SQL Server, Exchange, Unix, or other systems do not have corresponding connectors in AA26 at this time. Document those targets separately for future migration phases.


Before you begin

  • All service accounts have been created in AA26 (Migrating Connection Profiles).
  • Scanner nodes have been deployed for Active Directory and File Server source groups, or you have confirmed that the Default Scanner (local) meets your scanning needs (Migrating Proxy Servers to Scanners).
  • You have a written inventory of host lists and their members (see Step 1).
  • You have planned which legacy host lists map to which AA26 source groups.

Step 1 — Inventory legacy host lists

Export a complete inventory of your legacy host lists and hosts before making any changes.

  1. Open the Netwrix Access Analyzer console.
  2. Navigate to Host Management in the left panel.
  3. For each host list, right-click and select Export to export the host list to CSV.
  4. Record the host list name, the number of hosts, and the system types present.

Step 2 — Create source groups in Access Analyzer

Navigate to Configuration > Source Groups.

Source Groups list showing existing groups with source type, service account, scan type, and status columns

Create one source group for each connector type across your legacy host lists. Click Create Source Group to open the wizard.

Step 1 of 3 — Select the source type

The wizard first asks you to choose a connector type.

Source group creation wizard step 1 showing four source type options: Active Directory, Entra ID, File Server, and SharePoint Online

Select the connector type that matches the hosts you are migrating. If you have hosts of multiple types from the same legacy host list, you'll repeat this process for each type.

Step 2 of 3 — Configure the group

Source group creation wizard step 2 showing name field, service account selection, and max concurrent scans setting for a File Server group

FieldWhat to enter
NameA descriptive name that identifies the source type and scope. Example: File Servers — East Coast
Service AccountSelect the service account you created for this connector type.
Max Concurrent ScansLeave at 1 for initial setup. Increase after validating the first scan.
Scanner LabelsFor Active Directory and File Server groups, add the key-value labels that match the scanner nodes you deployed. Leave empty to use the Default Scanner (local scanning from the AA26 server).

Add sources to the group:

  • For each host in the matching legacy host list, click Add Source and enter the hostname or IP address.
  • Use the Test Connection button to verify connectivity for each source before saving.

Step 3 of 3 — Configure scan parameters

Source group creation wizard step 3 showing scan type selection and schedule configuration fields

Select the scan types to enable. Configure the scan schedule using a cron expression. See Migrating Job Schedules for guidance on translating legacy schedule triggers to cron expressions.

Click Save to create the source group.

note

Add sources to the group one at a time using the Add Source button in the source group UI, or use the AA26 REST API. See Step 3 — Test connections after all sources have been added.


Step 3 — Test connections

After adding sources, verify that AA26 can reach each target:

  1. Navigate to Configuration > Source Groups.
  2. Click the actions menu for your new source group and select View Sources.
  3. For each source, click the actions menu and select Test Connection.
  4. Confirm that all sources show a successful connection result before proceeding.

If a connection test fails, verify that:

  • The service account has the required permissions on the target system.
  • The scanner assigned to the source group can reach the target on the required ports.
  • The hostname or IP address in the source matches what the scanner can resolve.