Avo Assure Streamer Configuration

Setting up AvoAssure Streamer for first run

  1. Navigate to the AvoAssureStreamer folder.

2. Open an elevated command prompt in the AvoAssureStreamer folder.

3. Type “setup.bat” and hit enter.

4. Wait until the “Start watching the oplog ( 1 )” message is displayed.

5. Close the command prompt window.

Starting the AvoAssureStreamer

  1. Open an elevated command prompt in the AvoAssureStreamer folder.

  2. Type “run.bat” and hit enter.

Stopping the AvoAssureStreamer

  1. Close the command prompt window in which the AvoAssureStreamer is running.

Installing the AvoAssureStreamer as a Windows Service

  1. Open an elevated command prompt in the AvoAssureStreamer folder.

  2. Type “install-service.bat” and hit enter.

Starting the Windows Service

  1. Open an elevated command prompt in the AvoAssureStreamer folder. Note: AvoAssureStreamer service should be installed.

  2. Type “start-service.bat” and hit enter.

Stopping the Windows Service

  1. Open an elevated command prompt in the AvoAssureStreamer folder. Note: AvoAssureStreamer service should be running.

  2. Type “stop-service.bat” and hit enter.

Removing the Windows Service

  1. Open an elevated command prompt in the AvoAssureStreamer folder. Note: AvoAssureStreamer service should be in the stopped state.

  2. Type “remove-service.bat” and hit enter.

Restarting the Windows Service

  1. Open an elevated command prompt in the AvoAssureStreamer folder.

  2. Run the following commands in sequential order i.e., only after the previous command has been completed:

    • Type “stop-service.bat” and hit enter.

    • Type “remove-service.bat” and hit enter.

    • Type “install-service.bat” and hit enter.

    • Type “start-service.bat” and hit enter.

Last updated