Setting Up Database Mirroring
The following command line specifies the dbsrv10 options:
8.Start the Nokia Intellisync server on the server 1 computer by using the following bash script.
#!/bin/bash
source /opt/ims/conf/ims_profile
source /opt/ims/db/linux/bin/sa_config.sh
dbsrv10
9.Start the mirror server on server 2 using the following bash script.
#!/bin/bash
source /opt/ims/conf/ims_profile
source /opt/ims/db/linux/bin/sa_config.sh
dbsrv10
10.From the Nokia Intellisync server, open the /opt/ims/conf/config.properties file and set the following database URL:
url=jdbc:ianywhere:driver=libdbodbc10_r.so;DatabaseName=SyncDB;Isol ationLevel=1;ENG=ha_server;LINKS=tcpip
11.Start Nokia Intellisync Wireless Email.
Testing the High Availability Features
To test availability, stop all processes on either server 1, server 2, or the Arbiter server. Nokia Intellisync Wireless Email should continue working without any interruption in accessing the database.
Nokia Intellisync Wireless Email Linux Installation Guide | 31 |