
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2013 06:17 PM
One question, I want to change the server of lansweeper service. When installing on the new server Lansweeper identifies as Multiple Scan servers, but I don't want it to become multiple servers. What is the correct procedure for this?
Thank you very much,
Paulo
Thank you very much,
Paulo
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2013 03:30 PM
- Delete or disable the Lansweeper service on your current scanning server.
- Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts, replacing NewServer with the NetBIOS name of your new scanning server. (Leave the quotes in the code.)
- Install the Lansweeper service on your new scanning server and make sure that it is running.
- Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts, replacing NewServer with the NetBIOS name of your new scanning server. (Leave the quotes in the code.)
Update tsysasservers set servername = 'NewServer'
GO
Update tblAssets set scanserver = 'NewServer'
GO
- Install the Lansweeper service on your new scanning server and make sure that it is running.
