Upgrading a mobilEcho server on a Windows 2008 (R2) Failover Cluster to Acronis Access
Open the Failover Cluster Manager and double-click on your service group.
Delete the mobilEcho service resources.
Note: Do not bring the entire cluster group offline, just delete the mobilEcho service resources.
Launch the installer on the active node.
Disable any anti-virus software you have or it may interrupt the installation procedure resulting in a failed installation.
Double-click on the installer executable.
Press Next to begin.
Read and accept the license agreement.
Press Install.
Note: If you're deploying multiple Acronis Access servers, or you are installing a non-standard configuration, you can select which components to install from the Custom Install button.
Either use the default path or select a new one for the Acronis Access main folder and press OK.
Set a password for the user Postgres and write it down. This password will be needed for database backup and recovery.
Choose a location on a shared disk for the Postgres Data folder and press Next.
A window displaying all the components which will be installed appears. Press OK to continue.
When the Acronis Access installer finishes, press Exit.Navigate to your shared disk, locate and copy these 3 files: production.sqlite3, mobilEcho_manager.cfg and priority.txt (this one might not exist) and paste them to the Acronis Access installation directory, replacing the existing files.
Note: These files you should replace are generally located at:
Configure your Gateway Server's database to be on a location on a shared disk.
Navigate to C:\Program Files (x86)\GroupLogic\mobilEcho Server\
Find the database.yml file and open it with a text editor.
Find this line: database_path: './database/' and replace ./database/ with the path you want to use (e.g. database_path: 'S:/mobilEcho_cluster/database/').
Note: Use slashes(/) as a path separator.
Note: You can copy the configured database.yml from the first node and paste it to the second node.
Adding all of the necessary services to the Acronis Access Service group
Complete the following procedure for each of the following services: AcronisAccessGateway, AcronisAccessPostgreSQL (this may be different depending on the version of Acronis Access), AcronisAccessRepository and AcronisAccessTomcat
Right-click on the Acronis Access service group and select Add a resource.
Select Generic Service.
Select the proper service and press Next.
On the confirmationwindow press Next.
Press Next on the Replicate Registry Settings window.
On the summary window press Finish.
Configuring dependencies
Double click on the Acronis Access Service group.
For PostgreSQL and Acronis Access File Repository services do the following:
Right-click on the appropriate service and select Properties.
Click on the Dependencies tab.
Click on Resource and select the shared disk you have added.
Press Apply and close the window.
For PostgreSQL also do the following:
Click on the Registry Replication tab.
Press Add and enter the following: SYSTEM\CurrentControlSet\Services\AcronisAccessPostgreSQL\(For older versions of Acronis Access the service may be different. e.g. postgresql-x64-9.2)
For the Acronis Access Gateway Server service do the following:
Right-click on the appropriate service and select Properties.
Click on the Dependencies tab.
Click on Resource and select the shared disk you have added and the Network Name (this is the name of the Client access point).
Press Apply and close the window.
For the Acronis Access Tomcat service do the following:
Right-click on the appropriate service and select Properties.
Click on the Dependencies tab.
Click on Resource and select the PostgreSQL and Acronis Access Gateway Server services as dependencies.Press Apply and close the window.
Note: If you want to run the Gateway and Access servers on different IP addresses add the second IP as a resource to the Acronis Access Service group and set it as a dependency for the network name.
Bringing the service group online and using the Configuration Utility
Right-click on the Acronis Access service group and press Bring this application or service group online.
Launch the Configuration Utility. On an upgrade from mobilEcho, this is generally located at C:\Program Files (x86)\GroupLogic\Configuration Utility
Configure the Acronis Access Gateway Server service to listen on the IP address(es) for the Acronis Access Service group.
Configure the Acronis Access Server service to listen on the IP address(es) for the Acronis Access Service group.
Note: If Redirect requests from port 80 is selected, Tomcat will listen for incoming traffic on the unsecure port 80 and redirect it to the HTTPS port you have specified above. If you have another program listening on port 80, do not check this box.
Configure the Acronis Access File Repository to listen on localhost and change the Filestore path to be on the shared disk. This path should be the same for both nodes.
Click OK to complete the configuration and restart the services.
Installation and configuration on the second node
Disable any anti-virus software you have or it may interrupt the installation procedure resulting in a failed installation.
Install Acronis Access on the second node, but this time use the default Postgres Data location and the same postgres user password as for the first node.
Complete the installation.
Configure your Gateway Server's database to be on a location on a shared disk.
Navigate to C:\Program Files (x86)\GroupLogic\mobilEcho Server\
Find the database.yml file and open it with a text editor.
Find this line: database_path: './database/' and replace ./database/ with the path you want to use (e.g. database_path: 'S:/mobilEcho_cluster/database/').
Note: Use slashes(/) as a path separator.
Note: You can copy the configured database.yml from the first node and paste it to the second node.
Note: The path should match the path set on the first node.
Move the Acronis Access service group to the second node. To do so, right-click on the service group and click on Move to the second node.
Launch the Configuration Utility. On an upgrade from mobilEcho, this is generally located at C:\Program Files (x86)\GroupLogic\Configuration Utility
Configure the Acronis Access Gateway Server service to listen on the IP address(es) for the Acronis Access Service group.
Configure the Acronis Access Server service to listen on the IP address(es) for the Acronis Access Service group.
Note: If Redirect requests from port 80 is selected, Tomcat will listen for incoming traffic on the unsecure port 80 and redirect it to the HTTPS port you have specified above. If you have another program listening on port 80, do not check this box.
Configure the Acronis Access File Repository to listen on localhost and change the Filestore path to be on the shared disk. This path should be the same for both nodes.
Click OK to complete the configuration and restart the services.