MirrorMaster

Top  Previous  Next

PhysicalMMView

 

Summary of Properties:

Property

Comments

Name

This is your MirrorMaster's unique name within your replication hierarchy. It will automatically reflect this name at any remote MirrorMaster you connect to as a client.  The name is only important for humans to distinguish between MMs, as your MM uniquely identifies other MMs by GUID.

GUID

Your MM's globally unique number. This property is read-only and will not be updated even if it is changed. The editor for it is enabled purely so that you can easily copy and paste the number to setup remote MMs to connect to this one.

URL

The URL remote MMs should use the next time they connect to your MM.  Default is: http://localhost:3099/bin, but you should change that to http://your.machine.name:3099/bin as remote MMs can't use the default to connect to you.

DB Connection

This is the connection string used by your MM to connect to it's database.  By default MM uses an open source embedded SQL server called SQLite.

Service Port

The port used by your MM to listen for incoming requests from remote MMs. Default is 3099, which implies your MM's URL is http://your.machine.name:3099/bin . NOTE: After you change this property, you should close MyLook, restart your MirrorMaster service and then open MyLook again. Ensure that you then update your URL property to reflect the new port setting.

Schedule Interval

This is the number of seconds which pass before your MM will check it's local schedule and start a replication to remote MMs if an event is setup. NOTE: After you change this property, you should close MyLook, restart your MirrorMaster service and then open MyLook again.

Username/Password

The username and password remote MMs should use to successfully connect and replicate with your MM.

Delay

The number of milliseconds your MM will wait between each replication step.  Default is 1, but for human/live tracking purposes, you may set this to 1000+ so that you can monitor the MM

TimeOut

The time in milliseconds to wait for a remote MM to respond to a request.

Buffer

The file size in bytes before a file will be split in parts and transferred a part at a time instead of all at once

Use CRC Checks

If CRC checks should be used in the decision process to ensure that file contents are identical

Size Tolerance

The difference in bytes between two files before the files are deemed to differ

Date/Time Tolerance

The difference in milliseconds between file Modified Date/Times before they will be deemed to differ

SMTP Host

Email server to use for notifications

SMTP Username/Password

Username and password to use to connect to the email server

From

A valid From email address to use in the sending of email notifications

Database Driver

These settings should not be changed from the defaults unless explicitly instructed to do so by qualified personnel.