Moving ListManager on Windows (with MSDE)
The recommended procedure for moving Aurea List Manager is described below.
For best results, upgrade and move Aurea List Manager in two stages:
Upgrading Aurea List Manager
- Upgrade to the current version of the old machine. For more information, see Upgrade-Instructions
- Follow the instructions below to move that Aurea List Manager installation to the new machine.
IMPORTANT
Back up your database before moving Aurea List Manager.
Moving Aurea List Manager
- Shut down Aurea List Manager on the old machine.
- You need to know the name of this Aurea List Manager machine as it is configured in your database.
- Open the file
lmcfg.txt
located in C:\Program Files\ListManager using a plain-text editor such as Notepad. - Note the value of
$node_name
. - Use the service manager to stop MSDE.
- Copy the following files to another location: C:\Program Files\Microsoft SQL Server\MSSQL\Data\ListManager_Data.MDF and C:\Program Files\Microsoft SQL Server\MSSQL\Data\ListManager_Log.LDF
- On the new machine, download the installer. Start the installer by double-clicking on the installer icon.
- When prompted by the installer to specify the type of installation, select New Install.
- Proceed with the installation as prompted.
- Shut down Aurea List Manager if you started it after the installation.
- Replace the following files with their equivalents from the old machine:
- C:\Program Files\Microsoft SQL Server\MSSQL\Data\ListManager_Data.MDF
- C:\Program Files\Microsoft SQL Server\MSSQL\Data\ListManager_Log.LDF
- Open a command prompt and change to the Aurea List Manager directory.
- Open the file
lmcfg.txt
(located in C:\Program Files\ListManager) using a plain-text editor such as Notepad. - Edit the value of
$node_name
to be what it was for your old installation. - Open a command prompt and change to the Aurea List Manager directory.
- Run the following commands to retrieve the activation code for the new machine:
lm clearactivation
lm getactivation
- Start Aurea List Manager and the Aurea List Manager web server.
- 16. Depending on your settings for your previous installation, the Aurea List Manager web server may not be able to communicate with Aurea List Manager on the localhost (127.0.0.1), preventing it from running. If you are running Aurea List Manager from the command prompt, you are going to see a message like this one: Error: unable to listen to: TCP/IP address: 192.168.0.5, port number: 2021
- Open the file
~listmanager/tclweb/bin/tclhttpd.rc
with a plain-text editor such as notepad. - Note the IP address being used in
Config ipaddr
. - Open a command prompt and run the following command, specifying the IP address
from
tclhttpd.rc
for the IP address:lm tclportbindip ip_address
. - Start Aurea List Manager and the Aurea List Manager web server.
- Log into the Aurea List Manager web interface as a server administrator.
- Go to Utilities > Administration >Sites, and edit any sites for this node (or all sites if you are not on a clustered environment).
- Change the Internet Host Name and the URL to web interface (unless your webserver resides on a different machine) fields for each site to point to the name of your new Aurea List Manager machine.
- On the SMTP tab, change the Incoming SMTP IP address and Outgoing SMTP IP address to either All or the IP addresses of your current machine. Make the same change on the NNTP tab to the NNTP IP address" field.
- Finally, if you have ClickTracks integration, hit the Change button next to the Connection String field on the ClickTracks tab to update the URL there.
- Go to Utilities > Administration > Server > Server Settings > Machine Settings > IP Addresses and specify what IP addresses Aurea List Manager should bind to for DNS lookups.