If you have an existing routerconfig.xml that you want to convert to High Availability, go to step 4.
If you are on a Windows platform, switch to directory scripts/win32. On Unix switch to scripts/unix.
If you are on Unix and if you are using the zip distribution, you must set the exec bit on the scripts (not necessary when using the tar.gz distribution):
chmod +x *
The default configuration uses Replicated File Store. To start both HA instances, execute the following scripts, each in a separate window:
./smqr1_replicated
./smqr2_replicated
Both HA instances should now be up and running, one should be ACTIVE, the other STANDBY.